From owner-svn-ports-head@FreeBSD.ORG Sun Feb 15 03:08:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA052564; Sun, 15 Feb 2015 03:08:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5277CCD; Sun, 15 Feb 2015 03:08:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F38bUP049858; Sun, 15 Feb 2015 03:08:37 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1F38bMq049857; Sun, 15 Feb 2015 03:08:37 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201502150308.t1F38bMq049857@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 15 Feb 2015 03:08:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379026 - head/devel/py-msgpack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 15 Feb 2015 03:08:37 -0000 Author: koobs Date: Sun Feb 15 03:08:36 2015 New Revision: 379026 URL: https://svnweb.freebsd.org/changeset/ports/379026 QAT: https://qat.redports.org/buildarchive/r379026/ Log: devel/py-msgpack: Strip shared libraries - Strip shared libraries - Add rename TODO comment - Sort USE_PYTHON values QA: 81 passed in 0.40 seconds (unit tests) Approved by: portmgr (blanket) Modified: head/devel/py-msgpack/Makefile Modified: head/devel/py-msgpack/Makefile ============================================================================== --- head/devel/py-msgpack/Makefile Sat Feb 14 22:12:20 2015 (r379025) +++ head/devel/py-msgpack/Makefile Sun Feb 15 03:08:36 2015 (r379026) @@ -3,17 +3,25 @@ PORTNAME= msgpack PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-python-${PORTVERSION} +# TODO: Rename to py-msgpack-python (upstream name) + MAINTAINER= zont@FreeBSD.org COMMENT= MessagePack (de)serializer for Python LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYING USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/msgpack/_packer.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/msgpack/_unpacker.so .include From owner-svn-ports-head@FreeBSD.ORG Sun Feb 15 03:28:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4717389B; Sun, 15 Feb 2015 03:28:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 287D1E81; Sun, 15 Feb 2015 03:28:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F3S1h1059115; Sun, 15 Feb 2015 03:28:01 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1F3S0oS059112; Sun, 15 Feb 2015 03:28:00 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502150328.t1F3S0oS059112@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 15 Feb 2015 03:28:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379027 - in head/chinese/libchewing: . 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.18-1 Precedence: list List-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, 15 Feb 2015 03:28:01 -0000 Author: vanilla Date: Sun Feb 15 03:27:59 2015 New Revision: 379027 URL: https://svnweb.freebsd.org/changeset/ports/379027 QAT: https://qat.redports.org/buildarchive/r379027/ Log: Fix build on 10 (makeinfo issue) PR: 197598 Submitted by: Ting-Wei Lan Modified: head/chinese/libchewing/Makefile head/chinese/libchewing/files/patch-CMakeLists.txt Modified: head/chinese/libchewing/Makefile ============================================================================== --- head/chinese/libchewing/Makefile Sun Feb 15 03:08:36 2015 (r379026) +++ head/chinese/libchewing/Makefile Sun Feb 15 03:27:59 2015 (r379027) @@ -11,6 +11,7 @@ COMMENT= Chewing intelligent phonetic in LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 USES= cmake gmake libtool pathfix pkgconfig tar:bzip2 @@ -21,6 +22,7 @@ GH_PROJECT= ${PORTNAME} GH_TAGNAME= v${PORTVERSION} GH_COMMIT= 6d6e67c +CMAKE_ARGS+= -DMAKEINFO=${LOCALBASE}/bin/makeinfo CFLAGS+= -I${LOCALBASE}/include INFO= libchewing Modified: head/chinese/libchewing/files/patch-CMakeLists.txt ============================================================================== --- head/chinese/libchewing/files/patch-CMakeLists.txt Sun Feb 15 03:08:36 2015 (r379026) +++ head/chinese/libchewing/files/patch-CMakeLists.txt Sun Feb 15 03:27:59 2015 (r379027) @@ -1,14 +1,30 @@ ---- CMakeLists.txt.orig 2015-02-08 15:09:15 UTC -+++ CMakeLists.txt -@@ -103,6 +103,7 @@ set(TEST_BIN_DIR ${PROJECT_BINARY_DIR}/t +--- CMakeLists.txt.orig 2014-04-11 09:25:28.000000000 +0800 ++++ CMakeLists.txt 2015-02-15 11:25:11.959775965 +0800 +@@ -103,8 +103,9 @@ set(TEST_BIN_DIR ${PROJECT_BINARY_DIR}/t set(INSTALL_INC_DIR ${CMAKE_INSTALL_PREFIX}/include/chewing) set(INSTALL_LIB_DIR ${CMAKE_INSTALL_PREFIX}/lib) +set(INSTALL_LIBDATA_DIR ${CMAKE_INSTALL_PREFIX}/libdata) set(INSTALL_DATA_DIR ${CMAKE_INSTALL_PREFIX}/share/libchewing) - set(INSTALL_INFO_DIR ${CMAKE_INSTALL_PREFIX}/share/info) +-set(INSTALL_INFO_DIR ${CMAKE_INSTALL_PREFIX}/share/info) ++set(INSTALL_INFO_DIR ${CMAKE_INSTALL_PREFIX}/info) -@@ -428,5 +429,5 @@ install(FILES ${ALL_DATA} DESTINATION ${ + set(INFO_SRC ${PROJECT_SOURCE_DIR}/doc/libchewing.texi) + set(INFO_BIN ${PROJECT_BINARY_DIR}/doc/libchewing.info) +@@ -166,11 +167,7 @@ if (MAKEINFO) + add_custom_target(INFO ALL DEPENDS ${INFO_BIN}) + add_dependencies(check INFO) + +- find_program(INSTALL_INFO NAMES ginstall-info install-info) +- if (INSTALL_INFO) +- install(FILES ${INFO_BIN} DESTINATION ${INSTALL_INFO_DIR}) +- install(CODE "execute_process(COMMAND ${INSTALL_INFO} --info-dir=${INSTALL_INFO_DIR} ${INFO_BIN})") +- endif() ++ install(FILES ${INFO_BIN} DESTINATION ${INSTALL_INFO_DIR}) + endif() + + +@@ -428,5 +425,5 @@ install(FILES ${ALL_DATA} DESTINATION ${ install(FILES ${ALL_STATIC_DATA} DESTINATION ${INSTALL_DATA_DIR}) install(FILES ${ALL_INC} DESTINATION ${INSTALL_INC_DIR}) install(FILES ${PROJECT_BINARY_DIR}/chewing.pc From owner-svn-ports-head@FreeBSD.ORG Sun Feb 15 03:58:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A05D8CA7; Sun, 15 Feb 2015 03:58:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B875FF; Sun, 15 Feb 2015 03:58:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F3w6Es072951; Sun, 15 Feb 2015 03:58:06 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1F3w656072949; Sun, 15 Feb 2015 03:58:06 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502150358.t1F3w656072949@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 15 Feb 2015 03:58:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379028 - head/databases/pecl-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.18-1 Precedence: list List-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, 15 Feb 2015 03:58:06 -0000 Author: vanilla Date: Sun Feb 15 03:58:05 2015 New Revision: 379028 URL: https://svnweb.freebsd.org/changeset/ports/379028 QAT: https://qat.redports.org/buildarchive/r379028/ Log: Upgrade to 1.6.2. Modified: head/databases/pecl-mongo/Makefile head/databases/pecl-mongo/distinfo Modified: head/databases/pecl-mongo/Makefile ============================================================================== --- head/databases/pecl-mongo/Makefile Sun Feb 15 03:27:59 2015 (r379027) +++ head/databases/pecl-mongo/Makefile Sun Feb 15 03:58:05 2015 (r379028) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongo -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/databases/pecl-mongo/distinfo ============================================================================== --- head/databases/pecl-mongo/distinfo Sun Feb 15 03:27:59 2015 (r379027) +++ head/databases/pecl-mongo/distinfo Sun Feb 15 03:58:05 2015 (r379028) @@ -1,2 +1,2 @@ -SHA256 (PECL/mongo-1.6.1.tgz) = 7055f9c5d9314e414e153f7fb7a023d8e9b78d23c61bc250af152fa0ab63d483 -SIZE (PECL/mongo-1.6.1.tgz) = 203529 +SHA256 (PECL/mongo-1.6.2.tgz) = b9a1319910a3d91af94aec46b9dd0021e5b2504b199c60cc8b6075f8d3d78e7b +SIZE (PECL/mongo-1.6.2.tgz) = 204061 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 15 04:00:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A4B9D8B; Sun, 15 Feb 2015 04:00:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23B1510A; Sun, 15 Feb 2015 04:00:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F40RHn073477; Sun, 15 Feb 2015 04:00:27 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1F40QvV073475; Sun, 15 Feb 2015 04:00:26 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502150400.t1F40QvV073475@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 15 Feb 2015 04:00:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379029 - head/textproc/p5-Lingua-EN-MatchNames X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 15 Feb 2015 04:00:27 -0000 Author: vanilla Date: Sun Feb 15 04:00:25 2015 New Revision: 379029 URL: https://svnweb.freebsd.org/changeset/ports/379029 QAT: https://qat.redports.org/buildarchive/r379029/ Log: Upgrade to 1.23. Modified: head/textproc/p5-Lingua-EN-MatchNames/Makefile head/textproc/p5-Lingua-EN-MatchNames/distinfo Modified: head/textproc/p5-Lingua-EN-MatchNames/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-MatchNames/Makefile Sun Feb 15 03:58:05 2015 (r379028) +++ head/textproc/p5-Lingua-EN-MatchNames/Makefile Sun Feb 15 04:00:25 2015 (r379029) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-MatchNames -PORTVERSION= 1.12 -PORTREVISION= 1 +PORTVERSION= 1.23 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Lingua-EN-MatchNames/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-MatchNames/distinfo Sun Feb 15 03:58:05 2015 (r379028) +++ head/textproc/p5-Lingua-EN-MatchNames/distinfo Sun Feb 15 04:00:25 2015 (r379029) @@ -1,2 +1,2 @@ -SHA256 (Lingua-EN-MatchNames-1.12.tar.gz) = 7a15c7f7371290846468f36de051c87f722c7400e274e6b833f13b4357d96555 -SIZE (Lingua-EN-MatchNames-1.12.tar.gz) = 4131 +SHA256 (Lingua-EN-MatchNames-1.23.tar.gz) = 40c3c3277b214969688a3a25b9fbaf4c52c8be8965267320bf83899c6ef204f7 +SIZE (Lingua-EN-MatchNames-1.23.tar.gz) = 4591 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 15 04:19:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D23BFF5; Sun, 15 Feb 2015 04:19:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 487CB2AA; Sun, 15 Feb 2015 04:19:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F4JvX4082596; Sun, 15 Feb 2015 04:19:57 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1F4Jumo082590; Sun, 15 Feb 2015 04:19:56 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201502150419.t1F4Jumo082590@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 15 Feb 2015 04:19:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379030 - 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.18-1 Precedence: list List-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, 15 Feb 2015 04:19:57 -0000 Author: gerald Date: Sun Feb 15 04:19:56 2015 New Revision: 379030 URL: https://svnweb.freebsd.org/changeset/ports/379030 QAT: https://qat.redports.org/buildarchive/r379030/ Log: Update to the 20150211 snapshot of GCC 4.9.3. Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Sun Feb 15 04:00:25 2015 (r379029) +++ head/lang/gcc49/Makefile Sun Feb 15 04:19:56 2015 (r379030) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc49 -PORTVERSION= 4.9.3.s20150204 +PORTVERSION= 4.9.3.s20150211 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Sun Feb 15 04:00:25 2015 (r379029) +++ head/lang/gcc49/distinfo Sun Feb 15 04:19:56 2015 (r379030) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20150204.tar.bz2) = ed343c3512b4a0d283c1bf455350ffcafd61a93a9b2c4ead75e51d0da1f7db74 -SIZE (gcc-4.9-20150204.tar.bz2) = 85618314 +SHA256 (gcc-4.9-20150211.tar.bz2) = f8c879d5547f18b78b3595499eed39a7ea1f8f9bfbdc4b141e3f7a664ce60415 +SIZE (gcc-4.9-20150211.tar.bz2) = 85667266 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 15 09:39:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB98341C; Sun, 15 Feb 2015 09:39:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6B5B129; Sun, 15 Feb 2015 09:39:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F9do3t030402; Sun, 15 Feb 2015 09:39:50 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1F9dox6030401; Sun, 15 Feb 2015 09:39:50 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502150939.t1F9dox6030401@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 15 Feb 2015 09:39:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379031 - head/devel/p5-B-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.18-1 Precedence: list List-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, 15 Feb 2015 09:39:51 -0000 Author: bofh Date: Sun Feb 15 09:39:49 2015 New Revision: 379031 URL: https://svnweb.freebsd.org/changeset/ports/379031 QAT: https://qat.redports.org/buildarchive/r379031/ Log: devel/p5-B-C: Remove NO_ARCH This port is not ARCH independent hence remove NO_ARCH Submitted by: az Approved by: bapt marino (implicit) Modified: head/devel/p5-B-C/Makefile Modified: head/devel/p5-B-C/Makefile ============================================================================== --- head/devel/p5-B-C/Makefile Sun Feb 15 04:19:56 2015 (r379030) +++ head/devel/p5-B-C/Makefile Sun Feb 15 09:39:49 2015 (r379031) @@ -3,6 +3,7 @@ PORTNAME= B-C PORTVERSION= 1.52 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RURBAN @@ -24,7 +25,6 @@ USE_PERL5= configure PERL_INC_STAGE= ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/CORE MAKE_ENV+= PERL_INC_STAGE=${PERL_INC_STAGE} PLIST_SUB+= PERL_ARCH=${PERL_ARCH} -NO_ARCH= yes post-patch: ${REINPLACE_CMD} -e "s|PERL_INC|PERL_INC_STAGE|g" ${WRKSRC}/Makefile.PL From owner-svn-ports-head@FreeBSD.ORG Sun Feb 15 10:08:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A537969; Sun, 15 Feb 2015 10:08:28 +0000 (UTC) Received: from mail-ie0-f178.google.com (mail-ie0-f178.google.com [209.85.223.178]) (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 2D6C13D9; Sun, 15 Feb 2015 10:08:27 +0000 (UTC) Received: by iecrd18 with SMTP id rd18so28485160iec.5; Sun, 15 Feb 2015 02:08:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kYVanUmbLRERL+oCyvLYPP9d6e/Qj7MZ9X3B35lh7iE=; b=QwZ/+hCJE5g6IpzgILb/x7j3prJCWVxUE9XKJ/lxdskTr3unSds4TA6lcEo+Q/KPWH mpescUzkjf0md7LrttiCvnXWQKG3mwPl7b48Aqi7MfEfImY9vWnJwmQ2xJMGjtMKFdHy KtMp8Q8fEQpI9v1+BVxbKxto3F2GtkFswYII0k93iyNyzs/U7ejIctOI+gzKidfVs3Qy kolSiaPC4qY6MrYAP6mXu4kAzztoLqtiNMuZRTiCmExFmtEOGLzu6TVNpbZOo8JK9Woy LKllqfH34YmSf6aFcuLINtTo3JYNQuMU3NiCttVxBokMygLHzr1oZgLNz0v7V8feu+T6 GZ+A== X-Received: by 10.107.138.195 with SMTP id c64mr22963382ioj.47.1423994901261; Sun, 15 Feb 2015 02:08:21 -0800 (PST) Received: from mail-ie0-f178.google.com (mail-ie0-f178.google.com. [209.85.223.178]) by mx.google.com with ESMTPSA id qd2sm6434613igc.22.2015.02.15.02.08.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Feb 2015 02:08:21 -0800 (PST) Received: by iecvy18 with SMTP id vy18so28422604iec.6; Sun, 15 Feb 2015 02:08:20 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.50.61.238 with SMTP id t14mr15224029igr.34.1423994900514; Sun, 15 Feb 2015 02:08:20 -0800 (PST) Received: by 10.64.192.70 with HTTP; Sun, 15 Feb 2015 02:08:20 -0800 (PST) In-Reply-To: <20150214111255.GP29891@ivaldir.etoilebsd.net> References: <201502141016.t1EAGWkw066845@svn.freebsd.org> <20150214111255.GP29891@ivaldir.etoilebsd.net> Date: Sun, 15 Feb 2015 16:08:20 +0600 Message-ID: Subject: Re: svn commit: r378955 - in head/devel: . p5-B-C From: Muhammad Moinur Rahman To: Baptiste Daroussin , Andrej Zverev Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 15 Feb 2015 10:08:28 -0000 Fixed at r379031. On Sat, Feb 14, 2015 at 5:12 PM, Baptiste Daroussin wrote: > On Sat, Feb 14, 2015 at 10:16:32AM +0000, Muhammad Moinur Rahman wrote: > > Author: bofh > > Date: Sat Feb 14 10:16:31 2015 > > New Revision: 378955 > > URL: https://svnweb.freebsd.org/changeset/ports/378955 > > QAT: https://qat.redports.org/buildarchive/r378955/ > > > > Log: > > [NEW] devel/p5-B-C: Perl compiler's C backend > > > > This compiler backend takes Perl source and generates C source > > code corresponding to the internal structures that perl uses to > > run your program. When the generated C source is compiled and > > run, it cuts out the time which perl would have taken to load > > and parse your program into its internal semi-compiled form. > > That means that compiling with this backend will not help improve > > the runtime execution speed of your program but may improve > > the start-up time. Depending on the environment in which your > > program runs this may be either a help or a hindrance. > > > > WWW: http://search.cpan.org/dist/B-C/ > > > > PR: 196719 > > Submitted by: svysh.fbsd@gmail.com > > Approved by: bapt marino (implicit) > > > > Added: > > head/devel/p5-B-C/ > > head/devel/p5-B-C/Makefile (contents, props changed) > > head/devel/p5-B-C/distinfo (contents, props changed) > > head/devel/p5-B-C/pkg-descr (contents, props changed) > > head/devel/p5-B-C/pkg-plist (contents, props changed) > > Modified: > > head/devel/Makefile > > > > Modified: head/devel/Makefile > > > ============================================================================== > > --- head/devel/Makefile Sat Feb 14 09:12:36 2015 (r378954) > > +++ head/devel/Makefile Sat Feb 14 10:16:31 2015 (r378955) > > @@ -1516,6 +1516,7 @@ > > SUBDIR += p5-Attribute-Persistent > > SUBDIR += p5-AutoLoader > > SUBDIR += p5-AutoXS-Header > > + SUBDIR += p5-B-C > > SUBDIR += p5-B-Compiling > > SUBDIR += p5-B-Deobfuscate > > SUBDIR += p5-B-Flags > > > > Added: head/devel/p5-B-C/Makefile > > > ============================================================================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/devel/p5-B-C/Makefile Sat Feb 14 10:16:31 2015 > (r378955) > > @@ -0,0 +1,40 @@ > > +# Created by: Sergei Vyshenski > > +# $FreeBSD$ > > + > > +PORTNAME= B-C > > +PORTVERSION= 1.52 > > +CATEGORIES= devel perl5 > > +MASTER_SITES= CPAN > > +MASTER_SITE_SUBDIR= CPAN:RURBAN > > +PKGNAMEPREFIX= p5- > > + > > +MAINTAINER= svysh.fbsd@gmail.com > > +COMMENT= Perl compiler's C backend > > + > > +LICENSE= ART10 GPLv1 > > +LICENSE_COMB= dual > > + > > +BUILD_DEPENDS= p5-B-Flags>=0:${PORTSDIR}/devel/p5-B-Flags \ > > + p5-Opcodes>=0:${PORTSDIR}/devel/p5-Opcodes \ > > + p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run > > +RUN_DEPENDS:= ${BUILD_DEPENDS} > > + > > +USES= perl5 > > +USE_PERL5= configure > > +PERL_INC_STAGE= > ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/CORE > > +MAKE_ENV+= PERL_INC_STAGE=${PERL_INC_STAGE} > > +PLIST_SUB+= PERL_ARCH=${PERL_ARCH} > > +NO_ARCH= yes > > No arch is wrong shared objects (.so) are clearly arch dependent > > Bapt > From owner-svn-ports-head@FreeBSD.ORG Sun Feb 15 11:18:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 41C69DFB; Sun, 15 Feb 2015 11:18:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21F49B1A; Sun, 15 Feb 2015 11:18:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FBIOYd076513; Sun, 15 Feb 2015 11:18:24 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1FBIOir076507; Sun, 15 Feb 2015 11:18:24 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502151118.t1FBIOir076507@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 15 Feb 2015 11:18:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379032 - in head/devel: . py-argcomplete X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 15 Feb 2015 11:18:25 -0000 Author: pi Date: Sun Feb 15 11:18:23 2015 New Revision: 379032 URL: https://svnweb.freebsd.org/changeset/ports/379032 QAT: https://qat.redports.org/buildarchive/r379032/ Log: New port: devel/py-argcomplete Argcomplete provides easy, extensible command line tab completion of arguments for your Python script. It makes two assumptions: - You're using bash or zsh as your shell - You're using argparse to manage your command line arguments/options WWW: https://pypi.python.org/pypi/argcomplete PR: 196358 Submitted by: Tony Narlock Added: head/devel/py-argcomplete/ head/devel/py-argcomplete/Makefile (contents, props changed) head/devel/py-argcomplete/distinfo (contents, props changed) head/devel/py-argcomplete/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 15 09:39:49 2015 (r379031) +++ head/devel/Makefile Sun Feb 15 11:18:23 2015 (r379032) @@ -3677,6 +3677,7 @@ SUBDIR += py-archetypes.querywidget SUBDIR += py-archetypes.referencebrowserwidget SUBDIR += py-archetypes.schemaextender + SUBDIR += py-argcomplete SUBDIR += py-argh SUBDIR += py-argparse SUBDIR += py-args Added: head/devel/py-argcomplete/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-argcomplete/Makefile Sun Feb 15 11:18:23 2015 (r379032) @@ -0,0 +1,19 @@ +# Created by: Tony Narlock +# $FreeBSD$ + +PORTNAME= argcomplete +PORTVERSION= 0.8.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tony@git-pull.com +COMMENT= Bash tab completion for argparse + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-argcomplete/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-argcomplete/distinfo Sun Feb 15 11:18:23 2015 (r379032) @@ -0,0 +1,2 @@ +SHA256 (argcomplete-0.8.4.tar.gz) = 925587268e509a8a1cb80c5d3f7190547de2990b7feb46993530a691a14e9255 +SIZE (argcomplete-0.8.4.tar.gz) = 31590 Added: head/devel/py-argcomplete/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-argcomplete/pkg-descr Sun Feb 15 11:18:23 2015 (r379032) @@ -0,0 +1,9 @@ +Argcomplete provides easy, extensible command line tab completion +of arguments for your Python script. + +It makes two assumptions: + +- You're using bash or zsh as your shell +- You're using argparse to manage your command line arguments/options + +WWW: https://pypi.python.org/pypi/argcomplete From owner-svn-ports-head@FreeBSD.ORG Sun Feb 15 12:07:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 959AE829; Sun, 15 Feb 2015 12:07:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62D39F8D; Sun, 15 Feb 2015 12:07:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FC7sVL000184; Sun, 15 Feb 2015 12:07:54 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1FC7r19000182; Sun, 15 Feb 2015 12:07:53 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201502151207.t1FC7r19000182@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 15 Feb 2015 12:07:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379033 - 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.18-1 Precedence: list List-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, 15 Feb 2015 12:07:54 -0000 Author: bofh Date: Sun Feb 15 12:07:53 2015 New Revision: 379033 URL: https://svnweb.freebsd.org/changeset/ports/379033 QAT: https://qat.redports.org/buildarchive/r379033/ Log: print/foomatic-db-engine: Update version 4.0.11=>4.0.12 - Add LICENSE GPLv2 - Remove MAKE_JOBS_UNSAFE as it builds fine without it - Take maintainrship Approved by: bapt marino (implicit) Modified: head/print/foomatic-db-engine/Makefile head/print/foomatic-db-engine/distinfo Modified: head/print/foomatic-db-engine/Makefile ============================================================================== --- head/print/foomatic-db-engine/Makefile Sun Feb 15 11:18:23 2015 (r379032) +++ head/print/foomatic-db-engine/Makefile Sun Feb 15 12:07:53 2015 (r379033) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= engine -PORTVERSION= 4.0.11 -PORTREVISION= 2 +PORTVERSION= 4.0.12 PORTEPOCH= 2 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/foomatic/ \ @@ -13,9 +12,11 @@ PKGNAMEPREFIX= foomatic-db- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} DIST_SUBDIR= foomatic -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Foomatic database engine +LICENSE= GPLv2 + LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl USE_GNOME= libxml2 @@ -26,8 +27,6 @@ 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 ; \ Modified: head/print/foomatic-db-engine/distinfo ============================================================================== --- head/print/foomatic-db-engine/distinfo Sun Feb 15 11:18:23 2015 (r379032) +++ head/print/foomatic-db-engine/distinfo Sun Feb 15 12:07:53 2015 (r379033) @@ -1,2 +1,2 @@ -SHA256 (foomatic/foomatic-db-engine-4.0.11.tar.gz) = aa90df28f6dd94d3b590a789009c6a1792696c5cebb1e0dd6037d7dcaa09ffdf -SIZE (foomatic/foomatic-db-engine-4.0.11.tar.gz) = 360379 +SHA256 (foomatic/foomatic-db-engine-4.0.12.tar.gz) = 66143b76ed5b325b7025e261ad917b543de534c6d0a6e495d5489a20cace7c21 +SIZE (foomatic/foomatic-db-engine-4.0.12.tar.gz) = 360499 From owner-svn-ports-head@FreeBSD.ORG Sun Feb 15 13:33:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03D19E6B; Sun, 15 Feb 2015 13:33:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC90D901; Sun, 15 Feb 2015 13:33:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FDXSkQ041811; Sun, 15 Feb 2015 13:33:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1FDXPtv041800; Sun, 15 Feb 2015 13:33:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502151333.t1FDXPtv041800@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 15 Feb 2015 13:33:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379034 - in head: chinese/fortune french/fortune-mod-zarathoustra misc/fortune-mod-bible misc/fortune-mod-bofh misc/fortune-mod-culmea-culmilor misc/fortune-mod-epictetus misc/fortune-... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 15 Feb 2015 13:33:29 -0000 Author: antoine Date: Sun Feb 15 13:33:25 2015 New Revision: 379034 URL: https://svnweb.freebsd.org/changeset/ports/379034 QAT: https://qat.redports.org/buildarchive/r379034/ Log: Unbreak on head Deleted: head/russian/fortune-bashorgru/pkg-install head/russian/fortuneru/pkg-install Modified: head/chinese/fortune/Makefile head/french/fortune-mod-zarathoustra/Makefile head/misc/fortune-mod-bible/Makefile head/misc/fortune-mod-bofh/Makefile head/misc/fortune-mod-culmea-culmilor/Makefile.fortune head/misc/fortune-mod-epictetus/Makefile head/misc/fortune-mod-futurama/Makefile head/misc/fortuneit/Makefile head/polish/fortunepl/Makefile head/russian/fortune-bashorgru/Makefile head/russian/fortuneru/Makefile Modified: head/chinese/fortune/Makefile ============================================================================== --- head/chinese/fortune/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/chinese/fortune/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -18,13 +18,17 @@ NO_BUILD= yes USES= tar:bzip2 gmake SUB_FILES= pkg-message -.if !exists(/usr/games/fortune) || !exists(/usr/games/strfile) -IGNORE= needs the FreeBSD games distribution +.if exists(/usr/games/strfile) +STRFILE= /usr/games/strfile +.elif exists(/usr/bin/strfile) +STRFILE= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system .endif post-patch: @${REINPLACE_CMD} -e "s|/usr/|${PREFIX}/|" \ - -e "s|strfile|/usr/games/strfile|" \ + -e "s|strfile|${STRFILE}|" \ ${WRKSRC}/src/Makefile .include Modified: head/french/fortune-mod-zarathoustra/Makefile ============================================================================== --- head/french/fortune-mod-zarathoustra/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/french/fortune-mod-zarathoustra/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -4,20 +4,19 @@ PORTNAME= fortune-mod-zarathoustra PORTVERSION= 20100905 CATEGORIES= french -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= culot +MASTER_SITES= LOCAL/culot MAINTAINER= culot@FreeBSD.org COMMENT= Compilation of quotes from Nietzsche's Thus spoke Zarathustra SUB_FILES= pkg-message +.if exists(/usr/games/strfile) STRCMD= /usr/games/strfile - -pre-build: -.if !exists(${STRCMD}) - @${ECHO_MSG} "Please install the games distribution" - @exit 1 +.elif exists(/usr/bin/strfile) +STRCMD= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system .endif do-build: @@ -25,9 +24,6 @@ do-build: do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune - @${INSTALL_DATA} ${WRKSRC}/zarathoustra* ${STAGEDIR}${PREFIX}/share/games/fortune - -post-install: - @${CAT} ${PKGMESSAGE} + ${INSTALL_DATA} ${WRKSRC}/zarathoustra* ${STAGEDIR}${PREFIX}/share/games/fortune .include Modified: head/misc/fortune-mod-bible/Makefile ============================================================================== --- head/misc/fortune-mod-bible/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/misc/fortune-mod-bible/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -14,17 +14,25 @@ COMMENT= King James V Bible in fortune f DIST_SUBDIR= ${PORTNAME} NO_WRKSUBDIR= yes PKGMESSAGE= ${WRKDIR}/pkg-message -USES= tar:bzip2 +USES= tar:bzip2 SUB_FILES+= pkg-message +.if exists(/usr/games/strfile) _STRFILE= /usr/games/strfile +.elif exists(/usr/bin/strfile) +_STRFILE= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system +.endif + +post-extract: + ${RM} ${WRKSRC}/bible.dat do-build: @cd ${WRKSRC} && ${_STRFILE} -C bible do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/share/games @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune - @${INSTALL_DATA} ${WRKSRC}/bible* ${STAGEDIR}${PREFIX}/share/games/fortune + ${INSTALL_DATA} ${WRKSRC}/bible* ${STAGEDIR}${PREFIX}/share/games/fortune .include Modified: head/misc/fortune-mod-bofh/Makefile ============================================================================== --- head/misc/fortune-mod-bofh/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/misc/fortune-mod-bofh/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -13,17 +13,24 @@ DISTFILES= bofh-fortune-mod${PORTVERSION MAINTAINER= onatan@gmail.com COMMENT= Compilation of excuses from the "Bastard Operator From Hell" -NO_BUILD= yes WRKSRC= ${WRKDIR}/bofh-fortune-mod2.0 PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message +.if exists(/usr/games/strfile) STRFILE= /usr/games/strfile +.elif exists(/usr/bin/strfile) +STRFILE= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system +.endif + +do-build: + @${STRFILE} ${WRKSRC}/bofh do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune - @${INSTALL_DATA} ${WRKSRC}/bofh ${STAGEDIR}${PREFIX}/share/games/fortune - @${STRFILE} ${STAGEDIR}${PREFIX}/share/games/fortune/bofh + ${INSTALL_DATA} ${WRKSRC}/bofh* ${STAGEDIR}${PREFIX}/share/games/fortune .include Modified: head/misc/fortune-mod-culmea-culmilor/Makefile.fortune ============================================================================== --- head/misc/fortune-mod-culmea-culmilor/Makefile.fortune Sun Feb 15 12:07:53 2015 (r379033) +++ head/misc/fortune-mod-culmea-culmilor/Makefile.fortune Sun Feb 15 13:33:25 2015 (r379034) @@ -2,7 +2,13 @@ NO_WRKSUBDIR= yes +.if exists(/usr/games/strfile) _STRFILE= /usr/games/strfile +.elif exists(/usr/bin/strfile) +_STRFILE= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system +.endif _STRFILE_ARGS?= -C _FORTUNE_DIR= share/games/fortune FORTUNE_DIR= ${PREFIX}/${_FORTUNE_DIR} @@ -29,16 +35,13 @@ do-build: fi do-install: @${MKDIR} ${STAGEDIR}${FORTUNE_DIR} - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${FORTUNE_DIR}/${FORTUNE_FILE} - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.dat ${STAGEDIR}${FORTUNE_DIR}/${FORTUNE_FILE}.dat - @if [ -f ${WRKSRC}/${PORTNAME}-o ]; then \ + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${FORTUNE_DIR}/${FORTUNE_FILE} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.dat ${STAGEDIR}${FORTUNE_DIR}/${FORTUNE_FILE}.dat + if [ -f ${WRKSRC}/${PORTNAME}-o ]; then \ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-o ${STAGEDIR}${FORTUNE_DIR}/${FORTUNE_FILE_O}; \ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-o.dat ${STAGEDIR}${FORTUNE_DIR}/${FORTUNE_FILE_O}.dat; \ fi -post-install: @if [ -f ${WRKSRC}/${PORTNAME}-o ]; then \ ${ECHO_CMD} ${_FORTUNE_DIR}/${FORTUNE_FILE_O} >> ${TMPPLIST}; \ ${ECHO_CMD} ${_FORTUNE_DIR}/${FORTUNE_FILE_O}.dat >> ${TMPPLIST}; \ fi - @${ECHO_CMD} "@unexec rmdir %D/${_FORTUNE_DIR} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/share/games 2>/dev/null || true" >> ${TMPPLIST} Modified: head/misc/fortune-mod-epictetus/Makefile ============================================================================== --- head/misc/fortune-mod-epictetus/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/misc/fortune-mod-epictetus/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -15,13 +15,19 @@ USES= tar:bzip2 PLIST_FILES= share/games/fortune/epictetus \ share/games/fortune/epictetus.dat +.if exists(/usr/games/strfile) STRFILE= /usr/games/strfile +.elif exists(/usr/bin/strfile) +STRFILE= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system +.endif do-build: @(cd ${WRKSRC} && ${STRFILE} epictetus) do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune - @${INSTALL_DATA} ${WRKSRC}/epictetus* ${STAGEDIR}${PREFIX}/share/games/fortune + ${INSTALL_DATA} ${WRKSRC}/epictetus* ${STAGEDIR}${PREFIX}/share/games/fortune .include Modified: head/misc/fortune-mod-futurama/Makefile ============================================================================== --- head/misc/fortune-mod-futurama/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/misc/fortune-mod-futurama/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -11,13 +11,21 @@ MASTER_SITES= http://www.netmeister.org/ MAINTAINER= freebsd@skysmurf.nl COMMENT= Compilation of quotes from the TV series "Futurama" -USES= tar:bzip2 +USES= tar:bzip2 SUB_FILES= pkg-message PLIST_FILES= share/games/fortune/futurama share/games/fortune/futurama.dat +.if exists(/usr/games/strfile) +STRFILE= /usr/games/strfile +.elif exists(/usr/bin/strfile) +STRFILE= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system +.endif + do-build: - @cd ${WRKSRC} && /usr/games/strfile futurama + @${STRFILE} ${WRKSRC}/futurama do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune Modified: head/misc/fortuneit/Makefile ============================================================================== --- head/misc/fortuneit/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/misc/fortuneit/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -10,38 +10,29 @@ DISTNAME= fortune-it-${PORTVERSION} MAINTAINER= gmarco@gufi.org COMMENT= Funny fortune file in Italian +.if exists(/usr/games/strfile) STRCMD= /usr/games/strfile +.elif exists(/usr/bin/strfile) +STRCMD= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system +.endif FORTUNEFILES= adams banner computer definizioni formiche italia itatrek \ jackfr leggi luke luttazzi norm paolotedeschi zuse \ computer-o definizioni-o film-o italia-o jackfr-o leggi-o \ luttazzi-o obsc-o zuse-o -pre-build: -.if !exists(${STRCMD}) - @${ECHO_MSG} "Please install the games distribution" - @exit 1 -.endif - do-build: .for f in ${FORTUNEFILES} ${STRCMD} ${WRKSRC}/testi/${f} .endfor do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/share/games @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune .for f in ${FORTUNEFILES} - @${INSTALL_DATA} ${WRKSRC}/testi/${f}* \ + ${INSTALL_DATA} ${WRKSRC}/testi/${f}* \ ${STAGEDIR}${PREFIX}/share/games/fortune .endfor -post-install: - @${ECHO_MSG} "" - @${ECHO_MSG} "Usage:" - @${ECHO_MSG} "/usr/games/fortune [-aDefilosw] ${PREFIX}/share/games/fortune/" - @${ECHO_MSG} "" - @${ECHO_MSG} "Please check fortune manual pages for more informations" - @${ECHO_MSG} "" - .include Modified: head/polish/fortunepl/Makefile ============================================================================== --- head/polish/fortunepl/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/polish/fortunepl/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -14,7 +14,13 @@ PATCHFILES= fortunes-pl_${PORTVERSION}.f MAINTAINER= ports@FreeBSD.org COMMENT= Lot of funny Polish fortune files +.if exists(/usr/games/strfile) STRCMD= /usr/games/strfile +.elif exists(/usr/bin/strfile) +STRCMD= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system +.endif WRKSRC= ${WRKDIR}/fortunes-pl-${PORTVERSION}.orig FORTUNES= 7thguard advocacy apcoh argante bajki bok cnp cows \ @@ -28,11 +34,6 @@ FORTUNES= 7thguard advocacy apcoh argant teleturnieje testnaosobowosc wierszyki wieza-pilot zen \ znaki_zodiaku -pre-everything:: -.if !exists(${STRCMD}) -IGNORE= need strfile command. Please install games distribution of base system -.endif - do-patch: ${CP} ${DISTDIR}/fortunes-pl_${PORTVERSION}.freebsd.pl ${WRKSRC}/freebsd.pl ${CP} ${DISTDIR}/fortunes-pl_${PORTVERSION}.filozofia ${WRKSRC}/filozofia @@ -51,10 +52,4 @@ do-install: ${STAGEDIR}${PREFIX}/share/games/fortune/pl .endfor -post-install: - @${ECHO_MSG} "" - @${ECHO_MSG} "Usage:" - @${ECHO_MSG} "/usr/games/fortune ${PREFIX}/share/games/fortune/pl/" - @${ECHO_MSG} "" - .include Modified: head/russian/fortune-bashorgru/Makefile ============================================================================== --- head/russian/fortune-bashorgru/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/russian/fortune-bashorgru/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -3,6 +3,7 @@ PORTNAME= fortune-bashorgru PORTVERSION= 20080903 +PORTREVISION= 1 CATEGORIES= russian MASTER_SITES= http://limbo.xim.bz/distfiles/ Modified: head/russian/fortuneru/Makefile ============================================================================== --- head/russian/fortuneru/Makefile Sun Feb 15 12:07:53 2015 (r379033) +++ head/russian/fortuneru/Makefile Sun Feb 15 13:33:25 2015 (r379034) @@ -3,6 +3,7 @@ PORTNAME= fortuneru PORTVERSION= 20090524 +PORTREVISION= 1 CATEGORIES= russian MASTER_SITES= ftp://bestia.kiev.ua/pub/files/ ftp://hosting.cvu.kiev.ua/pub/files/ DISTNAME= fortune.ru-${PORTVERSION} @@ -10,30 +11,23 @@ DISTNAME= fortune.ru-${PORTVERSION} MAINTAINER= obezpalko@gmail.com COMMENT= Fortunes in Russian -NO_BUILD= yes - PKGMESSAGE= ${WRKDIR}/pkg-message +.if exists(/usr/games/strfile) STRCMD= /usr/games/strfile +.elif exists(/usr/bin/strfile) +STRCMD= /usr/bin/strfile +.else +IGNORE= needs strfile command. Please install games distribution of base system +.endif + +do-build: + @for fortune in ${WRKSRC}/* ; do \ + ${STRCMD} $$fortune ; \ + done do-install: - @${SETENV} STRCMD=${STRCMD} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune/rus ${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/games/fortune/rus -pre-install: -.if !exists(${STRCMD}) - @${ECHO_MSG} "Please install the games distribution" - @exit 1 -.endif - -post-install: - @for fortune in ${STAGEDIR}${PREFIX}/share/games/fortune/rus/* ; do \ - ${STRCMD} $$fortune >/dev/null 2>/dev/null ; \ - done - @${ECHO_MSG} "" - @${ECHO_MSG} "Usage:" - @${ECHO_MSG} "/usr/games/fortune ${PREFIX}/share/games/fortune/rus" - @${ECHO_MSG} "" - .include From owner-svn-ports-head@FreeBSD.ORG Sun Feb 15 13:33:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E11FF46; Sun, 15 Feb 2015 13:33:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EFC4904; Sun, 15 Feb 2015 13:33:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FDXeZK041967; Sun, 15 Feb 2015 13:33:40 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1FDXdGc041964; Sun, 15 Feb 2015 13:33:39 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201502151333.t1FDXdGc041964@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 15 Feb 2015 13:33:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379035 - in head/cad/spice: . 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.18-1 Precedence: list List-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, 15 Feb 2015 13:33:40 -0000 Author: hrs Date: Sun Feb 15 13:33:38 2015 New Revision: 379035 URL: https://svnweb.freebsd.org/changeset/ports/379035 QAT: https://qat.redports.org/buildarchive/r379035/ Log: - Fix device support. The previous version was totally broken. - Fix help(1). Modified: head/cad/spice/Makefile head/cad/spice/files/Makefile head/cad/spice/pkg-plist Modified: head/cad/spice/Makefile ============================================================================== --- head/cad/spice/Makefile Sun Feb 15 13:33:25 2015 (r379034) +++ head/cad/spice/Makefile Sun Feb 15 13:33:38 2015 (r379035) @@ -3,7 +3,7 @@ PORTNAME= spice PORTVERSION= 3f5.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= cad MASTER_SITES= http://embedded.eecs.berkeley.edu/pubs/downloads/spice/:srcs \ http://www-device.eecs.berkeley.edu/~bsim/Files/BSIM3/ftpv330/src/:bsim3 \ @@ -102,9 +102,12 @@ post-extract: ${CONFIGFILE}:: @${SETENV} ${CONFIGURE_ENV} ${MAKE} -f ${MAKEFILE} configure -.for V in CC MAKE CC_OPT DEVICES +.for V in CC MAKE CC_OPT @${ECHO_CMD} "${V}=${$V}" >> ${WRKSRC}/conf/FreeBSD .endfor +.for V in DEVICES + @${ECHO_CMD} "${V}+=${$V}" >> ${WRKSRC}/conf/FreeBSD +.endfor do-configure: ${CONFIGFILE} @${DO_NADA} Modified: head/cad/spice/files/Makefile ============================================================================== --- head/cad/spice/files/Makefile Sun Feb 15 13:33:25 2015 (r379034) +++ head/cad/spice/files/Makefile Sun Feb 15 13:33:38 2015 (r379035) @@ -32,8 +32,8 @@ SHAREFILESDIR= ${PREFIX}/share/spice HELPFILESDIR= ${SHAREFILESDIR}/helpdir SCRIPTFILESDIR= ${SHAREFILESDIR}/scripts -PROGRAMS= spice3 nutmeg sconvert help proc2mod multidec -HELPFILES= spice.txt +PROGRAMS= spice3 nutmeg sconvert help proc2mod multidec makeidx +HELPFILES= spice.txt spice.idx SCRIPTFILES= setplot spinit SHAREFILES= mfbcap news @@ -54,6 +54,11 @@ ${DESTDIR}${MANDIR}${n}/$M: $M .endfor ln -s -f spice.1 ${DESTDIR}${MANDIR}1/spice3.1 +spice.idx: spice.txt + ${DESTDIR}${BINDIR}/makeidx ${.ALLSRC} + ${BSD_INSTALL_DATA} ${.CURDIR}/lib/helpdir/spice.idx \ + ${.CURDIR}/spice.idx + .for D in HELPFILES SCRIPTFILES SHAREFILES . for F in ${${D}} install:: ${DESTDIR}${${D}DIR}/$F Modified: head/cad/spice/pkg-plist ============================================================================== --- head/cad/spice/pkg-plist Sun Feb 15 13:33:25 2015 (r379034) +++ head/cad/spice/pkg-plist Sun Feb 15 13:33:38 2015 (r379035) @@ -4,6 +4,7 @@ bin/sconvert bin/help bin/proc2mod bin/multidec +bin/makeidx man/man1/sconvert.1.gz man/man1/nutmeg.1.gz man/man1/spice.1.gz @@ -11,6 +12,7 @@ man/man1/spice3.1.gz man/man3/mfb.3.gz man/man5/mfbcap.5.gz %%DATADIR%%/helpdir/spice.txt +%%DATADIR%%/helpdir/spice.idx %%DATADIR%%/scripts/setplot %%DATADIR%%/scripts/spinit %%DATADIR%%/mfbcap From owner-svn-ports-head@FreeBSD.ORG Sun Feb 15 13:43:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97AB3EB; Sun, 15 Feb 2015 13:43:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 687BF9D6; Sun, 15 Feb 2015 13:43:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FDh0WR046670; Sun, 15 Feb 2015 13:43:00 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1FDh0Du046669; Sun, 15 Feb 2015 13:43:00 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201502151343.t1FDh0Du046669@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Sun, 15 Feb 2015 13:43:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379036 - head/print/foomatic-db-engine/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.18-1 Precedence: list List-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, 15 Feb 2015 13:43:00 -0000 Author: mi Date: Sun Feb 15 13:42:59 2015 New Revision: 379036 URL: https://svnweb.freebsd.org/changeset/ports/379036 QAT: https://qat.redports.org/buildarchive/r379036/ Log: Add a patch, that removes the reference to bash from one of the installed scripts. (This was caught by the "QA step" here.) Added: head/print/foomatic-db-engine/files/ head/print/foomatic-db-engine/files/patch-foomatic-getpjloptions.in (contents, props changed) Added: head/print/foomatic-db-engine/files/patch-foomatic-getpjloptions.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/foomatic-db-engine/files/patch-foomatic-getpjloptions.in Sun Feb 15 13:42:59 2015 (r379036) @@ -0,0 +1,44 @@ +Do not require bash -- BSD sh(1) is perfectly capable of executing +this script. + +While here, replace use of perl in removal of some characters from +streams with the much lighter tr(1) invocations. Strip out +carriage-returns (\r) characters from remote printer's responses too. + +Remove useless braces around variable-names. + + -mi + +--- foomatic-getpjloptions.in 2015-02-14 07:21:56.000000000 -0500 ++++ foomatic-getpjloptions.in 2015-02-15 07:36:23.000000000 -0500 +@@ -1,3 +1,3 @@ +-#!@SH@ ++#!/bin/sh + # + # Polls PJL options from local or network printers +@@ -23,6 +23,5 @@ + NC=@NC@ + CAT=@CAT@ +-PRINTF=@PRINTF@ +-PERL=@PERL@ ++PRINTF=printf # sh builtin + + usage(){ +@@ -63,12 +62,13 @@ +- # We have two arguments, do ethernet printer request ++ # We have two arguments, do network printer request + # Poll the printer's answer and filter out the newpage characters ++ # as well as the carriage-returns (\r or, in octal, 015) +- ${NC} -w 3 ${1} ${2} 2>/dev/null | ${PERL} -p -e "s/\014//" ++ $NC -w 3 $1 $2 2>/dev/null | tr -d "\015\014" + else + # We have one argument, do local printer request + # Send commands to printer port +- ${CAT} > ${1} ++ $CAT > $1 + # Wait ten seconds for the printer to process the request + sleep 10 + # Poll the printer's answer and filter out the newpage and CR characters +- ${CAT} < ${1} | ${PERL} -p -e "s/[\015\014]//" ++ exec tr -d "\015\014" < $1 + fi From owner-svn-ports-head@FreeBSD.ORG Sun Feb 15 14:12:20 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B8F3528; Sun, 15 Feb 2015 14:12:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 564E8C85; Sun, 15 Feb 2015 14:12:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FECK0k060726; Sun, 15 Feb 2015 14:12:20 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1FECKpi060725; Sun, 15 Feb 2015 14:12:20 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201502151412.t1FECKpi060725@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sun, 15 Feb 2015 14:12:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379037 - head/multimedia/libvpx/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.18-1 Precedence: list List-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, 15 Feb 2015 14:12:20 -0000 Author: ashish Date: Sun Feb 15 14:12:19 2015 New Revision: 379037 URL: https://svnweb.freebsd.org/changeset/ports/379037 QAT: https://qat.redports.org/buildarchive/r379037/ Log: - Fix build with GCC 5 PR: 197624 Submitted by: marino Added: head/multimedia/libvpx/files/patch-nestegg_halloc_src (contents, props changed) Added: head/multimedia/libvpx/files/patch-nestegg_halloc_src ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libvpx/files/patch-nestegg_halloc_src Sun Feb 15 14:12:19 2015 (r379037) @@ -0,0 +1,31 @@ + +$FreeBSD$ + +Fix build on modern gcc which defines max_align_t for C11 +It renames the locale definition to avoid the name clash. + +--- nestegg/halloc/src/align.h.orig ++++ nestegg/halloc/src/align.h +@@ -30,7 +30,7 @@ + void (*q)(void); + }; + +-typedef union max_align max_align_t; ++typedef union max_align halloc_max_align_t; + + #endif + + +$FreeBSD$ + +--- nestegg/halloc/src/halloc.c.orig ++++ nestegg/halloc/src/halloc.c +@@ -30,7 +30,7 @@ + #endif + hlist_item_t siblings; /* 2 pointers */ + hlist_head_t children; /* 1 pointer */ +- max_align_t data[1]; /* not allocated, see below */ ++ halloc_max_align_t data[1]; /* not allocated, see below */ + + } hblock_t; + From owner-svn-ports-head@FreeBSD.ORG Sun Feb 15 14:21:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D18E1679; Sun, 15 Feb 2015 14:21:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B15E0D55; Sun, 15 Feb 2015 14:21:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FELUbZ065053; Sun, 15 Feb 2015 14:21:30 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1FELSNb065043; Sun, 15 Feb 2015 14:21:28 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201502151421.t1FELSNb065043@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sun, 15 Feb 2015 14:21:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379038 - in head/devel: . pig pig/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.18-1 Precedence: list List-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, 15 Feb 2015 14:21:30 -0000 Author: demon Date: Sun Feb 15 14:21:28 2015 New Revision: 379038 URL: https://svnweb.freebsd.org/changeset/ports/379038 QAT: https://qat.redports.org/buildarchive/r379038/ Log: New port: Apache Pig. Pig is an engine for executing data flows in parallel on Hadoop. Added: head/devel/pig/ head/devel/pig/Makefile (contents, props changed) head/devel/pig/distinfo (contents, props changed) head/devel/pig/files/ head/devel/pig/files/patch-bin-pig (contents, props changed) head/devel/pig/files/patch-ivy-ivysettings.xml (contents, props changed) head/devel/pig/pkg-descr (contents, props changed) head/devel/pig/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 15 14:12:19 2015 (r379037) +++ head/devel/Makefile Sun Feb 15 14:21:28 2015 (r379038) @@ -3545,6 +3545,7 @@ SUBDIR += physfs-devel SUBDIR += picp SUBDIR += picprog + SUBDIR += pig SUBDIR += piklab SUBDIR += pinba_engine SUBDIR += pipestatus Added: head/devel/pig/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pig/Makefile Sun Feb 15 14:21:28 2015 (r379038) @@ -0,0 +1,47 @@ +# Created by: Dmitry Sivachenko +# $FreeBSD$ + +PORTNAME= pig +PORTVERSION= 0.14.0 +CATEGORIES= devel java +MASTER_SITES= ${MASTER_SITE_APACHE} \ + LOCAL/demon/:ant \ + http://people.freebsd.org/~demon/:ant \ + http://central.maven.org/maven2/org/apache/ivy/ivy/2.2.0/:ivy +MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}-${PORTVERSION} +DISTFILES= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} FreeBSD-${PORTNAME}-${PORTVERSION}-ant-repository.tar.gz:ant ivy-2.2.0.jar:ivy +DIST_SUBDIR= hadoop +EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} FreeBSD-${PORTNAME}-${PORTVERSION}-ant-repository.tar.gz + +MAINTAINER= demon@FreeBSD.org +COMMENT= Engine for executing data flows in parallel on Hadoop + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ + yarn:${PORTSDIR}/devel/hadoop2 + +USE_JAVA= yes +JAVA_VERSION= 1.7+ +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src + +post-patch: + ${REINPLACE_CMD} -e "s#%%WRKDIR%%#${WRKDIR}#" ${WRKSRC}/ivy/ivysettings.xml + +pre-build: + ${CP} ${DISTDIR}/${DIST_SUBDIR}/ivy-2.2.0.jar ${WRKSRC}/ivy/ + +do-build: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/ant -Dhadoopversion=23 + +post-build: + ${REINPLACE_CMD} -e "s#%%JAVA_HOME%%#${JAVA_HOME}#" -e "s#%%LOCALBASE%%#${LOCALBASE}#" ${WRKSRC}/bin/pig + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} lib ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/pig-${PORTVERSION}-SNAPSHOT-core-h2.jar ${STAGEDIR}${DATADIR}/ + ${INSTALL_SCRIPT} ${WRKSRC}/bin/pig ${STAGEDIR}/${PREFIX}/bin/ + +.include Added: head/devel/pig/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pig/distinfo Sun Feb 15 14:21:28 2015 (r379038) @@ -0,0 +1,6 @@ +SHA256 (hadoop/pig-0.14.0-src.tar.gz) = e95e8449b68186966996be786c4a620b36b4e15707d263bd76c3e10cdb26c1a2 +SIZE (hadoop/pig-0.14.0-src.tar.gz) = 14651571 +SHA256 (hadoop/FreeBSD-pig-0.14.0-ant-repository.tar.gz) = cc298457ba337564a0addd4a129c8a51d7aaa1a512e6ebdf89d6cba6fb22de81 +SIZE (hadoop/FreeBSD-pig-0.14.0-ant-repository.tar.gz) = 111651511 +SHA256 (hadoop/ivy-2.2.0.jar) = 9d0a56026680999986ca33d53d12d6f28f7bff5e3c9e6e0c6633a3677ca00f18 +SIZE (hadoop/ivy-2.2.0.jar) = 947592 Added: head/devel/pig/files/patch-bin-pig ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pig/files/patch-bin-pig Sun Feb 15 14:21:28 2015 (r379038) @@ -0,0 +1,68 @@ +--- bin/pig.orig 2014-11-17 04:37:53.000000000 +0300 ++++ bin/pig 2015-02-15 16:23:44.000000000 +0300 +@@ -88,6 +88,8 @@ + export PIG_HOME=`dirname "$this"`/.. + fi + ++PIG_CONF_DIR=${PIG_HOME}/etc/pig ++ + if [ -z "$PIG_CONF_DIR" ]; then + if [ -f ${PIG_HOME}/conf/pig.properties ]; then + PIG_CONF_DIR=${PIG_HOME}/conf +@@ -111,6 +113,7 @@ + JAVA_HOME=$JAVA_HOME + fi + ++JAVA_HOME=%%JAVA_HOME%% + if [ "$JAVA_HOME" = "" ]; then + echo "Error: JAVA_HOME is not set." + exit 1 +@@ -206,6 +209,7 @@ + fi + + # add HADOOP_CONF_DIR ++HADOOP_CONF_DIR=%%LOCALBASE%%/etc/hadoop + if [ "$HADOOP_CONF_DIR" != "" ]; then + CLASSPATH=${CLASSPATH}:${HADOOP_CONF_DIR} + fi +@@ -244,23 +248,23 @@ + + # For Hadoop 0.23.0+ + # +-#if [ -d "${PIG_HOME}/share/hadoop/common" ]; then +-# for f in ${PIG_HOME}/share/hadoop/common/hadoop*.jar; do +-# CLASSPATH=${CLASSPATH}:$f; +-# done +-#fi +-# +-#if [ -d "${PIG_HOME}/share/hadoop/hdfs" ]; then +-# for f in ${PIG_HOME}/share/hadoop/hdfs/hadoop*.jar; do +-# CLASSPATH=${CLASSPATH}:$f; +-# done +-#fi +-# +-#if [ -d "${PIG_HOME}/share/hadoop/mapreduce" ]; then +-# for f in ${PIG_HOME}/share/hadoop/mapreduce/hadoop*.jar; do +-# CLASSPATH=${CLASSPATH}:$f; +-# done +-#fi ++if [ -d "${PIG_HOME}/share/hadoop/common" ]; then ++ for f in ${PIG_HOME}/share/hadoop/common/hadoop*.jar; do ++ CLASSPATH=${CLASSPATH}:$f; ++ done ++fi ++ ++if [ -d "${PIG_HOME}/share/hadoop/hdfs" ]; then ++ for f in ${PIG_HOME}/share/hadoop/hdfs/hadoop*.jar; do ++ CLASSPATH=${CLASSPATH}:$f; ++ done ++fi ++ ++if [ -d "${PIG_HOME}/share/hadoop/mapreduce" ]; then ++ for f in ${PIG_HOME}/share/hadoop/mapreduce/hadoop*.jar; do ++ CLASSPATH=${CLASSPATH}:$f; ++ done ++fi + + if which hadoop >/dev/null; then + HADOOP_BIN=`which hadoop` Added: head/devel/pig/files/patch-ivy-ivysettings.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pig/files/patch-ivy-ivysettings.xml Sun Feb 15 14:21:28 2015 (r379038) @@ -0,0 +1,10 @@ +--- ivy/ivysettings.xml.bak 2014-11-17 04:37:53.000000000 +0300 ++++ ivy/ivysettings.xml 2015-02-12 18:18:00.000000000 +0300 +@@ -1,5 +1,7 @@ + + ++ ++ + + + unzip -- heap based buffer overflow in iconv patch + + + unzip + 6.0_5 + + + + +

Ubuntu Security Notice USN-2502-1 reports:

+
+

unzip could be made to run programs if it opened a specially crafted file.

+
+ +
+ + CVE-2015-1315 + http://people.canonical.com/~ubuntu-security/cve/2015/CVE-2015-1315.html + https://security-tracker.debian.org/tracker/CVE-2015-1315 + http://www.ubuntu.com/usn/usn-2502-1/ + + + 2015-02-17 + 2015-02-17 + +
+ krb5 -- Vulnerabilities in kadmind, libgssrpc, gss_process_context_token VU#540092 From owner-svn-ports-head@FreeBSD.ORG Tue Feb 17 22:51:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1447E39 for ; Tue, 17 Feb 2015 22:51:15 +0000 (UTC) Received: from vfemail.net (nine.vfemail.net [108.76.175.9]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDFFB15D for ; Tue, 17 Feb 2015 22:51:12 +0000 (UTC) Received: (qmail 83059 invoked by uid 89); 17 Feb 2015 22:50:58 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 17 Feb 2015 22:50:58 -0000 Received: (qmail 81956 invoked by uid 89); 17 Feb 2015 22:50:40 -0000 Received: by simscan 1.3.1 ppid: 81948, pid: 81952, t: 0.0039s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 17 Feb 2015 22:50:40 -0000 Received: (qmail 11714 invoked by uid 89); 17 Feb 2015 22:50:50 -0000 Received: by simscan 1.4.0 ppid: 11636, pid: 11704, t: 1.0016s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 17 Feb 2015 22:50:49 -0000 From: Jan Beich To: Xin LI Subject: Re: svn commit: r379192 - in head/archivers/unzip: . files References: <201502172158.t1HLwe7N060649@svn.freebsd.org> Date: Tue, 17 Feb 2015 23:50:33 +0100 In-Reply-To: <201502172158.t1HLwe7N060649@svn.freebsd.org> (Xin LI's message of "Tue, 17 Feb 2015 21:58:40 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 17 Feb 2015 22:51:15 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Xin LI writes: > Log: > Apply fix for CVE-2015-1315 from Marc Deslauriers > . >=20=20=20 > MFH: 2015Q1 > Approved by: so [...] > Modified: head/archivers/unzip/files/extra-iconv-patch-unix_unix.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/archivers/unzip/files/extra-iconv-patch-unix_unix.c Tue Feb 17 2= 1:32:56 2015 (r379191) > +++ head/archivers/unzip/files/extra-iconv-patch-unix_unix.c Tue Feb 17 2= 1:58:40 2015 (r379192) > @@ -76,15 +76,27 @@ > + > + slen =3D strlen(string); > + s =3D string; > -+ dlen =3D buflen =3D 2*slen; > -+ d =3D buf =3D malloc(buflen + 1); > ++ > ++ /* Make sure OUTBUFSIZ + 1 never ends up smaller than FILNAMSIZ > ++ * as this function also gets called with G.outbuf in fileio.c > ++ */ > ++ buflen =3D FILNAMSIZ; [...] Why the underlying @@ line hasn't changed if number of ++ lines increased? It makes my ICONV=3Don build fail $ make [...] --- unzipsfx --- fileio_.o: In function `do_string': fileio.c:(.text+0x14d5): undefined reference to `iso_intern' fileio.c:(.text+0x14e8): undefined reference to `oem_intern' fileio.c:(.text+0x1944): undefined reference to `iso_intern' fileio.c:(.text+0x1950): undefined reference to `oem_intern' cc: error: linker command failed with exit code 1 (use -v to see invocati= on) Index: archivers/unzip/files/extra-iconv-patch-unix_unix.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =2D-- archivers/unzip/files/extra-iconv-patch-unix_unix.c (revision 379194) +++ archivers/unzip/files/extra-iconv-patch-unix_unix.c (working copy) @@ -10,7 +10,7 @@ #ifdef SCO_XENIX # define SYSNDIR #else /* SCO Unix, AIX, DNIX, TI SysV, Coherent 4.x, ... */ =2D@@ -1874,3 +1877,90 @@ static void qlfix(__G__ ef_ptr, ef_len) +@@ -1874,3 +1877,102 @@ static void qlfix(__G__ ef_ptr, ef_len) } } #endif /* QLZIP */ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJU48W5XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bnTIIAICE+3xRpebdSthi/r7rDi63 ZBHMzt5ySxyElq7tlwTMaiCFqpZlc+PfRMnLnMpMTL3/quu8b8Da2B6FBVbzbyye kAzTZgViOJ3YxqMmrr/0Z33Jjhurve951Yg9ql7oJfRvjz4CIel2UZLdZ2ARTUW1 bcRzOSoS2Ay6CcaKPif0xfVbEvgUcLxWzO8m9n22euV5v47v0Oo69aSab8yPaIpv 58AV9moFXNDc/V0pd8VKmKmaetJ7lhyX6Fs54CQRnTN8ZESguJ997kVIcKh8rbGd 7lA6MTml8bLITqE8gpgCRqtZ0ukFHh+g7cVEcUPAh8D6RlAEThgq/rEVVIWn+rM= =5Fo1 -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-head@FreeBSD.ORG Tue Feb 17 23:21:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70FD363D; Tue, 17 Feb 2015 23:21:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BF5B400; Tue, 17 Feb 2015 23:21:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HNLa43004718; Tue, 17 Feb 2015 23:21:36 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1HNLaqi004717; Tue, 17 Feb 2015 23:21:36 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201502172321.t1HNLaqi004717@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 17 Feb 2015 23:21:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379195 - head/archivers/unzip/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.18-1 Precedence: list List-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, 17 Feb 2015 23:21:36 -0000 Author: delphij Date: Tue Feb 17 23:21:35 2015 New Revision: 379195 URL: https://svnweb.freebsd.org/changeset/ports/379195 QAT: https://qat.redports.org/buildarchive/r379195/ Log: Fix build. The merge should have been tested against an ICONV build. Submitted by: jbeich Pointy hat to: delphij MFH: 2015Q1 Modified: head/archivers/unzip/files/extra-iconv-patch-unix_unix.c Modified: head/archivers/unzip/files/extra-iconv-patch-unix_unix.c ============================================================================== --- head/archivers/unzip/files/extra-iconv-patch-unix_unix.c Tue Feb 17 22:04:26 2015 (r379194) +++ head/archivers/unzip/files/extra-iconv-patch-unix_unix.c Tue Feb 17 23:21:35 2015 (r379195) @@ -1,5 +1,5 @@ ---- unix/unix.c.orig 2009-01-23 23:31:26 UTC -+++ unix/unix.c +--- unix.c.orig 2015-02-17 15:18:36.176142072 -0800 ++++ unix.c 2015-02-17 15:18:56.289341100 -0800 @@ -30,6 +30,9 @@ #define UNZIP_INTERNAL #include "unzip.h" @@ -10,7 +10,7 @@ #ifdef SCO_XENIX # define SYSNDIR #else /* SCO Unix, AIX, DNIX, TI SysV, Coherent 4.x, ... */ -@@ -1874,3 +1877,90 @@ static void qlfix(__G__ ef_ptr, ef_len) +@@ -1874,3 +1877,102 @@ } } #endif /* QLZIP */ From owner-svn-ports-head@FreeBSD.ORG Tue Feb 17 23:34:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27A58C08; Tue, 17 Feb 2015 23:34:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 129E180F; Tue, 17 Feb 2015 23:34:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HNYNUa009998; Tue, 17 Feb 2015 23:34:23 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1HNYNVF009997; Tue, 17 Feb 2015 23:34:23 GMT (envelope-from db@FreeBSD.org) Message-Id: <201502172334.t1HNYNVF009997@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Tue, 17 Feb 2015 23:34:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379197 - head/devel/zpu-gcc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 17 Feb 2015 23:34:24 -0000 Author: db Date: Tue Feb 17 23:34:23 2015 New Revision: 379197 URL: https://svnweb.freebsd.org/changeset/ports/379197 QAT: https://qat.redports.org/buildarchive/r379197/ Log: Support full path to cc and make for external toolchains PR: ports/197650 Submitted by: sbruno Modified: head/devel/zpu-gcc/Makefile Modified: head/devel/zpu-gcc/Makefile ============================================================================== --- head/devel/zpu-gcc/Makefile Tue Feb 17 23:22:44 2015 (r379196) +++ head/devel/zpu-gcc/Makefile Tue Feb 17 23:34:23 2015 (r379197) @@ -23,9 +23,9 @@ INFO= zpuc/cpp zpuc/cppinternals zpuc/d zpuc/gccint post-patch: - @${REINPLACE_CMD} -e 's/%%CC%%/${CC}/' ${WRKSRC}/build.sh + @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|' ${WRKSRC}/build.sh ${CP} ${FILESDIR}/install.sh ${WRKSRC} - @${REINPLACE_CMD} -e 's/%%MAKE_CMD%%/${MAKE_CMD}/' ${WRKSRC}/build.sh \ + @${REINPLACE_CMD} -e 's|%%MAKE_CMD%%|${MAKE_CMD}|' ${WRKSRC}/build.sh \ ${WRKSRC}/install.sh @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/build.sh @${REINPLACE_CMD} -e 's|%%DESTDIR%%|${STAGEDIR}|g' ${WRKSRC}/gcc/Makefile.in From owner-svn-ports-head@FreeBSD.ORG Tue Feb 17 23:48:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FF471C0; Tue, 17 Feb 2015 23:48:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEBF6943; Tue, 17 Feb 2015 23:48:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HNmZXS015330; Tue, 17 Feb 2015 23:48:35 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1HNmZ2x015326; Tue, 17 Feb 2015 23:48:35 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201502172348.t1HNmZ2x015326@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 17 Feb 2015 23:48:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379198 - head/www/phpvirtualbox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 17 Feb 2015 23:48:36 -0000 Author: jkim Date: Tue Feb 17 23:48:34 2015 New Revision: 379198 URL: https://svnweb.freebsd.org/changeset/ports/379198 QAT: https://qat.redports.org/buildarchive/r379198/ Log: Update to 4.3-2. Modified: head/www/phpvirtualbox/Makefile head/www/phpvirtualbox/distinfo head/www/phpvirtualbox/pkg-plist Modified: head/www/phpvirtualbox/Makefile ============================================================================== --- head/www/phpvirtualbox/Makefile Tue Feb 17 23:34:23 2015 (r379197) +++ head/www/phpvirtualbox/Makefile Tue Feb 17 23:48:34 2015 (r379198) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= phpvirtualbox -DISTVERSION= 4.3-1 -PORTREVISION= 1 +DISTVERSION= 4.3-2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME} \ LOCAL/decke @@ -13,17 +12,18 @@ COMMENT= AJAX Web Interface for VirtualB LICENSE= GPLv3 -USES= dos2unix zip -USE_PHP= json session soap simplexml xml NO_BUILD= yes +USE_PHP= json session soap simplexml xml +USES= dos2unix zip + DOS2UNIX_REGEX= .*\.(php|txt|js|css|html) +ETCDIR= ${WWWDIR} do-install: - @${MKDIR} ${STAGEDIR}${WWWDIR} - (cd ${WRKSRC}/ && ${COPYTREE_SHARE} "*" ${STAGEDIR}${WWWDIR} "! -name *.orig") - - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} - @${FIND} ${STAGEDIR}${WWWDIR} -type f -exec ${CHMOD} 0444 {} \; - @${FIND} ${STAGEDIR}${WWWDIR} -type d -exec ${CHMOD} 0755 {} \; + ${MKDIR} ${STAGEDIR}${WWWDIR} + (cd ${WRKSRC}/ && ${COPYTREE_SHARE} "*" ${STAGEDIR}${WWWDIR} \ + "-not -name *.orig -not -name config.php-example") + ${INSTALL_DATA} ${WRKSRC}/config.php-example \ + ${STAGEDIR}${WWWDIR}/config.php.sample .include Modified: head/www/phpvirtualbox/distinfo ============================================================================== --- head/www/phpvirtualbox/distinfo Tue Feb 17 23:34:23 2015 (r379197) +++ head/www/phpvirtualbox/distinfo Tue Feb 17 23:48:34 2015 (r379198) @@ -1,2 +1,2 @@ -SHA256 (phpvirtualbox-4.3-1.zip) = 013edbb4035b8afafdcba833fcccf58d48c702fae1ea9feeb2576d96e62a83a5 -SIZE (phpvirtualbox-4.3-1.zip) = 4248078 +SHA256 (phpvirtualbox-4.3-2.zip) = 8610a15e8f57ed05bca3bd6822df7b6e569189b5145d2c760d929b773d7ddfe0 +SIZE (phpvirtualbox-4.3-2.zip) = 4256463 Modified: head/www/phpvirtualbox/pkg-plist ============================================================================== --- head/www/phpvirtualbox/pkg-plist Tue Feb 17 23:34:23 2015 (r379197) +++ head/www/phpvirtualbox/pkg-plist Tue Feb 17 23:48:34 2015 (r379198) @@ -1,10 +1,10 @@ -@unexec if cmp -s %D/%%WWWDIR%%/config.php-example %D/%%WWWDIR%%/config.php; then rm -f %D/%%WWWDIR%%/config.php; fi -%%WWWDIR%%/config.php-example -@exec if [ ! -f %D/%%WWWDIR%%/config.php ]; then cp -p %D/%%WWWDIR%%/config.php-example %D/%%WWWDIR%%/config.php; fi +@group www +@owner www %%WWWDIR%%/CHANGELOG.txt %%WWWDIR%%/GPLv3.txt %%WWWDIR%%/LICENSE.txt %%WWWDIR%%/README.txt +@sample %%ETCDIR%%/config.php.sample %%WWWDIR%%/css/jquery-ui.css %%WWWDIR%%/css/jquery.projectPlugins.css %%WWWDIR%%/css/layout.css @@ -89,6 +89,7 @@ %%WWWDIR%%/images/vbox/cd_disabled_32px.png %%WWWDIR%%/images/vbox/cd_unmount_16px.png %%WWWDIR%%/images/vbox/cd_unmount_dis_16px.png +%%WWWDIR%%/images/vbox/cd_unmount_disabled_16px.png %%WWWDIR%%/images/vbox/chipset_16px.png %%WWWDIR%%/images/vbox/chipset_disabled_16px.png %%WWWDIR%%/images/vbox/close_16px.png @@ -455,7 +456,6 @@ %%WWWDIR%%/js/jquery.scrollTo-min.js %%WWWDIR%%/js/jquery.tipped-2.1b.min.js %%WWWDIR%%/js/language.php -%%WWWDIR%%/js/phptest.php %%WWWDIR%%/js/phpvirtualbox.js %%WWWDIR%%/js/utils.js %%WWWDIR%%/languages/de.xml @@ -554,18 +554,3 @@ %%WWWDIR%%/screen.php %%WWWDIR%%/tightvnc/VncViewer.jar %%WWWDIR%%/vboxinit -@dirrm %%WWWDIR%%/tightvnc -@dirrm %%WWWDIR%%/rdpweb -@dirrm %%WWWDIR%%/panes -@dirrm %%WWWDIR%%/lib/auth -@dirrm %%WWWDIR%%/lib -@dirrm %%WWWDIR%%/languages/source -@dirrm %%WWWDIR%%/languages -@dirrm %%WWWDIR%%/js -@dirrm %%WWWDIR%%/images/vbox/OSE -@dirrm %%WWWDIR%%/images/vbox -@dirrm %%WWWDIR%%/images/jqueryFileTree -@dirrm %%WWWDIR%%/images/jquery-ui -@dirrm %%WWWDIR%%/images -@dirrm %%WWWDIR%%/css -@dirrmtry %%WWWDIR%% From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 02:06:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01846BA4; Wed, 18 Feb 2015 02:06:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0F3F90A; Wed, 18 Feb 2015 02:06:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I26lWk081035; Wed, 18 Feb 2015 02:06:47 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1I26lWD081034; Wed, 18 Feb 2015 02:06:47 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502180206.t1I26lWD081034@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Wed, 18 Feb 2015 02:06:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379199 - head/x11-wm/fluxbox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 02:06:48 -0000 Author: jgh Date: Wed Feb 18 02:06:47 2015 New Revision: 379199 URL: https://svnweb.freebsd.org/changeset/ports/379199 QAT: https://qat.redports.org/buildarchive/r379199/ Log: - take Modified: head/x11-wm/fluxbox/Makefile Modified: head/x11-wm/fluxbox/Makefile ============================================================================== --- head/x11-wm/fluxbox/Makefile Tue Feb 17 23:48:34 2015 (r379198) +++ head/x11-wm/fluxbox/Makefile Wed Feb 18 02:06:47 2015 (r379199) @@ -8,7 +8,7 @@ MASTER_SITES= SF DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jgh@FreeBSD.org COMMENT= Small and fast window manager based on BlackBox LICENSE= MIT From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 06:16:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 183E581E; Wed, 18 Feb 2015 06:16:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02AEF23D; Wed, 18 Feb 2015 06:16:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I6Gre6073216; Wed, 18 Feb 2015 06:16:53 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1I6Gr4L073215; Wed, 18 Feb 2015 06:16:53 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201502180616.t1I6Gr4L073215@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Wed, 18 Feb 2015 06:16:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379200 - head/databases/p5-DBIx-QueryLog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 06:16:54 -0000 Author: kuriyama Date: Wed Feb 18 06:16:52 2015 New Revision: 379200 URL: https://svnweb.freebsd.org/changeset/ports/379200 QAT: https://qat.redports.org/buildarchive/r379200/ Log: Add missing depends on Text::ASCIITable. Modified: head/databases/p5-DBIx-QueryLog/Makefile Modified: head/databases/p5-DBIx-QueryLog/Makefile ============================================================================== --- head/databases/p5-DBIx-QueryLog/Makefile Wed Feb 18 02:06:47 2015 (r379199) +++ head/databases/p5-DBIx-QueryLog/Makefile Wed Feb 18 06:16:52 2015 (r379200) @@ -2,7 +2,7 @@ PORTNAME= DBIx-QueryLog PORTVERSION= 0.39 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= \ - p5-DBI>0:${PORTSDIR}/databases/p5-DBI + p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ + p5-Text-ASCIITable>0:${PORTSDIR}/textproc/p5-Text-ASCIITable BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= \ p5-DBD-SQLite>0:${PORTSDIR}/databases/p5-DBD-SQLite \ From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 08:47:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78797702; Wed, 18 Feb 2015 08:47:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6353B61F; Wed, 18 Feb 2015 08:47:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I8leet044014; Wed, 18 Feb 2015 08:47:40 GMT (envelope-from az@FreeBSD.org) Received: (from az@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1I8leG9044012; Wed, 18 Feb 2015 08:47:40 GMT (envelope-from az@FreeBSD.org) Message-Id: <201502180847.t1I8leG9044012@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: az set sender to az@FreeBSD.org using -f From: Andrej Zverev Date: Wed, 18 Feb 2015 08:47:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379201 - in head/www/h2o: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 08:47:41 -0000 Author: az Date: Wed Feb 18 08:47:39 2015 New Revision: 379201 URL: https://svnweb.freebsd.org/changeset/ports/379201 QAT: https://qat.redports.org/buildarchive/r379201/ Log: - remove -r flag from daemon runtime. - bump PORTREVISION PR: 197519 Submitted by: maintainer Modified: head/www/h2o/Makefile head/www/h2o/files/h2o.in Modified: head/www/h2o/Makefile ============================================================================== --- head/www/h2o/Makefile Wed Feb 18 06:16:52 2015 (r379200) +++ head/www/h2o/Makefile Wed Feb 18 08:47:39 2015 (r379201) @@ -3,6 +3,7 @@ PORTNAME= h2o PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= dch@skunkwerks.at Modified: head/www/h2o/files/h2o.in ============================================================================== --- head/www/h2o/files/h2o.in Wed Feb 18 06:16:52 2015 (r379200) +++ head/www/h2o/files/h2o.in Wed Feb 18 08:47:39 2015 (r379201) @@ -33,7 +33,7 @@ rcvar=h2o_enable h2o_pidfile="%%H2O_PIDDIR%%${name}.pid" procname="%%PREFIX%%/bin/${name}" command=/usr/sbin/daemon -command_args=" -f -c -r -p ${h2o_pidfile} ${procname} ${h2o_options}" +command_args=" -f -c -p ${h2o_pidfile} ${procname} ${h2o_options}" start_precmd="h2o_precmd" h2o_precmd() From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 08:51:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96FEE8E2; Wed, 18 Feb 2015 08:51:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67DC774D; Wed, 18 Feb 2015 08:51:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I8pkHF048043; Wed, 18 Feb 2015 08:51:46 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1I8pk04048042; Wed, 18 Feb 2015 08:51:46 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502180851.t1I8pk04048042@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 18 Feb 2015 08:51:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379202 - head/devel/libcli/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.18-1 Precedence: list List-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, 18 Feb 2015 08:51:46 -0000 Author: marino Date: Wed Feb 18 08:51:45 2015 New Revision: 379202 URL: https://svnweb.freebsd.org/changeset/ports/379202 QAT: https://qat.redports.org/buildarchive/r379202/ Log: devel/libcli: Disable -Werror to restore build on DragonFly This port includes which generates a warning on DF. PR: 197330 Submitted by: marino@ Approved by: maintainer timeout (tj@) Modified: head/devel/libcli/files/patch-Makefile Modified: head/devel/libcli/files/patch-Makefile ============================================================================== --- head/devel/libcli/files/patch-Makefile Wed Feb 18 08:47:39 2015 (r379201) +++ head/devel/libcli/files/patch-Makefile Wed Feb 18 08:51:45 2015 (r379202) @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2012-06-07 06:51:30.000000000 +0200 -+++ ./Makefile 2012-11-07 09:01:50.707823595 +0100 +--- Makefile.orig 2012-06-07 04:51:30 UTC ++++ Makefile @@ -1,23 +1,21 @@ UNAME = $(shell sh -c 'uname -s 2>/dev/null || echo not') DESTDIR = @@ -16,7 +16,7 @@ -OPTIM = -O3 -CFLAGS += $(DEBUG) $(OPTIM) -Wall -std=c99 -pedantic -Wformat-security -Wno-format-zero-length -Werror -Wwrite-strings -Wformat -fdiagnostics-show-option -Wextra -Wsign-compare -Wcast-align -Wno-unused-parameter +CC ?= gcc -+CFLAGS += -Wall -Wformat-security -Wno-format-zero-length -Werror -Wwrite-strings -Wformat -fdiagnostics-show-option -Wextra -Wsign-compare -Wcast-align -Wno-unused-parameter ++CFLAGS += -Wall -Wformat-security -Wno-format-zero-length -Wwrite-strings -Wformat -fdiagnostics-show-option -Wextra -Wsign-compare -Wcast-align -Wno-unused-parameter LDFLAGS += -shared LIBPATH += -L. @@ -28,7 +28,7 @@ LIBS = -lcrypt endif -@@ -26,8 +24,9 @@ +@@ -26,8 +24,9 @@ all: $(LIB) clitest $(LIB): libcli.o $(CC) -o $(LIB).$(MAJOR).$(MINOR).$(REVISION) $^ $(LDFLAGS) $(LIBS) -rm -f $(LIB) $(LIB).$(MAJOR).$(MINOR) @@ -40,7 +40,7 @@ %.o: %.c $(CC) $(CPPFLAGS) $(CFLAGS) -fPIC -o $@ -c $< -@@ -48,8 +47,9 @@ +@@ -48,8 +47,9 @@ install: $(LIB) install -m 0644 libcli.h $(DESTDIR)$(PREFIX)/include install -m 0755 $(LIB).$(MAJOR).$(MINOR).$(REVISION) $(DESTDIR)$(PREFIX)/lib cd $(DESTDIR)$(PREFIX)/lib && \ From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 08:56:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CFE499FA; Wed, 18 Feb 2015 08:56:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAC0776F; Wed, 18 Feb 2015 08:56:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I8uoGg048788; Wed, 18 Feb 2015 08:56:50 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1I8uogL048787; Wed, 18 Feb 2015 08:56:50 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502180856.t1I8uogL048787@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 18 Feb 2015 08:56:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379203 - head/graphics/dcraw-m X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 08:56:50 -0000 Author: marino Date: Wed Feb 18 08:56:49 2015 New Revision: 379203 URL: https://svnweb.freebsd.org/changeset/ports/379203 QAT: https://qat.redports.org/buildarchive/r379203/ Log: graphics/dcraw-m: Remove -Werror to restore build on DF With gcc47+, variable 'type' is set but not used, which generates warning. The -Werror flag should never be set in ports. PR: 197329 Submitted by: marino@ Approved by: maintainer timeout Modified: head/graphics/dcraw-m/Makefile Modified: head/graphics/dcraw-m/Makefile ============================================================================== --- head/graphics/dcraw-m/Makefile Wed Feb 18 08:51:45 2015 (r379202) +++ head/graphics/dcraw-m/Makefile Wed Feb 18 08:56:49 2015 (r379203) @@ -25,7 +25,7 @@ GH_COMMIT= 1392579 USES= pkgconfig -CFLAGS += -Wall -Werror -I${LOCALBASE}/include \ +CFLAGS += -Wall -I${LOCALBASE}/include \ `MagickWand-config --cflags --cppflags` \ -DMAGICKCORE_HDRI_ENABLE=0 \ -DMAGICKCORE_QUANTUM_DEPTH=16 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 09:29:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1972B444; Wed, 18 Feb 2015 09:29:39 +0000 (UTC) Received: from dec.sakura.ne.jp (dec.sakura.ne.jp [210.188.226.8]) (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 BF979A91; Wed, 18 Feb 2015 09:29:38 +0000 (UTC) Received: from fortune.joker.local (180-199-46-187.nagoya1.commufa.jp [180.199.46.187]) (authenticated bits=0) by dec.sakura.ne.jp (8.14.3/8.14.2/[SAKURA-WEB]/20080708) with ESMTP id t1I8u1sg081565; Wed, 18 Feb 2015 17:56:01 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Wed, 18 Feb 2015 17:56:01 +0900 From: Tomoaki AOKI To: svn-ports-head@freebsd.org Subject: Re: svn commit: r379195 - head/archivers/unzip/files Message-Id: <20150218175601.b1778a3cbb5927f8f34e0ed4@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.25; amd64-portbld-freebsd10.1) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Wed__18_Feb_2015_17_56_01_+0900_PIiTHazzOolsaqg0" Cc: delphij@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 09:29:39 -0000 This is a multi-part message in MIME format. --Multipart=_Wed__18_Feb_2015_17_56_01_+0900_PIiTHazzOolsaqg0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit This broke build for me. Stops by "File to patch:" prompt. Fix: Apply attached diff in archivers/unzip/files/ directory. (Generated by svnlite diff). Detail: Upper directory (unix/) is accidentally removed from top 2 lines of archivers/unzip/files/extra-iconv-patch-unix_unix.c by this commit. If any questions, please email me directly. (I've not subscribed to svn-ports-head ML.) > Author: delphij > Date: Tue Feb 17 23:21:35 2015 > New Revision: 379195 > URL: https://svnweb.freebsd.org/changeset/ports/379195 > QAT: https://qat.redports.org/buildarchive/r379195/ > > Log: > Fix build. The merge should have been tested against an ICONV build. > > Submitted by: jbeich > Pointy hat to: delphij > MFH: 2015Q1 > > Modified: > head/archivers/unzip/files/extra-iconv-patch-unix_unix.c > > Modified: head/archivers/unzip/files/extra-iconv-patch-unix_unix.c > ============================================================================== > --- head/archivers/unzip/files/extra-iconv-patch-unix_unix.c Tue > Feb 17 22:04:26 2015 (r379194) +++ > head/archivers/unzip/files/extra-iconv-patch-unix_unix.c Tue Feb > 17 23:21:35 2015 (r379195) @@ -1,5 +1,5 @@ > ---- unix/unix.c.orig 2009-01-23 23:31:26 UTC > -+++ unix/unix.c > +--- unix.c.orig 2015-02-17 15:18:36.176142072 -0800 > ++++ unix.c 2015-02-17 15:18:56.289341100 -0800 > @@ -30,6 +30,9 @@ > #define UNZIP_INTERNAL > #include "unzip.h" > @@ -10,7 +10,7 @@ > #ifdef SCO_XENIX > # define SYSNDIR > #else /* SCO Unix, AIX, DNIX, TI SysV, Coherent 4.x, ... */ > -@@ -1874,3 +1877,90 @@ static void qlfix(__G__ ef_ptr, ef_len) > +@@ -1874,3 +1877,102 @@ > } > } > #endif /* QLZIP */ -- Tomoaki AOKI junchoon@dec.sakura.ne.jp --Multipart=_Wed__18_Feb_2015_17_56_01_+0900_PIiTHazzOolsaqg0 Content-Type: text/x-diff; name="extra-iconv-patch-unix_unix.c.diff" Content-Disposition: attachment; filename="extra-iconv-patch-unix_unix.c.diff" Content-Transfer-Encoding: 7bit Index: extra-iconv-patch-unix_unix.c =================================================================== --- extra-iconv-patch-unix_unix.c (revision 379198) +++ extra-iconv-patch-unix_unix.c (working copy) @@ -1,5 +1,5 @@ ---- unix.c.orig 2015-02-17 15:18:36.176142072 -0800 -+++ unix.c 2015-02-17 15:18:56.289341100 -0800 +--- unix/unix.c.orig 2015-02-17 15:18:36.176142072 -0800 ++++ unix/unix.c 2015-02-17 15:18:56.289341100 -0800 @@ -30,6 +30,9 @@ #define UNZIP_INTERNAL #include "unzip.h" --Multipart=_Wed__18_Feb_2015_17_56_01_+0900_PIiTHazzOolsaqg0-- From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 11:01:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3BC2019E; Wed, 18 Feb 2015 11:01:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26FC860A; Wed, 18 Feb 2015 11:01:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IB1Yk8008313; Wed, 18 Feb 2015 11:01:34 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IB1YlT008311; Wed, 18 Feb 2015 11:01:34 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201502181101.t1IB1YlT008311@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 18 Feb 2015 11:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379204 - head/devel/libgtop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 11:01:34 -0000 Author: kwm Date: Wed Feb 18 11:01:33 2015 New Revision: 379204 URL: https://svnweb.freebsd.org/changeset/ports/379204 QAT: https://qat.redports.org/buildarchive/r379204/ Log: Remove obsolete post-configure ${TOUCH} [1]. Due to touch switching to nano precision in the timestamp, not all the files that where touched in the post-configure step ended up with the same timestamp. The result is that the build system tried to rerun autotools in the build stage. Add makeinfo to USES to fix the build on CURRENT, persumely due the above change but I'm not sure.. PR: 197754 [1] Reported by: lattera@gmail.com and on IRC Modified: head/devel/libgtop/Makefile Modified: head/devel/libgtop/Makefile ============================================================================== --- head/devel/libgtop/Makefile Wed Feb 18 08:56:49 2015 (r379203) +++ head/devel/libgtop/Makefile Wed Feb 18 11:01:33 2015 (r379204) @@ -4,7 +4,7 @@ PORTNAME= libgtop PORTVERSION= 2.30.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -14,7 +14,7 @@ COMMENT= GNOME 2 top library USE_PERL5= build USE_XORG= xau -USES= gettext gmake libtool pathfix perl5 pkgconfig tar:xz +USES= gettext gmake libtool makeinfo pathfix perl5 pkgconfig tar:xz USE_GNOME= gnomeprefix glib20 intlhack introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -27,7 +27,4 @@ INFO= libgtop2 PKGMESSAGE= ${FILESDIR}/pkg-message -post-configure: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f - .include From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 11:32:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F08CB5AF; Wed, 18 Feb 2015 11:32:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB312A14; Wed, 18 Feb 2015 11:32:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IBWNk8022882; Wed, 18 Feb 2015 11:32:23 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IBWN2V022881; Wed, 18 Feb 2015 11:32:23 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201502181132.t1IBWN2V022881@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Wed, 18 Feb 2015 11:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379205 - head/sysutils/bsdploy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 11:32:24 -0000 Author: koobs Date: Wed Feb 18 11:32:22 2015 New Revision: 379205 URL: https://svnweb.freebsd.org/changeset/ports/379205 QAT: https://qat.redports.org/buildarchive/r379205/ Log: sysutils/bsdploy: Mark BROKEN Mark BROKEN temporarily since ploy_ansible doesnt play nice with Ansible >= 1.8 [1] and our sysutils/ansible port is at 1.8.3. [1] https://github.com/ployground/bsdploy/issues/60 Reported by: dlangille Modified: head/sysutils/bsdploy/Makefile Modified: head/sysutils/bsdploy/Makefile ============================================================================== --- head/sysutils/bsdploy/Makefile Wed Feb 18 11:01:33 2015 (r379204) +++ head/sysutils/bsdploy/Makefile Wed Feb 18 11:32:22 2015 (r379205) @@ -17,6 +17,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml ${PYTHON_PKGNAMEPREFIX}ploy_ezjail>=1.0.0:${PORTSDIR}/sysutils/py-ploy_ezjail \ ${PYTHON_PKGNAMEPREFIX}ploy_fabric>=1.1.0:${PORTSDIR}/sysutils/py-ploy_fabric +# https://github.com/ployground/bsdploy/issues/60 +BROKEN= Doesn't run with Ansible >= 1.8 + OPTIONS_DEFINE= EC2 OPTIONS_DEFAULT= EC2 EC2_DESC= Support Amazon Web Services EC2 hosts From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 11:49:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21C91986; Wed, 18 Feb 2015 11:49:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A9DCBBF; Wed, 18 Feb 2015 11:49:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IBnRVr028560; Wed, 18 Feb 2015 11:49:27 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IBnOai028547; Wed, 18 Feb 2015 11:49:24 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201502181149.t1IBnOai028547@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 18 Feb 2015 11:49:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379206 - in head/www: webkit-gtk2 webkit-gtk2/files webkit-gtk3 webkit-gtk3/files webkit2-gtk3 webkit2-gtk3/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.18-1 Precedence: list List-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, 18 Feb 2015 11:49:27 -0000 Author: kwm Date: Wed Feb 18 11:49:23 2015 New Revision: 379206 URL: https://svnweb.freebsd.org/changeset/ports/379206 QAT: https://qat.redports.org/buildarchive/r379206/ Log: Backport upstream patches to fix the function collision with glib 2.37.4 which added the GMutexLocker function. Obtained from: upstream (based on) Added: head/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp (contents, props changed) head/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer.cpp (contents, props changed) head/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer.cpp (contents, props changed) head/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp (contents, props changed) head/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer.cpp (contents, props changed) head/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer.cpp (contents, props changed) head/www/webkit2-gtk3/files/patch-gmutexlocker (contents, props changed) Modified: head/www/webkit-gtk2/Makefile head/www/webkit-gtk3/Makefile head/www/webkit2-gtk3/Makefile Modified: head/www/webkit-gtk2/Makefile ============================================================================== --- head/www/webkit-gtk2/Makefile Wed Feb 18 11:32:22 2015 (r379205) +++ head/www/webkit-gtk2/Makefile Wed Feb 18 11:49:23 2015 (r379206) @@ -3,6 +3,7 @@ PORTNAME= webkit PORTVERSION= 2.4.8 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= -gtk2 Added: head/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp Wed Feb 18 11:49:23 2015 (r379206) @@ -0,0 +1,29 @@ +--- Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp.orig 2015-02-12 01:22:34.449468000 +0100 ++++ Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp 2015-02-12 01:24:42.777620000 +0100 +@@ -316,7 +316,7 @@ void MediaPlayerPrivateGStreamerBase::mu + #if USE(ACCELERATED_COMPOSITING) && USE(TEXTURE_MAPPER_GL) && !USE(COORDINATED_GRAPHICS) + PassRefPtr MediaPlayerPrivateGStreamerBase::updateTexture(TextureMapper* textureMapper) + { +- GMutexLocker lock(m_bufferMutex); ++ WebCore::GMutexLocker lock(m_bufferMutex); + if (!m_buffer) + return nullptr; + +@@ -366,7 +366,7 @@ void MediaPlayerPrivateGStreamerBase::tr + g_return_if_fail(GST_IS_BUFFER(buffer)); + + { +- GMutexLocker lock(m_bufferMutex); ++ WebCore::GMutexLocker lock(m_bufferMutex); + gst_buffer_replace(&m_buffer, buffer); + } + +@@ -398,7 +398,7 @@ void MediaPlayerPrivateGStreamerBase::pa + if (!m_player->visible()) + return; + +- GMutexLocker lock(m_bufferMutex); ++ WebCore::GMutexLocker lock(m_bufferMutex); + if (!m_buffer) + return; + Added: head/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer.cpp Wed Feb 18 11:49:23 2015 (r379206) @@ -0,0 +1,47 @@ +--- Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp.orig 2015-02-12 01:22:25.261692000 +0100 ++++ Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp 2015-02-12 01:24:34.127107000 +0100 +@@ -118,7 +118,7 @@ static gboolean webkitVideoSinkTimeoutCa + WebKitVideoSink* sink = reinterpret_cast(data); + WebKitVideoSinkPrivate* priv = sink->priv; + +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + GstBuffer* buffer = priv->buffer; + priv->buffer = 0; + priv->timeoutId = 0; +@@ -140,7 +140,7 @@ static GstFlowReturn webkitVideoSinkRend + WebKitVideoSink* sink = WEBKIT_VIDEO_SINK(baseSink); + WebKitVideoSinkPrivate* priv = sink->priv; + +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + + if (priv->unlocked) + return GST_FLOW_OK; +@@ -279,7 +279,7 @@ static void webkitVideoSinkGetProperty(G + + static void unlockBufferMutex(WebKitVideoSinkPrivate* priv) + { +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + + if (priv->buffer) { + gst_buffer_unref(priv->buffer); +@@ -305,7 +305,7 @@ static gboolean webkitVideoSinkUnlockSto + WebKitVideoSinkPrivate* priv = WEBKIT_VIDEO_SINK(baseSink)->priv; + + { +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + priv->unlocked = false; + } + +@@ -330,7 +330,7 @@ static gboolean webkitVideoSinkStart(Gst + { + WebKitVideoSinkPrivate* priv = WEBKIT_VIDEO_SINK(baseSink)->priv; + +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + priv->unlocked = false; + return TRUE; + } Added: head/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer.cpp Wed Feb 18 11:49:23 2015 (r379206) @@ -0,0 +1,200 @@ +--- Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp.orig 2015-02-12 01:22:42.081133000 +0100 ++++ Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp 2015-02-12 01:25:08.298076000 +0100 +@@ -346,7 +346,7 @@ static void webKitWebSrcSetProperty(GObj + + switch (propID) { + case PROP_IRADIO_MODE: { +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + priv->iradioMode = g_value_get_boolean(value); + break; + } +@@ -364,7 +364,7 @@ static void webKitWebSrcGetProperty(GObj + WebKitWebSrc* src = WEBKIT_WEB_SRC(object); + WebKitWebSrcPrivate* priv = src->priv; + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + switch (propID) { + case PROP_IRADIO_MODE: + g_value_set_boolean(value, priv->iradioMode); +@@ -417,7 +417,7 @@ static gboolean webKitWebSrcStop(WebKitW + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + bool seeking = priv->seekID; + +@@ -476,7 +476,7 @@ static gboolean webKitWebSrcStart(WebKit + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + priv->startID = 0; + priv->corsAccessCheck = CORSNoCheck; +@@ -573,7 +573,7 @@ static GstStateChangeReturn webKitWebSrc + return ret; + } + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + switch (transition) { + case GST_STATE_CHANGE_READY_TO_PAUSED: + GST_DEBUG_OBJECT(src, "READY->PAUSED"); +@@ -604,7 +604,7 @@ static gboolean webKitWebSrcQueryWithPar + gst_query_parse_duration(query, &format, NULL); + + GST_DEBUG_OBJECT(src, "duration query in format %s", gst_format_get_name(format)); +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (format == GST_FORMAT_BYTES && src->priv->size > 0) { + gst_query_set_duration(query, format, src->priv->size); + result = TRUE; +@@ -612,7 +612,7 @@ static gboolean webKitWebSrcQueryWithPar + break; + } + case GST_QUERY_URI: { +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + gst_query_set_uri(query, src->priv->uri); + result = TRUE; + break; +@@ -653,7 +653,7 @@ static gchar* webKitWebSrcGetUri(GstURIH + WebKitWebSrc* src = WEBKIT_WEB_SRC(handler); + gchar* ret; + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + ret = g_strdup(src->priv->uri); + return ret; + } +@@ -668,7 +668,7 @@ static gboolean webKitWebSrcSetUri(GstUR + return FALSE; + } + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + g_free(priv->uri); + priv->uri = 0; +@@ -704,7 +704,7 @@ static gboolean webKitWebSrcNeedDataMain + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + // already stopped + if (!priv->needDataID) + return FALSE; +@@ -725,7 +725,7 @@ static void webKitWebSrcNeedDataCb(GstAp + + GST_DEBUG_OBJECT(src, "Need more data: %u", length); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (priv->needDataID || !priv->paused) { + return; + } +@@ -739,7 +739,7 @@ static gboolean webKitWebSrcEnoughDataMa + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + // already stopped + if (!priv->enoughDataID) + return FALSE; +@@ -760,7 +760,7 @@ static void webKitWebSrcEnoughDataCb(Gst + + GST_DEBUG_OBJECT(src, "Have enough data"); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (priv->enoughDataID || priv->paused) { + return; + } +@@ -774,7 +774,7 @@ static gboolean webKitWebSrcSeekMainCb(W + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + // already stopped + if (!priv->seekID) + return FALSE; +@@ -792,7 +792,7 @@ static gboolean webKitWebSrcSeekDataCb(G + WebKitWebSrcPrivate* priv = src->priv; + + GST_DEBUG_OBJECT(src, "Seeking to offset: %" G_GUINT64_FORMAT, offset); +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (offset == priv->offset && priv->requestedOffset == priv->offset) + return TRUE; + +@@ -811,7 +811,7 @@ static gboolean webKitWebSrcSeekDataCb(G + void webKitWebSrcSetMediaPlayer(WebKitWebSrc* src, WebCore::MediaPlayer* player) + { + ASSERT(player); +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + src->priv->player = player; + } + +@@ -841,7 +841,7 @@ char* StreamingClient::createReadBuffer( + + mapGstBuffer(buffer); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + priv->buffer = adoptGRef(buffer); + locker.unlock(); + +@@ -867,7 +867,7 @@ void StreamingClient::handleResponseRece + return; + } + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + priv->corsAccessCheck = corsAccessCheck; + +@@ -966,7 +966,7 @@ void StreamingClient::handleDataReceived + WebKitWebSrc* src = WEBKIT_WEB_SRC(m_src); + WebKitWebSrcPrivate* priv = src->priv; + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + GST_LOG_OBJECT(src, "Have %lld bytes of data", priv->buffer ? static_cast(gst_buffer_get_size(priv->buffer.get())) : length); + +@@ -1035,7 +1035,7 @@ void StreamingClient::handleNotifyFinish + + GST_DEBUG_OBJECT(src, "Have EOS"); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (!priv->seekID) { + locker.unlock(); + gst_app_src_end_of_stream(priv->appsrc); +@@ -1194,7 +1194,7 @@ void ResourceHandleStreamingClient::wasB + + GST_ERROR_OBJECT(src, "Request was blocked"); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + uri.reset(g_strdup(src->priv->uri)); + locker.unlock(); + +@@ -1208,7 +1208,7 @@ void ResourceHandleStreamingClient::cann + + GST_ERROR_OBJECT(src, "Cannot show URL"); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + uri.reset(g_strdup(src->priv->uri)); + locker.unlock(); + Modified: head/www/webkit-gtk3/Makefile ============================================================================== --- head/www/webkit-gtk3/Makefile Wed Feb 18 11:32:22 2015 (r379205) +++ head/www/webkit-gtk3/Makefile Wed Feb 18 11:49:23 2015 (r379206) @@ -3,6 +3,7 @@ PORTNAME= webkit PORTVERSION= 2.4.8 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= -gtk3 Added: head/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_MediaPlayerPrivateGStreamerBase.cpp Wed Feb 18 11:49:23 2015 (r379206) @@ -0,0 +1,29 @@ +--- Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp.orig 2015-02-12 01:22:34.449468000 +0100 ++++ Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp 2015-02-12 01:24:42.777620000 +0100 +@@ -316,7 +316,7 @@ void MediaPlayerPrivateGStreamerBase::mu + #if USE(ACCELERATED_COMPOSITING) && USE(TEXTURE_MAPPER_GL) && !USE(COORDINATED_GRAPHICS) + PassRefPtr MediaPlayerPrivateGStreamerBase::updateTexture(TextureMapper* textureMapper) + { +- GMutexLocker lock(m_bufferMutex); ++ WebCore::GMutexLocker lock(m_bufferMutex); + if (!m_buffer) + return nullptr; + +@@ -366,7 +366,7 @@ void MediaPlayerPrivateGStreamerBase::tr + g_return_if_fail(GST_IS_BUFFER(buffer)); + + { +- GMutexLocker lock(m_bufferMutex); ++ WebCore::GMutexLocker lock(m_bufferMutex); + gst_buffer_replace(&m_buffer, buffer); + } + +@@ -398,7 +398,7 @@ void MediaPlayerPrivateGStreamerBase::pa + if (!m_player->visible()) + return; + +- GMutexLocker lock(m_bufferMutex); ++ WebCore::GMutexLocker lock(m_bufferMutex); + if (!m_buffer) + return; + Added: head/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_VideoSinkGStreamer.cpp Wed Feb 18 11:49:23 2015 (r379206) @@ -0,0 +1,47 @@ +--- Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp.orig 2015-02-12 01:22:25.261692000 +0100 ++++ Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp 2015-02-12 01:24:34.127107000 +0100 +@@ -118,7 +118,7 @@ static gboolean webkitVideoSinkTimeoutCa + WebKitVideoSink* sink = reinterpret_cast(data); + WebKitVideoSinkPrivate* priv = sink->priv; + +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + GstBuffer* buffer = priv->buffer; + priv->buffer = 0; + priv->timeoutId = 0; +@@ -140,7 +140,7 @@ static GstFlowReturn webkitVideoSinkRend + WebKitVideoSink* sink = WEBKIT_VIDEO_SINK(baseSink); + WebKitVideoSinkPrivate* priv = sink->priv; + +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + + if (priv->unlocked) + return GST_FLOW_OK; +@@ -279,7 +279,7 @@ static void webkitVideoSinkGetProperty(G + + static void unlockBufferMutex(WebKitVideoSinkPrivate* priv) + { +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + + if (priv->buffer) { + gst_buffer_unref(priv->buffer); +@@ -305,7 +305,7 @@ static gboolean webkitVideoSinkUnlockSto + WebKitVideoSinkPrivate* priv = WEBKIT_VIDEO_SINK(baseSink)->priv; + + { +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + priv->unlocked = false; + } + +@@ -330,7 +330,7 @@ static gboolean webkitVideoSinkStart(Gst + { + WebKitVideoSinkPrivate* priv = WEBKIT_VIDEO_SINK(baseSink)->priv; + +- GMutexLocker lock(priv->bufferMutex); ++ WebCore::GMutexLocker lock(priv->bufferMutex); + priv->unlocked = false; + return TRUE; + } Added: head/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webkit-gtk3/files/patch-Source_WebCore_platform_graphics_gstreamer_WebKitWebSourceGStreamer.cpp Wed Feb 18 11:49:23 2015 (r379206) @@ -0,0 +1,200 @@ +--- Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp.orig 2015-02-12 01:22:42.081133000 +0100 ++++ Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp 2015-02-12 01:25:08.298076000 +0100 +@@ -346,7 +346,7 @@ static void webKitWebSrcSetProperty(GObj + + switch (propID) { + case PROP_IRADIO_MODE: { +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + priv->iradioMode = g_value_get_boolean(value); + break; + } +@@ -364,7 +364,7 @@ static void webKitWebSrcGetProperty(GObj + WebKitWebSrc* src = WEBKIT_WEB_SRC(object); + WebKitWebSrcPrivate* priv = src->priv; + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + switch (propID) { + case PROP_IRADIO_MODE: + g_value_set_boolean(value, priv->iradioMode); +@@ -417,7 +417,7 @@ static gboolean webKitWebSrcStop(WebKitW + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + bool seeking = priv->seekID; + +@@ -476,7 +476,7 @@ static gboolean webKitWebSrcStart(WebKit + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + priv->startID = 0; + priv->corsAccessCheck = CORSNoCheck; +@@ -573,7 +573,7 @@ static GstStateChangeReturn webKitWebSrc + return ret; + } + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + switch (transition) { + case GST_STATE_CHANGE_READY_TO_PAUSED: + GST_DEBUG_OBJECT(src, "READY->PAUSED"); +@@ -604,7 +604,7 @@ static gboolean webKitWebSrcQueryWithPar + gst_query_parse_duration(query, &format, NULL); + + GST_DEBUG_OBJECT(src, "duration query in format %s", gst_format_get_name(format)); +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (format == GST_FORMAT_BYTES && src->priv->size > 0) { + gst_query_set_duration(query, format, src->priv->size); + result = TRUE; +@@ -612,7 +612,7 @@ static gboolean webKitWebSrcQueryWithPar + break; + } + case GST_QUERY_URI: { +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + gst_query_set_uri(query, src->priv->uri); + result = TRUE; + break; +@@ -653,7 +653,7 @@ static gchar* webKitWebSrcGetUri(GstURIH + WebKitWebSrc* src = WEBKIT_WEB_SRC(handler); + gchar* ret; + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + ret = g_strdup(src->priv->uri); + return ret; + } +@@ -668,7 +668,7 @@ static gboolean webKitWebSrcSetUri(GstUR + return FALSE; + } + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + g_free(priv->uri); + priv->uri = 0; +@@ -704,7 +704,7 @@ static gboolean webKitWebSrcNeedDataMain + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + // already stopped + if (!priv->needDataID) + return FALSE; +@@ -725,7 +725,7 @@ static void webKitWebSrcNeedDataCb(GstAp + + GST_DEBUG_OBJECT(src, "Need more data: %u", length); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (priv->needDataID || !priv->paused) { + return; + } +@@ -739,7 +739,7 @@ static gboolean webKitWebSrcEnoughDataMa + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + // already stopped + if (!priv->enoughDataID) + return FALSE; +@@ -760,7 +760,7 @@ static void webKitWebSrcEnoughDataCb(Gst + + GST_DEBUG_OBJECT(src, "Have enough data"); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (priv->enoughDataID || priv->paused) { + return; + } +@@ -774,7 +774,7 @@ static gboolean webKitWebSrcSeekMainCb(W + + ASSERT(isMainThread()); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + // already stopped + if (!priv->seekID) + return FALSE; +@@ -792,7 +792,7 @@ static gboolean webKitWebSrcSeekDataCb(G + WebKitWebSrcPrivate* priv = src->priv; + + GST_DEBUG_OBJECT(src, "Seeking to offset: %" G_GUINT64_FORMAT, offset); +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (offset == priv->offset && priv->requestedOffset == priv->offset) + return TRUE; + +@@ -811,7 +811,7 @@ static gboolean webKitWebSrcSeekDataCb(G + void webKitWebSrcSetMediaPlayer(WebKitWebSrc* src, WebCore::MediaPlayer* player) + { + ASSERT(player); +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + src->priv->player = player; + } + +@@ -841,7 +841,7 @@ char* StreamingClient::createReadBuffer( + + mapGstBuffer(buffer); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + priv->buffer = adoptGRef(buffer); + locker.unlock(); + +@@ -867,7 +867,7 @@ void StreamingClient::handleResponseRece + return; + } + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + priv->corsAccessCheck = corsAccessCheck; + +@@ -966,7 +966,7 @@ void StreamingClient::handleDataReceived + WebKitWebSrc* src = WEBKIT_WEB_SRC(m_src); + WebKitWebSrcPrivate* priv = src->priv; + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + + GST_LOG_OBJECT(src, "Have %lld bytes of data", priv->buffer ? static_cast(gst_buffer_get_size(priv->buffer.get())) : length); + +@@ -1035,7 +1035,7 @@ void StreamingClient::handleNotifyFinish + + GST_DEBUG_OBJECT(src, "Have EOS"); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + if (!priv->seekID) { + locker.unlock(); + gst_app_src_end_of_stream(priv->appsrc); +@@ -1194,7 +1194,7 @@ void ResourceHandleStreamingClient::wasB + + GST_ERROR_OBJECT(src, "Request was blocked"); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + uri.reset(g_strdup(src->priv->uri)); + locker.unlock(); + +@@ -1208,7 +1208,7 @@ void ResourceHandleStreamingClient::cann + + GST_ERROR_OBJECT(src, "Cannot show URL"); + +- GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); ++ WebCore::GMutexLocker locker(GST_OBJECT_GET_LOCK(src)); + uri.reset(g_strdup(src->priv->uri)); + locker.unlock(); + Modified: head/www/webkit2-gtk3/Makefile ============================================================================== --- head/www/webkit2-gtk3/Makefile Wed Feb 18 11:32:22 2015 (r379205) +++ head/www/webkit2-gtk3/Makefile Wed Feb 18 11:49:23 2015 (r379206) @@ -3,6 +3,7 @@ PORTNAME= webkit PORTVERSION= 2.6.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 Added: head/www/webkit2-gtk3/files/patch-gmutexlocker ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webkit2-gtk3/files/patch-gmutexlocker Wed Feb 18 11:49:23 2015 (r379206) @@ -0,0 +1,373 @@ +--- ./Source/WTF/wtf/gobject/GMutexLocker.h.orig 2015-02-18 10:08:21.672199000 +0100 ++++ ./Source/WTF/wtf/gobject/GMutexLocker.h 2015-02-18 10:09:57.152875000 +0100 +@@ -97,8 +97,6 @@ private: + + } // namespace WTF + +-using WTF::GMutexLocker; +- + #endif // USE(GLIB) + + #endif // GMutexLocker_h +--- ./Source/WTF/wtf/gobject/GThreadSafeMainLoopSource.cpp.orig 2015-02-18 10:08:28.231733000 +0100 ++++ ./Source/WTF/wtf/gobject/GThreadSafeMainLoopSource.cpp 2015-02-18 10:10:10.991946000 +0100 +@@ -46,7 +46,7 @@ GThreadSafeMainLoopSource::~GThreadSafeM + + void GThreadSafeMainLoopSource::cancel() + { +- GMutexLocker locker(m_mutex); ++ WTF::GMutexLocker locker(m_mutex); + + // The general cancellable object should only be present if we're currently dispatching this GMainLoopSource. + ASSERT(!m_cancellable || m_status == Dispatching); +@@ -62,49 +62,49 @@ void GThreadSafeMainLoopSource::cancel() + + void GThreadSafeMainLoopSource::schedule(const char* name, std::function function, int priority, std::function destroyFunction, GMainContext* context) + { +- GMutexLocker locker(m_mutex); ++ WTF::GMutexLocker locker(m_mutex); + GMainLoopSource::schedule(name, function, priority, destroyFunction, context); + m_context.cancellable = adoptGRef(g_cancellable_new()); + } + + void GThreadSafeMainLoopSource::schedule(const char* name, std::function function, int priority, std::function destroyFunction, GMainContext* context) + { +- GMutexLocker locker(m_mutex); ++ WTF::GMutexLocker locker(m_mutex); + GMainLoopSource::schedule(name, function, priority, destroyFunction, context); + m_context.cancellable = adoptGRef(g_cancellable_new()); + } + + void GThreadSafeMainLoopSource::scheduleAfterDelay(const char* name, std::function function, std::chrono::milliseconds delay, int priority, std::function destroyFunction, GMainContext* context) + { +- GMutexLocker locker(m_mutex); ++ WTF::GMutexLocker locker(m_mutex); + GMainLoopSource::scheduleAfterDelay(name, function, delay, priority, destroyFunction, context); + m_context.cancellable = adoptGRef(g_cancellable_new()); + } + + void GThreadSafeMainLoopSource::scheduleAfterDelay(const char* name, std::function function, std::chrono::milliseconds delay, int priority, std::function destroyFunction, GMainContext* context) + { +- GMutexLocker locker(m_mutex); ++ WTF::GMutexLocker locker(m_mutex); + GMainLoopSource::scheduleAfterDelay(name, function, delay, priority, destroyFunction, context); + m_context.cancellable = adoptGRef(g_cancellable_new()); + } + + void GThreadSafeMainLoopSource::scheduleAfterDelay(const char* name, std::function function, std::chrono::seconds delay, int priority, std::function destroyFunction, GMainContext* context) + { +- GMutexLocker locker(m_mutex); ++ WTF::GMutexLocker locker(m_mutex); + GMainLoopSource::scheduleAfterDelay(name, function, delay, priority, destroyFunction, context); + m_context.cancellable = adoptGRef(g_cancellable_new()); + } + + void GThreadSafeMainLoopSource::scheduleAfterDelay(const char* name, std::function function, std::chrono::seconds delay, int priority, std::function destroyFunction, GMainContext* context) + { +- GMutexLocker locker(m_mutex); ++ WTF::GMutexLocker locker(m_mutex); + GMainLoopSource::scheduleAfterDelay(name, function, delay, priority, destroyFunction, context); + m_context.cancellable = adoptGRef(g_cancellable_new()); + } + + bool GThreadSafeMainLoopSource::prepareVoidCallback(Context& context) + { +- GMutexLocker locker(m_mutex); ++ WTF::GMutexLocker locker(m_mutex); + bool retval = GMainLoopSource::prepareVoidCallback(context); + m_cancellable = context.cancellable; + return retval; +@@ -112,7 +112,7 @@ bool GThreadSafeMainLoopSource::prepareV + + void GThreadSafeMainLoopSource::finishVoidCallback() + { +- GMutexLocker locker(m_mutex); ++ WTF::GMutexLocker locker(m_mutex); + GMainLoopSource::finishVoidCallback(); + m_cancellable = nullptr; + } +@@ -136,7 +136,7 @@ void GThreadSafeMainLoopSource::voidCall + + bool GThreadSafeMainLoopSource::prepareBoolCallback(Context& context) + { +- GMutexLocker locker(m_mutex); ++ WTF::GMutexLocker locker(m_mutex); + bool retval = GMainLoopSource::prepareBoolCallback(context); + m_cancellable = context.cancellable; + return retval; +@@ -144,7 +144,7 @@ bool GThreadSafeMainLoopSource::prepareB + + void GThreadSafeMainLoopSource::finishBoolCallback(bool retval, Context& context) + { +- GMutexLocker locker(m_mutex); ++ WTF::GMutexLocker locker(m_mutex); + GMainLoopSource::finishBoolCallback(retval, context); + m_cancellable = nullptr; + } +--- ./Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp.orig 2015-02-18 10:08:00.153357000 +0100 ++++ ./Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp 2015-02-18 10:09:26.434793000 +0100 +@@ -137,7 +137,7 @@ IntSize MediaPlayerPrivateGStreamerBase: + if (!m_videoSize.isEmpty()) + return m_videoSize; + +- GMutexLocker lock(m_sampleMutex); ++ WTF::GMutexLocker lock(m_sampleMutex); + if (!m_sample) + return IntSize(); + +@@ -279,7 +279,7 @@ void MediaPlayerPrivateGStreamerBase::mu + #if USE(TEXTURE_MAPPER_GL) && !USE(COORDINATED_GRAPHICS) + PassRefPtr MediaPlayerPrivateGStreamerBase::updateTexture(TextureMapper* textureMapper) + { +- GMutexLocker lock(m_sampleMutex); ++ WTF::GMutexLocker lock(m_sampleMutex); + if (!m_sample) + return nullptr; + +@@ -330,7 +330,7 @@ void MediaPlayerPrivateGStreamerBase::tr + g_return_if_fail(GST_IS_SAMPLE(sample)); + + { +- GMutexLocker lock(m_sampleMutex); ++ WTF::GMutexLocker lock(m_sampleMutex); + if (m_sample) + gst_sample_unref(m_sample); + m_sample = gst_sample_ref(sample); +@@ -364,7 +364,7 @@ void MediaPlayerPrivateGStreamerBase::pa + if (!m_player->visible()) + return; + +- GMutexLocker lock(m_sampleMutex); ++ WTF::GMutexLocker lock(m_sampleMutex); + if (!m_sample) + return; + +--- ./Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp.orig 2015-02-18 10:07:53.753832000 +0100 ++++ ./Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp 2015-02-18 10:09:19.395190000 +0100 +@@ -117,7 +117,7 @@ static void webkitVideoSinkTimeoutCallba + { + WebKitVideoSinkPrivate* priv = sink->priv; + +- GMutexLocker lock(priv->sampleMutex); ++ WTF::GMutexLocker lock(priv->sampleMutex); + GstSample* sample = priv->sample; + priv->sample = 0; + +@@ -136,7 +136,7 @@ static GstFlowReturn webkitVideoSinkRend + WebKitVideoSink* sink = WEBKIT_VIDEO_SINK(baseSink); + WebKitVideoSinkPrivate* priv = sink->priv; + +- GMutexLocker lock(priv->sampleMutex); ++ WTF::GMutexLocker lock(priv->sampleMutex); + + if (priv->unlocked) + return GST_FLOW_OK; +@@ -234,7 +234,7 @@ static void webkitVideoSinkFinalize(GObj + + static void unlockSampleMutex(WebKitVideoSinkPrivate* priv) + { +- GMutexLocker lock(priv->sampleMutex); ++ WTF::GMutexLocker lock(priv->sampleMutex); + + if (priv->sample) { + gst_sample_unref(priv->sample); +@@ -260,7 +260,7 @@ static gboolean webkitVideoSinkUnlockSto + WebKitVideoSinkPrivate* priv = WEBKIT_VIDEO_SINK(baseSink)->priv; + + { +- GMutexLocker lock(priv->sampleMutex); ++ WTF::GMutexLocker lock(priv->sampleMutex); + priv->unlocked = false; + } + +@@ -285,7 +285,7 @@ static gboolean webkitVideoSinkStart(Gst + { + WebKitVideoSinkPrivate* priv = WEBKIT_VIDEO_SINK(baseSink)->priv; + +- GMutexLocker lock(priv->sampleMutex); ++ WTF::GMutexLocker lock(priv->sampleMutex); + priv->unlocked = false; + return TRUE; + } +--- ./Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp.orig 2015-02-18 10:08:08.120995000 +0100 ++++ ./Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp 2015-02-18 10:09:47.889567000 +0100 +@@ -353,7 +353,7 @@ static void webKitWebSrcGetProperty(GObj + WebKitWebSrc* src = WEBKIT_WEB_SRC(object); + WebKitWebSrcPrivate* priv = src->priv; + +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + switch (propID) { + case PROP_IRADIO_NAME: + g_value_set_string(value, priv->iradioName); +@@ -393,7 +393,7 @@ static void webKitWebSrcStop(WebKitWebSr + + ASSERT(isMainThread()); + +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + + bool seeking = priv->seekSource.isActive(); + +@@ -449,7 +449,7 @@ static void webKitWebSrcStart(WebKitWebS + + ASSERT(isMainThread()); + +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + + priv->pendingStart = FALSE; + priv->corsAccessCheck = CORSNoCheck; +@@ -542,7 +542,7 @@ static GstStateChangeReturn webKitWebSrc + return ret; + } + +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + switch (transition) { + case GST_STATE_CHANGE_READY_TO_PAUSED: + GST_DEBUG_OBJECT(src, "READY->PAUSED"); +@@ -579,7 +579,7 @@ static gboolean webKitWebSrcQueryWithPar + gst_query_parse_duration(query, &format, NULL); + + GST_DEBUG_OBJECT(src, "duration query in format %s", gst_format_get_name(format)); +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + if (format == GST_FORMAT_BYTES && src->priv->size > 0) { + gst_query_set_duration(query, format, src->priv->size); + result = TRUE; +@@ -587,7 +587,7 @@ static gboolean webKitWebSrcQueryWithPar + break; + } + case GST_QUERY_URI: { +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + gst_query_set_uri(query, src->priv->uri); + result = TRUE; + break; +@@ -637,7 +637,7 @@ static gchar* webKitWebSrcGetUri(GstURIH + WebKitWebSrc* src = WEBKIT_WEB_SRC(handler); + gchar* ret; + +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + ret = g_strdup(src->priv->uri); + return ret; + } +@@ -652,7 +652,7 @@ static gboolean webKitWebSrcSetUri(GstUR + return FALSE; + } + +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + + g_free(priv->uri); + priv->uri = 0; +@@ -688,7 +688,7 @@ static void webKitWebSrcNeedDataMainCb(W + + ASSERT(isMainThread()); + +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + priv->paused = FALSE; + locker.unlock(); + +@@ -703,7 +703,7 @@ static void webKitWebSrcNeedDataCb(GstAp + + GST_DEBUG_OBJECT(src, "Need more data: %u", length); + +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + if (priv->needDataSource.isScheduled() || !priv->paused) + return; + +@@ -718,7 +718,7 @@ static void webKitWebSrcEnoughDataMainCb + + ASSERT(isMainThread()); + +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + priv->paused = TRUE; + locker.unlock(); + +@@ -733,7 +733,7 @@ static void webKitWebSrcEnoughDataCb(Gst + + GST_DEBUG_OBJECT(src, "Have enough data"); + +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + if (priv->enoughDataSource.isScheduled() || priv->paused) + return; + +@@ -756,7 +756,7 @@ static gboolean webKitWebSrcSeekDataCb(G + WebKitWebSrcPrivate* priv = src->priv; + + GST_DEBUG_OBJECT(src, "Seeking to offset: %" G_GUINT64_FORMAT, offset); +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + if (offset == priv->offset && priv->requestedOffset == priv->offset) + return TRUE; + +@@ -775,7 +775,7 @@ static gboolean webKitWebSrcSeekDataCb(G + void webKitWebSrcSetMediaPlayer(WebKitWebSrc* src, WebCore::MediaPlayer* player) + { + ASSERT(player); +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + src->priv->player = player; + } + +@@ -805,7 +805,7 @@ char* StreamingClient::createReadBuffer( + + mapGstBuffer(buffer); + +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + priv->buffer = adoptGRef(buffer); + locker.unlock(); + +@@ -831,7 +831,7 @@ void StreamingClient::handleResponseRece + return; + } + +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + + priv->corsAccessCheck = corsAccessCheck; + +@@ -930,7 +930,7 @@ void StreamingClient::handleDataReceived + WebKitWebSrc* src = WEBKIT_WEB_SRC(m_src); + WebKitWebSrcPrivate* priv = src->priv; + +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + + GST_LOG_OBJECT(src, "Have %lld bytes of data", priv->buffer ? static_cast(gst_buffer_get_size(priv->buffer.get())) : length); + +@@ -999,7 +999,7 @@ void StreamingClient::handleNotifyFinish + + GST_DEBUG_OBJECT(src, "Have EOS"); + +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + if (!priv->seekSource.isActive()) { + locker.unlock(); + gst_app_src_end_of_stream(priv->appsrc); +@@ -1158,7 +1158,7 @@ void ResourceHandleStreamingClient::wasB + + GST_ERROR_OBJECT(src, "Request was blocked"); + +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + uri.reset(g_strdup(src->priv->uri)); + locker.unlock(); + +@@ -1172,7 +1172,7 @@ void ResourceHandleStreamingClient::cann + + GST_ERROR_OBJECT(src, "Cannot show URL"); + +- GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); ++ WTF::GMutexLocker locker(*GST_OBJECT_GET_LOCK(src)); + uri.reset(g_strdup(src->priv->uri)); + locker.unlock(); + From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 14:56:20 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18F097B6; Wed, 18 Feb 2015 14:56:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03BFF207; Wed, 18 Feb 2015 14:56:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IEuJKu016133; Wed, 18 Feb 2015 14:56:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IEuJTg016132; Wed, 18 Feb 2015 14:56:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502181456.t1IEuJTg016132@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 18 Feb 2015 14:56:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379207 - head/devel/bglibs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 14:56:20 -0000 Author: amdmi3 Date: Wed Feb 18 14:56:19 2015 New Revision: 379207 URL: https://svnweb.freebsd.org/changeset/ports/379207 QAT: https://qat.redports.org/buildarchive/r379207/ Log: - Strip libraries Modified: head/devel/bglibs/Makefile Modified: head/devel/bglibs/Makefile ============================================================================== --- head/devel/bglibs/Makefile Wed Feb 18 11:49:23 2015 (r379206) +++ head/devel/bglibs/Makefile Wed Feb 18 14:56:19 2015 (r379207) @@ -37,6 +37,7 @@ do-configure: ${ECHO_CMD} "${STAGEDIR}${BGLIBS_LIB}" > ${WRKSRC}/conf-lib post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/bglibs/*.so @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 15:09:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CC1FA5F; Wed, 18 Feb 2015 15:09:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E5A736A; Wed, 18 Feb 2015 15:09:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IF9mIv021358; Wed, 18 Feb 2015 15:09:48 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IF9lRr021356; Wed, 18 Feb 2015 15:09:47 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201502181509.t1IF9lRr021356@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 18 Feb 2015 15:09:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379208 - in head/multimedia/plexmediaserver: . 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.18-1 Precedence: list List-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, 18 Feb 2015 15:09:48 -0000 Author: feld Date: Wed Feb 18 15:09:47 2015 New Revision: 379208 URL: https://svnweb.freebsd.org/changeset/ports/379208 QAT: https://qat.redports.org/buildarchive/r379208/ Log: Teach the rc script to clean up leftover children Modified: head/multimedia/plexmediaserver/Makefile head/multimedia/plexmediaserver/files/plexmediaserver.in Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Wed Feb 18 14:56:19 2015 (r379207) +++ head/multimedia/plexmediaserver/Makefile Wed Feb 18 15:09:47 2015 (r379208) @@ -3,7 +3,7 @@ PORTNAME= plexmediaserver PORTVERSION?= 0.9.11.7.803 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= multimedia MASTER_SITES= http://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ \ http://nightlies.plexapp.com/directdl/plex-media-server/dist-ninja/${PORTVERSION}-${PLEX_BUILD}/ Modified: head/multimedia/plexmediaserver/files/plexmediaserver.in ============================================================================== --- head/multimedia/plexmediaserver/files/plexmediaserver.in Wed Feb 18 14:56:19 2015 (r379207) +++ head/multimedia/plexmediaserver/files/plexmediaserver.in Wed Feb 18 15:09:47 2015 (r379208) @@ -33,8 +33,10 @@ load_rc_config $name command=/usr/sbin/daemon procname="%%DATADIR%%/Plex_Media_Server" command_args="-f ${procname}" -start_precmd=plex_precmd pidfile=/var/run/plex/plex.pid +start_precmd=plex_precmd +stop_precmd=plex_stop_precmd +stop_postcmd=plex_stop_postcmd plex_precmd() { @@ -66,4 +68,19 @@ plex_precmd() fi } +plex_stop_precmd() +{ + if [ -r ${pidfile} ]; then + export _PLEXPID=$(check_pidfile ${pidfile} ${procname}) + fi +} + +plex_stop_postcmd() +{ + _PLEX_CHILDREN=$(pgrep -g ${_PLEXPID}) + echo "Cleaning up leftover child processes." + kill $sig_stop ${_PLEX_CHILDREN} + wait_for_pids ${_PLEX_CHILDREN} +} + run_rc_command "$1" From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 15:11:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CF79BCD; Wed, 18 Feb 2015 15:11:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14D7F606; Wed, 18 Feb 2015 15:11:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFBBtd024093; Wed, 18 Feb 2015 15:11:11 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IFBAhH024086; Wed, 18 Feb 2015 15:11:10 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201502181511.t1IFBAhH024086@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 18 Feb 2015 15:11:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379209 - in head/multimedia/plexmediaserver-plexpass: . 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.18-1 Precedence: list List-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, 18 Feb 2015 15:11:11 -0000 Author: feld Date: Wed Feb 18 15:11:09 2015 New Revision: 379209 URL: https://svnweb.freebsd.org/changeset/ports/379209 QAT: https://qat.redports.org/buildarchive/r379209/ Log: Update to 0.9.11.12.869 Teach the rc script to clean up children. PR: 197768 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in head/multimedia/plexmediaserver-plexpass/pkg-plist Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Wed Feb 18 15:09:47 2015 (r379208) +++ head/multimedia/plexmediaserver-plexpass/Makefile Wed Feb 18 15:11:09 2015 (r379209) @@ -1,13 +1,13 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 0.9.11.7.803 +PORTVERSION= 0.9.11.12.869 PORTREVISION= 0 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org -PLEX_BUILD= 87d0708 +PLEX_BUILD= ab1cd47 USE_RC_SUBR= ${PORTNAME}_plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Wed Feb 18 15:09:47 2015 (r379208) +++ head/multimedia/plexmediaserver-plexpass/distinfo Wed Feb 18 15:11:09 2015 (r379209) @@ -1,2 +1,2 @@ -SHA256 (PlexMediaServer-0.9.11.7.803-87d0708-freebsd-amd64.tar.bz2) = a8a47df5179cb2768be9f368a3a313ad6c13da86fee69657ce833b174fe7fde8 -SIZE (PlexMediaServer-0.9.11.7.803-87d0708-freebsd-amd64.tar.bz2) = 95866990 +SHA256 (PlexMediaServer-0.9.11.12.869-ab1cd47-freebsd-amd64.tar.bz2) = 720a5b8f999048b72774d4e2552539b26b1d01986d615273eaa9458f48f1c0c6 +SIZE (PlexMediaServer-0.9.11.12.869-ab1cd47-freebsd-amd64.tar.bz2) = 95909008 Modified: head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in ============================================================================== --- head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in Wed Feb 18 15:09:47 2015 (r379208) +++ head/multimedia/plexmediaserver-plexpass/files/plexmediaserver_plexpass.in Wed Feb 18 15:11:09 2015 (r379209) @@ -33,8 +33,10 @@ load_rc_config $name command=/usr/sbin/daemon procname="%%DATADIR%%/Plex_Media_Server" command_args="-f ${procname}" -start_precmd=plex_precmd pidfile=/var/run/plex/plex.pid +start_precmd=plex_precmd +stop_precmd=plex_stop_precmd +stop_postcmd=plex_stop_postcmd plex_precmd() { @@ -66,4 +68,19 @@ plex_precmd() fi } +plex_stop_precmd() +{ + if [ -r ${pidfile} ]; then + export _PLEXPID=$(check_pidfile ${pidfile} ${procname}) + fi +} + +plex_stop_postcmd() +{ + _PLEX_CHILDREN=$(pgrep -g ${_PLEXPID}) + echo "Cleaning up leftover child processes." + kill $sig_stop ${_PLEX_CHILDREN} + wait_for_pids ${_PLEX_CHILDREN} +} + run_rc_command "$1" Modified: head/multimedia/plexmediaserver-plexpass/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver-plexpass/pkg-plist Wed Feb 18 15:09:47 2015 (r379208) +++ head/multimedia/plexmediaserver-plexpass/pkg-plist Wed Feb 18 15:11:09 2015 (r379209) @@ -509,11 +509,10 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/aiff.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/alac.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/ape.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/avs.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/cdda.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/dolby_digital.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/dolby_pro.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/dolby_truehd.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/dolbydigital.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/dolbypro.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/dts.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/dtshd_ma.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/eac3.png @@ -527,12 +526,12 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/pcm.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/ra.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/shn.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/vc1.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/vorbis.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/wav.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/wave.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/wma.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/wmahd.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/wmapro.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/wmav2.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Audio Codec/wv.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Content Rating/G.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Content Rating/NC-17.png @@ -590,691 +589,546 @@ %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Content Rating/nl/9.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Content Rating/nl/AL.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Content Rating/nl/Alle Leeftijden.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Media/bluray.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Media/dvd.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Media/hddvd.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/4AD.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/5 Minute Walk.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/AM Records.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/AM.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Aftermath.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Alfa Matrix.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Alternative Tentacles.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Amphetamine Reptile.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Arista.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Astralwerks.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Atlantic.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/BMG International.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/BMG.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/BadBoy.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Beggars Banquet.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Blanco y Negro.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Bluenote Records.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Bluenote.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Brainwashed.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/CBS.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/CZ.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Capitol Records.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Capitol.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Cash Money.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Cheeky Records.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Cheeky.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Chrysalis.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Columbia.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Creation.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Death Row.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Decca.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Def American.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Def Jam.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Dischord.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Dreamworks.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Drive-Thru.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/EMI.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Elektra.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Elite.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Epic.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Epitaph.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/FFss.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Factory.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Fiction.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Fueled by Ramen.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/G-Unit.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Geffen.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Grand Central.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Grand Royal.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/GrandHuslte.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Homestead.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Hut.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/IRS.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Indigo.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Interscope.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Ipecac.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Island.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/J-Records.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/JBO.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Jive.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Koch.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Konvict.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Kung Fu.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/LaFace.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Labrador.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/London.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/MCA.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Mammoth.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Matador.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Maverick.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Mercury.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Merge.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Metropolis.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Motown.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Mute.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Nettwerk.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Off Beat.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/One Little Indian.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/PIAS.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Parlophone.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Play It Again Sam.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Polydor.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Polygram.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/RCA.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Radioactive.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Rap-A-Lot.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Reprise.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Rhino.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Roadrunner.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Roc-A-Fella.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Rough Trade.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Rykodisc.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/SPV.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/SRC.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Saddle Creek.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Shady.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Sire.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Slip-N-Slide.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Sony BMG.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Sony International.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Sony Music.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Sony.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Sub Pop.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/TVT.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Too Pure.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Tooth Nail.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Touch and Go.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Universal Records.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Universal Republic.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Universal.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/UpFront.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/V2.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Vertigo.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Victory.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Virgin.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/WEA.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Warner Bros..png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Warner Music.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Warner.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Warp.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Wax Trax!.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/XL Recordings.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/XL.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Zomba.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Record Label/Zyx.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/1492_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/20th_Century_Fox.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/1492_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/20th_century_fox.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/2929.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/360_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/40_Acres.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/57 irving.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/777_Film_Corp.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ABC.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ABC_Australia.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/AFI.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/A_and_E.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/A_and_M.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Aardman.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Adult_Swim.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/After_Dark.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Alcon_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Alfred_Hitchcock_Productions.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Alliance_Atlantis.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Alloy.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Alphaville.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Amblin_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/American_Masters.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/American_Zoetrope.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Anchor_Bay_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Animal_Planet.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Antena-3.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Apatow_Productions.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Arte.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Artisan_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Aspen_Film_Society.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Atom_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Australian_Film_Commission.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Avalanche_Studios.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/BBC America.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/BBC Four.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/BBC One.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/BBC Three.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/BBC Two.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/BBC.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/BET.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Bad_Boy_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Bad_Robot.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Baltimore_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Batjac.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Beacon.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Becker_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Belair_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Biography_Channel.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Blind_Ambition_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Blue_Sky.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Blue_Underground.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Boomerang.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Bravo.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Brightlight.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Bristol_Bay.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Broken_Lizard.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Brooklyn_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Buena_Vista.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Bulletproof.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/C2_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/CBC Television.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/CBC.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/CBS.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/CMT.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/CNC.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/CPFilms.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/CW.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/CanalPlus.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Cannon_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Capitol_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Caravan_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Carnaby.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Casablanca_Filmes.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Cascade_Film.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Casey_Silver_Productions.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Castle_Rock_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Cat_In_The_Hat.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Centropolis_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Channel Nine.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Channel Seven.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Channel Ten.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Channel5.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Cinemax.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Columbia_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Constantin_Film.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Constellation.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Cookie_Jar.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Criterion.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/DC_Comics.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/DMAX.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/DNA.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Damselfly.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Danjaq.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Dark_Castle_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Dark_Horse.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Davis_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/De_Laurentiis.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Destination_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Dickhouse_Productions.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Digital_Factory.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Dimension_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Disney XD.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Distant_Horizon.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Dolores_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Don_Simpson-Jerry_Bruckheimer_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Donners.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Dreamworks.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Ealing.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Eclectic.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Edmonds_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Electric_Enterteinment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Electric_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Eleven_Eleven.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Encore.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Endgame_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Entara.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Eon_Productions.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Escape_Artists.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/EuroSport.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Europa_Corp.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Eyekiss_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/FX.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Film_Colony.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Film_Four.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Film_Institut.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Film_Media.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Film_TV.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Filmauro.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Filmax_Animation.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Filmforderung_Hamburg.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Filmstiftung_Nordrhein-Westfalen.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Finos_Film.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Fireworks_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/First_Look_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Flower_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Focus_Features.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Forte_Cinema.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Fourhands_Film.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Fox.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Fox_Atomic.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Fox_Searchlight_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/France 2.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/France 3.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/France 4.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Franchise_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Fuji-TV.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Future_Flix.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/G4.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Gaumont.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Geffen.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Ghost_House.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Glass_Eye_Pix.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Global-TV.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Glue_Works_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Gold_Circle_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Goldwyn.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Gracie_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Gramercy_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Grandhustle.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Green_Street.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Greentree_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Grub_Street_Productions.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Guinea_Pig_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/HBO.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/HGTV.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Hallucination_On_Film.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Hand_Made_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Happy_Madison.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Hasbro.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Hemus_Film.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Heyday_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Hollywood_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Hustler_Video.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Hyde_Park_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Icon_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Illumination_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Image.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Image_Movers.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Imagi_Studios.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Imaginary_Forces.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Imagine.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Imperial_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Independent_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Industrial_Light_And_Magic.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Ingenious_Film_Partners.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Ingenius_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Inside_Track.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Interactual.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Intermedia.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Interscope-Shady-Aftermath.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Intrepid_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Island_World.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Janus.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Jarowskij.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Jerry_Bruckheimer_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Jersey_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Jim_Henson.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Kadokawa_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Kanal 5.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Kid_Rhino.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Killer_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Kinepolis.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/King_World.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Kinowelt.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Kopelson.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Lakeshore_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Latham.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Lawrence_Bender_Productions.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Legendary_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Liberty_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Lifetime.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Lift.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Lightstorm_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Lions_Gate_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Little_Chicken.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/London_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Lookout.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Lucasfilm.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Lucky_7.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/MGM.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/MPCA.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/MTV.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/MTV3.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Magnolia_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Mandalay_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Mandate_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Marc_Dorcel.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Marvel.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Maverick.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Max.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Maya_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Meridian_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Midway_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Mike_Zoss_Productions.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Milkshake.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Millenium.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Minds_Eye_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Mirage.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Miramax.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Momentum_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Monarch_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Monolith.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Montecito_Picture_Company.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Morgan_Creek.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Mosaic_Media.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Musashi_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Mutual_Film_Company.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/NBC Universal.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/NBC.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Nat Geo Wild.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/National_General_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Nelvana.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Netflix.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Network Ten.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/New_Deal_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/New_Line_Cinema.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/New_Zealand_Film_Commission.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Newmarket.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Nick Jr.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Nick-at-Nite.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Nickelodeon.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Nicktoons.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Nine Network.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Nord-Ouest.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Nordisk Film.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Northern_Lights_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/O2_Filmes.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ORF.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ORF1 HD.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Oddlot.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Only_Vegas.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Orion.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Overturefilms.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/PBS.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Pan Vision.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Pandora_Film.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Paramount_Classics.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Paramount_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Paramount_Vantage.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Participant.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Pathe.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Peacearch.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Peters_Entertainment2.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Pheonix.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Picturehouse.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Pixar.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Plan_B.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Platinum_Dunes.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Play_UK.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Playtone.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Polygram.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Porchlight.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Portman_Film.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Private_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Pro7.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Profilm_Productions.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Promotion_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/RTL II.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/RTL.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Radical_Media.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Rai_Cinema.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Red_Hour.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Red_Wagon_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Redrum.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Reel_Dog_Productions.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Regency.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Relativity_Media.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Renaissance_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Republic_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Resident_Evil.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Revere_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Revision3.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Revolution_Studios.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Rick_Mill.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Rickety_Shack_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/River_Road_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Roadside_Attractions.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Rogue_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Romar.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Rysher_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/SBS.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/SMC.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/SNL_Studios.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/SVT.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/SVT1.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/SVT2.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Salter_Street_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Sat1.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Saturn_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Scifi.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Scott_Free.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Screen Australia.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Screen_Gems.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Selznick_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Seven Network.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Shady_Acres_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Shangri-La_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Shout_Factory.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Showcase.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Showtime.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Sidney_Kimmel.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Silver_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Sky 1.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Slim_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Sobini_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Sony.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Spelling_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Spike.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Spitfire_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Splendid.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Spyglass_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Stage6.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Starbucks_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Starz.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Studio_Canal.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Studio_Ghibli.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Summit.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Svensk_Filmindustri.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/TBS.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/TLC.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/TV 2.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/TV Tokyo.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/TV2.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/TV3.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/TV4.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/TV_Land.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Tandem.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Taurus_Film.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Telecinco.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Telemundo.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Ten.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/The_Entertainment_Group.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/The_Film_Foundry.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/The_Independent_Film_Channel.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/The_WB_Television_Network.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Thierry_Mugler.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Think_Film.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/This_Is_That.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Touchstone.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Tristar_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/TruTV.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Twisted_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/UK_Film_Council.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/UPN.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/United_Artists.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Universal.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Univision.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/VOX.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Vertigo.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Viacom.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/View_Askew.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Village_Roadshow_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Virtual_Studios.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Vital_Film_Works.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Viz.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Vortex_Entertainment.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Walden_Media.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Walt_Disney_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Warner_Bros.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Warner_Bros_Animation.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Warner_Independent_Pictures.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Water_Walk_Productions.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Weinstein_Company.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Wild_Bunch.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Wild_Side.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Working_Title_Films.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/XXX_Productions.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Yari_Film_Group.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Zaloom_Mayfield.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/Zomba.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/360_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/40_acres.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/57_irving.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/777_film_corp.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/a_and_e.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/aardman.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/abandon.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/abcfamily.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/abc.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/abc_australia.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/abc_family.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/adult_swim.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/afi.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/after_dark.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/alcon_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/alfred_hitchcock_productions.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/alliance_atlantis.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/alloy.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/alphaville.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/amazon_studios.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ambience.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/amblin_entertainment.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/amc.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/american_masters.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/american_zoetrope.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/anchor_bay_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/animal_planet.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/antena_3.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/apatow_productions.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/apple.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ard.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ark.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/avnet kerner.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/arte.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/artisan_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/aspen_film_society.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/atom_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/australian_film_commission.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/avalanche_studios.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/avnet_kerner.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/babylonian.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bandai visual.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bad_boy_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bad_robot.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/baltimore_pictures.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bandai.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bandai_visual.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bandapart.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/batjac.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bazmark.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bbc prime.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bbc.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bbc_america.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bbc_four.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bbc_one.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bbc_prime.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bbc_three.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bbc_two.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/beacon.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/becker_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/belair_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bet.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bigtalk.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/biography_channel.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/blackdog.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/blind_ambition_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/blue_sky.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/blue_underground.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bnn.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/canal+.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/boomerang.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bravo.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/brightlight.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bristol_bay.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/broken_lizard.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/brooklyn_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/buena_vista.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/bulletproof.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/c2_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/canalplus.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cannon_pictures.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/capcom.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/capitol_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/caravan_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/carnaby.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/carolco.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cartoonnetwork.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/casablanca_filmes.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cascade_film.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/casey_silver_productions.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/castle_rock_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cat_in_the_hat.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cbbc.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cbc.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cbs.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/celador.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ceska televize.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/channel4uk.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/centropolis_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ceska_televize.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/channel4.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/channel5.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/channel_nine.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/channel_seven.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/channel_ten.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cheyenne.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/comedycentral.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cinemax.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cmt.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cnc.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/columbia_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/comedy_central.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/concorde.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/condemned.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/constantin_film.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/constellation.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cookie_jar.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cpfilms.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/criterion.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ctv.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/cw.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/czolowka.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/damselfly.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/danjaq.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/dark_castle_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/dark_horse.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/davis_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/dc_comics.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/de_laurentiis.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/destination_films.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/dfi.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/digital playground.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/discoverychannel.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/disneychannel.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/e!.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/dickhouse_productions.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/digital_factory.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/digital_playground.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/dimension_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/discovery_channel.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/disney_channel.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/disney_xd.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/distant_horizon.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/dmax.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/dna.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/dolores_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/don_simpson_jerry_bruckheimer_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/donners.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/dreamworks.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/e4.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ealing.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/eclectic.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/edmonds_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/electric_enterteinment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/electric_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/eleven_eleven.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/emmedia.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/encore.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/endgame_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/entara.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/entertainment_television.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/eon_productions.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/escape_artists.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/espn.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/eurimages.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/europa_corp.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/eurosport.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/excel.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/eyekiss_films.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/fact.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/figaro.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/film polski.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/film_colony.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/film_four.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/film_institut.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/film_media.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/film_polski.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/film_tv.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/filmauro.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/filmax_animation.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/filmforderung_hamburg.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/filmoteka narodowa.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/filmstiftung_nordrhein-westfalen.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/finos_film.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/fireworks_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/first_look_pictures.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/five.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/foodnetwork.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/flower_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/focus_features.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/food_network.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/forte_cinema.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/fourhands_film.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/fox.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/fox_atomic.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/fox_searchlight_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/france_2.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/france_3.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/france_4.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/franchise_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/fuji_tv.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/future_flix.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/fx.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/g4.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/gaumont.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/geffen.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ghost_house.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/gk_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/glass_eye_pix.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/global_tv.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/glue_works_entertainment.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/gofilms.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/gold_circle_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/goldwyn.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/gracie_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/gramercy_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/grandhustle.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/green_street.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/greentree_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/grub_street_productions.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/guinea_pig_films.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/gutek.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/halestorm.png -%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/historychannel.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hallucination_on_film.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hand_made_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/happy_madison.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hasbro.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hbo.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hemus_film.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/heyday_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hgtv.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/history_channel.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hollywood_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hustler_video.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/hyde_park_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/icon_entertainment.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ifc.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/illumination_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/image.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/image_movers.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/imagi_studios.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/imaginary_forces.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/imagine.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/imax.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/imperial_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/independent_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/industrial_light_and_magic.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/infilm.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ingenious_film_partners.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ingenius_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/inside_track.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/interactual.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/intermedia.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/interscope_shady_aftermath.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/intrepid_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/island_world.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/itv.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/itv1.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/itv2.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/janus.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/jarowskij.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/jawa.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/jerry_bruckheimer_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/jersey_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/jim_henson.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/kadokawa_pictures.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/kadr.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/kamera.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/kanal_5.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/kennedymarshall.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/kid_rhino.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/killer_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/kinepolis.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/king_world.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/kinowelt.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/kopelson.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ladd.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/lakeshore_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/latham.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/lawrence_bender_productions.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/league of noble peers.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/legendary_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/liberty_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/lifetime.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/lift.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/lightstorm_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/lionsgate.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/little_chicken.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/london_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/lookout.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/lucasfilm.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/lucky_7.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/madman.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/magnolia_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/mandalay_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/mandate_pictures.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/manga.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/marc_dorcel.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/marvel.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/maverick.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/maya_entertainment.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/media8.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/mediapro.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/meridian_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/mgm.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/mibac.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/midway_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/mike_zoss_productions.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/milkshake.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/millenium.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/minds_eye_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/mirage.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/miramax.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/momentum_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/monarch_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/monolith.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/montecito_picture_company.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/morgan_creek.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/mosaic_media.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/mosfilm.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/mpca.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/msnbc.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/mtv.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/mtv3.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/musashi_films.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/mutual_film_company.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/myriad.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/mytv.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nala.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nat_geo_wild.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/national_general_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nbc.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nbc_universal.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nelvana.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/netflix.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/new_deal_entertainment.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/new_line_cinema.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/new_zealand_film_commission.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/newmarket.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/ngc.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nick_at_nite.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nick_jr.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nickelodeon.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nicktoons.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nine network.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nord_ouest.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nordisk film.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/northern_lights_entertainment.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nothing.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/nuimage.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/o2_filmes.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/oddlot.png %%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/oko.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/only_vegas.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/orf.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/orion.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/overturefilms.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/pan_vision.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/pandora_film.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/paramount_classics.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/paramount_pictures.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/paramount_vantage.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/participant.png +%%DATADIR%%/Resources/Plug-ins/Media-Flags.bundle/Contents/Resources/Studio/pathe.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 15:16:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C66A2ED1; Wed, 18 Feb 2015 15:16:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B118568B; Wed, 18 Feb 2015 15:16:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFGfpm025970; Wed, 18 Feb 2015 15:16:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IFGfeM025969; Wed, 18 Feb 2015 15:16:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502181516.t1IFGfeM025969@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 18 Feb 2015 15:16:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379210 - head/net/py-pcap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 15:16:41 -0000 Author: amdmi3 Date: Wed Feb 18 15:16:40 2015 New Revision: 379210 URL: https://svnweb.freebsd.org/changeset/ports/379210 QAT: https://qat.redports.org/buildarchive/r379210/ Log: - Add LICENSE_FILE - Strip library Modified: head/net/py-pcap/Makefile Modified: head/net/py-pcap/Makefile ============================================================================== --- head/net/py-pcap/Makefile Wed Feb 18 15:11:09 2015 (r379209) +++ head/net/py-pcap/Makefile Wed Feb 18 15:16:40 2015 (r379210) @@ -12,10 +12,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to LBL Packet Capture library (libpcap) LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 USES= python USE_PYTHON= distutils autoplist +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_pcapmodule.so + .include From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 15:16:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81564FA8; Wed, 18 Feb 2015 15:16:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CB1E68F; Wed, 18 Feb 2015 15:16:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFGiOL026072; Wed, 18 Feb 2015 15:16:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IFGiLi026071; Wed, 18 Feb 2015 15:16:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502181516.t1IFGiLi026071@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 18 Feb 2015 15:16:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379211 - head/devel/newt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 15:16:44 -0000 Author: amdmi3 Date: Wed Feb 18 15:16:43 2015 New Revision: 379211 URL: https://svnweb.freebsd.org/changeset/ports/379211 QAT: https://qat.redports.org/buildarchive/r379211/ Log: - Strip library Modified: head/devel/newt/Makefile Modified: head/devel/newt/Makefile ============================================================================== --- head/devel/newt/Makefile Wed Feb 18 15:16:40 2015 (r379210) +++ head/devel/newt/Makefile Wed Feb 18 15:16:43 2015 (r379211) @@ -54,6 +54,7 @@ post-patch: post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/whiptail + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnewt.so .if ${PORT_OPTIONS:MNLS} @(cd ${WRKSRC}/po && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} datadir=${STAGEDIR}${PREFIX}/share \ From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 15:16:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59665112; Wed, 18 Feb 2015 15:16:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44997696; Wed, 18 Feb 2015 15:16:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFGv1Q026208; Wed, 18 Feb 2015 15:16:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IFGvw3026207; Wed, 18 Feb 2015 15:16:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502181516.t1IFGvw3026207@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 18 Feb 2015 15:16:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379212 - head/devel/libmba X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 15:16:57 -0000 Author: amdmi3 Date: Wed Feb 18 15:16:56 2015 New Revision: 379212 URL: https://svnweb.freebsd.org/changeset/ports/379212 QAT: https://qat.redports.org/buildarchive/r379212/ Log: - Simplify MASTER_SITES - Strip library Modified: head/devel/libmba/Makefile Modified: head/devel/libmba/Makefile ============================================================================== --- head/devel/libmba/Makefile Wed Feb 18 15:16:43 2015 (r379211) +++ head/devel/libmba/Makefile Wed Feb 18 15:16:56 2015 (r379212) @@ -6,8 +6,7 @@ PORTVERSION= 0.9.1 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.ioplex.com/~miallen/libmba/dl/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= miwi + LOCAL/miwi MAINTAINER= ports@FreeBSD.org COMMENT= Collection of C modules potentially useful to any project @@ -22,4 +21,7 @@ post-patch: @${REINPLACE_CMD} -Ee 's,"g?cc","${CC}",' \ ${WRKSRC}/mktool.c +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmba.so + .include From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 15:17:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E6101EE; Wed, 18 Feb 2015 15:17:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDB6C699; Wed, 18 Feb 2015 15:17:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFH184026331; Wed, 18 Feb 2015 15:17:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IFH1Oc026330; Wed, 18 Feb 2015 15:17:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502181517.t1IFH1Oc026330@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 18 Feb 2015 15:17:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379213 - head/textproc/raptor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 15:17:02 -0000 Author: amdmi3 Date: Wed Feb 18 15:17:01 2015 New Revision: 379213 URL: https://svnweb.freebsd.org/changeset/ports/379213 QAT: https://qat.redports.org/buildarchive/r379213/ Log: - Strip libraries Modified: head/textproc/raptor/Makefile Modified: head/textproc/raptor/Makefile ============================================================================== --- head/textproc/raptor/Makefile Wed Feb 18 15:16:56 2015 (r379212) +++ head/textproc/raptor/Makefile Wed Feb 18 15:17:01 2015 (r379213) @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --with-xml2-config=${LOC --with-curl-config=${LOCALBASE}/bin/curl-config \ --with-html-dir=${PREFIX}/share/doc \ --with-xml-parser=libxml --with-www=curl +INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 15:17:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33D992D1; Wed, 18 Feb 2015 15:17:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EC0F6A3; Wed, 18 Feb 2015 15:17:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFHM8I026473; Wed, 18 Feb 2015 15:17:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IFHLLA026472; Wed, 18 Feb 2015 15:17:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502181517.t1IFHLLA026472@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 18 Feb 2015 15:17:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379214 - head/x11-toolkits/blt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 15:17:22 -0000 Author: amdmi3 Date: Wed Feb 18 15:17:21 2015 New Revision: 379214 URL: https://svnweb.freebsd.org/changeset/ports/379214 QAT: https://qat.redports.org/buildarchive/r379214/ Log: - Strip binaries and libraries - Fix style Modified: head/x11-toolkits/blt/Makefile Modified: head/x11-toolkits/blt/Makefile ============================================================================== --- head/x11-toolkits/blt/Makefile Wed Feb 18 15:17:01 2015 (r379213) +++ head/x11-toolkits/blt/Makefile Wed Feb 18 15:17:21 2015 (r379214) @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CFLAGS+= -I${TCL_INCLUDEDIR}/generic \ -I${TK_INCLUDEDIR}/generic \ -I${TK_INCLUDEDIR}/unix -MAKE_JOBS_UNSAFE= +MAKE_JOBS_UNSAFE=yes PLIST_SUB+= BLTVER=${PORTVERSION:R} \ BLTSHORTVER=${PORTVERSION:R:S/.//} @@ -42,6 +42,10 @@ post-patch: ${FIND} ${WRKSRC}/demos -name "*.tcl" | ${XARGS} \ ${REINPLACE_CMD} -e 's|../src/bltwish|${LOCALBASE}/bin/bltwish|' +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so + .include .if ${TCL_VER} > 8.5 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 15:31:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9FBF8BB; Wed, 18 Feb 2015 15:31:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AAF48BB; Wed, 18 Feb 2015 15:31:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFVURb034250; Wed, 18 Feb 2015 15:31:30 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IFVTP3034247; Wed, 18 Feb 2015 15:31:29 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201502181531.t1IFVTP3034247@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Wed, 18 Feb 2015 15:31:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379215 - head/math/armadillo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 15:31:30 -0000 Author: danilo Date: Wed Feb 18 15:31:29 2015 New Revision: 379215 URL: https://svnweb.freebsd.org/changeset/ports/379215 QAT: https://qat.redports.org/buildarchive/r379215/ Log: - Update to 4.650.0 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Wed Feb 18 15:17:21 2015 (r379214) +++ head/math/armadillo/Makefile Wed Feb 18 15:31:29 2015 (r379215) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 4.600.4 +PORTVERSION= 4.650.0 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Wed Feb 18 15:17:21 2015 (r379214) +++ head/math/armadillo/distinfo Wed Feb 18 15:31:29 2015 (r379215) @@ -1,2 +1,2 @@ -SHA256 (armadillo-4.600.4.tar.gz) = 308835440ce3b17d7652156bad6c9fbc6f6881859e07467623676d4a35229ca8 -SIZE (armadillo-4.600.4.tar.gz) = 5347594 +SHA256 (armadillo-4.650.0.tar.gz) = f305d15b8f2c1a00a178b420e316ee8978a371a78d28f4c4c959952e392d8768 +SIZE (armadillo-4.650.0.tar.gz) = 5350937 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Wed Feb 18 15:17:21 2015 (r379214) +++ head/math/armadillo/pkg-plist Wed Feb 18 15:31:29 2015 (r379215) @@ -153,6 +153,7 @@ include/armadillo_bits/fn_pinv.hpp include/armadillo_bits/fn_princomp.hpp include/armadillo_bits/fn_prod.hpp include/armadillo_bits/fn_qr.hpp +include/armadillo_bits/fn_randg.hpp include/armadillo_bits/fn_randi.hpp include/armadillo_bits/fn_randn.hpp include/armadillo_bits/fn_randu.hpp @@ -407,7 +408,7 @@ include/armadillo_bits/xvec_htrans_bones include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.4 -lib/libarmadillo.so.4.600.4 +lib/libarmadillo.so.4.650.0 share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 15:51:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA05DCE8; Wed, 18 Feb 2015 15:51:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4CC4AEA; Wed, 18 Feb 2015 15:51:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IFpni6044722; Wed, 18 Feb 2015 15:51:49 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IFpnWt044720; Wed, 18 Feb 2015 15:51:49 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201502181551.t1IFpnWt044720@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Wed, 18 Feb 2015 15:51:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379216 - head/net/p5-SOAP-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.18-1 Precedence: list List-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, 18 Feb 2015 15:51:50 -0000 Author: dvl Date: Wed Feb 18 15:51:48 2015 New Revision: 379216 URL: https://svnweb.freebsd.org/changeset/ports/379216 QAT: https://qat.redports.org/buildarchive/r379216/ Log: Upgrade to 1.13 PR: 197765 Submitted by: dvl Approved by: maintainer, mat (mentor) Modified: head/net/p5-SOAP-Lite/Makefile head/net/p5-SOAP-Lite/distinfo Modified: head/net/p5-SOAP-Lite/Makefile ============================================================================== --- head/net/p5-SOAP-Lite/Makefile Wed Feb 18 15:31:29 2015 (r379215) +++ head/net/p5-SOAP-Lite/Makefile Wed Feb 18 15:51:48 2015 (r379216) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SOAP-Lite -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-SOAP-Lite/distinfo ============================================================================== --- head/net/p5-SOAP-Lite/distinfo Wed Feb 18 15:31:29 2015 (r379215) +++ head/net/p5-SOAP-Lite/distinfo Wed Feb 18 15:51:48 2015 (r379216) @@ -1,2 +1,2 @@ -SHA256 (SOAP-Lite-1.12.tar.gz) = 874746435af463c05d8cf3609017cd19a05f971271a308f043179e653becd00b -SIZE (SOAP-Lite-1.12.tar.gz) = 227356 +SHA256 (SOAP-Lite-1.13.tar.gz) = e10972f1a552c2995bc7ed4e9dc3431f5c2ce92d836cb56ec34985242a85b037 +SIZE (SOAP-Lite-1.13.tar.gz) = 236732 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:09:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CA57115; Wed, 18 Feb 2015 16:09:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1710C85; Wed, 18 Feb 2015 16:09:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IG9G8X050407; Wed, 18 Feb 2015 16:09:16 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IG9GZc050405; Wed, 18 Feb 2015 16:09:16 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201502181609.t1IG9GZc050405@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Wed, 18 Feb 2015 16:09:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379217 - in head/multimedia/phonon-gstreamer: . 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.18-1 Precedence: list List-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, 18 Feb 2015 16:09:17 -0000 Author: dbn Date: Wed Feb 18 16:09:15 2015 New Revision: 379217 URL: https://svnweb.freebsd.org/changeset/ports/379217 QAT: https://qat.redports.org/buildarchive/r379217/ Log: phonon-gstreamer: fix pkg-message to reference correct gstreamer port. phonon-gstreamer depends on multimedia/gstreamer1 however the pkg-message incorrectly referred to the multimedia/gstreamer-plugins-all port. Also, bump port revision due to change in pkg-message. Specify LICENSE as LGPL21. Modified: head/multimedia/phonon-gstreamer/Makefile head/multimedia/phonon-gstreamer/files/pkg-message.in Modified: head/multimedia/phonon-gstreamer/Makefile ============================================================================== --- head/multimedia/phonon-gstreamer/Makefile Wed Feb 18 15:51:48 2015 (r379216) +++ head/multimedia/phonon-gstreamer/Makefile Wed Feb 18 16:09:15 2015 (r379217) @@ -3,6 +3,7 @@ PORTNAME= phonon PORTVERSION= 4.8.2 +PORTREVISION= 1 CATEGORIES= multimedia kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTNAME}-backend${PKGNAMESUFFIX}/${PORTVERSION}/src PKGNAMESUFFIX= -gstreamer @@ -12,6 +13,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= GStreamer backend for Phonon +LICENSE= LGPL21 + USE_GL= gl USE_GNOME= glib20 libxml2 USE_GSTREAMER1= yes Modified: head/multimedia/phonon-gstreamer/files/pkg-message.in ============================================================================== --- head/multimedia/phonon-gstreamer/files/pkg-message.in Wed Feb 18 15:51:48 2015 (r379216) +++ head/multimedia/phonon-gstreamer/files/pkg-message.in Wed Feb 18 16:09:15 2015 (r379217) @@ -1,7 +1,7 @@ ====================================================================== You'll need to install some GStreamer plugins to make Phonon able to -play something via this backend: multimedia/gstreamer-plugins-all will -let you choose among all of them. +play something via this backend: multimedia/gstreamer1-plugins-all +will let you choose among all of them. ====================================================================== From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:14:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B66B33E; Wed, 18 Feb 2015 16:14:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35439D52; Wed, 18 Feb 2015 16:14:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGE3M6054710; Wed, 18 Feb 2015 16:14:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGE2th054704; Wed, 18 Feb 2015 16:14:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181614.t1IGE2th054704@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:14:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379218 - in head/devel: . p5-Module-Build-Pluggable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:14:04 -0000 Author: sunpoet Date: Wed Feb 18 16:14:01 2015 New Revision: 379218 URL: https://svnweb.freebsd.org/changeset/ports/379218 QAT: https://qat.redports.org/buildarchive/r379218/ Log: - Add p5-Module-Build-Pluggable 0.10 Module::Build::Pluggable adds pluggability for Module::Build. WWW: http://search.cpan.org/dist/Module-Build-Pluggable/ Added: head/devel/p5-Module-Build-Pluggable/ head/devel/p5-Module-Build-Pluggable/Makefile (contents, props changed) head/devel/p5-Module-Build-Pluggable/distinfo (contents, props changed) head/devel/p5-Module-Build-Pluggable/pkg-descr (contents, props changed) head/devel/p5-Module-Build-Pluggable/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 18 16:09:15 2015 (r379217) +++ head/devel/Makefile Wed Feb 18 16:14:01 2015 (r379218) @@ -2387,6 +2387,7 @@ SUBDIR += p5-Module-Build SUBDIR += p5-Module-Build-Convert SUBDIR += p5-Module-Build-Kwalitee + SUBDIR += p5-Module-Build-Pluggable SUBDIR += p5-Module-Build-Tiny SUBDIR += p5-Module-Build-XSUtil SUBDIR += p5-Module-CPANTS-Analyse Added: head/devel/p5-Module-Build-Pluggable/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-Pluggable/Makefile Wed Feb 18 16:14:01 2015 (r379218) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Module-Build-Pluggable +PORTVERSION= 0.10 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module::Build meets plugins + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Class-Accessor-Lite>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lite \ + p5-Class-Method-Modifiers>=0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \ + p5-Data-OptList>=0:${PORTSDIR}/devel/p5-Data-OptList \ + p5-Test-SharedFork>=0:${PORTSDIR}/devel/p5-Test-SharedFork +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= modbuild +USES= perl5 + +.include Added: head/devel/p5-Module-Build-Pluggable/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-Pluggable/distinfo Wed Feb 18 16:14:01 2015 (r379218) @@ -0,0 +1,2 @@ +SHA256 (Module-Build-Pluggable-0.10.tar.gz) = e5bb2acb117792c984628812acb0fec376cb970caee8ede57535e04d762b0e40 +SIZE (Module-Build-Pluggable-0.10.tar.gz) = 16626 Added: head/devel/p5-Module-Build-Pluggable/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-Pluggable/pkg-descr Wed Feb 18 16:14:01 2015 (r379218) @@ -0,0 +1,3 @@ +Module::Build::Pluggable adds pluggability for Module::Build. + +WWW: http://search.cpan.org/dist/Module-Build-Pluggable/ Added: head/devel/p5-Module-Build-Pluggable/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-Pluggable/pkg-plist Wed Feb 18 16:14:01 2015 (r379218) @@ -0,0 +1,11 @@ +%%SITE_PERL%%/Module/Build/Pluggable.pm +%%SITE_PERL%%/Module/Build/Pluggable/Base.pm +%%SITE_PERL%%/Module/Build/Pluggable/GithubMeta.pm +%%SITE_PERL%%/Module/Build/Pluggable/Repository.pm +%%SITE_PERL%%/Module/Build/Pluggable/Util.pm +%%SITE_PERL%%/Test/Module/Build/Pluggable.pm +%%PERL5_MAN3%%/Module::Build::Pluggable.3.gz +%%PERL5_MAN3%%/Module::Build::Pluggable::Base.3.gz +%%PERL5_MAN3%%/Module::Build::Pluggable::GithubMeta.3.gz +%%PERL5_MAN3%%/Module::Build::Pluggable::Repository.3.gz +%%PERL5_MAN3%%/Test::Module::Build::Pluggable.3.gz From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:14:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4087442E; Wed, 18 Feb 2015 16:14:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29EBBD64; Wed, 18 Feb 2015 16:14:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGEtj7054976; Wed, 18 Feb 2015 16:14:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGEruG054969; Wed, 18 Feb 2015 16:14:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181614.t1IGEruG054969@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:14:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379219 - in head/devel: . p5-Module-Build-Pluggable-ReadmeMarkdownFromPod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:14:55 -0000 Author: sunpoet Date: Wed Feb 18 16:14:53 2015 New Revision: 379219 URL: https://svnweb.freebsd.org/changeset/ports/379219 QAT: https://qat.redports.org/buildarchive/r379219/ Log: - Add p5-Module-Build-Pluggable-ReadmeMarkdownFromPod 0.04 Module::Build::Pluggable::ReadmeMarkdownFromPod generates README.mkdn from pod file. WWW: http://search.cpan.org/dist/Module-Build-Pluggable-ReadmeMarkdownFromPod/ Added: head/devel/p5-Module-Build-Pluggable-ReadmeMarkdownFromPod/ head/devel/p5-Module-Build-Pluggable-ReadmeMarkdownFromPod/Makefile (contents, props changed) head/devel/p5-Module-Build-Pluggable-ReadmeMarkdownFromPod/distinfo (contents, props changed) head/devel/p5-Module-Build-Pluggable-ReadmeMarkdownFromPod/pkg-descr (contents, props changed) head/devel/p5-Module-Build-Pluggable-ReadmeMarkdownFromPod/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 18 16:14:01 2015 (r379218) +++ head/devel/Makefile Wed Feb 18 16:14:53 2015 (r379219) @@ -2388,6 +2388,7 @@ SUBDIR += p5-Module-Build-Convert SUBDIR += p5-Module-Build-Kwalitee SUBDIR += p5-Module-Build-Pluggable + SUBDIR += p5-Module-Build-Pluggable-ReadmeMarkdownFromPod SUBDIR += p5-Module-Build-Tiny SUBDIR += p5-Module-Build-XSUtil SUBDIR += p5-Module-CPANTS-Analyse Added: head/devel/p5-Module-Build-Pluggable-ReadmeMarkdownFromPod/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-Pluggable-ReadmeMarkdownFromPod/Makefile Wed Feb 18 16:14:53 2015 (r379219) @@ -0,0 +1,24 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Module-Build-Pluggable-ReadmeMarkdownFromPod +PORTVERSION= 0.04 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Make README.mkdn from POD + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Class-Accessor-Lite>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lite \ + p5-Module-Build-Pluggable>=0.09:${PORTSDIR}/devel/p5-Module-Build-Pluggable \ + p5-Pod-Markdown>=0:${PORTSDIR}/textproc/p5-Pod-Markdown +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= modbuild +USES= perl5 + +.include Added: head/devel/p5-Module-Build-Pluggable-ReadmeMarkdownFromPod/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-Pluggable-ReadmeMarkdownFromPod/distinfo Wed Feb 18 16:14:53 2015 (r379219) @@ -0,0 +1,2 @@ +SHA256 (Module-Build-Pluggable-ReadmeMarkdownFromPod-0.04.tar.gz) = 6e90f17cb7ac70ddcc52eab1357af97fb44303510b97c03e13945f1562d6eba5 +SIZE (Module-Build-Pluggable-ReadmeMarkdownFromPod-0.04.tar.gz) = 12478 Added: head/devel/p5-Module-Build-Pluggable-ReadmeMarkdownFromPod/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-Pluggable-ReadmeMarkdownFromPod/pkg-descr Wed Feb 18 16:14:53 2015 (r379219) @@ -0,0 +1,4 @@ +Module::Build::Pluggable::ReadmeMarkdownFromPod generates README.mkdn from pod +file. + +WWW: http://search.cpan.org/dist/Module-Build-Pluggable-ReadmeMarkdownFromPod/ Added: head/devel/p5-Module-Build-Pluggable-ReadmeMarkdownFromPod/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-Pluggable-ReadmeMarkdownFromPod/pkg-plist Wed Feb 18 16:14:53 2015 (r379219) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Module/Build/Pluggable/ReadmeMarkdownFromPod.pm +%%PERL5_MAN3%%/Module::Build::Pluggable::ReadmeMarkdownFromPod.3.gz From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:15:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97B5651A; Wed, 18 Feb 2015 16:15:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 819F6D6F; Wed, 18 Feb 2015 16:15:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGFUMr055288; Wed, 18 Feb 2015 16:15:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGFTGq055283; Wed, 18 Feb 2015 16:15:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181615.t1IGFTGq055283@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:15:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379220 - in head/devel: . p5-Test-Fake-HTTPD X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:15:30 -0000 Author: sunpoet Date: Wed Feb 18 16:15:28 2015 New Revision: 379220 URL: https://svnweb.freebsd.org/changeset/ports/379220 QAT: https://qat.redports.org/buildarchive/r379220/ Log: - Add p5-Test-Fake-HTTPD 0.07 Test::Fake::HTTPD is a fake HTTP server module for testing. WWW: http://search.cpan.org/dist/Test-Fake-HTTPD/ Added: head/devel/p5-Test-Fake-HTTPD/ head/devel/p5-Test-Fake-HTTPD/Makefile (contents, props changed) head/devel/p5-Test-Fake-HTTPD/distinfo (contents, props changed) head/devel/p5-Test-Fake-HTTPD/pkg-descr (contents, props changed) head/devel/p5-Test-Fake-HTTPD/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 18 16:14:53 2015 (r379219) +++ head/devel/Makefile Wed Feb 18 16:15:28 2015 (r379220) @@ -2955,6 +2955,7 @@ SUBDIR += p5-Test-Exception-LessClever SUBDIR += p5-Test-Expect SUBDIR += p5-Test-FailWarnings + SUBDIR += p5-Test-Fake-HTTPD SUBDIR += p5-Test-Fatal SUBDIR += p5-Test-File SUBDIR += p5-Test-File-Contents Added: head/devel/p5-Test-Fake-HTTPD/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Fake-HTTPD/Makefile Wed Feb 18 16:15:28 2015 (r379220) @@ -0,0 +1,35 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Test-Fake-HTTPD +PORTVERSION= 0.07 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Fake HTTP server + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-HTTP-Daemon>=0:${PORTSDIR}/www/p5-HTTP-Daemon \ + p5-Plack>=0:${PORTSDIR}/www/p5-Plack \ + p5-Test-SharedFork>=0.29:${PORTSDIR}/devel/p5-Test-SharedFork \ + p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP \ + p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP \ + p5-Test-UseAllModules>=0:${PORTSDIR}/devel/p5-Test-UseAllModules \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww + +OPTIONS_DEFINE= SSL + +USE_PERL5= configure +USES= perl5 + +SSL_BUILD_DEPENDS= p5-HTTP-Daemon-SSL>=0:${PORTSDIR}/www/p5-HTTP-Daemon-SSL +SSL_RUN_DEPENDS= p5-HTTP-Daemon-SSL>=0:${PORTSDIR}/www/p5-HTTP-Daemon-SSL + +.include Added: head/devel/p5-Test-Fake-HTTPD/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Fake-HTTPD/distinfo Wed Feb 18 16:15:28 2015 (r379220) @@ -0,0 +1,2 @@ +SHA256 (Test-Fake-HTTPD-0.07.tar.gz) = 708e6e5f168b562c3d060369583fc146eec1bbcf526d48f4e5ef8ee8f9f41209 +SIZE (Test-Fake-HTTPD-0.07.tar.gz) = 25776 Added: head/devel/p5-Test-Fake-HTTPD/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Fake-HTTPD/pkg-descr Wed Feb 18 16:15:28 2015 (r379220) @@ -0,0 +1,3 @@ +Test::Fake::HTTPD is a fake HTTP server module for testing. + +WWW: http://search.cpan.org/dist/Test-Fake-HTTPD/ Added: head/devel/p5-Test-Fake-HTTPD/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Fake-HTTPD/pkg-plist Wed Feb 18 16:15:28 2015 (r379220) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Test/Fake/HTTPD.pm +%%SITE_PERL%%/Test/Fake/README.pod +%%PERL5_MAN3%%/Test::Fake::HTTPD.3.gz +%%PERL5_MAN3%%/Test::Fake::README.3.gz From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:18:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B41D4803; Wed, 18 Feb 2015 16:18:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E2D4DB2; Wed, 18 Feb 2015 16:18:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGITOe055744; Wed, 18 Feb 2015 16:18:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGITdX055742; Wed, 18 Feb 2015 16:18:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181618.t1IGITdX055742@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:18:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379221 - head/textproc/p5-Pod-Markdown X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:18:29 -0000 Author: sunpoet Date: Wed Feb 18 16:18:28 2015 New Revision: 379221 URL: https://svnweb.freebsd.org/changeset/ports/379221 QAT: https://qat.redports.org/buildarchive/r379221/ Log: - Update to 2.002 Changes: http://search.cpan.org/dist/Pod-Markdown/Changes Modified: head/textproc/p5-Pod-Markdown/Makefile head/textproc/p5-Pod-Markdown/distinfo Modified: head/textproc/p5-Pod-Markdown/Makefile ============================================================================== --- head/textproc/p5-Pod-Markdown/Makefile Wed Feb 18 16:15:28 2015 (r379220) +++ head/textproc/p5-Pod-Markdown/Makefile Wed Feb 18 16:18:28 2015 (r379221) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= Pod-Markdown -PORTVERSION= 1.401000 -PORTREVISION= 1 +PORTVERSION= 2.002 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/000$//} MAINTAINER= perl@FreeBSD.org COMMENT= Module to convert POD to Markdown @@ -15,8 +13,6 @@ COMMENT= Module to convert POD to Markdo LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Pod-Parser>=1.51:${PORTSDIR}/textproc/p5-Pod-Parser -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Difference>=0:${PORTSDIR}/devel/p5-Test-Differences USES= perl5 Modified: head/textproc/p5-Pod-Markdown/distinfo ============================================================================== --- head/textproc/p5-Pod-Markdown/distinfo Wed Feb 18 16:15:28 2015 (r379220) +++ head/textproc/p5-Pod-Markdown/distinfo Wed Feb 18 16:18:28 2015 (r379221) @@ -1,2 +1,2 @@ -SHA256 (Pod-Markdown-1.401.tar.gz) = 938e7b28c29b99a70fe83285c37bea628227c28f9010f662778539a2691a4d23 -SIZE (Pod-Markdown-1.401.tar.gz) = 30633 +SHA256 (Pod-Markdown-2.002.tar.gz) = ef30a9bf2d356bb69d1a8bcf9de01723059e1d41879cab5aed09271dcbd50777 +SIZE (Pod-Markdown-2.002.tar.gz) = 43053 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:18:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46BDD8DF; Wed, 18 Feb 2015 16:18:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8759DB4; Wed, 18 Feb 2015 16:18:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGIY5n055867; Wed, 18 Feb 2015 16:18:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGIYFp055865; Wed, 18 Feb 2015 16:18:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181618.t1IGIYFp055865@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:18:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379222 - head/converters/p5-Cpanel-JSON-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:18:35 -0000 Author: sunpoet Date: Wed Feb 18 16:18:33 2015 New Revision: 379222 URL: https://svnweb.freebsd.org/changeset/ports/379222 QAT: https://qat.redports.org/buildarchive/r379222/ Log: - Update to 3.0115 Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes Modified: head/converters/p5-Cpanel-JSON-XS/Makefile head/converters/p5-Cpanel-JSON-XS/distinfo Modified: head/converters/p5-Cpanel-JSON-XS/Makefile ============================================================================== --- head/converters/p5-Cpanel-JSON-XS/Makefile Wed Feb 18 16:18:28 2015 (r379221) +++ head/converters/p5-Cpanel-JSON-XS/Makefile Wed Feb 18 16:18:33 2015 (r379222) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Cpanel-JSON-XS -PORTVERSION= 3.0114 +PORTVERSION= 3.0115 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RURBAN Modified: head/converters/p5-Cpanel-JSON-XS/distinfo ============================================================================== --- head/converters/p5-Cpanel-JSON-XS/distinfo Wed Feb 18 16:18:28 2015 (r379221) +++ head/converters/p5-Cpanel-JSON-XS/distinfo Wed Feb 18 16:18:33 2015 (r379222) @@ -1,2 +1,2 @@ -SHA256 (Cpanel-JSON-XS-3.0114.tar.gz) = e174593a5747a4bc37b7c1cafefcfc646888e5b5eeb2a34868a48761c00e114a -SIZE (Cpanel-JSON-XS-3.0114.tar.gz) = 146649 +SHA256 (Cpanel-JSON-XS-3.0115.tar.gz) = eaa2c1eafde2e329adc2617d7e2a7a0c9f5a768951f8ec2ec1b84cbd796a823b +SIZE (Cpanel-JSON-XS-3.0115.tar.gz) = 146939 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:18:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13ECC9BC; Wed, 18 Feb 2015 16:18:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3F34DB9; Wed, 18 Feb 2015 16:18:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGIdOw055993; Wed, 18 Feb 2015 16:18:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGIdqX055991; Wed, 18 Feb 2015 16:18:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181618.t1IGIdqX055991@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:18:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379223 - head/converters/p5-JSON-Tiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:18:40 -0000 Author: sunpoet Date: Wed Feb 18 16:18:38 2015 New Revision: 379223 URL: https://svnweb.freebsd.org/changeset/ports/379223 QAT: https://qat.redports.org/buildarchive/r379223/ Log: - Update to 0.53 Changes: http://search.cpan.org/dist/JSON-Tiny/Changes Modified: head/converters/p5-JSON-Tiny/Makefile head/converters/p5-JSON-Tiny/distinfo Modified: head/converters/p5-JSON-Tiny/Makefile ============================================================================== --- head/converters/p5-JSON-Tiny/Makefile Wed Feb 18 16:18:33 2015 (r379222) +++ head/converters/p5-JSON-Tiny/Makefile Wed Feb 18 16:18:38 2015 (r379223) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= JSON-Tiny -PORTVERSION= 0.50 -PORTREVISION= 1 +PORTVERSION= 0.53 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/converters/p5-JSON-Tiny/distinfo ============================================================================== --- head/converters/p5-JSON-Tiny/distinfo Wed Feb 18 16:18:33 2015 (r379222) +++ head/converters/p5-JSON-Tiny/distinfo Wed Feb 18 16:18:38 2015 (r379223) @@ -1,2 +1,2 @@ -SHA256 (JSON-Tiny-0.50.tar.gz) = 3f0933fa3adec649e71d715bb72ee4b3922f10f7cfe28e6fb909c8cbef48b516 -SIZE (JSON-Tiny-0.50.tar.gz) = 18804 +SHA256 (JSON-Tiny-0.53.tar.gz) = 37e547c5b5b7f4dd9adf00db7c77454f3451f79c1be93ef11d4f2ddc9c10aad9 +SIZE (JSON-Tiny-0.53.tar.gz) = 18134 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:18:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D66CA97; Wed, 18 Feb 2015 16:18:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE141DBD; Wed, 18 Feb 2015 16:18:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGIise056120; Wed, 18 Feb 2015 16:18:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGIiKe056118; Wed, 18 Feb 2015 16:18:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181618.t1IGIiKe056118@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:18:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379224 - head/databases/p5-DBIx-Admin-TableInfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:18:45 -0000 Author: sunpoet Date: Wed Feb 18 16:18:43 2015 New Revision: 379224 URL: https://svnweb.freebsd.org/changeset/ports/379224 QAT: https://qat.redports.org/buildarchive/r379224/ Log: - Update to 3.01 Changes: http://search.cpan.org/dist/DBIx-Admin-TableInfo/Changes Modified: head/databases/p5-DBIx-Admin-TableInfo/Makefile head/databases/p5-DBIx-Admin-TableInfo/distinfo Modified: head/databases/p5-DBIx-Admin-TableInfo/Makefile ============================================================================== --- head/databases/p5-DBIx-Admin-TableInfo/Makefile Wed Feb 18 16:18:38 2015 (r379223) +++ head/databases/p5-DBIx-Admin-TableInfo/Makefile Wed Feb 18 16:18:43 2015 (r379224) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DBIx-Admin-TableInfo -PORTVERSION= 3.00 -PORTREVISION= 1 +PORTVERSION= 3.01 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +13,12 @@ COMMENT= Wrapper for all of table_info() LICENSE= ART20 BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-DBIx-Admin-CreateTable>=2.09:${PORTSDIR}/databases/p5-DBIx-Admin-CreateTable \ - p5-DBIx-Admin-DSNManager>=2:${PORTSDIR}/databases/p5-DBIx-Admin-DSNManager \ - p5-Data-Dumper-Concise>=2.021:${PORTSDIR}/devel/p5-Data-Dumper-Concise \ - p5-Moo>=1.004002:${PORTSDIR}/devel/p5-Moo + p5-DBIx-Admin-CreateTable>=2.10:${PORTSDIR}/databases/p5-DBIx-Admin-CreateTable \ + p5-DBIx-Admin-DSNManager>=2.01:${PORTSDIR}/databases/p5-DBIx-Admin-DSNManager \ + p5-Data-Dumper-Concise>=2.022:${PORTSDIR}/devel/p5-Data-Dumper-Concise \ + p5-Lingua-EN-PluralToSingular>=0.14:${PORTSDIR}/textproc/p5-Lingua-EN-PluralToSingular \ + p5-Moo>=1.004002:${PORTSDIR}/devel/p5-Moo \ + p5-Text-TabularDisplay>=1.38:${PORTSDIR}/textproc/p5-Text-TabularDisplay RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Version>=1.002003:${PORTSDIR}/devel/p5-Test-Version Modified: head/databases/p5-DBIx-Admin-TableInfo/distinfo ============================================================================== --- head/databases/p5-DBIx-Admin-TableInfo/distinfo Wed Feb 18 16:18:38 2015 (r379223) +++ head/databases/p5-DBIx-Admin-TableInfo/distinfo Wed Feb 18 16:18:43 2015 (r379224) @@ -1,2 +1,2 @@ -SHA256 (DBIx-Admin-TableInfo-3.00.tgz) = e64270ea39eae795d80370d1b5a615efc54aa8deedbfb6e0c028294fcb4cf01f -SIZE (DBIx-Admin-TableInfo-3.00.tgz) = 54867 +SHA256 (DBIx-Admin-TableInfo-3.01.tgz) = ed1be1a54ab5e00a9e74c93f7fb9d02dcf5399f37127adbf9446cadb4b36dce6 +SIZE (DBIx-Admin-TableInfo-3.01.tgz) = 61337 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:18:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49E66B73; Wed, 18 Feb 2015 16:18:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C81DDC3; Wed, 18 Feb 2015 16:18:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGIojf056245; Wed, 18 Feb 2015 16:18:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGInZM056242; Wed, 18 Feb 2015 16:18:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181618.t1IGInZM056242@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:18:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379225 - head/devel/p5-File-Write-Rotate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:18:50 -0000 Author: sunpoet Date: Wed Feb 18 16:18:48 2015 New Revision: 379225 URL: https://svnweb.freebsd.org/changeset/ports/379225 QAT: https://qat.redports.org/buildarchive/r379225/ Log: - Update to 0.28 Changes: http://search.cpan.org/dist/File-Write-Rotate/Changes Modified: head/devel/p5-File-Write-Rotate/Makefile head/devel/p5-File-Write-Rotate/distinfo Modified: head/devel/p5-File-Write-Rotate/Makefile ============================================================================== --- head/devel/p5-File-Write-Rotate/Makefile Wed Feb 18 16:18:43 2015 (r379224) +++ head/devel/p5-File-Write-Rotate/Makefile Wed Feb 18 16:18:48 2015 (r379225) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= File-Write-Rotate -PORTVERSION= 0.27 +PORTVERSION= 0.28 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-File-Write-Rotate/distinfo ============================================================================== --- head/devel/p5-File-Write-Rotate/distinfo Wed Feb 18 16:18:43 2015 (r379224) +++ head/devel/p5-File-Write-Rotate/distinfo Wed Feb 18 16:18:48 2015 (r379225) @@ -1,2 +1,2 @@ -SHA256 (File-Write-Rotate-0.27.tar.gz) = 6af3df1e337a6b38164fa7fd8e318e9e7f305117956368627e65fa5bd5741bf5 -SIZE (File-Write-Rotate-0.27.tar.gz) = 30204 +SHA256 (File-Write-Rotate-0.28.tar.gz) = a595f266aaf257ae71c088183f8510564076e3131e82692163745912a377abae +SIZE (File-Write-Rotate-0.28.tar.gz) = 29005 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:18:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8EF3C50; Wed, 18 Feb 2015 16:18:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A440DDC9; Wed, 18 Feb 2015 16:18:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGItuw056368; Wed, 18 Feb 2015 16:18:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGItOk056366; Wed, 18 Feb 2015 16:18:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181618.t1IGItOk056366@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:18:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379226 - head/devel/p5-Log-Dispatch-FileWriteRotate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:18:56 -0000 Author: sunpoet Date: Wed Feb 18 16:18:54 2015 New Revision: 379226 URL: https://svnweb.freebsd.org/changeset/ports/379226 QAT: https://qat.redports.org/buildarchive/r379226/ Log: - Add p5-Log-Dispatch-FileWriteRotate 0.02 Log::Dispatch::FileWriteRotate functions similarly to Log::Dispatch::FileRotate, but uses File::Write::Rotate as backend, thus interoperates more easily with other modules which use File::Write::Rotate as backend, e.g. Tie::Handle::FileWriteRotate or Process::Govern. WWW: http://search.cpan.org/dist/Log-Dispatch-FileWriteRotate/ Modified: head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo Modified: head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile Wed Feb 18 16:18:48 2015 (r379225) +++ head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile Wed Feb 18 16:18:54 2015 (r379226) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Dispatch-FileWriteRotate -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-File-Write-Rotate>=0:${PORTSDIR}/devel/p5-File-Write-Rotate \ p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS+= p5-Perl-osnames>=0.09:${PORTSDIR}/devel/p5-Perl-osnames USE_PERL5= configure USES= perl5 Modified: head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo ============================================================================== --- head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo Wed Feb 18 16:18:48 2015 (r379225) +++ head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo Wed Feb 18 16:18:54 2015 (r379226) @@ -1,2 +1,2 @@ -SHA256 (Log-Dispatch-FileWriteRotate-0.02.tar.gz) = 8ac2b25d3e516f5a16df6c053b1c235b6001e46bcd02cd83b2b5b4c9f8beaf81 -SIZE (Log-Dispatch-FileWriteRotate-0.02.tar.gz) = 11001 +SHA256 (Log-Dispatch-FileWriteRotate-0.03.tar.gz) = 08ab7648eb8f618aed0688b08250c125ff20fed11f3680a58bb12f30fad9dc65 +SIZE (Log-Dispatch-FileWriteRotate-0.03.tar.gz) = 13128 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:19:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F3A3EC52; Wed, 18 Feb 2015 16:19:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9172DCC; Wed, 18 Feb 2015 16:19:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGJ0jj056522; Wed, 18 Feb 2015 16:19:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGJ0ia056518; Wed, 18 Feb 2015 16:19:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181619.t1IGJ0ia056518@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:19:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379227 - head/lang/p5-Modern-Perl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:19:01 -0000 Author: sunpoet Date: Wed Feb 18 16:18:59 2015 New Revision: 379227 URL: https://svnweb.freebsd.org/changeset/ports/379227 QAT: https://qat.redports.org/buildarchive/r379227/ Log: - Update to 1.20150127 Changes: http://search.cpan.org/dist/Modern-Perl/Changes Modified: head/lang/p5-Modern-Perl/Makefile head/lang/p5-Modern-Perl/distinfo Modified: head/lang/p5-Modern-Perl/Makefile ============================================================================== --- head/lang/p5-Modern-Perl/Makefile Wed Feb 18 16:18:54 2015 (r379226) +++ head/lang/p5-Modern-Perl/Makefile Wed Feb 18 16:18:59 2015 (r379227) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Modern-Perl -PORTVERSION= 1.20140107 -PORTREVISION= 1 +PORTVERSION= 1.20150127 CATEGORIES= lang perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHROMATIC Modified: head/lang/p5-Modern-Perl/distinfo ============================================================================== --- head/lang/p5-Modern-Perl/distinfo Wed Feb 18 16:18:54 2015 (r379226) +++ head/lang/p5-Modern-Perl/distinfo Wed Feb 18 16:18:59 2015 (r379227) @@ -1,2 +1,2 @@ -SHA256 (Modern-Perl-1.20140107.tar.gz) = 9cf66b2f93340dfe1cd7162262a47e7c4ba82475a52dc2a036c2fdc8a65298b8 -SIZE (Modern-Perl-1.20140107.tar.gz) = 13152 +SHA256 (Modern-Perl-1.20150127.tar.gz) = 94c13ef6811098888bef4e21b9ee1c1847945dda2f3c337035b00fda5d666247 +SIZE (Modern-Perl-1.20150127.tar.gz) = 13336 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:19:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28569E05; Wed, 18 Feb 2015 16:19:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12768DCF; Wed, 18 Feb 2015 16:19:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGJ5Hf056654; Wed, 18 Feb 2015 16:19:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGJ5rx056652; Wed, 18 Feb 2015 16:19:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181619.t1IGJ5rx056652@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:19:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379228 - head/textproc/p5-JavaScript-Minifier-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:19:06 -0000 Author: sunpoet Date: Wed Feb 18 16:19:04 2015 New Revision: 379228 URL: https://svnweb.freebsd.org/changeset/ports/379228 QAT: https://qat.redports.org/buildarchive/r379228/ Log: - Update to 0.11 Changes: http://search.cpan.org/dist/JavaScript-Minifier-XS/Changes Modified: head/textproc/p5-JavaScript-Minifier-XS/Makefile head/textproc/p5-JavaScript-Minifier-XS/distinfo Modified: head/textproc/p5-JavaScript-Minifier-XS/Makefile ============================================================================== --- head/textproc/p5-JavaScript-Minifier-XS/Makefile Wed Feb 18 16:18:59 2015 (r379227) +++ head/textproc/p5-JavaScript-Minifier-XS/Makefile Wed Feb 18 16:19:04 2015 (r379228) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= JavaScript-Minifier-XS -PORTVERSION= 0.09 -PORTREVISION= 1 +PORTVERSION= 0.11 CATEGORIES= textproc www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-JavaScript-Minifier-XS/distinfo ============================================================================== --- head/textproc/p5-JavaScript-Minifier-XS/distinfo Wed Feb 18 16:18:59 2015 (r379227) +++ head/textproc/p5-JavaScript-Minifier-XS/distinfo Wed Feb 18 16:19:04 2015 (r379228) @@ -1,2 +1,2 @@ -SHA256 (JavaScript-Minifier-XS-0.09.tar.gz) = 6eefcdf9a802787e728c01e4af33e97055054203c99a9c688eff6e0f1f7b56ca -SIZE (JavaScript-Minifier-XS-0.09.tar.gz) = 14509 +SHA256 (JavaScript-Minifier-XS-0.11.tar.gz) = 151212ca4bd50b2f5e1de6d01e3cb08460407bd75f27dfc8162f2f7927839eee +SIZE (JavaScript-Minifier-XS-0.11.tar.gz) = 17517 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:19:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C0CBEE5; Wed, 18 Feb 2015 16:19:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F4F8DD2; Wed, 18 Feb 2015 16:19:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGJBSp056780; Wed, 18 Feb 2015 16:19:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGJAku056778; Wed, 18 Feb 2015 16:19:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181619.t1IGJAku056778@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:19:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379229 - head/www/p5-HTML-Parser-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:19:11 -0000 Author: sunpoet Date: Wed Feb 18 16:19:09 2015 New Revision: 379229 URL: https://svnweb.freebsd.org/changeset/ports/379229 QAT: https://qat.redports.org/buildarchive/r379229/ Log: - Update to 2.02 - Fix LICENSE Changes: http://search.cpan.org/dist/HTML-Parser-Simple/Changes Modified: head/www/p5-HTML-Parser-Simple/Makefile head/www/p5-HTML-Parser-Simple/distinfo Modified: head/www/p5-HTML-Parser-Simple/Makefile ============================================================================== --- head/www/p5-HTML-Parser-Simple/Makefile Wed Feb 18 16:19:04 2015 (r379228) +++ head/www/p5-HTML-Parser-Simple/Makefile Wed Feb 18 16:19:09 2015 (r379229) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-Parser-Simple -PORTVERSION= 2.01 -PORTREVISION= 1 +PORTVERSION= 2.02 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parse nice HTML files without needing a compiler -LICENSE= ART10 +LICENSE= ART20 BUILD_DEPENDS= p5-Moo>=1.003001:${PORTSDIR}/devel/p5-Moo \ p5-Tree-Simple>=1.22:${PORTSDIR}/devel/p5-Tree-Simple Modified: head/www/p5-HTML-Parser-Simple/distinfo ============================================================================== --- head/www/p5-HTML-Parser-Simple/distinfo Wed Feb 18 16:19:04 2015 (r379228) +++ head/www/p5-HTML-Parser-Simple/distinfo Wed Feb 18 16:19:09 2015 (r379229) @@ -1,2 +1,2 @@ -SHA256 (HTML-Parser-Simple-2.01.tgz) = 3c421df7e107e7a0a2c2c20bfe39007a0cdb6d7993e639d01fb520ad0f315f25 -SIZE (HTML-Parser-Simple-2.01.tgz) = 26851 +SHA256 (HTML-Parser-Simple-2.02.tgz) = 51344c6e759bc14b38a12e0368ce99ba524f726f9dda275c5306d11d5a83f52d +SIZE (HTML-Parser-Simple-2.02.tgz) = 27570 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:19:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75A74FC2; Wed, 18 Feb 2015 16:19:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50F18DD5; Wed, 18 Feb 2015 16:19:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGJGFQ056923; Wed, 18 Feb 2015 16:19:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGJFb4056920; Wed, 18 Feb 2015 16:19:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181619.t1IGJFb4056920@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:19:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379230 - 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.18-1 Precedence: list List-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, 18 Feb 2015 16:19:16 -0000 Author: sunpoet Date: Wed Feb 18 16:19:15 2015 New Revision: 379230 URL: https://svnweb.freebsd.org/changeset/ports/379230 QAT: https://qat.redports.org/buildarchive/r379230/ Log: - Update to 1.11 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 Wed Feb 18 16:19:09 2015 (r379229) +++ head/textproc/p5-Unicode-Collate/Makefile Wed Feb 18 16:19:15 2015 (r379230) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Unicode-Collate -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= textproc converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Unicode-Collate/distinfo ============================================================================== --- head/textproc/p5-Unicode-Collate/distinfo Wed Feb 18 16:19:09 2015 (r379229) +++ head/textproc/p5-Unicode-Collate/distinfo Wed Feb 18 16:19:15 2015 (r379230) @@ -1,2 +1,2 @@ -SHA256 (Unicode-Collate-1.10.tar.gz) = b8e097631e95db74258edd46daa73f0ae6086d74abfc4ae2d82c2105be6cdb81 -SIZE (Unicode-Collate-1.10.tar.gz) = 863253 +SHA256 (Unicode-Collate-1.11.tar.gz) = c1521d45fab53c5c8c46f9c19cdd258ed16b0edc41c8196b8a46c83ed423ba70 +SIZE (Unicode-Collate-1.11.tar.gz) = 863271 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:19:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3C6B126; Wed, 18 Feb 2015 16:19:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FD71DD9; Wed, 18 Feb 2015 16:19:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGJL2l057045; Wed, 18 Feb 2015 16:19:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGJLPN057043; Wed, 18 Feb 2015 16:19:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181619.t1IGJLPN057043@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:19:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379231 - head/www/aria2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:19:21 -0000 Author: sunpoet Date: Wed Feb 18 16:19:20 2015 New Revision: 379231 URL: https://svnweb.freebsd.org/changeset/ports/379231 QAT: https://qat.redports.org/buildarchive/r379231/ Log: - Update to 1.18.9 - Set more CONFIGURE_ARGS explicitly Changes: https://github.com/tatsuhiro-t/aria2/blob/master/NEWS Modified: head/www/aria2/Makefile head/www/aria2/distinfo Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Wed Feb 18 16:19:15 2015 (r379230) +++ head/www/aria2/Makefile Wed Feb 18 16:19:20 2015 (r379231) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= aria2 -PORTVERSION= 1.18.8 -PORTREVISION= 1 +PORTVERSION= 1.18.9 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} @@ -18,11 +17,13 @@ OPTIONS_SUB= yes CA_BUNDLE_DESC= Use CA bundle from Mozilla Project CONFIGURE_ARGS= --disable-epoll --enable-bittorrent --enable-libaria2 \ - --enable-metalink --enable-shared --enable-static \ - --enable-threads=posix --with-disk-cache=${ARIA2_DISK_CACHE} \ - --with-libxml2 --with-libz --with-openssl --without-gnutls \ - --without-libcares --without-libexpat --without-libgcrypt \ - --without-libgmp --without-libnettle + --enable-metalink --enable-shared --enable-ssl --enable-static \ + --enable-threads=posix --enable-websocket \ + --with-disk-cache=${ARIA2_DISK_CACHE} \ + --with-libxml2 --with-libz --with-openssl \ + --without-appletls --without-gnutls --without-libcares \ + --without-libexpat --without-libgcrypt --without-libgmp \ + --without-libnettle --without-libuv CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSSLINC} \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ ZLIB_CFLAGS=-I${INCLUDEDIR} \ Modified: head/www/aria2/distinfo ============================================================================== --- head/www/aria2/distinfo Wed Feb 18 16:19:15 2015 (r379230) +++ head/www/aria2/distinfo Wed Feb 18 16:19:20 2015 (r379231) @@ -1,2 +1,2 @@ -SHA256 (aria2-1.18.8.tar.xz) = ed08fb94dbf4713251a7a9f9eab3b63d480061cb94048720d8fe372f73d83863 -SIZE (aria2-1.18.8.tar.xz) = 1363500 +SHA256 (aria2-1.18.9.tar.xz) = 4a7be62cac075e4ad14c91dd4ab9f22afe6e21507255142c20de252e15a7b1e7 +SIZE (aria2-1.18.9.tar.xz) = 1373320 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:19:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 351D9203; Wed, 18 Feb 2015 16:19:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CD0CDDD; Wed, 18 Feb 2015 16:19:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGJQep057168; Wed, 18 Feb 2015 16:19:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGJQiI057166; Wed, 18 Feb 2015 16:19:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181619.t1IGJQiI057166@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:19:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379232 - 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.18-1 Precedence: list List-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, 18 Feb 2015 16:19:27 -0000 Author: sunpoet Date: Wed Feb 18 16:19:25 2015 New Revision: 379232 URL: https://svnweb.freebsd.org/changeset/ports/379232 QAT: https://qat.redports.org/buildarchive/r379232/ Log: - Update to 3.0.5 Changes: http://swig.org/release.html Modified: head/devel/swig30/Makefile head/devel/swig30/distinfo Modified: head/devel/swig30/Makefile ============================================================================== --- head/devel/swig30/Makefile Wed Feb 18 16:19:20 2015 (r379231) +++ head/devel/swig30/Makefile Wed Feb 18 16:19:25 2015 (r379232) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swig -PORTVERSION= 3.0.4 +PORTVERSION= 3.0.5 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 30 Modified: head/devel/swig30/distinfo ============================================================================== --- head/devel/swig30/distinfo Wed Feb 18 16:19:20 2015 (r379231) +++ head/devel/swig30/distinfo Wed Feb 18 16:19:25 2015 (r379232) @@ -1,2 +1,2 @@ -SHA256 (swig-3.0.4.tar.gz) = 410ffa80ef5535244b500933d70c1b65206333b546ca5a6c89373afb65413795 -SIZE (swig-3.0.4.tar.gz) = 5720119 +SHA256 (swig-3.0.5.tar.gz) = 9f4cb9e8f213f041853646f58fe5e8428d63250d05f5c943b6fa759c77322a3c +SIZE (swig-3.0.5.tar.gz) = 5873209 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:19:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFD3E2DE; Wed, 18 Feb 2015 16:19:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C616DDE; Wed, 18 Feb 2015 16:19:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGJWME057321; Wed, 18 Feb 2015 16:19:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGJVnP057315; Wed, 18 Feb 2015 16:19:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181619.t1IGJVnP057315@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:19:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379233 - head/sysutils/py-psutil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:19:33 -0000 Author: sunpoet Date: Wed Feb 18 16:19:31 2015 New Revision: 379233 URL: https://svnweb.freebsd.org/changeset/ports/379233 QAT: https://qat.redports.org/buildarchive/r379233/ Log: - Update to 2.2.1 - Update WWW Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst Notified by: koobs Modified: head/sysutils/py-psutil/Makefile head/sysutils/py-psutil/distinfo head/sysutils/py-psutil/pkg-descr Modified: head/sysutils/py-psutil/Makefile ============================================================================== --- head/sysutils/py-psutil/Makefile Wed Feb 18 16:19:25 2015 (r379232) +++ head/sysutils/py-psutil/Makefile Wed Feb 18 16:19:31 2015 (r379233) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= psutil -PORTVERSION= 2.1.1 +PORTVERSION= 2.2.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-psutil/distinfo ============================================================================== --- head/sysutils/py-psutil/distinfo Wed Feb 18 16:19:25 2015 (r379232) +++ head/sysutils/py-psutil/distinfo Wed Feb 18 16:19:31 2015 (r379233) @@ -1,2 +1,2 @@ -SHA256 (psutil-2.1.1.tar.gz) = bf812a4aa6a41147d0e96e63d826eb7582fda6b54ad8f22534354b7f8ac45593 -SIZE (psutil-2.1.1.tar.gz) = 216796 +SHA256 (psutil-2.2.1.tar.gz) = a0e9b96f1946975064724e242ac159f3260db24ffa591c3da0a355361a3a337f +SIZE (psutil-2.2.1.tar.gz) = 223688 Modified: head/sysutils/py-psutil/pkg-descr ============================================================================== --- head/sysutils/py-psutil/pkg-descr Wed Feb 18 16:19:25 2015 (r379232) +++ head/sysutils/py-psutil/pkg-descr Wed Feb 18 16:19:31 2015 (r379233) @@ -3,5 +3,5 @@ on running processes and system utilizat way by using Python, implementing many functionalities offered by tools like ps, top and Windows task manager. -WWW: http://code.google.com/p/psutil/ -WWW: http://pypi.python.org/pypi/psutil/ +WWW: https://github.com/giampaolo/psutil +WWW: https://pypi.python.org/pypi/psutil/ From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:19:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0DF653BB; Wed, 18 Feb 2015 16:19:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE818DE4; Wed, 18 Feb 2015 16:19:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGJbLi057445; Wed, 18 Feb 2015 16:19:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGJbUu057443; Wed, 18 Feb 2015 16:19:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181619.t1IGJbUu057443@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:19:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379234 - head/databases/py-psycopg2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:19:38 -0000 Author: sunpoet Date: Wed Feb 18 16:19:36 2015 New Revision: 379234 URL: https://svnweb.freebsd.org/changeset/ports/379234 QAT: https://qat.redports.org/buildarchive/r379234/ Log: - Update to 2.5.5 Changes: http://initd.org/psycopg/articles/2015/02/09/psycopg-26-and-255-released/ Modified: head/databases/py-psycopg2/Makefile head/databases/py-psycopg2/distinfo Modified: head/databases/py-psycopg2/Makefile ============================================================================== --- head/databases/py-psycopg2/Makefile Wed Feb 18 16:19:31 2015 (r379233) +++ head/databases/py-psycopg2/Makefile Wed Feb 18 16:19:36 2015 (r379234) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= psycopg2 -PORTVERSION= 2.5.4 +PORTVERSION= 2.5.5 CATEGORIES= databases python MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-5/ \ CHEESESHOP Modified: head/databases/py-psycopg2/distinfo ============================================================================== --- head/databases/py-psycopg2/distinfo Wed Feb 18 16:19:31 2015 (r379233) +++ head/databases/py-psycopg2/distinfo Wed Feb 18 16:19:36 2015 (r379234) @@ -1,2 +1,2 @@ -SHA256 (psycopg2-2.5.4.tar.gz) = 24ba3f328aba08d8d505bc2a8f68a94ebe24a85e8483640b667221bc0efd3b1e -SIZE (psycopg2-2.5.4.tar.gz) = 682578 +SHA256 (psycopg2-2.5.5.tar.gz) = c6c330c98ab08c5639f0ccd7e211b82b3a39f001813dcea6bb824a99d2b34fe2 +SIZE (psycopg2-2.5.5.tar.gz) = 779757 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:19:43 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD9D6498; Wed, 18 Feb 2015 16:19:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C63AFDE6; Wed, 18 Feb 2015 16:19:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGJhMM057588; Wed, 18 Feb 2015 16:19:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGJhLt057582; Wed, 18 Feb 2015 16:19:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181619.t1IGJhLt057582@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:19:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379235 - in head/devel/global: . 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.18-1 Precedence: list List-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, 18 Feb 2015 16:19:44 -0000 Author: sunpoet Date: Wed Feb 18 16:19:42 2015 New Revision: 379235 URL: https://svnweb.freebsd.org/changeset/ports/379235 QAT: https://qat.redports.org/buildarchive/r379235/ Log: - Update to 6.3.4 Changes: http://www.gnu.org/software/global/whatsnew.html Deleted: head/devel/global/files/ Modified: head/devel/global/Makefile head/devel/global/distinfo Modified: head/devel/global/Makefile ============================================================================== --- head/devel/global/Makefile Wed Feb 18 16:19:36 2015 (r379234) +++ head/devel/global/Makefile Wed Feb 18 16:19:42 2015 (r379235) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= global -PORTVERSION= 6.3.3 +PORTVERSION= 6.3.4 CATEGORIES= devel MASTER_SITES= GNU Modified: head/devel/global/distinfo ============================================================================== --- head/devel/global/distinfo Wed Feb 18 16:19:36 2015 (r379234) +++ head/devel/global/distinfo Wed Feb 18 16:19:42 2015 (r379235) @@ -1,2 +1,2 @@ -SHA256 (global-6.3.3.tar.gz) = dd05090c0ab1e41cb79f60796b760a81ca33af4486b3707a3ec749265e430249 -SIZE (global-6.3.3.tar.gz) = 2901056 +SHA256 (global-6.3.4.tar.gz) = 05b1b8a1f3658dfed8b0e371829727b8952548308afee75113c449ef15a39741 +SIZE (global-6.3.4.tar.gz) = 2903088 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:19:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32730575; Wed, 18 Feb 2015 16:19:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CCA0DEB; Wed, 18 Feb 2015 16:19:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGJmNv057725; Wed, 18 Feb 2015 16:19:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGJmNk057723; Wed, 18 Feb 2015 16:19:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181619.t1IGJmNk057723@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:19:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379236 - head/graphics/jhead X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:19:49 -0000 Author: sunpoet Date: Wed Feb 18 16:19:47 2015 New Revision: 379236 URL: https://svnweb.freebsd.org/changeset/ports/379236 QAT: https://qat.redports.org/buildarchive/r379236/ Log: - Update to 3.00 Changes: http://www.sentex.net/~mwandel/jhead/changes.txt Modified: head/graphics/jhead/Makefile head/graphics/jhead/distinfo Modified: head/graphics/jhead/Makefile ============================================================================== --- head/graphics/jhead/Makefile Wed Feb 18 16:19:42 2015 (r379235) +++ head/graphics/jhead/Makefile Wed Feb 18 16:19:47 2015 (r379236) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jhead -PORTVERSION= 2.97 +PORTVERSION= 3.00 CATEGORIES= graphics MASTER_SITES= http://www.sentex.net/~mwandel/${PORTNAME}/ \ LOCAL/sunpoet Modified: head/graphics/jhead/distinfo ============================================================================== --- head/graphics/jhead/distinfo Wed Feb 18 16:19:42 2015 (r379235) +++ head/graphics/jhead/distinfo Wed Feb 18 16:19:47 2015 (r379236) @@ -1,2 +1,2 @@ -SHA256 (jhead-2.97.tar.gz) = 04b55c5cd27882f631c2b25316803d8ac81c6d2408e6129ca47019c018324f17 -SIZE (jhead-2.97.tar.gz) = 68361 +SHA256 (jhead-3.00.tar.gz) = 88cc01da018e242fe2e05db73f91b6288106858dd70f27506c4989a575d2895e +SIZE (jhead-3.00.tar.gz) = 69151 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:19:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 284BD63F; Wed, 18 Feb 2015 16:19:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F464DEE; Wed, 18 Feb 2015 16:19:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGJrDW057851; Wed, 18 Feb 2015 16:19:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGJrYI057846; Wed, 18 Feb 2015 16:19:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181619.t1IGJrYI057846@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:19:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379237 - head/science/szip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:19:54 -0000 Author: sunpoet Date: Wed Feb 18 16:19:52 2015 New Revision: 379237 URL: https://svnweb.freebsd.org/changeset/ports/379237 QAT: https://qat.redports.org/buildarchive/r379237/ Log: - Use LIBS - Use PLIST Added: head/science/szip/pkg-plist (contents, props changed) Modified: head/science/szip/Makefile Modified: head/science/szip/Makefile ============================================================================== --- head/science/szip/Makefile Wed Feb 18 16:19:47 2015 (r379236) +++ head/science/szip/Makefile Wed Feb 18 16:19:52 2015 (r379237) @@ -20,17 +20,10 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -LDFLAGS+= -lm +LIBS+= -lm USE_LDCONFIG= yes USES= libtool -PLIST_FILES= include/ricehdf.h \ - include/szip_adpt.h \ - include/szlib.h \ - lib/libsz.a \ - lib/libsz.so \ - lib/libsz.so.2 \ - lib/libsz.so.2.0.0 PORTDOCS= Release_notes_2_0.pdf post-install: Added: head/science/szip/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/szip/pkg-plist Wed Feb 18 16:19:52 2015 (r379237) @@ -0,0 +1,7 @@ +include/ricehdf.h +include/szip_adpt.h +include/szlib.h +lib/libsz.a +lib/libsz.so +lib/libsz.so.2 +lib/libsz.so.2.0.0 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:19:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6EB3730; Wed, 18 Feb 2015 16:19:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 995C0DF0; Wed, 18 Feb 2015 16:19:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGJwki057956; Wed, 18 Feb 2015 16:19:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGJwT2057954; Wed, 18 Feb 2015 16:19:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181619.t1IGJwT2057954@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:19:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379238 - head/science/hdf5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:19:58 -0000 Author: sunpoet Date: Wed Feb 18 16:19:57 2015 New Revision: 379238 URL: https://svnweb.freebsd.org/changeset/ports/379238 QAT: https://qat.redports.org/buildarchive/r379238/ Log: - Fix SZIP option - Bump PORTREVISION for package change Modified: head/science/hdf5/Makefile Modified: head/science/hdf5/Makefile ============================================================================== --- head/science/hdf5/Makefile Wed Feb 18 16:19:52 2015 (r379237) +++ head/science/hdf5/Makefile Wed Feb 18 16:19:57 2015 (r379238) @@ -3,6 +3,7 @@ PORTNAME= hdf5 PORTVERSION= 1.8.14 +PORTREVISION= 1 CATEGORIES= science archivers graphics MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/current/src/ \ ftp://ftp.hdfgroup.org/HDF5/current/src/ \ @@ -43,7 +44,7 @@ FORTRAN_CONFIGURE_ENV= F9X=${FC} FORTRAN_CONFIGURE_OFF= --disable-fortran --disable-fortran2003 FORTRAN_CONFIGURE_ON= --enable-fortran --enable-fortran2003 FORTRAN_USES= fortran -SZIP_CONFIGURE_ARGS= --with-szlib=${LOCALBASE} +SZIP_CONFIGURE_ON= --with-szlib=${LOCALBASE} SZIP_LIB_DEPENDS= libsz.so:${PORTSDIR}/science/szip post-patch: From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:20:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 305F6810; Wed, 18 Feb 2015 16:20:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14F81DF5; Wed, 18 Feb 2015 16:20:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGK3BG058181; Wed, 18 Feb 2015 16:20:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGK394058172; Wed, 18 Feb 2015 16:20:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181620.t1IGK394058172@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:20:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379239 - head/science/netcdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:20:04 -0000 Author: sunpoet Date: Wed Feb 18 16:20:02 2015 New Revision: 379239 URL: https://svnweb.freebsd.org/changeset/ports/379239 QAT: https://qat.redports.org/buildarchive/r379239/ Log: - Update to 4.3.3 - Use LIBS instead of LDFLAGS Changes: http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html Modified: head/science/netcdf/Makefile head/science/netcdf/distinfo head/science/netcdf/pkg-plist Modified: head/science/netcdf/Makefile ============================================================================== --- head/science/netcdf/Makefile Wed Feb 18 16:19:57 2015 (r379238) +++ head/science/netcdf/Makefile Wed Feb 18 16:20:02 2015 (r379239) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= netcdf -PORTVERSION= 4.3.2 -PORTREVISION= 1 +PORTVERSION= 4.3.3 CATEGORIES= science MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ @@ -22,24 +21,21 @@ OPTIONS_DEFAULT=DAP SZIP DAP_DESC= Build DAP client and remote testing SZIP_DESC= SZIP support (required if HDF5 was built with SZIP) -CFLAGS+= -I${WRKSRC}/include -I${LOCALBASE}/include -fPIC -DPIC -CMAKE_ARGS= -DHDF5_INCLUDE_DIRS=${LOCALBASE} -DUSE_HDF5=ON -DZLIB_INCLUDE_DIRS=/usr -LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS= --enable-netcdf-4 +CPPFLAGS+= -I${WRKSRC}/include -I${LOCALBASE}/include -fPIC -DPIC +GNU_CONFIGURE= yes +LIBS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= cmake pathfix +USES= libtool pathfix -PLIST_SUB= PORTVERSION=${PORTVERSION} - -DAP_CMAKE_OFF= -DENABLE_DAP=OFF -DENABLE_DAP_REMOTE_TESTS=OFF -DAP_CMAKE_ON= -DCURL_INCLUDE_DIRS=${LOCALBASE} -DENABLE_DAP=ON +DAP_CONFIGURE_OFF= --disable-dap +DAP_CONFIGURE_ON= --enable-dap DAP_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen -DOXYGEN_CMAKE_OFF= -DENABLE_DOXYGEN=OFF -DOXYGEN_CMAKE_ON= -DENABLE_DOXYGEN=ON -SZIP_CMAKE_OFF= -DUSE_SZIP=OFF -SZIP_CMAKE_ON= -DSZIP_DIR=${LOCALBASE} -DSZIP_INCLUDE_DIRS=${LOCALBASE} -DUSE_SZIP=ON -SZIP_LDFLAGS= -lsz +DOXYGEN_CONFIGURE_OFF= --disable-doxygen +DOXYGEN_CONFIGURE_ON= --enable-doxygen SZIP_LIB_DEPENDS= libsz.so:${PORTSDIR}/science/szip +SZIP_LIBS= -lsz .include @@ -48,8 +44,7 @@ PORTDOCS= * .endif post-patch: - @${REINPLACE_CMD} -e '/man4/d; s|share/cmake|&/Modules|; s|$${CMAKE_INSTALL_LIBDIR}/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/libsrc/CMakeLists.txt ${WRKSRC}/ncdump/CMakeLists.txt ${WRKSRC}/ncgen/CMakeLists.txt ${WRKSRC}/ncgen3/CMakeLists.txt + @${REINPLACE_CMD} -e 's|-ldl ||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|mmap|_&|g' ${WRKSRC}/nc_test/tst_diskless.c ${WRKSRC}/nc_test/tst_diskless3.c post-build: Modified: head/science/netcdf/distinfo ============================================================================== --- head/science/netcdf/distinfo Wed Feb 18 16:19:57 2015 (r379238) +++ head/science/netcdf/distinfo Wed Feb 18 16:20:02 2015 (r379239) @@ -1,2 +1,2 @@ -SHA256 (netcdf-4.3.2.tar.gz) = 57086b4383ce9232f05aad70761c2a6034b1a0c040260577d369b3bbfe6d248e -SIZE (netcdf-4.3.2.tar.gz) = 5013938 +SHA256 (netcdf-4.3.3.tar.gz) = 83223ed74423c685a10f6c3cfa15c2d6bf7dc84b46af1e95b9fa862016aaa27e +SIZE (netcdf-4.3.3.tar.gz) = 5039341 Modified: head/science/netcdf/pkg-plist ============================================================================== --- head/science/netcdf/pkg-plist Wed Feb 18 16:19:57 2015 (r379238) +++ head/science/netcdf/pkg-plist Wed Feb 18 16:20:02 2015 (r379239) @@ -4,8 +4,11 @@ bin/ncdump bin/ncgen bin/ncgen3 include/netcdf.h +include/netcdf_meta.h +lib/libnetcdf.a +lib/libnetcdf.settings lib/libnetcdf.so -lib/libnetcdf.so.%%PORTVERSION%% +lib/libnetcdf.so.7 lib/libnetcdf.so.7.2.0 libdata/pkgconfig/netcdf.pc man/man1/nccopy.1.gz @@ -13,7 +16,3 @@ man/man1/ncdump.1.gz man/man1/ncgen.1.gz man/man1/ncgen3.1.gz man/man3/netcdf.3.gz -share/cmake/Modules/netcdf-config-version.cmake -share/cmake/Modules/netcdf-config.cmake -share/cmake/Modules/netcdf-targets-%%CMAKE_BUILD_TYPE%%.cmake -share/cmake/Modules/netcdf-targets.cmake From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:20:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 599EA8D4; Wed, 18 Feb 2015 16:20:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41246DF7; Wed, 18 Feb 2015 16:20:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGK97S058333; Wed, 18 Feb 2015 16:20:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGK87e058331; Wed, 18 Feb 2015 16:20:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181620.t1IGK87e058331@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:20:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379240 - in head/science/pnetcdf: . 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.18-1 Precedence: list List-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, 18 Feb 2015 16:20:09 -0000 Author: sunpoet Date: Wed Feb 18 16:20:08 2015 New Revision: 379240 URL: https://svnweb.freebsd.org/changeset/ports/379240 QAT: https://qat.redports.org/buildarchive/r379240/ Log: - Update to 1.6.0 Changes: http://trac.mcs.anl.gov/projects/parallel-netcdf/wiki/ReleaseNotes-1.6.0 Deleted: head/science/pnetcdf/files/patch-configure Modified: head/science/pnetcdf/Makefile head/science/pnetcdf/distinfo Modified: head/science/pnetcdf/Makefile ============================================================================== --- head/science/pnetcdf/Makefile Wed Feb 18 16:20:02 2015 (r379239) +++ head/science/pnetcdf/Makefile Wed Feb 18 16:20:08 2015 (r379240) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pnetcdf -PORTVERSION= 1.5.0 -PORTREVISION= 7 +PORTVERSION= 1.6.0 CATEGORIES= science parallel MASTER_SITES= http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/ \ LOCAL/sunpoet Modified: head/science/pnetcdf/distinfo ============================================================================== --- head/science/pnetcdf/distinfo Wed Feb 18 16:20:02 2015 (r379239) +++ head/science/pnetcdf/distinfo Wed Feb 18 16:20:08 2015 (r379240) @@ -1,2 +1,2 @@ -SHA256 (parallel-netcdf-1.5.0.tar.bz2) = 40707af60e7bee2aec201c5b69661a41f17b787c6586cb5106144d4661d85889 -SIZE (parallel-netcdf-1.5.0.tar.bz2) = 1690326 +SHA256 (parallel-netcdf-1.6.0.tar.bz2) = d4b0b4e94efccf9598880d4180717a647adb8529a8fc23c36a194432b2cd38b7 +SIZE (parallel-netcdf-1.6.0.tar.bz2) = 1794870 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:20:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D7269CA; Wed, 18 Feb 2015 16:20:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6794EDFA; Wed, 18 Feb 2015 16:20:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGKEes058465; Wed, 18 Feb 2015 16:20:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGKDnM058463; Wed, 18 Feb 2015 16:20:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181620.t1IGKDnM058463@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:20:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379241 - head/science/udunits X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:20:14 -0000 Author: sunpoet Date: Wed Feb 18 16:20:13 2015 New Revision: 379241 URL: https://svnweb.freebsd.org/changeset/ports/379241 QAT: https://qat.redports.org/buildarchive/r379241/ Log: - Update to 2.2.18 Changes: https://github.com/Unidata/UDUNITS-2/blob/master/CHANGE_LOG Modified: head/science/udunits/Makefile head/science/udunits/distinfo Modified: head/science/udunits/Makefile ============================================================================== --- head/science/udunits/Makefile Wed Feb 18 16:20:08 2015 (r379240) +++ head/science/udunits/Makefile Wed Feb 18 16:20:13 2015 (r379241) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= udunits -PORTVERSION= 2.2.17 +PORTVERSION= 2.2.18 CATEGORIES= science math MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/udunits/ \ LOCAL/sunpoet Modified: head/science/udunits/distinfo ============================================================================== --- head/science/udunits/distinfo Wed Feb 18 16:20:08 2015 (r379240) +++ head/science/udunits/distinfo Wed Feb 18 16:20:13 2015 (r379241) @@ -1,2 +1,2 @@ -SHA256 (udunits-2.2.17.tar.gz) = 9bc81284de63480eca7df3f6dc3df7fca8ea831dde240157428878be300141de -SIZE (udunits-2.2.17.tar.gz) = 991143 +SHA256 (udunits-2.2.18.tar.gz) = f542ed81140db2dae862a0018c8cddaf3b9ded1886e3755489b9329c7ecf8de0 +SIZE (udunits-2.2.18.tar.gz) = 1001625 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:20:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E10F2AAA; Wed, 18 Feb 2015 16:20:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C73B2DFF; Wed, 18 Feb 2015 16:20:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGKJ79058602; Wed, 18 Feb 2015 16:20:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGKJrh058600; Wed, 18 Feb 2015 16:20:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181620.t1IGKJrh058600@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:20:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379242 - head/net/rubygem-twitter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:20:20 -0000 Author: sunpoet Date: Wed Feb 18 16:20:18 2015 New Revision: 379242 URL: https://svnweb.freebsd.org/changeset/ports/379242 QAT: https://qat.redports.org/buildarchive/r379242/ Log: - Update to 5.14.0 Changes: https://github.com/sferik/twitter/blob/master/CHANGELOG.md Modified: head/net/rubygem-twitter/Makefile head/net/rubygem-twitter/distinfo Modified: head/net/rubygem-twitter/Makefile ============================================================================== --- head/net/rubygem-twitter/Makefile Wed Feb 18 16:20:13 2015 (r379241) +++ head/net/rubygem-twitter/Makefile Wed Feb 18 16:20:18 2015 (r379242) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= twitter -PORTVERSION= 5.13.0 -PORTREVISION= 1 +PORTVERSION= 5.14.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-twitter/distinfo ============================================================================== --- head/net/rubygem-twitter/distinfo Wed Feb 18 16:20:13 2015 (r379241) +++ head/net/rubygem-twitter/distinfo Wed Feb 18 16:20:18 2015 (r379242) @@ -1,2 +1,2 @@ -SHA256 (rubygem/twitter-5.13.0.gem) = 06b6c7cfc3ddcae549860c5df0b3087d070b585858efd9090fa5b5af3a9295e7 -SIZE (rubygem/twitter-5.13.0.gem) = 74752 +SHA256 (rubygem/twitter-5.14.0.gem) = 85518ec726ec7c6890119c04dfb41e7da604bd711e26ee7157633e5edde8a76f +SIZE (rubygem/twitter-5.14.0.gem) = 75264 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:20:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B5C2C66; Wed, 18 Feb 2015 16:20:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55A63E08; Wed, 18 Feb 2015 16:20:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGKUMr061329; Wed, 18 Feb 2015 16:20:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGKTaY061184; Wed, 18 Feb 2015 16:20:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181620.t1IGKTaY061184@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:20:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379244 - head/devel/rubygem-celluloid-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.18-1 Precedence: list List-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, 18 Feb 2015 16:20:30 -0000 Author: sunpoet Date: Wed Feb 18 16:20:29 2015 New Revision: 379244 URL: https://svnweb.freebsd.org/changeset/ports/379244 QAT: https://qat.redports.org/buildarchive/r379244/ Log: - Update to 0.16.2 Changes: https://github.com/celluloid/celluloid-io/blob/master/CHANGES.md Modified: head/devel/rubygem-celluloid-io/Makefile head/devel/rubygem-celluloid-io/distinfo Modified: head/devel/rubygem-celluloid-io/Makefile ============================================================================== --- head/devel/rubygem-celluloid-io/Makefile Wed Feb 18 16:20:23 2015 (r379243) +++ head/devel/rubygem-celluloid-io/Makefile Wed Feb 18 16:20:29 2015 (r379244) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= celluloid-io -PORTVERSION= 0.16.1 +PORTVERSION= 0.16.2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Evented IO for Celluloid actors LICENSE= MIT RUN_DEPENDS= rubygem-celluloid>=0.16.0:${PORTSDIR}/devel/rubygem-celluloid \ - rubygem-nio4r>=1.0.0:${PORTSDIR}/devel/rubygem-nio4r + rubygem-nio4r>=1.1.0:${PORTSDIR}/devel/rubygem-nio4r USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/devel/rubygem-celluloid-io/distinfo ============================================================================== --- head/devel/rubygem-celluloid-io/distinfo Wed Feb 18 16:20:23 2015 (r379243) +++ head/devel/rubygem-celluloid-io/distinfo Wed Feb 18 16:20:29 2015 (r379244) @@ -1,2 +1,2 @@ -SHA256 (rubygem/celluloid-io-0.16.1.gem) = 5c16f1635f3a71d5233ecb8b4d1fd2c57229257d72a322a512c7017d2570b35f -SIZE (rubygem/celluloid-io-0.16.1.gem) = 53248 +SHA256 (rubygem/celluloid-io-0.16.2.gem) = dde6646f220d5de23defca047d6f9963456e156d5dedccfdd4bb28d5cc053dd0 +SIZE (rubygem/celluloid-io-0.16.2.gem) = 53248 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:20:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0ECF6B8A; Wed, 18 Feb 2015 16:20:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D05FDE05; Wed, 18 Feb 2015 16:20:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGKO8M059352; Wed, 18 Feb 2015 16:20:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGKO8r059350; Wed, 18 Feb 2015 16:20:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181620.t1IGKO8r059350@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:20:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379243 - head/databases/rubygem-redis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:20:25 -0000 Author: sunpoet Date: Wed Feb 18 16:20:23 2015 New Revision: 379243 URL: https://svnweb.freebsd.org/changeset/ports/379243 QAT: https://qat.redports.org/buildarchive/r379243/ Log: - Update to 3.2.1 Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md Modified: head/databases/rubygem-redis/Makefile head/databases/rubygem-redis/distinfo Modified: head/databases/rubygem-redis/Makefile ============================================================================== --- head/databases/rubygem-redis/Makefile Wed Feb 18 16:20:18 2015 (r379242) +++ head/databases/rubygem-redis/Makefile Wed Feb 18 16:20:23 2015 (r379243) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-redis/distinfo ============================================================================== --- head/databases/rubygem-redis/distinfo Wed Feb 18 16:20:18 2015 (r379242) +++ head/databases/rubygem-redis/distinfo Wed Feb 18 16:20:23 2015 (r379243) @@ -1,2 +1,2 @@ -SHA256 (rubygem/redis-3.2.0.gem) = 06d6084706fb8f8a79f569f2f1d1c3c8ae4b5bf9e53c834d0fd31fa81b500682 -SIZE (rubygem/redis-3.2.0.gem) = 71168 +SHA256 (rubygem/redis-3.2.1.gem) = 73a414a14296697d908cef121793c4858d692c218126d658793862802ea65f9a +SIZE (rubygem/redis-3.2.1.gem) = 73728 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:20:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 201E2CD3; Wed, 18 Feb 2015 16:20:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDA17E0A; Wed, 18 Feb 2015 16:20:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGKZYk061457; Wed, 18 Feb 2015 16:20:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGKZv9061455; Wed, 18 Feb 2015 16:20:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181620.t1IGKZv9061455@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:20:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379245 - head/devel/rubygem-fog-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.18-1 Precedence: list List-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, 18 Feb 2015 16:20:36 -0000 Author: sunpoet Date: Wed Feb 18 16:20:34 2015 New Revision: 379245 URL: https://svnweb.freebsd.org/changeset/ports/379245 QAT: https://qat.redports.org/buildarchive/r379245/ Log: - Update to 1.27.4 Changes: https://github.com/fog/fog-core/blob/master/changelog.md Modified: head/devel/rubygem-fog-core/Makefile head/devel/rubygem-fog-core/distinfo Modified: head/devel/rubygem-fog-core/Makefile ============================================================================== --- head/devel/rubygem-fog-core/Makefile Wed Feb 18 16:20:29 2015 (r379244) +++ head/devel/rubygem-fog-core/Makefile Wed Feb 18 16:20:34 2015 (r379245) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-core -PORTVERSION= 1.27.3 +PORTVERSION= 1.27.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-fog-core/distinfo ============================================================================== --- head/devel/rubygem-fog-core/distinfo Wed Feb 18 16:20:29 2015 (r379244) +++ head/devel/rubygem-fog-core/distinfo Wed Feb 18 16:20:34 2015 (r379245) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-core-1.27.3.gem) = 3fb4c940fbafaba46d698285e37c2f8620c35150319587da600f29d9c04416fe -SIZE (rubygem/fog-core-1.27.3.gem) = 44544 +SHA256 (rubygem/fog-core-1.27.4.gem) = f20effec4c47fe81943d26baa061c0ee3e295da020e4ac98e795a100961a66cc +SIZE (rubygem/fog-core-1.27.4.gem) = 44544 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:20:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 214E8E21; Wed, 18 Feb 2015 16:20:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0BF6E0D; Wed, 18 Feb 2015 16:20:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGKecL061583; Wed, 18 Feb 2015 16:20:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGKeJg061580; Wed, 18 Feb 2015 16:20:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181620.t1IGKeJg061580@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:20:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379246 - head/devel/rubygem-notiffany X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:20:41 -0000 Author: sunpoet Date: Wed Feb 18 16:20:39 2015 New Revision: 379246 URL: https://svnweb.freebsd.org/changeset/ports/379246 QAT: https://qat.redports.org/buildarchive/r379246/ Log: - Update to 0.0.5 Changes: https://github.com/guard/notiffany/releases Modified: head/devel/rubygem-notiffany/Makefile head/devel/rubygem-notiffany/distinfo Modified: head/devel/rubygem-notiffany/Makefile ============================================================================== --- head/devel/rubygem-notiffany/Makefile Wed Feb 18 16:20:34 2015 (r379245) +++ head/devel/rubygem-notiffany/Makefile Wed Feb 18 16:20:39 2015 (r379246) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= notiffany -PORTVERSION= 0.0.3 +PORTVERSION= 0.0.5 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-notiffany/distinfo ============================================================================== --- head/devel/rubygem-notiffany/distinfo Wed Feb 18 16:20:34 2015 (r379245) +++ head/devel/rubygem-notiffany/distinfo Wed Feb 18 16:20:39 2015 (r379246) @@ -1,2 +1,2 @@ -SHA256 (rubygem/notiffany-0.0.3.gem) = d0266870dda75e422b3c1ed804fe1919b76d1bb25d7fa5a80b12a9542bf58b37 -SIZE (rubygem/notiffany-0.0.3.gem) = 191488 +SHA256 (rubygem/notiffany-0.0.5.gem) = 50b574a43ce598db525bc456db007fbaa91bf97c306e196de603c479e0259bc2 +SIZE (rubygem/notiffany-0.0.5.gem) = 191488 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:20:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8420FE2B; Wed, 18 Feb 2015 16:20:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EE7AE12; Wed, 18 Feb 2015 16:20:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGKkoj061717; Wed, 18 Feb 2015 16:20:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGKkk6061711; Wed, 18 Feb 2015 16:20:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181620.t1IGKkk6061711@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:20:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379247 - head/devel/rubygem-retryable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:20:46 -0000 Author: sunpoet Date: Wed Feb 18 16:20:45 2015 New Revision: 379247 URL: https://svnweb.freebsd.org/changeset/ports/379247 QAT: https://qat.redports.org/buildarchive/r379247/ Log: - Update to 2.0.1 Changes: https://github.com/carlo/retryable/commits/master Modified: head/devel/rubygem-retryable/Makefile head/devel/rubygem-retryable/distinfo Modified: head/devel/rubygem-retryable/Makefile ============================================================================== --- head/devel/rubygem-retryable/Makefile Wed Feb 18 16:20:39 2015 (r379246) +++ head/devel/rubygem-retryable/Makefile Wed Feb 18 16:20:45 2015 (r379247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= retryable -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-retryable/distinfo ============================================================================== --- head/devel/rubygem-retryable/distinfo Wed Feb 18 16:20:39 2015 (r379246) +++ head/devel/rubygem-retryable/distinfo Wed Feb 18 16:20:45 2015 (r379247) @@ -1,2 +1,2 @@ -SHA256 (rubygem/retryable-2.0.0.gem) = f4b25b0d7d658bb0b67a59dd4dbd89443e99688fe7d135849303c51384bef315 -SIZE (rubygem/retryable-2.0.0.gem) = 8704 +SHA256 (rubygem/retryable-2.0.1.gem) = 0e91d70e0af0fe4ac5c93f7a4451cae4d246fa9a6682f632ff1c56660edce471 +SIZE (rubygem/retryable-2.0.1.gem) = 10240 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:20:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C535CFC5; Wed, 18 Feb 2015 16:20:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9C43E16; Wed, 18 Feb 2015 16:20:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGKpTB061844; Wed, 18 Feb 2015 16:20:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGKpAZ061842; Wed, 18 Feb 2015 16:20:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181620.t1IGKpAZ061842@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:20:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379248 - head/net/rubygem-fog-terremark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:20:51 -0000 Author: sunpoet Date: Wed Feb 18 16:20:50 2015 New Revision: 379248 URL: https://svnweb.freebsd.org/changeset/ports/379248 QAT: https://qat.redports.org/buildarchive/r379248/ Log: - Update to 0.0.4 Changes: https://github.com/fog/fog-terremark/commits/master Modified: head/net/rubygem-fog-terremark/Makefile head/net/rubygem-fog-terremark/distinfo Modified: head/net/rubygem-fog-terremark/Makefile ============================================================================== --- head/net/rubygem-fog-terremark/Makefile Wed Feb 18 16:20:45 2015 (r379247) +++ head/net/rubygem-fog-terremark/Makefile Wed Feb 18 16:20:50 2015 (r379248) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-terremark -PORTVERSION= 0.0.3 +PORTVERSION= 0.0.4 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-terremark/distinfo ============================================================================== --- head/net/rubygem-fog-terremark/distinfo Wed Feb 18 16:20:45 2015 (r379247) +++ head/net/rubygem-fog-terremark/distinfo Wed Feb 18 16:20:50 2015 (r379248) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-terremark-0.0.3.gem) = fa3e3b5dbbe777d738f30bb3e4b91433fa47da43debff760a32a48d11d688b2e -SIZE (rubygem/fog-terremark-0.0.3.gem) = 24064 +SHA256 (rubygem/fog-terremark-0.0.4.gem) = 6c43ee22531bc696544630b6589c3536edbc30867bc2aef0e0ea139018b5bf2f +SIZE (rubygem/fog-terremark-0.0.4.gem) = 25088 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:20:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3D5B143; Wed, 18 Feb 2015 16:20:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAF1DE18; Wed, 18 Feb 2015 16:20:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGKu0R061967; Wed, 18 Feb 2015 16:20:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGKubC061965; Wed, 18 Feb 2015 16:20:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181620.t1IGKubC061965@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:20:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379249 - 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.18-1 Precedence: list List-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, 18 Feb 2015 16:20:56 -0000 Author: sunpoet Date: Wed Feb 18 16:20:55 2015 New Revision: 379249 URL: https://svnweb.freebsd.org/changeset/ports/379249 QAT: https://qat.redports.org/buildarchive/r379249/ Log: - Update to 2.12.1 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 Wed Feb 18 16:20:50 2015 (r379248) +++ head/sysutils/rubygem-guard/Makefile Wed Feb 18 16:20:55 2015 (r379249) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guard -PORTVERSION= 2.11.1 +PORTVERSION= 2.12.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -24,6 +24,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= bin/guard +PLIST_FILES= bin/guard \ + bin/_guard-core .include Modified: head/sysutils/rubygem-guard/distinfo ============================================================================== --- head/sysutils/rubygem-guard/distinfo Wed Feb 18 16:20:50 2015 (r379248) +++ head/sysutils/rubygem-guard/distinfo Wed Feb 18 16:20:55 2015 (r379249) @@ -1,2 +1,2 @@ -SHA256 (rubygem/guard-2.11.1.gem) = a0e5a03f763f0309cc1ab6f5c326f6002f2a4fb93214835519c5e473beb3fc7c -SIZE (rubygem/guard-2.11.1.gem) = 220672 +SHA256 (rubygem/guard-2.12.1.gem) = f5c43cff0e1aef8f38d0de5f2fd240aece44c0d7b220b5e6872934384f420bb5 +SIZE (rubygem/guard-2.12.1.gem) = 220672 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:21:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1FD7020A; Wed, 18 Feb 2015 16:21:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 061D5E1A; Wed, 18 Feb 2015 16:21:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGL1Li062118; Wed, 18 Feb 2015 16:21:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGL1uM062116; Wed, 18 Feb 2015 16:21:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181621.t1IGL1uM062116@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:21:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379250 - head/sysutils/rubygem-guard-minitest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:21:02 -0000 Author: sunpoet Date: Wed Feb 18 16:21:00 2015 New Revision: 379250 URL: https://svnweb.freebsd.org/changeset/ports/379250 QAT: https://qat.redports.org/buildarchive/r379250/ Log: - Update to 2.4.3 Changes: https://github.com/guard/guard-minitest/releases Modified: head/sysutils/rubygem-guard-minitest/Makefile head/sysutils/rubygem-guard-minitest/distinfo Modified: head/sysutils/rubygem-guard-minitest/Makefile ============================================================================== --- head/sysutils/rubygem-guard-minitest/Makefile Wed Feb 18 16:20:55 2015 (r379249) +++ head/sysutils/rubygem-guard-minitest/Makefile Wed Feb 18 16:21:00 2015 (r379250) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guard-minitest -PORTVERSION= 2.4.2 +PORTVERSION= 2.4.3 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-guard-minitest/distinfo ============================================================================== --- head/sysutils/rubygem-guard-minitest/distinfo Wed Feb 18 16:20:55 2015 (r379249) +++ head/sysutils/rubygem-guard-minitest/distinfo Wed Feb 18 16:21:00 2015 (r379250) @@ -1,2 +1,2 @@ -SHA256 (rubygem/guard-minitest-2.4.2.gem) = eda8af97c0097dd9b9c7f0cb784f4913e0004e421804e1732030eeb4e338352d -SIZE (rubygem/guard-minitest-2.4.2.gem) = 12800 +SHA256 (rubygem/guard-minitest-2.4.3.gem) = 484b57eeb8c3bf3139e17c6f891fa0bd2d18534904088c948e20566d5ad86919 +SIZE (rubygem/guard-minitest-2.4.3.gem) = 11776 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:21:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 737D02E7; Wed, 18 Feb 2015 16:21:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DCBBE22; Wed, 18 Feb 2015 16:21:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGL7bv062243; Wed, 18 Feb 2015 16:21:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGL6SI062241; Wed, 18 Feb 2015 16:21:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181621.t1IGL6SI062241@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:21:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379251 - head/sysutils/rubygem-parallel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:21:07 -0000 Author: sunpoet Date: Wed Feb 18 16:21:06 2015 New Revision: 379251 URL: https://svnweb.freebsd.org/changeset/ports/379251 QAT: https://qat.redports.org/buildarchive/r379251/ Log: - Update to 1.4.0 Changes: https://github.com/grosser/parallel/commits/master Modified: head/sysutils/rubygem-parallel/Makefile head/sysutils/rubygem-parallel/distinfo Modified: head/sysutils/rubygem-parallel/Makefile ============================================================================== --- head/sysutils/rubygem-parallel/Makefile Wed Feb 18 16:21:00 2015 (r379250) +++ head/sysutils/rubygem-parallel/Makefile Wed Feb 18 16:21:06 2015 (r379251) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= parallel -PORTVERSION= 1.3.3 +PORTVERSION= 1.4.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-parallel/distinfo ============================================================================== --- head/sysutils/rubygem-parallel/distinfo Wed Feb 18 16:21:00 2015 (r379250) +++ head/sysutils/rubygem-parallel/distinfo Wed Feb 18 16:21:06 2015 (r379251) @@ -1,2 +1,2 @@ -SHA256 (rubygem/parallel-1.3.3.gem) = 1f43d5dd2b9987fb3059f2cb0c283bf7263d30e41f1e1994ff838a802593fa5f -SIZE (rubygem/parallel-1.3.3.gem) = 12800 +SHA256 (rubygem/parallel-1.4.0.gem) = 7c50934b29dc6306609b685cbbfaf4878c7b4162aafbc5a2dcb679fc8e3619b8 +SIZE (rubygem/parallel-1.4.0.gem) = 8704 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:21:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C3C9304; Wed, 18 Feb 2015 16:21:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB0C6E25; Wed, 18 Feb 2015 16:21:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGLCAx062367; Wed, 18 Feb 2015 16:21:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGLCCw062365; Wed, 18 Feb 2015 16:21:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181621.t1IGLCCw062365@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:21:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379252 - head/devel/p5-App-perlbrew X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:21:13 -0000 Author: sunpoet Date: Wed Feb 18 16:21:11 2015 New Revision: 379252 URL: https://svnweb.freebsd.org/changeset/ports/379252 QAT: https://qat.redports.org/buildarchive/r379252/ Log: - Update to 0.73 Changes: http://search.cpan.org/dist/App-perlbrew/Changes Modified: head/devel/p5-App-perlbrew/Makefile head/devel/p5-App-perlbrew/distinfo Modified: head/devel/p5-App-perlbrew/Makefile ============================================================================== --- head/devel/p5-App-perlbrew/Makefile Wed Feb 18 16:21:06 2015 (r379251) +++ head/devel/p5-App-perlbrew/Makefile Wed Feb 18 16:21:11 2015 (r379252) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= App-perlbrew -PORTVERSION= 0.72 +PORTVERSION= 0.73 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GUGOD Modified: head/devel/p5-App-perlbrew/distinfo ============================================================================== --- head/devel/p5-App-perlbrew/distinfo Wed Feb 18 16:21:06 2015 (r379251) +++ head/devel/p5-App-perlbrew/distinfo Wed Feb 18 16:21:11 2015 (r379252) @@ -1,2 +1,2 @@ -SHA256 (App-perlbrew-0.72.tar.gz) = 0fa6879f21750b15f96635cac4d70b2a06b515e88040d402379e8a64c8f3984c -SIZE (App-perlbrew-0.72.tar.gz) = 82509 +SHA256 (App-perlbrew-0.73.tar.gz) = acbc9e7b9913ef453bcac3e6caa6620d4bd67e129e63f060a82f96542554a77a +SIZE (App-perlbrew-0.73.tar.gz) = 82802 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:21:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA6444B4; Wed, 18 Feb 2015 16:21:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A52E0E27; Wed, 18 Feb 2015 16:21:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGLIRX062511; Wed, 18 Feb 2015 16:21:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGLI7u062509; Wed, 18 Feb 2015 16:21:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181621.t1IGLI7u062509@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:21:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379253 - head/devel/p5-ExtUtils-InstallPaths X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:21:18 -0000 Author: sunpoet Date: Wed Feb 18 16:21:17 2015 New Revision: 379253 URL: https://svnweb.freebsd.org/changeset/ports/379253 QAT: https://qat.redports.org/buildarchive/r379253/ Log: - Update to 0.011 Changes: http://search.cpan.org/dist/ExtUtils-InstallPaths/Changes Modified: head/devel/p5-ExtUtils-InstallPaths/Makefile head/devel/p5-ExtUtils-InstallPaths/distinfo Modified: head/devel/p5-ExtUtils-InstallPaths/Makefile ============================================================================== --- head/devel/p5-ExtUtils-InstallPaths/Makefile Wed Feb 18 16:21:11 2015 (r379252) +++ head/devel/p5-ExtUtils-InstallPaths/Makefile Wed Feb 18 16:21:17 2015 (r379253) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ExtUtils-InstallPaths -PORTVERSION= 0.010 -PORTREVISION= 1 +PORTVERSION= 0.011 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-ExtUtils-InstallPaths/distinfo ============================================================================== --- head/devel/p5-ExtUtils-InstallPaths/distinfo Wed Feb 18 16:21:11 2015 (r379252) +++ head/devel/p5-ExtUtils-InstallPaths/distinfo Wed Feb 18 16:21:17 2015 (r379253) @@ -1,2 +1,2 @@ -SHA256 (ExtUtils-InstallPaths-0.010.tar.gz) = d14cbff118e467900c2c488b55b83ef697d6eb1b8f592c0521f1d82848bf2156 -SIZE (ExtUtils-InstallPaths-0.010.tar.gz) = 18395 +SHA256 (ExtUtils-InstallPaths-0.011.tar.gz) = 7609fa048cdcf1451cad5b1d7d494f30e3d5bad0672d15404f1ea60e1df0067c +SIZE (ExtUtils-InstallPaths-0.011.tar.gz) = 18588 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:21:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8CEB4541; Wed, 18 Feb 2015 16:21:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46D83E2B; Wed, 18 Feb 2015 16:21:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGLO2t063104; Wed, 18 Feb 2015 16:21:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGLN8q063097; Wed, 18 Feb 2015 16:21:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181621.t1IGLN8q063097@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:21:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379254 - head/devel/p5-File-ConfigDir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:21:24 -0000 Author: sunpoet Date: Wed Feb 18 16:21:23 2015 New Revision: 379254 URL: https://svnweb.freebsd.org/changeset/ports/379254 QAT: https://qat.redports.org/buildarchive/r379254/ Log: - Update to 0.016 Changes: http://search.cpan.org/dist/File-ConfigDir/Changes Modified: head/devel/p5-File-ConfigDir/Makefile head/devel/p5-File-ConfigDir/distinfo Modified: head/devel/p5-File-ConfigDir/Makefile ============================================================================== --- head/devel/p5-File-ConfigDir/Makefile Wed Feb 18 16:21:17 2015 (r379253) +++ head/devel/p5-File-ConfigDir/Makefile Wed Feb 18 16:21:23 2015 (r379254) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= File-ConfigDir -PORTVERSION= 0.015 +PORTVERSION= 0.016 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-File-ConfigDir/distinfo ============================================================================== --- head/devel/p5-File-ConfigDir/distinfo Wed Feb 18 16:21:17 2015 (r379253) +++ head/devel/p5-File-ConfigDir/distinfo Wed Feb 18 16:21:23 2015 (r379254) @@ -1,2 +1,2 @@ -SHA256 (File-ConfigDir-0.015.tar.gz) = abd3f974ae0093271dac902e5438a27705d09f97183a21e84c769bf0791b9425 -SIZE (File-ConfigDir-0.015.tar.gz) = 9021 +SHA256 (File-ConfigDir-0.016.tar.gz) = 8f8e0626e5a4b60ea40e69950832997bc7888ee138a59a3145c5301b2057ec7f +SIZE (File-ConfigDir-0.016.tar.gz) = 9143 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:21:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 086FD612; Wed, 18 Feb 2015 16:21:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DF2AE2D; Wed, 18 Feb 2015 16:21:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGLT5d063232; Wed, 18 Feb 2015 16:21:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGLT3K063226; Wed, 18 Feb 2015 16:21:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181621.t1IGLT3K063226@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:21:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379255 - head/devel/p5-Geo-JSON X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:21:30 -0000 Author: sunpoet Date: Wed Feb 18 16:21:28 2015 New Revision: 379255 URL: https://svnweb.freebsd.org/changeset/ports/379255 QAT: https://qat.redports.org/buildarchive/r379255/ Log: - Update to 0.007 Changes: http://search.cpan.org/dist/Geo-JSON/Changes Modified: head/devel/p5-Geo-JSON/Makefile head/devel/p5-Geo-JSON/distinfo Modified: head/devel/p5-Geo-JSON/Makefile ============================================================================== --- head/devel/p5-Geo-JSON/Makefile Wed Feb 18 16:21:23 2015 (r379254) +++ head/devel/p5-Geo-JSON/Makefile Wed Feb 18 16:21:28 2015 (r379255) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-JSON -PORTVERSION= 0.006 -PORTREVISION= 1 +PORTVERSION= 0.007 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ - p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ + p5-Moo>=1.004003:${PORTSDIR}/devel/p5-Moo \ p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \ @@ -23,7 +22,7 @@ TEST_DEPENDS= p5-Class-Load>=0:${PORTSDI p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most -USE_PERL5= configure +USE_PERL5= modbuildtiny USES= perl5 .include Modified: head/devel/p5-Geo-JSON/distinfo ============================================================================== --- head/devel/p5-Geo-JSON/distinfo Wed Feb 18 16:21:23 2015 (r379254) +++ head/devel/p5-Geo-JSON/distinfo Wed Feb 18 16:21:28 2015 (r379255) @@ -1,2 +1,2 @@ -SHA256 (Geo-JSON-0.006.tar.gz) = 1b6af64b251a225df92389cb434c502d6fff02532b904dc0b580cfc0dc2659de -SIZE (Geo-JSON-0.006.tar.gz) = 36067 +SHA256 (Geo-JSON-0.007.tar.gz) = 627b194fd9546bcc5510c5d2943c24acdb4bfa7d19a5c8fde9582a89aaa06e49 +SIZE (Geo-JSON-0.007.tar.gz) = 33024 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:21:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35F0474C; Wed, 18 Feb 2015 16:21:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E8A3EBD; Wed, 18 Feb 2015 16:21:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGLYx6063820; Wed, 18 Feb 2015 16:21:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGLY47063724; Wed, 18 Feb 2015 16:21:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181621.t1IGLY47063724@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:21:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379256 - head/devel/p5-Glib-Object-Introspection X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:21:35 -0000 Author: sunpoet Date: Wed Feb 18 16:21:33 2015 New Revision: 379256 URL: https://svnweb.freebsd.org/changeset/ports/379256 QAT: https://qat.redports.org/buildarchive/r379256/ Log: - Update to 0.027 Changes: http://search.cpan.org/dist/Glib-Object-Introspection/NEWS Modified: head/devel/p5-Glib-Object-Introspection/Makefile head/devel/p5-Glib-Object-Introspection/distinfo Modified: head/devel/p5-Glib-Object-Introspection/Makefile ============================================================================== --- head/devel/p5-Glib-Object-Introspection/Makefile Wed Feb 18 16:21:28 2015 (r379255) +++ head/devel/p5-Glib-Object-Introspection/Makefile Wed Feb 18 16:21:33 2015 (r379256) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Glib-Object-Introspection -PORTVERSION= 0.026 +PORTVERSION= 0.027 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Glib-Object-Introspection/distinfo ============================================================================== --- head/devel/p5-Glib-Object-Introspection/distinfo Wed Feb 18 16:21:28 2015 (r379255) +++ head/devel/p5-Glib-Object-Introspection/distinfo Wed Feb 18 16:21:33 2015 (r379256) @@ -1,2 +1,2 @@ -SHA256 (Glib-Object-Introspection-0.026.tar.gz) = 039f2db91ef9070a113a925ec56db87f042c6ef0320d9b85bff9b2fe269e0131 -SIZE (Glib-Object-Introspection-0.026.tar.gz) = 61620 +SHA256 (Glib-Object-Introspection-0.027.tar.gz) = c42b6adf8736b10dae3fb9da6948aff4faab2dc186296bcec265779db9bd8f38 +SIZE (Glib-Object-Introspection-0.027.tar.gz) = 61731 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:21:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C972582F; Wed, 18 Feb 2015 16:21:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 913B3EC1; Wed, 18 Feb 2015 16:21:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGLejk063943; Wed, 18 Feb 2015 16:21:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGLe9f063941; Wed, 18 Feb 2015 16:21:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181621.t1IGLe9f063941@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:21:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379257 - head/devel/p5-Mo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:21:40 -0000 Author: sunpoet Date: Wed Feb 18 16:21:39 2015 New Revision: 379257 URL: https://svnweb.freebsd.org/changeset/ports/379257 QAT: https://qat.redports.org/buildarchive/r379257/ Log: - Update to 0.38 Changes: http://search.cpan.org/dist/Mo/Changes Modified: head/devel/p5-Mo/Makefile head/devel/p5-Mo/distinfo Modified: head/devel/p5-Mo/Makefile ============================================================================== --- head/devel/p5-Mo/Makefile Wed Feb 18 16:21:33 2015 (r379256) +++ head/devel/p5-Mo/Makefile Wed Feb 18 16:21:39 2015 (r379257) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= Mo -PORTVERSION= 0.38 -PORTREVISION= 1 +PORTVERSION= 0.39 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:CARLOS +MASTER_SITE_SUBDIR= CPAN:INGY PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org @@ -26,4 +25,7 @@ TEST_DEPENDS= p5-Class-XSAccessor>=0:${P USE_PERL5= configure USES= perl5 +post-patch: + @${RM} ${WRKSRC}/ReadMe.pod + .include Modified: head/devel/p5-Mo/distinfo ============================================================================== --- head/devel/p5-Mo/distinfo Wed Feb 18 16:21:33 2015 (r379256) +++ head/devel/p5-Mo/distinfo Wed Feb 18 16:21:39 2015 (r379257) @@ -1,2 +1,2 @@ -SHA256 (Mo-0.38.tar.gz) = 23b9c9461e1e4bea61ce873e4fe2fdceeb1fcaf6f3d3c4e8cae627ff3e1a989b -SIZE (Mo-0.38.tar.gz) = 38076 +SHA256 (Mo-0.39.tar.gz) = fc937e4efc92340374d45dd9a1c90bf24133d9dcd753f24d3f6072582d54fbc0 +SIZE (Mo-0.39.tar.gz) = 39176 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:21:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D6E1910; Wed, 18 Feb 2015 16:21:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78514EC6; Wed, 18 Feb 2015 16:21:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGLpGl064205; Wed, 18 Feb 2015 16:21:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGLpQr064203; Wed, 18 Feb 2015 16:21:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181621.t1IGLpQr064203@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:21:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379259 - head/devel/p5-Pegex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:21:51 -0000 Author: sunpoet Date: Wed Feb 18 16:21:50 2015 New Revision: 379259 URL: https://svnweb.freebsd.org/changeset/ports/379259 QAT: https://qat.redports.org/buildarchive/r379259/ Log: - Update to 0.60 Changes: http://search.cpan.org/dist/Pegex/Changes Modified: head/devel/p5-Pegex/Makefile head/devel/p5-Pegex/distinfo Modified: head/devel/p5-Pegex/Makefile ============================================================================== --- head/devel/p5-Pegex/Makefile Wed Feb 18 16:21:45 2015 (r379258) +++ head/devel/p5-Pegex/Makefile Wed Feb 18 16:21:50 2015 (r379259) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Pegex -PORTVERSION= 0.59 +PORTVERSION= 0.60 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:INGY Modified: head/devel/p5-Pegex/distinfo ============================================================================== --- head/devel/p5-Pegex/distinfo Wed Feb 18 16:21:45 2015 (r379258) +++ head/devel/p5-Pegex/distinfo Wed Feb 18 16:21:50 2015 (r379259) @@ -1,2 +1,2 @@ -SHA256 (Pegex-0.59.tar.gz) = f6561f6884a0b7c54e7d41ad989c5732c788fed35f3bbb0b5c08c30456aa231e -SIZE (Pegex-0.59.tar.gz) = 149423 +SHA256 (Pegex-0.60.tar.gz) = 317347f8c6355e886d87aef4c30fb4cb6cfa3e46adf62f59e6141ec05a97f2cf +SIZE (Pegex-0.60.tar.gz) = 149449 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:21:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3BE36908; Wed, 18 Feb 2015 16:21:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 206C7EC4; Wed, 18 Feb 2015 16:21:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGLjpO064082; Wed, 18 Feb 2015 16:21:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGLjQ2064080; Wed, 18 Feb 2015 16:21:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181621.t1IGLjQ2064080@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:21:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379258 - head/devel/p5-MooseX-App X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:21:46 -0000 Author: sunpoet Date: Wed Feb 18 16:21:45 2015 New Revision: 379258 URL: https://svnweb.freebsd.org/changeset/ports/379258 QAT: https://qat.redports.org/buildarchive/r379258/ Log: - Update to 1.31 Changes: http://search.cpan.org/dist/MooseX-App/Changes Modified: head/devel/p5-MooseX-App/Makefile head/devel/p5-MooseX-App/distinfo Modified: head/devel/p5-MooseX-App/Makefile ============================================================================== --- head/devel/p5-MooseX-App/Makefile Wed Feb 18 16:21:39 2015 (r379257) +++ head/devel/p5-MooseX-App/Makefile Wed Feb 18 16:21:45 2015 (r379258) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= MooseX-App -PORTVERSION= 1.30 -PORTREVISION= 1 +PORTVERSION= 1.31 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-MooseX-App/distinfo ============================================================================== --- head/devel/p5-MooseX-App/distinfo Wed Feb 18 16:21:39 2015 (r379257) +++ head/devel/p5-MooseX-App/distinfo Wed Feb 18 16:21:45 2015 (r379258) @@ -1,2 +1,2 @@ -SHA256 (MooseX-App-1.30.tar.gz) = 43178d2e7400336d2f44100aeee9d94c5104684f0dcbdd8abc24c8f48f8b672c -SIZE (MooseX-App-1.30.tar.gz) = 75784 +SHA256 (MooseX-App-1.31.tar.gz) = b4fe22b1810c522246aa4565f8089326bf4df5955f520c7a38e3a95691915a55 +SIZE (MooseX-App-1.31.tar.gz) = 77739 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:21:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55D4A9EE; Wed, 18 Feb 2015 16:21:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EA8CECA; Wed, 18 Feb 2015 16:21:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGLvEb064328; Wed, 18 Feb 2015 16:21:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGLuma064326; Wed, 18 Feb 2015 16:21:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181621.t1IGLuma064326@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:21:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379260 - head/devel/p5-Pod-Usage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:21:57 -0000 Author: sunpoet Date: Wed Feb 18 16:21:55 2015 New Revision: 379260 URL: https://svnweb.freebsd.org/changeset/ports/379260 QAT: https://qat.redports.org/buildarchive/r379260/ Log: - Update to 1.65 Changes: http://search.cpan.org/dist/Pod-Usage/CHANGES Modified: head/devel/p5-Pod-Usage/Makefile head/devel/p5-Pod-Usage/distinfo Modified: head/devel/p5-Pod-Usage/Makefile ============================================================================== --- head/devel/p5-Pod-Usage/Makefile Wed Feb 18 16:21:50 2015 (r379259) +++ head/devel/p5-Pod-Usage/Makefile Wed Feb 18 16:21:55 2015 (r379260) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Pod-Usage -PORTVERSION= 1.64 +PORTVERSION= 1.65 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Pod-Usage/distinfo ============================================================================== --- head/devel/p5-Pod-Usage/distinfo Wed Feb 18 16:21:50 2015 (r379259) +++ head/devel/p5-Pod-Usage/distinfo Wed Feb 18 16:21:55 2015 (r379260) @@ -1,2 +1,2 @@ -SHA256 (Pod-Usage-1.64.tar.gz) = 9cfd105173d8c570e8bc7cb4ba9a8b8c3c3118d3019fa60739e61df2623b05e5 -SIZE (Pod-Usage-1.64.tar.gz) = 20236 +SHA256 (Pod-Usage-1.65.tar.gz) = 31a40c63636619bd06dfaf2ace820f555a2f85c9834f87fd47fe50e148f4cda7 +SIZE (Pod-Usage-1.65.tar.gz) = 21220 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:22:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CADAEB91; Wed, 18 Feb 2015 16:22:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5B22ECE; Wed, 18 Feb 2015 16:22:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGM2qg064506; Wed, 18 Feb 2015 16:22:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGM2bp064503; Wed, 18 Feb 2015 16:22:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181622.t1IGM2bp064503@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:22:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379261 - head/devel/p5-Rinci X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:22:02 -0000 Author: sunpoet Date: Wed Feb 18 16:22:01 2015 New Revision: 379261 URL: https://svnweb.freebsd.org/changeset/ports/379261 QAT: https://qat.redports.org/buildarchive/r379261/ Log: - Update to 1.1.73 Changes: http://search.cpan.org/dist/Rinci/Changes Modified: head/devel/p5-Rinci/Makefile head/devel/p5-Rinci/distinfo Modified: head/devel/p5-Rinci/Makefile ============================================================================== --- head/devel/p5-Rinci/Makefile Wed Feb 18 16:21:55 2015 (r379260) +++ head/devel/p5-Rinci/Makefile Wed Feb 18 16:22:01 2015 (r379261) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Rinci -PORTVERSION= 1.1.71 +PORTVERSION= 1.1.73 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PERLANCAR Modified: head/devel/p5-Rinci/distinfo ============================================================================== --- head/devel/p5-Rinci/distinfo Wed Feb 18 16:21:55 2015 (r379260) +++ head/devel/p5-Rinci/distinfo Wed Feb 18 16:22:01 2015 (r379261) @@ -1,2 +1,2 @@ -SHA256 (Rinci-1.1.71.tar.gz) = f2d28a88a817a9c6322af248b4ea47e1dff87f98d6d25ac9ab3e46926123c68c -SIZE (Rinci-1.1.71.tar.gz) = 59213 +SHA256 (Rinci-1.1.73.tar.gz) = b68ff8272b988efd9be7aba6fe99852653a6fa856d99f35eaf8831170c93ffea +SIZE (Rinci-1.1.73.tar.gz) = 59744 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:22:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B850AC69; Wed, 18 Feb 2015 16:22:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84A7DECF; Wed, 18 Feb 2015 16:22:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGM7JY064634; Wed, 18 Feb 2015 16:22:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGM7cO064631; Wed, 18 Feb 2015 16:22:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181622.t1IGM7cO064631@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379262 - head/finance/p5-Finance-Quote X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:22:07 -0000 Author: sunpoet Date: Wed Feb 18 16:22:06 2015 New Revision: 379262 URL: https://svnweb.freebsd.org/changeset/ports/379262 QAT: https://qat.redports.org/buildarchive/r379262/ Log: - Update to 1.37 Changes: http://search.cpan.org/dist/Finance-Quote/Changes Modified: head/finance/p5-Finance-Quote/Makefile head/finance/p5-Finance-Quote/distinfo Modified: head/finance/p5-Finance-Quote/Makefile ============================================================================== --- head/finance/p5-Finance-Quote/Makefile Wed Feb 18 16:22:01 2015 (r379261) +++ head/finance/p5-Finance-Quote/Makefile Wed Feb 18 16:22:06 2015 (r379262) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Finance-Quote -PORTVERSION= 1.35 -PORTREVISION= 1 +PORTVERSION= 1.37 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +13,12 @@ COMMENT= Get stock and mutual fund quote LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \ +BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-HTML-TableExtract>=0:${PORTSDIR}/www/p5-HTML-TableExtract \ p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww Modified: head/finance/p5-Finance-Quote/distinfo ============================================================================== --- head/finance/p5-Finance-Quote/distinfo Wed Feb 18 16:22:01 2015 (r379261) +++ head/finance/p5-Finance-Quote/distinfo Wed Feb 18 16:22:06 2015 (r379262) @@ -1,2 +1,2 @@ -SHA256 (Finance-Quote-1.35.tar.gz) = 3c0d22f18a65da2536b03d5dcbac178faaea8de71908ee0e2772b2664384ae57 -SIZE (Finance-Quote-1.35.tar.gz) = 254658 +SHA256 (Finance-Quote-1.37.tar.gz) = 6e1147e2e13ee27b223dffecf2f3bda5f85e10e8900247942ecb99e30e5cd7ac +SIZE (Finance-Quote-1.37.tar.gz) = 251374 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:22:12 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BAB0D57; Wed, 18 Feb 2015 16:22:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 693FCED2; Wed, 18 Feb 2015 16:22:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGMCfK064759; Wed, 18 Feb 2015 16:22:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGMBux064755; Wed, 18 Feb 2015 16:22:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181622.t1IGMBux064755@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:22:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379263 - head/net/p5-Socket X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:22:12 -0000 Author: sunpoet Date: Wed Feb 18 16:22:11 2015 New Revision: 379263 URL: https://svnweb.freebsd.org/changeset/ports/379263 QAT: https://qat.redports.org/buildarchive/r379263/ Log: - Update to 2.018 Changes: http://search.cpan.org/dist/Socket/Changes Modified: head/net/p5-Socket/Makefile head/net/p5-Socket/distinfo Modified: head/net/p5-Socket/Makefile ============================================================================== --- head/net/p5-Socket/Makefile Wed Feb 18 16:22:06 2015 (r379262) +++ head/net/p5-Socket/Makefile Wed Feb 18 16:22:11 2015 (r379263) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Socket -PORTVERSION= 2.016 -PORTREVISION= 1 +PORTVERSION= 2.018 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS Modified: head/net/p5-Socket/distinfo ============================================================================== --- head/net/p5-Socket/distinfo Wed Feb 18 16:22:06 2015 (r379262) +++ head/net/p5-Socket/distinfo Wed Feb 18 16:22:11 2015 (r379263) @@ -1,2 +1,2 @@ -SHA256 (Socket-2.016.tar.gz) = 5e7abfa0515a14f22e24ddc21e68984d9827962a2dd348751dfe968e3c2070bf -SIZE (Socket-2.016.tar.gz) = 40582 +SHA256 (Socket-2.018.tar.gz) = 77c13e040b0f897dc89855318ca6435d2ded0fab190bf6b1e9a8a4d707c37a88 +SIZE (Socket-2.018.tar.gz) = 40940 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:22:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2169E35; Wed, 18 Feb 2015 16:22:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 912F1ED5; Wed, 18 Feb 2015 16:22:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGMH0n064894; Wed, 18 Feb 2015 16:22:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGMHtp064888; Wed, 18 Feb 2015 16:22:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181622.t1IGMHtp064888@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:22:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379264 - head/www/p5-HTTP-Tiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:22:17 -0000 Author: sunpoet Date: Wed Feb 18 16:22:16 2015 New Revision: 379264 URL: https://svnweb.freebsd.org/changeset/ports/379264 QAT: https://qat.redports.org/buildarchive/r379264/ Log: - Update to 0.054 Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes Modified: head/www/p5-HTTP-Tiny/Makefile head/www/p5-HTTP-Tiny/distinfo Modified: head/www/p5-HTTP-Tiny/Makefile ============================================================================== --- head/www/p5-HTTP-Tiny/Makefile Wed Feb 18 16:22:11 2015 (r379263) +++ head/www/p5-HTTP-Tiny/Makefile Wed Feb 18 16:22:16 2015 (r379264) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Tiny -PORTVERSION= 0.053 +PORTVERSION= 0.054 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN Modified: head/www/p5-HTTP-Tiny/distinfo ============================================================================== --- head/www/p5-HTTP-Tiny/distinfo Wed Feb 18 16:22:11 2015 (r379263) +++ head/www/p5-HTTP-Tiny/distinfo Wed Feb 18 16:22:16 2015 (r379264) @@ -1,2 +1,2 @@ -SHA256 (HTTP-Tiny-0.053.tar.gz) = c229c18d1a20568e28538f9ecc58b17f6315e40685ed614377bf7c967b189eaf -SIZE (HTTP-Tiny-0.053.tar.gz) = 61458 +SHA256 (HTTP-Tiny-0.054.tar.gz) = 6a8f6eba2b7dedfeda378ab2feaa528b42868005fe790bbaf51397b225f90772 +SIZE (HTTP-Tiny-0.054.tar.gz) = 61771 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:22:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AA32F17; Wed, 18 Feb 2015 16:22:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC1D5EDB; Wed, 18 Feb 2015 16:22:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGMMfI065020; Wed, 18 Feb 2015 16:22:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGMM99065017; Wed, 18 Feb 2015 16:22:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181622.t1IGMM99065017@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:22:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379265 - head/www/p5-Plack-Middleware-MethodOverride X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:22:23 -0000 Author: sunpoet Date: Wed Feb 18 16:22:21 2015 New Revision: 379265 URL: https://svnweb.freebsd.org/changeset/ports/379265 QAT: https://qat.redports.org/buildarchive/r379265/ Log: - Update to 0.12 Changes: http://search.cpan.org/dist/Plack-Middleware-MethodOverride/Changes Modified: head/www/p5-Plack-Middleware-MethodOverride/Makefile head/www/p5-Plack-Middleware-MethodOverride/distinfo Modified: head/www/p5-Plack-Middleware-MethodOverride/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-MethodOverride/Makefile Wed Feb 18 16:22:16 2015 (r379264) +++ head/www/p5-Plack-Middleware-MethodOverride/Makefile Wed Feb 18 16:22:21 2015 (r379265) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Plack-Middleware-MethodOverride -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,13 +13,13 @@ COMMENT= Override REST methods to Plack LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Plack>=0.9929:${PORTSDIR}/www/p5-Plack \ - p5-URI>=0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-Plack>=0:${PORTSDIR}/www/p5-Plack RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1.06:${PORTSDIR}/devel/p5-Test-Pod-Coverage + p5-Test-Pod-Coverage>=1.06:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ + p5-URI>=0:${PORTSDIR}/net/p5-URI -USE_PERL5= modbuild +USE_PERL5= configure USES= perl5 .include Modified: head/www/p5-Plack-Middleware-MethodOverride/distinfo ============================================================================== --- head/www/p5-Plack-Middleware-MethodOverride/distinfo Wed Feb 18 16:22:16 2015 (r379264) +++ head/www/p5-Plack-Middleware-MethodOverride/distinfo Wed Feb 18 16:22:21 2015 (r379265) @@ -1,2 +1,2 @@ -SHA256 (Plack-Middleware-MethodOverride-0.11.tar.gz) = bf8881ee525f0c62e434f9cadc5f56865bdbeecefc8c738125476f124f6f68c1 -SIZE (Plack-Middleware-MethodOverride-0.11.tar.gz) = 5530 +SHA256 (Plack-Middleware-MethodOverride-0.12.tar.gz) = df81c5fec735520ef437c92edff1cf1caafd2e9ecf4c16d93d714fdea6f3b6b7 +SIZE (Plack-Middleware-MethodOverride-0.12.tar.gz) = 12752 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:22:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22A9BFF6; Wed, 18 Feb 2015 16:22:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 060C6EDE; Wed, 18 Feb 2015 16:22:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGMR3h065144; Wed, 18 Feb 2015 16:22:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGMRPK065142; Wed, 18 Feb 2015 16:22:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181622.t1IGMRPK065142@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:22:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379266 - head/www/p5-libwww X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:22:28 -0000 Author: sunpoet Date: Wed Feb 18 16:22:26 2015 New Revision: 379266 URL: https://svnweb.freebsd.org/changeset/ports/379266 QAT: https://qat.redports.org/buildarchive/r379266/ Log: - Update to 6.13 Changes: http://search.cpan.org/dist/libwww-perl/Changes Modified: head/www/p5-libwww/Makefile head/www/p5-libwww/distinfo Modified: head/www/p5-libwww/Makefile ============================================================================== --- head/www/p5-libwww/Makefile Wed Feb 18 16:22:21 2015 (r379265) +++ head/www/p5-libwww/Makefile Wed Feb 18 16:22:26 2015 (r379266) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libwww -PORTVERSION= 6.08 -PORTREVISION= 1 +PORTVERSION= 6.13 CATEGORIES= www devel perl5 MASTER_SITES= CPAN/LWP PKGNAMEPREFIX= p5- Modified: head/www/p5-libwww/distinfo ============================================================================== --- head/www/p5-libwww/distinfo Wed Feb 18 16:22:21 2015 (r379265) +++ head/www/p5-libwww/distinfo Wed Feb 18 16:22:26 2015 (r379266) @@ -1,2 +1,2 @@ -SHA256 (libwww-perl-6.08.tar.gz) = 314d239bdcee4bce849d5c9fe5986a39b2ce12199833ffa32d73a0950531fe94 -SIZE (libwww-perl-6.08.tar.gz) = 135990 +SHA256 (libwww-perl-6.13.tar.gz) = 5fbd13eebd1933e5a203fceb2c1629efbccff3efc8fab6ec0285c79d0a95f8b2 +SIZE (libwww-perl-6.13.tar.gz) = 134807 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:22:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEB5815C; Wed, 18 Feb 2015 16:22:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A55C3EE3; Wed, 18 Feb 2015 16:22:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGMXAc065299; Wed, 18 Feb 2015 16:22:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGMWPb065293; Wed, 18 Feb 2015 16:22:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181622.t1IGMWPb065293@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:22:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379267 - head/www/p5-WebService-Pushover X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:22:34 -0000 Author: sunpoet Date: Wed Feb 18 16:22:32 2015 New Revision: 379267 URL: https://svnweb.freebsd.org/changeset/ports/379267 QAT: https://qat.redports.org/buildarchive/r379267/ Log: - Update to 1.0.0 Changes: http://search.cpan.org/dist/WebService-Pushover/Changes https://github.com/hakamadare/webservice-pushover/blob/master/Changes Modified: head/www/p5-WebService-Pushover/Makefile head/www/p5-WebService-Pushover/distinfo head/www/p5-WebService-Pushover/pkg-plist Modified: head/www/p5-WebService-Pushover/Makefile ============================================================================== --- head/www/p5-WebService-Pushover/Makefile Wed Feb 18 16:22:26 2015 (r379266) +++ head/www/p5-WebService-Pushover/Makefile Wed Feb 18 16:22:32 2015 (r379267) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= WebService-Pushover -PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,15 +17,17 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ - p5-Net-HTTP-Spore>=0:${PORTSDIR}/net/p5-Net-HTTP-Spore \ - p5-Net-HTTP-Spore-Middleware-Header>=0:${PORTSDIR}/net/p5-Net-HTTP-Spore-Middleware-Header \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ - p5-URI>=0:${PORTSDIR}/net/p5-URI + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-WebService-Simple>=0:${PORTSDIR}/www/p5-WebService-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \ - p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage +BUILD_DEPENDS+= p5-Module-Build-Pluggable>=0.10:${PORTSDIR}/devel/p5-Module-Build-Pluggable \ + p5-Module-Build-Pluggable-ReadmeMarkdownFromPod>=0.04:${PORTSDIR}/devel/p5-Module-Build-Pluggable-ReadmeMarkdownFromPod +TEST_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-Pod-Markdown>=0:${PORTSDIR}/textproc/p5-Pod-Markdown \ + p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Fake-HTTPD>=0:${PORTSDIR}/devel/p5-Test-Fake-HTTPD USE_PERL5= configure USES= perl5 Modified: head/www/p5-WebService-Pushover/distinfo ============================================================================== --- head/www/p5-WebService-Pushover/distinfo Wed Feb 18 16:22:26 2015 (r379266) +++ head/www/p5-WebService-Pushover/distinfo Wed Feb 18 16:22:32 2015 (r379267) @@ -1,2 +1,2 @@ -SHA256 (WebService-Pushover-v0.2.0.tar.gz) = 41b30b46cf411c03406cb71f87f9afa68764f6d67c725b05359b5d19c90671e2 -SIZE (WebService-Pushover-v0.2.0.tar.gz) = 9972 +SHA256 (WebService-Pushover-v1.0.0.tar.gz) = 4d32ea0113b63b2d4ba162d38ae4a18b52d2e6e27f430f2afc1aefe1879fa4d5 +SIZE (WebService-Pushover-v1.0.0.tar.gz) = 12504 Modified: head/www/p5-WebService-Pushover/pkg-plist ============================================================================== --- head/www/p5-WebService-Pushover/pkg-plist Wed Feb 18 16:22:26 2015 (r379266) +++ head/www/p5-WebService-Pushover/pkg-plist Wed Feb 18 16:22:32 2015 (r379267) @@ -1,3 +1,2 @@ -%%SITE_PERL%%/WebService/Pushover.json %%SITE_PERL%%/WebService/Pushover.pm %%PERL5_MAN3%%/WebService::Pushover.3.gz From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:22:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22999235; Wed, 18 Feb 2015 16:22:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05162EE5; Wed, 18 Feb 2015 16:22:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGMceg065441; Wed, 18 Feb 2015 16:22:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGMcwd065435; Wed, 18 Feb 2015 16:22:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181622.t1IGMcwd065435@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:22:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379268 - head/deskutils/p5-Data-ICal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:22:39 -0000 Author: sunpoet Date: Wed Feb 18 16:22:37 2015 New Revision: 379268 URL: https://svnweb.freebsd.org/changeset/ports/379268 QAT: https://qat.redports.org/buildarchive/r379268/ Log: - Update to 0.22 - Sort PLIST Changes: http://search.cpan.org/dist/Data-ICal/Changes Modified: head/deskutils/p5-Data-ICal/Makefile head/deskutils/p5-Data-ICal/distinfo head/deskutils/p5-Data-ICal/pkg-plist Modified: head/deskutils/p5-Data-ICal/Makefile ============================================================================== --- head/deskutils/p5-Data-ICal/Makefile Wed Feb 18 16:22:32 2015 (r379267) +++ head/deskutils/p5-Data-ICal/Makefile Wed Feb 18 16:22:37 2015 (r379268) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Data-ICal -PORTVERSION= 0.21 -PORTREVISION= 1 +PORTVERSION= 0.22 CATEGORIES= deskutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/deskutils/p5-Data-ICal/distinfo ============================================================================== --- head/deskutils/p5-Data-ICal/distinfo Wed Feb 18 16:22:32 2015 (r379267) +++ head/deskutils/p5-Data-ICal/distinfo Wed Feb 18 16:22:37 2015 (r379268) @@ -1,2 +1,2 @@ -SHA256 (Data-ICal-0.21.tar.gz) = 93c2b0b0800b52e753073094675338aa476183ea9b759872b11e44dd43c9b45d -SIZE (Data-ICal-0.21.tar.gz) = 117530 +SHA256 (Data-ICal-0.22.tar.gz) = 8ae9d20af244e5a6f606c7325e9d145dd0002676a178357af860a5e156925720 +SIZE (Data-ICal-0.22.tar.gz) = 119116 Modified: head/deskutils/p5-Data-ICal/pkg-plist ============================================================================== --- head/deskutils/p5-Data-ICal/pkg-plist Wed Feb 18 16:22:32 2015 (r379267) +++ head/deskutils/p5-Data-ICal/pkg-plist Wed Feb 18 16:22:37 2015 (r379268) @@ -1,23 +1,12 @@ -%%PERL5_MAN3%%/Data::ICal.3.gz -%%PERL5_MAN3%%/Data::ICal::Entry.3.gz -%%PERL5_MAN3%%/Data::ICal::Entry::Alarm::Audio.3.gz -%%PERL5_MAN3%%/Data::ICal::Entry::Alarm::Display.3.gz -%%PERL5_MAN3%%/Data::ICal::Entry::Alarm::Email.3.gz -%%PERL5_MAN3%%/Data::ICal::Entry::Alarm::Procedure.3.gz -%%PERL5_MAN3%%/Data::ICal::Entry::Event.3.gz -%%PERL5_MAN3%%/Data::ICal::Entry::FreeBusy.3.gz -%%PERL5_MAN3%%/Data::ICal::Entry::Journal.3.gz -%%PERL5_MAN3%%/Data::ICal::Entry::TimeZone.3.gz -%%PERL5_MAN3%%/Data::ICal::Entry::TimeZone::Daylight.3.gz -%%PERL5_MAN3%%/Data::ICal::Entry::TimeZone::Standard.3.gz -%%PERL5_MAN3%%/Data::ICal::Entry::Todo.3.gz -%%PERL5_MAN3%%/Data::ICal::Property.3.gz %%SITE_PERL%%/Data/ICal.pm %%SITE_PERL%%/Data/ICal/Entry.pm +%%SITE_PERL%%/Data/ICal/Entry/Alarm.pm %%SITE_PERL%%/Data/ICal/Entry/Alarm/Audio.pm %%SITE_PERL%%/Data/ICal/Entry/Alarm/Display.pm %%SITE_PERL%%/Data/ICal/Entry/Alarm/Email.pm +%%SITE_PERL%%/Data/ICal/Entry/Alarm/None.pm %%SITE_PERL%%/Data/ICal/Entry/Alarm/Procedure.pm +%%SITE_PERL%%/Data/ICal/Entry/Alarm/URI.pm %%SITE_PERL%%/Data/ICal/Entry/Event.pm %%SITE_PERL%%/Data/ICal/Entry/FreeBusy.pm %%SITE_PERL%%/Data/ICal/Entry/Journal.pm @@ -26,3 +15,20 @@ %%SITE_PERL%%/Data/ICal/Entry/TimeZone/Standard.pm %%SITE_PERL%%/Data/ICal/Entry/Todo.pm %%SITE_PERL%%/Data/ICal/Property.pm +%%PERL5_MAN3%%/Data::ICal.3.gz +%%PERL5_MAN3%%/Data::ICal::Entry.3.gz +%%PERL5_MAN3%%/Data::ICal::Entry::Alarm.3.gz +%%PERL5_MAN3%%/Data::ICal::Entry::Alarm::Audio.3.gz +%%PERL5_MAN3%%/Data::ICal::Entry::Alarm::Display.3.gz +%%PERL5_MAN3%%/Data::ICal::Entry::Alarm::Email.3.gz +%%PERL5_MAN3%%/Data::ICal::Entry::Alarm::None.3.gz +%%PERL5_MAN3%%/Data::ICal::Entry::Alarm::Procedure.3.gz +%%PERL5_MAN3%%/Data::ICal::Entry::Alarm::URI.3.gz +%%PERL5_MAN3%%/Data::ICal::Entry::Event.3.gz +%%PERL5_MAN3%%/Data::ICal::Entry::FreeBusy.3.gz +%%PERL5_MAN3%%/Data::ICal::Entry::Journal.3.gz +%%PERL5_MAN3%%/Data::ICal::Entry::TimeZone.3.gz +%%PERL5_MAN3%%/Data::ICal::Entry::TimeZone::Daylight.3.gz +%%PERL5_MAN3%%/Data::ICal::Entry::TimeZone::Standard.3.gz +%%PERL5_MAN3%%/Data::ICal::Entry::Todo.3.gz +%%PERL5_MAN3%%/Data::ICal::Property.3.gz From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:22:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7838314; Wed, 18 Feb 2015 16:22:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91C01EE7; Wed, 18 Feb 2015 16:22:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGMiaJ065566; Wed, 18 Feb 2015 16:22:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGMi7E065564; Wed, 18 Feb 2015 16:22:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181622.t1IGMi7E065564@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:22:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379269 - head/devel/p5-Inline X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:22:44 -0000 Author: sunpoet Date: Wed Feb 18 16:22:43 2015 New Revision: 379269 URL: https://svnweb.freebsd.org/changeset/ports/379269 QAT: https://qat.redports.org/buildarchive/r379269/ Log: - Update to 0.79 Changes: http://search.cpan.org/dist/Inline/Changes Modified: head/devel/p5-Inline/Makefile head/devel/p5-Inline/distinfo Modified: head/devel/p5-Inline/Makefile ============================================================================== --- head/devel/p5-Inline/Makefile Wed Feb 18 16:22:37 2015 (r379268) +++ head/devel/p5-Inline/Makefile Wed Feb 18 16:22:43 2015 (r379269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Inline -PORTVERSION= 0.78 +PORTVERSION= 0.79 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:INGY Modified: head/devel/p5-Inline/distinfo ============================================================================== --- head/devel/p5-Inline/distinfo Wed Feb 18 16:22:37 2015 (r379268) +++ head/devel/p5-Inline/distinfo Wed Feb 18 16:22:43 2015 (r379269) @@ -1,2 +1,2 @@ -SHA256 (Inline-0.78.tar.gz) = eb48c1992218ecc06366c7e8ff3183736f7b9aee655a770112e0fba2662cc1f7 -SIZE (Inline-0.78.tar.gz) = 77013 +SHA256 (Inline-0.79.tar.gz) = 525214a46d9dd0267bb5815dfbbd78a2544157895676d38917fa5a9728cc7b94 +SIZE (Inline-0.79.tar.gz) = 78224 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:22:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DFD553F1; Wed, 18 Feb 2015 16:22:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8DE8EEB; Wed, 18 Feb 2015 16:22:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGMnLs065703; Wed, 18 Feb 2015 16:22:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGMnBO065698; Wed, 18 Feb 2015 16:22:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181622.t1IGMnBO065698@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:22:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379270 - 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.18-1 Precedence: list List-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, 18 Feb 2015 16:22:50 -0000 Author: sunpoet Date: Wed Feb 18 16:22:48 2015 New Revision: 379270 URL: https://svnweb.freebsd.org/changeset/ports/379270 QAT: https://qat.redports.org/buildarchive/r379270/ Log: - Update to 5.80 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 Wed Feb 18 16:22:43 2015 (r379269) +++ head/www/p5-Mojolicious/Makefile Wed Feb 18 16:22:48 2015 (r379270) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 5.79 +PORTVERSION= 5.80 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Wed Feb 18 16:22:43 2015 (r379269) +++ head/www/p5-Mojolicious/distinfo Wed Feb 18 16:22:48 2015 (r379270) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-5.79.tar.gz) = b56051f671edbd0c5a834e2dee32407a1598eea896681b68cbeb4ee55c6b0e8a -SIZE (Mojolicious-5.79.tar.gz) = 637752 +SHA256 (Mojolicious-5.80.tar.gz) = a98752c96843c7f0ef1cf500e0ef9eb3fcac1d8ef23c8941a25864659ca34fda +SIZE (Mojolicious-5.80.tar.gz) = 638030 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:23:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68F13590; Wed, 18 Feb 2015 16:23:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51126EF2; Wed, 18 Feb 2015 16:23:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGN0HD065931; Wed, 18 Feb 2015 16:23:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGMxw8065918; Wed, 18 Feb 2015 16:22:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181622.t1IGMxw8065918@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:22:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379272 - head/devel/p5-File-SearchPath X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:23:00 -0000 Author: sunpoet Date: Wed Feb 18 16:22:59 2015 New Revision: 379272 URL: https://svnweb.freebsd.org/changeset/ports/379272 QAT: https://qat.redports.org/buildarchive/r379272/ Log: - Add LICENSE - Remove trailing space from COMMENT - Sort PLIST Modified: head/devel/p5-File-SearchPath/Makefile head/devel/p5-File-SearchPath/pkg-plist Modified: head/devel/p5-File-SearchPath/Makefile ============================================================================== --- head/devel/p5-File-SearchPath/Makefile Wed Feb 18 16:22:53 2015 (r379271) +++ head/devel/p5-File-SearchPath/Makefile Wed Feb 18 16:22:59 2015 (r379272) @@ -7,7 +7,9 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Search for a file in an environment variable path +COMMENT= Search for a file in an environment variable path + +LICENSE= GPLv2 BUILD_DEPENDS= p5-Env-Path>=0:${PORTSDIR}/devel/p5-Env-Path RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-File-SearchPath/pkg-plist ============================================================================== --- head/devel/p5-File-SearchPath/pkg-plist Wed Feb 18 16:22:53 2015 (r379271) +++ head/devel/p5-File-SearchPath/pkg-plist Wed Feb 18 16:22:59 2015 (r379272) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/File::SearchPath.3.gz %%SITE_PERL%%/File/SearchPath.pm +%%PERL5_MAN3%%/File::SearchPath.3.gz From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:22:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3F2B4CB; Wed, 18 Feb 2015 16:22:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BE7AEEE; Wed, 18 Feb 2015 16:22:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGMsmB065797; Wed, 18 Feb 2015 16:22:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGMs0T065796; Wed, 18 Feb 2015 16:22:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181622.t1IGMs0T065796@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:22:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379271 - head/devel/p5-Class-Data-ConfigHash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:22:54 -0000 Author: sunpoet Date: Wed Feb 18 16:22:53 2015 New Revision: 379271 URL: https://svnweb.freebsd.org/changeset/ports/379271 QAT: https://qat.redports.org/buildarchive/r379271/ Log: - Add LICENSE Approved by: portmgr (blanket) Modified: head/devel/p5-Class-Data-ConfigHash/Makefile Modified: head/devel/p5-Class-Data-ConfigHash/Makefile ============================================================================== --- head/devel/p5-Class-Data-ConfigHash/Makefile Wed Feb 18 16:22:48 2015 (r379270) +++ head/devel/p5-Class-Data-ConfigHash/Makefile Wed Feb 18 16:22:53 2015 (r379271) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= Add Catalyst-Style Config To Your Class +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable RUN_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:23:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B69B5685; Wed, 18 Feb 2015 16:23:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F7A6EF4; Wed, 18 Feb 2015 16:23:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGN5T3066074; Wed, 18 Feb 2015 16:23:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGN5WT066069; Wed, 18 Feb 2015 16:23:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181623.t1IGN5WT066069@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:23:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379273 - head/databases/p5-POE-Component-EasyDBI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:23:05 -0000 Author: sunpoet Date: Wed Feb 18 16:23:04 2015 New Revision: 379273 URL: https://svnweb.freebsd.org/changeset/ports/379273 QAT: https://qat.redports.org/buildarchive/r379273/ Log: - Add TEST_DEPENDS - Sort PLIST Modified: head/databases/p5-POE-Component-EasyDBI/Makefile head/databases/p5-POE-Component-EasyDBI/pkg-plist Modified: head/databases/p5-POE-Component-EasyDBI/Makefile ============================================================================== --- head/databases/p5-POE-Component-EasyDBI/Makefile Wed Feb 18 16:22:59 2015 (r379272) +++ head/databases/p5-POE-Component-EasyDBI/Makefile Wed Feb 18 16:23:04 2015 (r379273) @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-DBI>=1.38:${PORTSDIR}/ p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Requires>=0.08:${PORTSDIR}/devel/p5-Test-Requires USES= perl5 USE_PERL5= modbuild Modified: head/databases/p5-POE-Component-EasyDBI/pkg-plist ============================================================================== --- head/databases/p5-POE-Component-EasyDBI/pkg-plist Wed Feb 18 16:22:59 2015 (r379272) +++ head/databases/p5-POE-Component-EasyDBI/pkg-plist Wed Feb 18 16:23:04 2015 (r379273) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/POE::Component::EasyDBI.3.gz -%%PERL5_MAN3%%/POE::Component::EasyDBI::SubProcess.3.gz %%SITE_PERL%%/POE/Component/EasyDBI.pm %%SITE_PERL%%/POE/Component/EasyDBI/SubProcess.pm +%%PERL5_MAN3%%/POE::Component::EasyDBI.3.gz +%%PERL5_MAN3%%/POE::Component::EasyDBI::SubProcess.3.gz From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:23:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6C97825; Wed, 18 Feb 2015 16:23:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52489EF7; Wed, 18 Feb 2015 16:23:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGNFe6066293; Wed, 18 Feb 2015 16:23:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGNF2n066292; Wed, 18 Feb 2015 16:23:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181623.t1IGNF2n066292@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:23:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379275 - head/finance/p5-Business-TW-TSIB-VirtualAccount X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:23:15 -0000 Author: sunpoet Date: Wed Feb 18 16:23:14 2015 New Revision: 379275 URL: https://svnweb.freebsd.org/changeset/ports/379275 QAT: https://qat.redports.org/buildarchive/r379275/ Log: - Add LICENSE Modified: head/finance/p5-Business-TW-TSIB-VirtualAccount/Makefile Modified: head/finance/p5-Business-TW-TSIB-VirtualAccount/Makefile ============================================================================== --- head/finance/p5-Business-TW-TSIB-VirtualAccount/Makefile Wed Feb 18 16:23:09 2015 (r379274) +++ head/finance/p5-Business-TW-TSIB-VirtualAccount/Makefile Wed Feb 18 16:23:14 2015 (r379275) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module for Taishin Bank Virtual Account Management +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime RUN_DEPENDS:= ${BUILD_DEPENDS} From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:23:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BAAD774A; Wed, 18 Feb 2015 16:23:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3C1DEF6; Wed, 18 Feb 2015 16:23:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGNAgP066184; Wed, 18 Feb 2015 16:23:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGNAj4066183; Wed, 18 Feb 2015 16:23:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181623.t1IGNAj4066183@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:23:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379274 - head/textproc/p5-Pod-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:23:10 -0000 Author: sunpoet Date: Wed Feb 18 16:23:09 2015 New Revision: 379274 URL: https://svnweb.freebsd.org/changeset/ports/379274 QAT: https://qat.redports.org/buildarchive/r379274/ Log: - Update PORTSCOUT Modified: head/textproc/p5-Pod-Simple/Makefile Modified: head/textproc/p5-Pod-Simple/Makefile ============================================================================== --- head/textproc/p5-Pod-Simple/Makefile Wed Feb 18 16:23:04 2015 (r379273) +++ head/textproc/p5-Pod-Simple/Makefile Wed Feb 18 16:23:09 2015 (r379274) @@ -14,7 +14,7 @@ COMMENT= Framework for parsing Pod LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PORTSCOUT= skipv:31337-0.02 +PORTSCOUT= limit:^[0-9\.]*$$ USES= perl5 USE_PERL5= configure From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:23:20 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5D06848; Wed, 18 Feb 2015 16:23:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E6EEEFB; Wed, 18 Feb 2015 16:23:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGNKng066432; Wed, 18 Feb 2015 16:23:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGNK0Y066430; Wed, 18 Feb 2015 16:23:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181623.t1IGNK0Y066430@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:23:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379276 - head/textproc/ack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:23:20 -0000 Author: sunpoet Date: Wed Feb 18 16:23:19 2015 New Revision: 379276 URL: https://svnweb.freebsd.org/changeset/ports/379276 QAT: https://qat.redports.org/buildarchive/r379276/ Log: - Add PORTSCOUT - Sort PLIST Modified: head/textproc/ack/Makefile head/textproc/ack/pkg-plist Modified: head/textproc/ack/Makefile ============================================================================== --- head/textproc/ack/Makefile Wed Feb 18 16:23:14 2015 (r379275) +++ head/textproc/ack/Makefile Wed Feb 18 16:23:19 2015 (r379276) @@ -18,9 +18,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty +CONFLICTS_INSTALL= ja-ack-[0-9]* + +PORTSCOUT= limit:^[0-9\.]*$$ + USES= perl5 USE_PERL5= configure -CONFLICTS_INSTALL= ja-ack-[0-9]* - .include Modified: head/textproc/ack/pkg-plist ============================================================================== --- head/textproc/ack/pkg-plist Wed Feb 18 16:23:14 2015 (r379275) +++ head/textproc/ack/pkg-plist Wed Feb 18 16:23:19 2015 (r379276) @@ -4,8 +4,8 @@ bin/ack %%SITE_PERL%%/App/Ack/ConfigFinder.pm %%SITE_PERL%%/App/Ack/ConfigLoader.pm %%SITE_PERL%%/App/Ack/Filter.pm -%%SITE_PERL%%/App/Ack/Filter/Default.pm %%SITE_PERL%%/App/Ack/Filter/Collection.pm +%%SITE_PERL%%/App/Ack/Filter/Default.pm %%SITE_PERL%%/App/Ack/Filter/Extension.pm %%SITE_PERL%%/App/Ack/Filter/ExtensionGroup.pm %%SITE_PERL%%/App/Ack/Filter/FirstLineMatch.pm From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:23:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5F099DF; Wed, 18 Feb 2015 16:23:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEEF2EFE; Wed, 18 Feb 2015 16:23:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGNPKk066559; Wed, 18 Feb 2015 16:23:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGNPek066557; Wed, 18 Feb 2015 16:23:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181623.t1IGNPek066557@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:23:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379277 - head/graphics/p5-Chart X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:23:25 -0000 Author: sunpoet Date: Wed Feb 18 16:23:24 2015 New Revision: 379277 URL: https://svnweb.freebsd.org/changeset/ports/379277 QAT: https://qat.redports.org/buildarchive/r379277/ Log: - Update to 2.4.9 Modified: head/graphics/p5-Chart/Makefile head/graphics/p5-Chart/distinfo Modified: head/graphics/p5-Chart/Makefile ============================================================================== --- head/graphics/p5-Chart/Makefile Wed Feb 18 16:23:19 2015 (r379276) +++ head/graphics/p5-Chart/Makefile Wed Feb 18 16:23:24 2015 (r379277) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Chart -PORTVERSION= 2.4.8 +PORTVERSION= 2.4.9 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHARTGRP Modified: head/graphics/p5-Chart/distinfo ============================================================================== --- head/graphics/p5-Chart/distinfo Wed Feb 18 16:23:19 2015 (r379276) +++ head/graphics/p5-Chart/distinfo Wed Feb 18 16:23:24 2015 (r379277) @@ -1,2 +1,2 @@ -SHA256 (Chart-2.4.8.tar.gz) = 563358ae2cb78fd06e3d771ebfe8e05114c58da7b3fb237762758ada0e90b80f -SIZE (Chart-2.4.8.tar.gz) = 1706039 +SHA256 (Chart-2.4.9.tar.gz) = 6c1be08e2555371f0d17a45a14d274f05bfd17671453b845a196b6638c49d2e6 +SIZE (Chart-2.4.9.tar.gz) = 1704927 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:23:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0489EA71; Wed, 18 Feb 2015 16:23:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFC71F01; Wed, 18 Feb 2015 16:23:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGNUGh066687; Wed, 18 Feb 2015 16:23:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGNU4w066678; Wed, 18 Feb 2015 16:23:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181623.t1IGNU4w066678@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:23:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379278 - 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.18-1 Precedence: list List-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, 18 Feb 2015 16:23:31 -0000 Author: sunpoet Date: Wed Feb 18 16:23:29 2015 New Revision: 379278 URL: https://svnweb.freebsd.org/changeset/ports/379278 QAT: https://qat.redports.org/buildarchive/r379278/ Log: - Update to 7.0.2 Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Modified: head/lang/parrot/Makefile head/lang/parrot/distinfo Modified: head/lang/parrot/Makefile ============================================================================== --- head/lang/parrot/Makefile Wed Feb 18 16:23:24 2015 (r379277) +++ head/lang/parrot/Makefile Wed Feb 18 16:23:29 2015 (r379278) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= parrot -PORTVERSION= 7.0.1 +PORTVERSION= 7.0.2 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/stable/${PORTVERSION}/ \ ftp://ftp.parrot.org/pub/parrot/releases/supported/${PORTVERSION}/ \ Modified: head/lang/parrot/distinfo ============================================================================== --- head/lang/parrot/distinfo Wed Feb 18 16:23:24 2015 (r379277) +++ head/lang/parrot/distinfo Wed Feb 18 16:23:29 2015 (r379278) @@ -1,2 +1,2 @@ -SHA256 (parrot-7.0.1.tar.bz2) = ff10df0394880c79a58d6952b031d74004bba02a88ac0db4ed7d89508f429e90 -SIZE (parrot-7.0.1.tar.bz2) = 4486175 +SHA256 (parrot-7.0.2.tar.bz2) = 2cc8dc1eada38bb6328bf1f4648bd5e01e000b415f984b7ad6b5b6c123a15ac9 +SIZE (parrot-7.0.2.tar.bz2) = 4492079 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:23:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC579B83; Wed, 18 Feb 2015 16:23:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A11C1F04; Wed, 18 Feb 2015 16:23:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGNZIr066818; Wed, 18 Feb 2015 16:23:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGNZtA066815; Wed, 18 Feb 2015 16:23:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181623.t1IGNZtA066815@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:23:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379279 - head/textproc/p5-Lingua-EN-Nickname X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:23:35 -0000 Author: sunpoet Date: Wed Feb 18 16:23:34 2015 New Revision: 379279 URL: https://svnweb.freebsd.org/changeset/ports/379279 QAT: https://qat.redports.org/buildarchive/r379279/ Log: - Update to 1.31 Changes: http://search.cpan.org/dist/Lingua-EN-Nickname/Changes Modified: head/textproc/p5-Lingua-EN-Nickname/Makefile head/textproc/p5-Lingua-EN-Nickname/distinfo Modified: head/textproc/p5-Lingua-EN-Nickname/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-Nickname/Makefile Wed Feb 18 16:23:29 2015 (r379278) +++ head/textproc/p5-Lingua-EN-Nickname/Makefile Wed Feb 18 16:23:34 2015 (r379279) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-Nickname -PORTVERSION= 1.23 +PORTVERSION= 1.31 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BRIANL Modified: head/textproc/p5-Lingua-EN-Nickname/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-Nickname/distinfo Wed Feb 18 16:23:29 2015 (r379278) +++ head/textproc/p5-Lingua-EN-Nickname/distinfo Wed Feb 18 16:23:34 2015 (r379279) @@ -1,2 +1,2 @@ -SHA256 (Lingua-EN-Nickname-1.23.tar.gz) = 658779450dee6d3567f856b69b06db05d26d27361f86a6a4e4f6dea6e7996787 -SIZE (Lingua-EN-Nickname-1.23.tar.gz) = 36204 +SHA256 (Lingua-EN-Nickname-1.31.tar.gz) = 30c67fdebe3e01ceadb956382c935a5f4fcd279a31013dad1872d44a8c55df28 +SIZE (Lingua-EN-Nickname-1.31.tar.gz) = 36242 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:23:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7BF14C5F; Wed, 18 Feb 2015 16:23:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DD8CF08; Wed, 18 Feb 2015 16:23:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGNf75066959; Wed, 18 Feb 2015 16:23:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGNeTp066956; Wed, 18 Feb 2015 16:23:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181623.t1IGNeTp066956@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:23:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379280 - head/textproc/p5-Lingua-EN-MatchNames X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:23:41 -0000 Author: sunpoet Date: Wed Feb 18 16:23:39 2015 New Revision: 379280 URL: https://svnweb.freebsd.org/changeset/ports/379280 QAT: https://qat.redports.org/buildarchive/r379280/ Log: - Update to 1.31 - Add LICENSE - Sort PLIST - Pass maintainership to perl@ Changes: http://search.cpan.org/dist/Lingua-EN-MatchNames/Changes Modified: head/textproc/p5-Lingua-EN-MatchNames/Makefile head/textproc/p5-Lingua-EN-MatchNames/distinfo head/textproc/p5-Lingua-EN-MatchNames/pkg-plist Modified: head/textproc/p5-Lingua-EN-MatchNames/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-MatchNames/Makefile Wed Feb 18 16:23:34 2015 (r379279) +++ head/textproc/p5-Lingua-EN-MatchNames/Makefile Wed Feb 18 16:23:39 2015 (r379280) @@ -2,14 +2,17 @@ # $FreeBSD$ PORTNAME= Lingua-EN-MatchNames -PORTVERSION= 1.23 +PORTVERSION= 1.31 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Smart matching for human names +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Lingua-EN-NameParse>=0:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \ p5-Lingua-EN-Nickname>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Nickname \ p5-String-Approx>=0:${PORTSDIR}/devel/p5-String-Approx \ Modified: head/textproc/p5-Lingua-EN-MatchNames/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-MatchNames/distinfo Wed Feb 18 16:23:34 2015 (r379279) +++ head/textproc/p5-Lingua-EN-MatchNames/distinfo Wed Feb 18 16:23:39 2015 (r379280) @@ -1,2 +1,2 @@ -SHA256 (Lingua-EN-MatchNames-1.23.tar.gz) = 40c3c3277b214969688a3a25b9fbaf4c52c8be8965267320bf83899c6ef204f7 -SIZE (Lingua-EN-MatchNames-1.23.tar.gz) = 4591 +SHA256 (Lingua-EN-MatchNames-1.31.tar.gz) = 7a160d34baafb2e874ed6dc777b832d82c40435928374ef06710c72091a8a6c7 +SIZE (Lingua-EN-MatchNames-1.31.tar.gz) = 4645 Modified: head/textproc/p5-Lingua-EN-MatchNames/pkg-plist ============================================================================== --- head/textproc/p5-Lingua-EN-MatchNames/pkg-plist Wed Feb 18 16:23:34 2015 (r379279) +++ head/textproc/p5-Lingua-EN-MatchNames/pkg-plist Wed Feb 18 16:23:39 2015 (r379280) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Lingua::EN::MatchNames.3.gz %%SITE_PERL%%/Lingua/EN/MatchNames.pm +%%PERL5_MAN3%%/Lingua::EN::MatchNames.3.gz From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:24:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8077AFCD; Wed, 18 Feb 2015 16:24:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EFB4F15; Wed, 18 Feb 2015 16:24:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGO260067527; Wed, 18 Feb 2015 16:24:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGO1If067523; Wed, 18 Feb 2015 16:24:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181624.t1IGO1If067523@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379284 - in head/www/nghttp2: . 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.18-1 Precedence: list List-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, 18 Feb 2015 16:24:02 -0000 Author: sunpoet Date: Wed Feb 18 16:24:00 2015 New Revision: 379284 URL: https://svnweb.freebsd.org/changeset/ports/379284 QAT: https://qat.redports.org/buildarchive/r379284/ Log: - Update to 0.7.3 Changes: https://github.com/tatsuhiro-t/nghttp2/releases PR: 197504 Submitted by: mi Added: head/www/nghttp2/files/ head/www/nghttp2/files/patch-shrpx.cc (contents, props changed) Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Wed Feb 18 16:23:54 2015 (r379283) +++ head/www/nghttp2/Makefile Wed Feb 18 16:24:00 2015 (r379284) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.3 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Wed Feb 18 16:23:54 2015 (r379283) +++ head/www/nghttp2/distinfo Wed Feb 18 16:24:00 2015 (r379284) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-0.7.0.tar.xz) = 41765d7ed8a4790b674ac27ae5106006799de402c0f0427a71c40875e2971542 -SIZE (nghttp2-0.7.0.tar.xz) = 821656 +SHA256 (nghttp2-0.7.3.tar.xz) = 73b7ec1fa2ca11b537fe6b40e48e30a1db30b93d810d5e3905ce620c67df634f +SIZE (nghttp2-0.7.3.tar.xz) = 834244 Added: head/www/nghttp2/files/patch-shrpx.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nghttp2/files/patch-shrpx.cc Wed Feb 18 16:24:00 2015 (r379284) @@ -0,0 +1,12 @@ +--- src/shrpx.cc.orig 2015-01-25 09:01:44.000000000 -0500 ++++ src/shrpx.cc 2015-02-09 17:51:30.000000000 -0500 +@@ -1862,6 +1862,7 @@ + + if (get_config()->rlimit_nofile) { +- struct rlimit lim = {get_config()->rlimit_nofile, +- get_config()->rlimit_nofile}; ++ struct rlimit lim; ++ ++ lim.rlim_cur = lim.rlim_max = get_config()->rlimit_nofile; + if (setrlimit(RLIMIT_NOFILE, &lim) != 0) { + auto error = errno; Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Wed Feb 18 16:23:54 2015 (r379283) +++ head/www/nghttp2/pkg-plist Wed Feb 18 16:24:00 2015 (r379284) @@ -10,7 +10,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.5 -lib/libnghttp2.so.5.3.0 +lib/libnghttp2.so.5.4.0 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.0 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:23:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D230E06; Wed, 18 Feb 2015 16:23:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB080F10; Wed, 18 Feb 2015 16:23:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGNogg067207; Wed, 18 Feb 2015 16:23:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGNoKw067206; Wed, 18 Feb 2015 16:23:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181623.t1IGNoKw067206@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:23:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379282 - head/www/p5-WWW-Scraper-ISBN X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:23:51 -0000 Author: sunpoet Date: Wed Feb 18 16:23:50 2015 New Revision: 379282 URL: https://svnweb.freebsd.org/changeset/ports/379282 QAT: https://qat.redports.org/buildarchive/r379282/ Log: - Fix *_DEPENDS Modified: head/www/p5-WWW-Scraper-ISBN/Makefile Modified: head/www/p5-WWW-Scraper-ISBN/Makefile ============================================================================== --- head/www/p5-WWW-Scraper-ISBN/Makefile Wed Feb 18 16:23:45 2015 (r379281) +++ head/www/p5-WWW-Scraper-ISBN/Makefile Wed Feb 18 16:23:50 2015 (r379282) @@ -17,4 +17,11 @@ CONFLICTS_INSTALL= p5-WWW-Scraper-ISBN-D USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} >= 502000 +BUILD_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable +RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable +.endif + +.include From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:23:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F393E34; Wed, 18 Feb 2015 16:23:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24714F12; Wed, 18 Feb 2015 16:23:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGNt3u067330; Wed, 18 Feb 2015 16:23:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGNt4d067328; Wed, 18 Feb 2015 16:23:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181623.t1IGNt4d067328@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:23:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379283 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:23:56 -0000 Author: sunpoet Date: Wed Feb 18 16:23:54 2015 New Revision: 379283 URL: https://svnweb.freebsd.org/changeset/ports/379283 QAT: https://qat.redports.org/buildarchive/r379283/ Log: - Fix runtime when DEFAULT_VERSIONS=python=3.* - Add missing dependency on USES=python:2 (required by gyp) - Pet portlint: use @(owner,group,mode) syntax instead of CHMOD - Bump PORTREVISION for dependency and package change Modified: head/www/npm/Makefile head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Wed Feb 18 16:23:50 2015 (r379282) +++ head/www/npm/Makefile Wed Feb 18 16:23:54 2015 (r379283) @@ -3,6 +3,7 @@ PORTNAME= npm PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet @@ -17,7 +18,7 @@ NODE_DEVEL_DESC=Use www/node-devel inste MAKE_ARGS= npm_config_prefix=${STAGEDIR}${PREFIX} NO_BUILD= yes REINPLACE_ARGS= -i '' -USES= cpe tar:xz +USES= cpe python:2 tar:xz MANPREFIX= ${PREFIX}/lib/node_modules/npm @@ -29,11 +30,11 @@ NODE_DEVEL_RUN_DEPENDS_OFF= node>=0.8.0: post-patch: @${REINPLACE_CMD} -e 's|node cli.js|& --cache ${WRKDIR}/.cache|' ${WRKSRC}/Makefile - @${ECHO_CMD} 'MANPATH ${MANPREFIX}/man' > ${WRKDIR}/npm.conf + @${ECHO_CMD} 'MANPATH ${PREFIX}/lib/node_modules/npm/man' > ${WRKDIR}/npm.conf + @${REINPLACE_CMD} -e 's|exec python|exec ${PYTHON_CMD}|' ${WRKSRC}/node_modules/node-gyp/gyp/gyp post-install: ${INSTALL_DATA} ${WRKDIR}/npm.conf ${STAGEDIR}${PREFIX}/etc/man.d/npm.conf - ${CHMOD} +x ${STAGEDIR}${PREFIX}/lib/node_modules/npm/bin/node-gyp-bin/node-gyp # maintainer section: # require: bash, git, gmake, perl, node Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Wed Feb 18 16:23:50 2015 (r379282) +++ head/www/npm/pkg-plist Wed Feb 18 16:23:54 2015 (r379283) @@ -9,7 +9,7 @@ lib/node_modules/npm/CONTRIBUTING.md lib/node_modules/npm/LICENSE lib/node_modules/npm/Makefile lib/node_modules/npm/README.md -lib/node_modules/npm/bin/node-gyp-bin/node-gyp +@(,,755) lib/node_modules/npm/bin/node-gyp-bin/node-gyp lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd lib/node_modules/npm/bin/npm lib/node_modules/npm/bin/npm-cli.js From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:24:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 522C312E; Wed, 18 Feb 2015 16:24:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C3FCF19; Wed, 18 Feb 2015 16:24:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGO89Z067695; Wed, 18 Feb 2015 16:24:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGO7ed067689; Wed, 18 Feb 2015 16:24:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181624.t1IGO7ed067689@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:24:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379285 - head/print/cups-cloud-print X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:24:08 -0000 Author: sunpoet Date: Wed Feb 18 16:24:06 2015 New Revision: 379285 URL: https://svnweb.freebsd.org/changeset/ports/379285 QAT: https://qat.redports.org/buildarchive/r379285/ Log: - Update to 20140814.2 - Sort RUN_DEPENDS - Reformat pkg-descr Changes: https://www.niftiestsoftware.com/cups-cloud-print/#software-hub-view-1-changelog Modified: head/print/cups-cloud-print/Makefile head/print/cups-cloud-print/distinfo head/print/cups-cloud-print/pkg-descr head/print/cups-cloud-print/pkg-plist Modified: head/print/cups-cloud-print/Makefile ============================================================================== --- head/print/cups-cloud-print/Makefile Wed Feb 18 16:24:00 2015 (r379284) +++ head/print/cups-cloud-print/Makefile Wed Feb 18 16:24:06 2015 (r379285) @@ -1,32 +1,33 @@ # $FreeBSD$ PORTNAME= cups-cloud-print -PORTVERSION= 20140814.1 +PORTVERSION= 20140814.2 CATEGORIES= print -MASTER_SITES= GH -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Print using Google Cloud Print LICENSE= GPLv3 BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-client -RUN_DEPENDS= cancel:${PORTSDIR}/print/cups-base \ - ${PYTHON_PKGNAMEPREFIX}cups>0:${PORTSDIR}/print/py-cups \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cups>=0:${PORTSDIR}/print/py-cups \ + ${PYTHON_PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 \ bash:${PORTSDIR}/shells/bash \ - ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 + cancel:${PORTSDIR}/print/cups-base +CONFIGURE_ENV= cupsgroup=cups +GNU_CONFIGURE= yes +MAKE_ARGS= NOPERMS=1 NO_ARCH= yes NO_BUILD= yes +USES= gmake python shebangfix + +SHEBANG_FILES= testing/*.sh USE_GITHUB= yes GH_ACCOUNT= simoncadman +GH_COMMIT= f287aed GH_PROJECT= CUPS-Cloud-Print -GH_COMMIT= 65d3bff - -USES= gmake python shebangfix -SHEBANG_FILES= testing/*.sh -GNU_CONFIGURE= yes -MAKE_ARGS= NOPERMS=1 +GH_TAGNAME= ${PORTVERSION} .include Modified: head/print/cups-cloud-print/distinfo ============================================================================== --- head/print/cups-cloud-print/distinfo Wed Feb 18 16:24:00 2015 (r379284) +++ head/print/cups-cloud-print/distinfo Wed Feb 18 16:24:06 2015 (r379285) @@ -1,2 +1,2 @@ -SHA256 (cups-cloud-print-20140814.1.tar.gz) = d31cdcb2bc5baa2b32c80684b631b5882b77e2f0663c6ba0b8d08539c19ed6d2 -SIZE (cups-cloud-print-20140814.1.tar.gz) = 1260629 +SHA256 (cups-cloud-print-20140814.2.tar.gz) = 5dfb949b4aa70aeeaf0f63345202ce6f422f4ec6cee12dc38fc993e710c942af +SIZE (cups-cloud-print-20140814.2.tar.gz) = 1286222 Modified: head/print/cups-cloud-print/pkg-descr ============================================================================== --- head/print/cups-cloud-print/pkg-descr Wed Feb 18 16:24:00 2015 (r379284) +++ head/print/cups-cloud-print/pkg-descr Wed Feb 18 16:24:06 2015 (r379285) @@ -1,5 +1,5 @@ -CUPS Cloud Print is a Google Cloud Print driver for UNIX-like operating -systems. It allows any application which prints via CUPS to print to -Google Cloud Print directly. +CUPS Cloud Print is a Google Cloud Print driver for UNIX-like operating systems. +It allows any application which prints via CUPS to print to Google Cloud Print +directly. WWW: http://www.niftiestsoftware.com/cups-cloud-print/ Modified: head/print/cups-cloud-print/pkg-plist ============================================================================== --- head/print/cups-cloud-print/pkg-plist Wed Feb 18 16:24:00 2015 (r379284) +++ head/print/cups-cloud-print/pkg-plist Wed Feb 18 16:24:06 2015 (r379285) @@ -11,12 +11,20 @@ share/cloudprint-cups/deleteaccount.py share/cloudprint-cups/dynamicppd.py share/cloudprint-cups/listcloudprinters.py share/cloudprint-cups/oauth2client/__init__.py -share/cloudprint-cups/oauth2client/anyjson.py +share/cloudprint-cups/oauth2client/appengine.py share/cloudprint-cups/oauth2client/client.py share/cloudprint-cups/oauth2client/clientsecrets.py share/cloudprint-cups/oauth2client/crypt.py +share/cloudprint-cups/oauth2client/django_orm.py +share/cloudprint-cups/oauth2client/file.py +share/cloudprint-cups/oauth2client/gce.py +share/cloudprint-cups/oauth2client/keyring_storage.py share/cloudprint-cups/oauth2client/locked_file.py share/cloudprint-cups/oauth2client/multistore_file.py +share/cloudprint-cups/oauth2client/service_account.py +share/cloudprint-cups/oauth2client/tools.py +share/cloudprint-cups/oauth2client/util.py +share/cloudprint-cups/oauth2client/xsrfutil.py share/cloudprint-cups/printer.py share/cloudprint-cups/printermanager.py share/cloudprint-cups/refreshtokens.py From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:24:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2116D224; Wed, 18 Feb 2015 16:24:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06667F1D; Wed, 18 Feb 2015 16:24:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGOC56067820; Wed, 18 Feb 2015 16:24:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGOCfL067818; Wed, 18 Feb 2015 16:24:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181624.t1IGOCfL067818@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:24:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379286 - 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.18-1 Precedence: list List-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, 18 Feb 2015 16:24:13 -0000 Author: sunpoet Date: Wed Feb 18 16:24:11 2015 New Revision: 379286 URL: https://svnweb.freebsd.org/changeset/ports/379286 QAT: https://qat.redports.org/buildarchive/r379286/ Log: - Update to 20150102 Modified: head/portuguese/hunspell/Makefile head/portuguese/hunspell/distinfo Modified: head/portuguese/hunspell/Makefile ============================================================================== --- head/portuguese/hunspell/Makefile Wed Feb 18 16:24:06 2015 (r379285) +++ head/portuguese/hunspell/Makefile Wed Feb 18 16:24:11 2015 (r379286) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20141115 +PORTVERSION= 20150102 CATEGORIES= portuguese textproc MASTER_SITES= http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/ \ http://www.broffice.org/files/:BR \ Modified: head/portuguese/hunspell/distinfo ============================================================================== --- head/portuguese/hunspell/distinfo Wed Feb 18 16:24:06 2015 (r379285) +++ head/portuguese/hunspell/distinfo Wed Feb 18 16:24:11 2015 (r379286) @@ -1,4 +1,4 @@ -SHA256 (hunspell/hunspell-pt_PT-20141115.tar.gz) = 48f9bb73db919a48669c68ba7df0cf457c10ca3f19c34997fbc514eac272fd7e -SIZE (hunspell/hunspell-pt_PT-20141115.tar.gz) = 255284 +SHA256 (hunspell/hunspell-pt_PT-20150102.tar.gz) = 4045e97bb75c368c5002334b865583ad301b456cd8b35559a47ea957d27ddfc5 +SIZE (hunspell/hunspell-pt_PT-20150102.tar.gz) = 255617 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 Wed Feb 18 16:23:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A044C82; Wed, 18 Feb 2015 16:23:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23B33F0B; Wed, 18 Feb 2015 16:23:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGNjcR067087; Wed, 18 Feb 2015 16:23:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGNjs8067083; Wed, 18 Feb 2015 16:23:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181623.t1IGNjs8067083@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:23:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379281 - head/databases/p5-DBD-LDAP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:23:46 -0000 Author: sunpoet Date: Wed Feb 18 16:23:45 2015 New Revision: 379281 URL: https://svnweb.freebsd.org/changeset/ports/379281 QAT: https://qat.redports.org/buildarchive/r379281/ Log: - Add LICENSE - Sort PLIST Modified: head/databases/p5-DBD-LDAP/Makefile head/databases/p5-DBD-LDAP/pkg-plist Modified: head/databases/p5-DBD-LDAP/Makefile ============================================================================== --- head/databases/p5-DBD-LDAP/Makefile Wed Feb 18 16:23:39 2015 (r379280) +++ head/databases/p5-DBD-LDAP/Makefile Wed Feb 18 16:23:45 2015 (r379281) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= DBI interface for accessing LDAP servers +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-perl-ldap>=0.01:${PORTSDIR}/net/p5-perl-ldap \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/databases/p5-DBD-LDAP/pkg-plist ============================================================================== --- head/databases/p5-DBD-LDAP/pkg-plist Wed Feb 18 16:23:39 2015 (r379280) +++ head/databases/p5-DBD-LDAP/pkg-plist Wed Feb 18 16:23:45 2015 (r379281) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/DBD::LDAP.3.gz %%SITE_PERL%%/DBD/LDAP.pm %%SITE_PERL%%/JLdap.pm +%%PERL5_MAN3%%/DBD::LDAP.3.gz From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:24:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BD43321; Wed, 18 Feb 2015 16:24:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 149B0F23; Wed, 18 Feb 2015 16:24:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGOMkp068080; Wed, 18 Feb 2015 16:24:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGOMXL068077; Wed, 18 Feb 2015 16:24:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181624.t1IGOMXL068077@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:24:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379288 - head/misc/usbids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:24:23 -0000 Author: sunpoet Date: Wed Feb 18 16:24:21 2015 New Revision: 379288 URL: https://svnweb.freebsd.org/changeset/ports/379288 QAT: https://qat.redports.org/buildarchive/r379288/ Log: - Update to 20150203 Changes: http://people.FreeBSD.org/~sunpoet/usbids-20150203.diff Modified: head/misc/usbids/Makefile head/misc/usbids/distinfo Modified: head/misc/usbids/Makefile ============================================================================== --- head/misc/usbids/Makefile Wed Feb 18 16:24:17 2015 (r379287) +++ head/misc/usbids/Makefile Wed Feb 18 16:24:21 2015 (r379288) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= usbids -PORTVERSION= 20150107 +PORTVERSION= 20150203 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet Modified: head/misc/usbids/distinfo ============================================================================== --- head/misc/usbids/distinfo Wed Feb 18 16:24:17 2015 (r379287) +++ head/misc/usbids/distinfo Wed Feb 18 16:24:21 2015 (r379288) @@ -1,2 +1,2 @@ -SHA256 (usbids-20150107.tar.xz) = afdde7079975162f20a5638ba6943d05041c10a6467dee6421766345715b34a6 -SIZE (usbids-20150107.tar.xz) = 150636 +SHA256 (usbids-20150203.tar.xz) = b893a8c791b5a375c346f60818c9e5d9d7ade4aa4aed3fc3735ae40162a5dc66 +SIZE (usbids-20150203.tar.xz) = 150660 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:24:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B3DE2F2; Wed, 18 Feb 2015 16:24:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CAC8F21; Wed, 18 Feb 2015 16:24:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGOIHG067961; Wed, 18 Feb 2015 16:24:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGOHcC067956; Wed, 18 Feb 2015 16:24:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181624.t1IGOHcC067956@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:24:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379287 - head/misc/pciids X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:24:18 -0000 Author: sunpoet Date: Wed Feb 18 16:24:17 2015 New Revision: 379287 URL: https://svnweb.freebsd.org/changeset/ports/379287 QAT: https://qat.redports.org/buildarchive/r379287/ Log: - Update to 20150217 Changes: http://people.FreeBSD.org/~sunpoet/pciids-20150217.diff Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Wed Feb 18 16:24:11 2015 (r379286) +++ head/misc/pciids/Makefile Wed Feb 18 16:24:17 2015 (r379287) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20150124 +PORTVERSION= 20150217 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Wed Feb 18 16:24:11 2015 (r379286) +++ head/misc/pciids/distinfo Wed Feb 18 16:24:17 2015 (r379287) @@ -1,2 +1,2 @@ -SHA256 (pciids-20150124.tar.xz) = 61efcb07a854a5aaa32c14bd36efbf55883ee359475113e30d5810f5d3660f44 -SIZE (pciids-20150124.tar.xz) = 174232 +SHA256 (pciids-20150217.tar.xz) = 15f1347940ce606aba2b6ab28c401669ef0f89c57ab77fab8b1c28d079046d98 +SIZE (pciids-20150217.tar.xz) = 174752 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:24:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5602C5A5; Wed, 18 Feb 2015 16:24:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FF51F2D; Wed, 18 Feb 2015 16:24:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGOddY068454; Wed, 18 Feb 2015 16:24:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGOcTj068452; Wed, 18 Feb 2015 16:24:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181624.t1IGOcTj068452@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:24:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379291 - head/devel/py-twistedRunner X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:24:39 -0000 Author: sunpoet Date: Wed Feb 18 16:24:38 2015 New Revision: 379291 URL: https://svnweb.freebsd.org/changeset/ports/379291 QAT: https://qat.redports.org/buildarchive/r379291/ Log: - Update to 15.0.0 Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/runner/topfiles/NEWS Modified: head/devel/py-twistedRunner/Makefile head/devel/py-twistedRunner/distinfo Modified: head/devel/py-twistedRunner/Makefile ============================================================================== --- head/devel/py-twistedRunner/Makefile Wed Feb 18 16:24:32 2015 (r379290) +++ head/devel/py-twistedRunner/Makefile Wed Feb 18 16:24:38 2015 (r379291) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twistedRunner -PORTVERSION= 14.0.0 +PORTVERSION= 15.0.0 CATEGORIES= devel net python MASTER_SITES= http://twistedmatrix.com/Releases/Runner/${PORTVERSION:R}/ \ LOCAL/sunpoet Modified: head/devel/py-twistedRunner/distinfo ============================================================================== --- head/devel/py-twistedRunner/distinfo Wed Feb 18 16:24:32 2015 (r379290) +++ head/devel/py-twistedRunner/distinfo Wed Feb 18 16:24:38 2015 (r379291) @@ -1,2 +1,2 @@ -SHA256 (TwistedRunner-14.0.0.tar.bz2) = 918c8a0ecfbb6362df8a794260eaea9c74f70e080dc3642179b2c5d838f719fe -SIZE (TwistedRunner-14.0.0.tar.bz2) = 13020 +SHA256 (TwistedRunner-15.0.0.tar.bz2) = cd0ef5f4b82e42af362ddfd97230cf8cc08af1ce048347791c9d2de41f931b09 +SIZE (TwistedRunner-15.0.0.tar.bz2) = 13051 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:24:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 548D64B0; Wed, 18 Feb 2015 16:24:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EFC2F28; Wed, 18 Feb 2015 16:24:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGOS7j068194; Wed, 18 Feb 2015 16:24:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGOS9o068193; Wed, 18 Feb 2015 16:24:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181624.t1IGOS9o068193@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:24:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379289 - head/devel/pear-Date_Holidays_Austria X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:24:28 -0000 Author: sunpoet Date: Wed Feb 18 16:24:27 2015 New Revision: 379289 URL: https://svnweb.freebsd.org/changeset/ports/379289 QAT: https://qat.redports.org/buildarchive/r379289/ Log: - Add LICENSE Modified: head/devel/pear-Date_Holidays_Austria/Makefile Modified: head/devel/pear-Date_Holidays_Austria/Makefile ============================================================================== --- head/devel/pear-Date_Holidays_Austria/Makefile Wed Feb 18 16:24:21 2015 (r379288) +++ head/devel/pear-Date_Holidays_Austria/Makefile Wed Feb 18 16:24:27 2015 (r379289) @@ -7,9 +7,11 @@ CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org COMMENT= Driver based class to calculate holidays in Austria +LICENSE= PHP301 + BUILD_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays RUN_DEPENDS= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays -USES= pear +USES= pear .include From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:24:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8CC7D752; Wed, 18 Feb 2015 16:24:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77589F34; Wed, 18 Feb 2015 16:24:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGOiRJ068582; Wed, 18 Feb 2015 16:24:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGOiNw068580; Wed, 18 Feb 2015 16:24:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181624.t1IGOiNw068580@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:24:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379292 - head/dns/py-twistedNames X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:24:44 -0000 Author: sunpoet Date: Wed Feb 18 16:24:43 2015 New Revision: 379292 URL: https://svnweb.freebsd.org/changeset/ports/379292 QAT: https://qat.redports.org/buildarchive/r379292/ Log: - Update to 15.0.0 Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/names/topfiles/NEWS Modified: head/dns/py-twistedNames/Makefile head/dns/py-twistedNames/distinfo Modified: head/dns/py-twistedNames/Makefile ============================================================================== --- head/dns/py-twistedNames/Makefile Wed Feb 18 16:24:38 2015 (r379291) +++ head/dns/py-twistedNames/Makefile Wed Feb 18 16:24:43 2015 (r379292) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twistedNames -PORTVERSION= 14.0.0 +PORTVERSION= 15.0.0 CATEGORIES= dns devel python MASTER_SITES= http://twistedmatrix.com/Releases/Names/${PORTVERSION:R}/ \ LOCAL/sunpoet Modified: head/dns/py-twistedNames/distinfo ============================================================================== --- head/dns/py-twistedNames/distinfo Wed Feb 18 16:24:38 2015 (r379291) +++ head/dns/py-twistedNames/distinfo Wed Feb 18 16:24:43 2015 (r379292) @@ -1,2 +1,2 @@ -SHA256 (TwistedNames-14.0.0.tar.bz2) = 6adf7fea6048bd2938c6aa8b7dab852dd8f372e2896d65745389e3c88fcbf612 -SIZE (TwistedNames-14.0.0.tar.bz2) = 88385 +SHA256 (TwistedNames-15.0.0.tar.bz2) = 1283169b200d09085599e3dcd6bdde9b5dc328e5c0b65ffae9c9b736339ead6f +SIZE (TwistedNames-15.0.0.tar.bz2) = 88661 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:24:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D41835A3; Wed, 18 Feb 2015 16:24:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC542F2C; Wed, 18 Feb 2015 16:24:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGOXVr068334; Wed, 18 Feb 2015 16:24:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGOXfQ068332; Wed, 18 Feb 2015 16:24:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181624.t1IGOXfQ068332@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:24:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379290 - head/devel/py-twistedCore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:24:33 -0000 Author: sunpoet Date: Wed Feb 18 16:24:32 2015 New Revision: 379290 URL: https://svnweb.freebsd.org/changeset/ports/379290 QAT: https://qat.redports.org/buildarchive/r379290/ Log: - Update to 15.0.0 Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/topfiles/NEWS Modified: head/devel/py-twistedCore/Makefile head/devel/py-twistedCore/distinfo Modified: head/devel/py-twistedCore/Makefile ============================================================================== --- head/devel/py-twistedCore/Makefile Wed Feb 18 16:24:27 2015 (r379289) +++ head/devel/py-twistedCore/Makefile Wed Feb 18 16:24:32 2015 (r379290) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= twistedCore -PORTVERSION= 14.0.0 -PORTREVISION= 1 +PORTVERSION= 15.0.0 CATEGORIES= devel net python MASTER_SITES= http://twistedmatrix.com/Releases/Core/${PORTVERSION:R}/ \ LOCAL/sunpoet Modified: head/devel/py-twistedCore/distinfo ============================================================================== --- head/devel/py-twistedCore/distinfo Wed Feb 18 16:24:27 2015 (r379289) +++ head/devel/py-twistedCore/distinfo Wed Feb 18 16:24:32 2015 (r379290) @@ -1,2 +1,2 @@ -SHA256 (TwistedCore-14.0.0.tar.bz2) = 41fde42b917ea91c74e9ad15ae45a8104de156bcb32e7bb6a2dfa6c68141a72e -SIZE (TwistedCore-14.0.0.tar.bz2) = 1126188 +SHA256 (TwistedCore-15.0.0.tar.bz2) = 9c73c625bba5eadd799366eeb5ce1dc5d5180b419008c664bba40d3ed56ee77c +SIZE (TwistedCore-15.0.0.tar.bz2) = 1138392 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:24:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BCFBB92A; Wed, 18 Feb 2015 16:24:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0489F41; Wed, 18 Feb 2015 16:24:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGOseN068844; Wed, 18 Feb 2015 16:24:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGOsWF068842; Wed, 18 Feb 2015 16:24:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181624.t1IGOsWF068842@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:24:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379294 - head/net/py-twistedPair X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:24:54 -0000 Author: sunpoet Date: Wed Feb 18 16:24:53 2015 New Revision: 379294 URL: https://svnweb.freebsd.org/changeset/ports/379294 QAT: https://qat.redports.org/buildarchive/r379294/ Log: - Update to 15.0.0 Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/pair/topfiles/NEWS Modified: head/net/py-twistedPair/Makefile head/net/py-twistedPair/distinfo Modified: head/net/py-twistedPair/Makefile ============================================================================== --- head/net/py-twistedPair/Makefile Wed Feb 18 16:24:48 2015 (r379293) +++ head/net/py-twistedPair/Makefile Wed Feb 18 16:24:53 2015 (r379294) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twistedPair -PORTVERSION= 14.0.0 +PORTVERSION= 15.0.0 CATEGORIES= net devel python MASTER_SITES= http://twistedmatrix.com/Releases/Pair/${PORTVERSION:R}/ \ LOCAL/sunpoet Modified: head/net/py-twistedPair/distinfo ============================================================================== --- head/net/py-twistedPair/distinfo Wed Feb 18 16:24:48 2015 (r379293) +++ head/net/py-twistedPair/distinfo Wed Feb 18 16:24:53 2015 (r379294) @@ -1,2 +1,2 @@ -SHA256 (TwistedPair-14.0.0.tar.bz2) = 5452ea55fdabefb1f773eb8385b3015db53a0ff50052a4cf884e7908ec5f450a -SIZE (TwistedPair-14.0.0.tar.bz2) = 21665 +SHA256 (TwistedPair-15.0.0.tar.bz2) = 6c9dfc1ec371d269c27d37e326ada5b0e4aaf05913b98e0ba423d8c01c8c6a4d +SIZE (TwistedPair-15.0.0.tar.bz2) = 21710 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:24:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 971E7835; Wed, 18 Feb 2015 16:24:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 818A8F3C; Wed, 18 Feb 2015 16:24:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGOnDE068719; Wed, 18 Feb 2015 16:24:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGOnAD068717; Wed, 18 Feb 2015 16:24:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181624.t1IGOnAD068717@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:24:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379293 - head/mail/py-twistedMail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:24:49 -0000 Author: sunpoet Date: Wed Feb 18 16:24:48 2015 New Revision: 379293 URL: https://svnweb.freebsd.org/changeset/ports/379293 QAT: https://qat.redports.org/buildarchive/r379293/ Log: - Update to 15.0.0 Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/mail/topfiles/NEWS Modified: head/mail/py-twistedMail/Makefile head/mail/py-twistedMail/distinfo Modified: head/mail/py-twistedMail/Makefile ============================================================================== --- head/mail/py-twistedMail/Makefile Wed Feb 18 16:24:43 2015 (r379292) +++ head/mail/py-twistedMail/Makefile Wed Feb 18 16:24:48 2015 (r379293) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twistedMail -PORTVERSION= 14.0.0 +PORTVERSION= 15.0.0 CATEGORIES= mail devel python MASTER_SITES= http://twistedmatrix.com/Releases/Mail/${PORTVERSION:R}/ \ LOCAL/sunpoet Modified: head/mail/py-twistedMail/distinfo ============================================================================== --- head/mail/py-twistedMail/distinfo Wed Feb 18 16:24:43 2015 (r379292) +++ head/mail/py-twistedMail/distinfo Wed Feb 18 16:24:48 2015 (r379293) @@ -1,2 +1,2 @@ -SHA256 (TwistedMail-14.0.0.tar.bz2) = 6a4ac184a719cb273cb055869c2c42e4c96fd0cd8f56cc0ffdeff8cd68d22075 -SIZE (TwistedMail-14.0.0.tar.bz2) = 157816 +SHA256 (TwistedMail-15.0.0.tar.bz2) = 4cad7970e9684965af60a0cdc5d8e43e3ef021466596eb40a797cff6aa7be946 +SIZE (TwistedMail-15.0.0.tar.bz2) = 157723 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:24:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E50749F2; Wed, 18 Feb 2015 16:24:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFA1CF47; Wed, 18 Feb 2015 16:24:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGOxsT068969; Wed, 18 Feb 2015 16:24:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGOxAT068967; Wed, 18 Feb 2015 16:24:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181624.t1IGOxAT068967@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:24:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379295 - head/net-im/py-twistedWords X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:25:00 -0000 Author: sunpoet Date: Wed Feb 18 16:24:58 2015 New Revision: 379295 URL: https://svnweb.freebsd.org/changeset/ports/379295 QAT: https://qat.redports.org/buildarchive/r379295/ Log: - Update to 15.0.0 Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/words/topfiles/NEWS Modified: head/net-im/py-twistedWords/Makefile head/net-im/py-twistedWords/distinfo Modified: head/net-im/py-twistedWords/Makefile ============================================================================== --- head/net-im/py-twistedWords/Makefile Wed Feb 18 16:24:53 2015 (r379294) +++ head/net-im/py-twistedWords/Makefile Wed Feb 18 16:24:58 2015 (r379295) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twistedWords -PORTVERSION= 14.0.0 +PORTVERSION= 15.0.0 CATEGORIES= net-im devel python MASTER_SITES= http://twistedmatrix.com/Releases/Words/${PORTVERSION:R}/ \ LOCAL/sunpoet Modified: head/net-im/py-twistedWords/distinfo ============================================================================== --- head/net-im/py-twistedWords/distinfo Wed Feb 18 16:24:53 2015 (r379294) +++ head/net-im/py-twistedWords/distinfo Wed Feb 18 16:24:58 2015 (r379295) @@ -1,2 +1,2 @@ -SHA256 (TwistedWords-14.0.0.tar.bz2) = d7b7a604d8a35b62d255cac034e0890e231c41c0ab15b8756122f3b8e3c69b5a -SIZE (TwistedWords-14.0.0.tar.bz2) = 165343 +SHA256 (TwistedWords-15.0.0.tar.bz2) = 107c3773a715221c766827c3363217f15cf76ead587814a1f7e7b2504a0cde8a +SIZE (TwistedWords-15.0.0.tar.bz2) = 165412 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:25:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 296A4AE1; Wed, 18 Feb 2015 16:25:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13E2EF4C; Wed, 18 Feb 2015 16:25:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGP42n069144; Wed, 18 Feb 2015 16:25:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGP4hh069142; Wed, 18 Feb 2015 16:25:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181625.t1IGP4hh069142@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:25:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379296 - head/news/py-twistedNews X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:25:05 -0000 Author: sunpoet Date: Wed Feb 18 16:25:03 2015 New Revision: 379296 URL: https://svnweb.freebsd.org/changeset/ports/379296 QAT: https://qat.redports.org/buildarchive/r379296/ Log: - Update to 15.0.0 Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/news/topfiles/NEWS Modified: head/news/py-twistedNews/Makefile head/news/py-twistedNews/distinfo Modified: head/news/py-twistedNews/Makefile ============================================================================== --- head/news/py-twistedNews/Makefile Wed Feb 18 16:24:58 2015 (r379295) +++ head/news/py-twistedNews/Makefile Wed Feb 18 16:25:03 2015 (r379296) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twistedNews -PORTVERSION= 14.0.0 +PORTVERSION= 15.0.0 CATEGORIES= news devel python MASTER_SITES= http://twistedmatrix.com/Releases/News/${PORTVERSION:R}/ \ LOCAL/sunpoet Modified: head/news/py-twistedNews/distinfo ============================================================================== --- head/news/py-twistedNews/distinfo Wed Feb 18 16:24:58 2015 (r379295) +++ head/news/py-twistedNews/distinfo Wed Feb 18 16:25:03 2015 (r379296) @@ -1,2 +1,2 @@ -SHA256 (TwistedNews-14.0.0.tar.bz2) = 1fbb80b64ef8631c48133bad58a7705893af8c4a5f4cb1a3407d76f623ba4a35 -SIZE (TwistedNews-14.0.0.tar.bz2) = 19797 +SHA256 (TwistedNews-15.0.0.tar.bz2) = a5ff9e3d88cd44b26504f7a2c1d8ec1c0423472f8c6ae7494c835b920dbdf1e1 +SIZE (TwistedNews-15.0.0.tar.bz2) = 19840 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:25:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E9234C85; Wed, 18 Feb 2015 16:25:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2E58F53; Wed, 18 Feb 2015 16:25:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGPFL3069403; Wed, 18 Feb 2015 16:25:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGPFr6069401; Wed, 18 Feb 2015 16:25:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181625.t1IGPFr6069401@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:25:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379298 - head/textproc/py-twistedLore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:25:16 -0000 Author: sunpoet Date: Wed Feb 18 16:25:14 2015 New Revision: 379298 URL: https://svnweb.freebsd.org/changeset/ports/379298 QAT: https://qat.redports.org/buildarchive/r379298/ Log: - Update to 15.0.0 Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/lore/topfiles/NEWS Modified: head/textproc/py-twistedLore/Makefile head/textproc/py-twistedLore/distinfo Modified: head/textproc/py-twistedLore/Makefile ============================================================================== --- head/textproc/py-twistedLore/Makefile Wed Feb 18 16:25:09 2015 (r379297) +++ head/textproc/py-twistedLore/Makefile Wed Feb 18 16:25:14 2015 (r379298) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twistedLore -PORTVERSION= 14.0.0 +PORTVERSION= 15.0.0 CATEGORIES= textproc python MASTER_SITES= http://twistedmatrix.com/Releases/Lore/${PORTVERSION:R}/ \ LOCAL/sunpoet Modified: head/textproc/py-twistedLore/distinfo ============================================================================== --- head/textproc/py-twistedLore/distinfo Wed Feb 18 16:25:09 2015 (r379297) +++ head/textproc/py-twistedLore/distinfo Wed Feb 18 16:25:14 2015 (r379298) @@ -1,2 +1,2 @@ -SHA256 (TwistedLore-14.0.0.tar.bz2) = d689acbff7e667eee9cc4e05ef7fa4a7de2667dfde062f487ddc33d44781b7c5 -SIZE (TwistedLore-14.0.0.tar.bz2) = 53923 +SHA256 (TwistedLore-15.0.0.tar.bz2) = 4e1f63e393aa7afe99e33d59615e18244beed9643c492de2df5f89f978e54c77 +SIZE (TwistedLore-15.0.0.tar.bz2) = 54009 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:25:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60D5BBA7; Wed, 18 Feb 2015 16:25:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B137F51; Wed, 18 Feb 2015 16:25:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGPAp1069273; Wed, 18 Feb 2015 16:25:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGP9EU069271; Wed, 18 Feb 2015 16:25:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181625.t1IGP9EU069271@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:25:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379297 - head/security/py-twistedConch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:25:10 -0000 Author: sunpoet Date: Wed Feb 18 16:25:09 2015 New Revision: 379297 URL: https://svnweb.freebsd.org/changeset/ports/379297 QAT: https://qat.redports.org/buildarchive/r379297/ Log: - Update to 15.0.0 Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/conch/topfiles/NEWS Modified: head/security/py-twistedConch/Makefile head/security/py-twistedConch/distinfo Modified: head/security/py-twistedConch/Makefile ============================================================================== --- head/security/py-twistedConch/Makefile Wed Feb 18 16:25:03 2015 (r379296) +++ head/security/py-twistedConch/Makefile Wed Feb 18 16:25:09 2015 (r379297) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twistedConch -PORTVERSION= 14.0.0 +PORTVERSION= 15.0.0 CATEGORIES= security devel python MASTER_SITES= http://twistedmatrix.com/Releases/Conch/${PORTVERSION:R}/ \ LOCAL/sunpoet Modified: head/security/py-twistedConch/distinfo ============================================================================== --- head/security/py-twistedConch/distinfo Wed Feb 18 16:25:03 2015 (r379296) +++ head/security/py-twistedConch/distinfo Wed Feb 18 16:25:09 2015 (r379297) @@ -1,2 +1,2 @@ -SHA256 (TwistedConch-14.0.0.tar.bz2) = 5d1023bec87d2c1bf4d1e85f62a5fa304d9b3bf13e86c0af74cc8c9fb4916a83 -SIZE (TwistedConch-14.0.0.tar.bz2) = 219179 +SHA256 (TwistedConch-15.0.0.tar.bz2) = f2380e29c9a20e2c6ae78d20a926a40d52b94ec422b59ff9d6cc110bd210e2b5 +SIZE (TwistedConch-15.0.0.tar.bz2) = 222023 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:25:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69B20E55; Wed, 18 Feb 2015 16:25:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54560F5B; Wed, 18 Feb 2015 16:25:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGPPCu069651; Wed, 18 Feb 2015 16:25:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGPPBH069650; Wed, 18 Feb 2015 16:25:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181625.t1IGPPBH069650@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:25:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379300 - head/devel/py-twisted X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:25:26 -0000 Author: sunpoet Date: Wed Feb 18 16:25:25 2015 New Revision: 379300 URL: https://svnweb.freebsd.org/changeset/ports/379300 QAT: https://qat.redports.org/buildarchive/r379300/ Log: - Update to 15.0.0 Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/NEWS Modified: head/devel/py-twisted/Makefile Modified: head/devel/py-twisted/Makefile ============================================================================== --- head/devel/py-twisted/Makefile Wed Feb 18 16:25:19 2015 (r379299) +++ head/devel/py-twisted/Makefile Wed Feb 18 16:25:25 2015 (r379300) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twisted -PORTVERSION= 14.0.0 +PORTVERSION= 15.0.0 CATEGORIES= devel net python MASTER_SITES= # empty PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:25:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A2B8D7C; Wed, 18 Feb 2015 16:25:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23D73F58; Wed, 18 Feb 2015 16:25:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGPLd8069540; Wed, 18 Feb 2015 16:25:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGPK2Y069538; Wed, 18 Feb 2015 16:25:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181625.t1IGPK2Y069538@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 16:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379299 - head/www/py-twistedWeb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:25:21 -0000 Author: sunpoet Date: Wed Feb 18 16:25:19 2015 New Revision: 379299 URL: https://svnweb.freebsd.org/changeset/ports/379299 QAT: https://qat.redports.org/buildarchive/r379299/ Log: - Update to 15.0.0 Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/web/topfiles/NEWS Modified: head/www/py-twistedWeb/Makefile head/www/py-twistedWeb/distinfo Modified: head/www/py-twistedWeb/Makefile ============================================================================== --- head/www/py-twistedWeb/Makefile Wed Feb 18 16:25:14 2015 (r379298) +++ head/www/py-twistedWeb/Makefile Wed Feb 18 16:25:19 2015 (r379299) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twistedWeb -PORTVERSION= 14.0.0 +PORTVERSION= 15.0.0 CATEGORIES= www devel python MASTER_SITES= http://twistedmatrix.com/Releases/Web/${PORTVERSION:R}/ \ LOCAL/sunpoet Modified: head/www/py-twistedWeb/distinfo ============================================================================== --- head/www/py-twistedWeb/distinfo Wed Feb 18 16:25:14 2015 (r379298) +++ head/www/py-twistedWeb/distinfo Wed Feb 18 16:25:19 2015 (r379299) @@ -1,2 +1,2 @@ -SHA256 (TwistedWeb-14.0.0.tar.bz2) = 02ee70e0fc06c6e35ef808321826bff1d64baae5331f69b179af80a7069f3573 -SIZE (TwistedWeb-14.0.0.tar.bz2) = 228686 +SHA256 (TwistedWeb-15.0.0.tar.bz2) = c6236acde9070704730b67ef57991ca578a0b12d305bde93580cc32d3d7a10b4 +SIZE (TwistedWeb-15.0.0.tar.bz2) = 230302 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 16:43:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48A7943D; Wed, 18 Feb 2015 16:43:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 331BD243; Wed, 18 Feb 2015 16:43:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IGhDgD078907; Wed, 18 Feb 2015 16:43:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IGhDX7078906; Wed, 18 Feb 2015 16:43:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502181643.t1IGhDX7078906@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 18 Feb 2015 16:43:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379301 - head/devel/liboil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 16:43:14 -0000 Author: amdmi3 Date: Wed Feb 18 16:43:13 2015 New Revision: 379301 URL: https://svnweb.freebsd.org/changeset/ports/379301 QAT: https://qat.redports.org/buildarchive/r379301/ Log: - Strip library Modified: head/devel/liboil/Makefile Modified: head/devel/liboil/Makefile ============================================================================== --- head/devel/liboil/Makefile Wed Feb 18 16:25:25 2015 (r379300) +++ head/devel/liboil/Makefile Wed Feb 18 16:43:13 2015 (r379301) @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc \ --disable-glib +INSTALL_TARGET= install-strip CFLAGS:= ${CFLAGS:N-O*} -O2 post-patch: From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 17:09:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF4A7B33; Wed, 18 Feb 2015 17:09:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D99947DF; Wed, 18 Feb 2015 17:09:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IH9QRp089201; Wed, 18 Feb 2015 17:09:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IH9Qp3089200; Wed, 18 Feb 2015 17:09:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181709.t1IH9Qp3089200@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 17:09:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379302 - head/print/cups-cloud-print X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 17:09:27 -0000 Author: sunpoet Date: Wed Feb 18 17:09:25 2015 New Revision: 379302 URL: https://svnweb.freebsd.org/changeset/ports/379302 QAT: https://qat.redports.org/buildarchive/r379302/ Log: - Release maintainership (it was not intended in previous commit) Modified: head/print/cups-cloud-print/Makefile Modified: head/print/cups-cloud-print/Makefile ============================================================================== --- head/print/cups-cloud-print/Makefile Wed Feb 18 16:43:13 2015 (r379301) +++ head/print/cups-cloud-print/Makefile Wed Feb 18 17:09:25 2015 (r379302) @@ -4,7 +4,7 @@ PORTNAME= cups-cloud-print PORTVERSION= 20140814.2 CATEGORIES= print -MAINTAINER= sunpoet@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Print using Google Cloud Print LICENSE= GPLv3 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 18:20:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56EA49E7; Wed, 18 Feb 2015 18:20:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41D3AFDD; Wed, 18 Feb 2015 18:20:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IIKEHX022377; Wed, 18 Feb 2015 18:20:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IIKEPI022376; Wed, 18 Feb 2015 18:20:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502181820.t1IIKEPI022376@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 18 Feb 2015 18:20:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379303 - head/devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 18:20:14 -0000 Author: antoine Date: Wed Feb 18 18:20:13 2015 New Revision: 379303 URL: https://svnweb.freebsd.org/changeset/ports/379303 QAT: https://qat.redports.org/buildarchive/r379303/ Log: Hook hs-ShellCheck to the build Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 18 17:09:25 2015 (r379302) +++ head/devel/Makefile Wed Feb 18 18:20:13 2015 (r379303) @@ -676,6 +676,7 @@ SUBDIR += hs-ReadArgs SUBDIR += hs-STMonadTrans SUBDIR += hs-SafeSemaphore + SUBDIR += hs-ShellCheck SUBDIR += hs-Stream SUBDIR += hs-TypeCompose SUBDIR += hs-abstract-deque From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 18:37:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4C02178; Wed, 18 Feb 2015 18:37:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF50228D; Wed, 18 Feb 2015 18:37:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IIbcOs031540; Wed, 18 Feb 2015 18:37:38 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IIbc2j031539; Wed, 18 Feb 2015 18:37:38 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201502181837.t1IIbc2j031539@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 18 Feb 2015 18:37:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379304 - head/archivers/unzip/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.18-1 Precedence: list List-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, 18 Feb 2015 18:37:38 -0000 Author: delphij Date: Wed Feb 18 18:37:37 2015 New Revision: 379304 URL: https://svnweb.freebsd.org/changeset/ports/379304 QAT: https://qat.redports.org/buildarchive/r379304/ Log: Fix patch, pass my pointy hats please. Reported by: Tomoaki AOKI Approved by: so Modified: head/archivers/unzip/files/extra-iconv-patch-unix_unix.c Modified: head/archivers/unzip/files/extra-iconv-patch-unix_unix.c ============================================================================== --- head/archivers/unzip/files/extra-iconv-patch-unix_unix.c Wed Feb 18 18:20:13 2015 (r379303) +++ head/archivers/unzip/files/extra-iconv-patch-unix_unix.c Wed Feb 18 18:37:37 2015 (r379304) @@ -1,5 +1,5 @@ ---- unix.c.orig 2015-02-17 15:18:36.176142072 -0800 -+++ unix.c 2015-02-17 15:18:56.289341100 -0800 +--- unix/unix.c.orig 2015-02-17 15:18:36.176142072 -0800 ++++ unix/unix.c 2015-02-17 15:18:56.289341100 -0800 @@ -30,6 +30,9 @@ #define UNZIP_INTERNAL #include "unzip.h" From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 18:52:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 834BB7FF; Wed, 18 Feb 2015 18:52:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DC446BD; Wed, 18 Feb 2015 18:52:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IIq9pG040491; Wed, 18 Feb 2015 18:52:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IIq9r5040486; Wed, 18 Feb 2015 18:52:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181852.t1IIq9r5040486@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 18:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379306 - 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.18-1 Precedence: list List-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, 18 Feb 2015 18:52:10 -0000 Author: sunpoet Date: Wed Feb 18 18:52:08 2015 New Revision: 379306 URL: https://svnweb.freebsd.org/changeset/ports/379306 QAT: https://qat.redports.org/buildarchive/r379306/ Log: - Update to 0.74 Changes: http://search.cpan.org/dist/Inline-C/Changes Modified: head/devel/p5-Inline-C/Makefile head/devel/p5-Inline-C/distinfo Modified: head/devel/p5-Inline-C/Makefile ============================================================================== --- head/devel/p5-Inline-C/Makefile Wed Feb 18 18:38:15 2015 (r379305) +++ head/devel/p5-Inline-C/Makefile Wed Feb 18 18:52:08 2015 (r379306) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Inline-C -PORTVERSION= 0.73 +PORTVERSION= 0.74 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=7.00:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \ - p5-Inline>=0.78:${PORTSDIR}/devel/p5-Inline \ + p5-Inline>=0.79:${PORTSDIR}/devel/p5-Inline \ p5-Parse-RecDescent>=1.967.009:${PORTSDIR}/devel/p5-Parse-RecDescent \ p5-Pegex>=0.58:${PORTSDIR}/devel/p5-Pegex RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-Inline-C/distinfo ============================================================================== --- head/devel/p5-Inline-C/distinfo Wed Feb 18 18:38:15 2015 (r379305) +++ head/devel/p5-Inline-C/distinfo Wed Feb 18 18:52:08 2015 (r379306) @@ -1,2 +1,2 @@ -SHA256 (Inline-C-0.73.tar.gz) = 4b427cd710a48c14ea6bda23c78639867e7ffd9c2e5098f8e512f911278a0dd2 -SIZE (Inline-C-0.73.tar.gz) = 72745 +SHA256 (Inline-C-0.74.tar.gz) = ae28324d85ffcf372d464ff7960141df09b7050f9b0f1571d24f8791ebd4d7ba +SIZE (Inline-C-0.74.tar.gz) = 72931 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 18:52:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B6AC8D7; Wed, 18 Feb 2015 18:52:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 267856BE; Wed, 18 Feb 2015 18:52:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IIqG3L040632; Wed, 18 Feb 2015 18:52:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IIqF9a040629; Wed, 18 Feb 2015 18:52:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181852.t1IIqF9a040629@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 18:52:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379307 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 18:52:16 -0000 Author: sunpoet Date: Wed Feb 18 18:52:14 2015 New Revision: 379307 URL: https://svnweb.freebsd.org/changeset/ports/379307 QAT: https://qat.redports.org/buildarchive/r379307/ Log: - Update to 0.7.4 Changes: https://github.com/tatsuhiro-t/nghttp2/releases Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo head/www/nghttp2/pkg-plist Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Wed Feb 18 18:52:08 2015 (r379306) +++ head/www/nghttp2/Makefile Wed Feb 18 18:52:14 2015 (r379307) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Wed Feb 18 18:52:08 2015 (r379306) +++ head/www/nghttp2/distinfo Wed Feb 18 18:52:14 2015 (r379307) @@ -1,2 +1,2 @@ -SHA256 (nghttp2-0.7.3.tar.xz) = 73b7ec1fa2ca11b537fe6b40e48e30a1db30b93d810d5e3905ce620c67df634f -SIZE (nghttp2-0.7.3.tar.xz) = 834244 +SHA256 (nghttp2-0.7.4.tar.xz) = fb71dddd7b94c8af83cb6a89b76f30ebbe1e8b0085997c370934dd57667be8f6 +SIZE (nghttp2-0.7.4.tar.xz) = 853256 Modified: head/www/nghttp2/pkg-plist ============================================================================== --- head/www/nghttp2/pkg-plist Wed Feb 18 18:52:08 2015 (r379306) +++ head/www/nghttp2/pkg-plist Wed Feb 18 18:52:14 2015 (r379307) @@ -10,7 +10,7 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.5 -lib/libnghttp2.so.5.4.0 +lib/libnghttp2.so.5.5.0 %%ASIO%%lib/libnghttp2_asio.a %%ASIO%%lib/libnghttp2_asio.so %%ASIO%%lib/libnghttp2_asio.so.0 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 18:52:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA2E49B5; Wed, 18 Feb 2015 18:52:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B385A6C0; Wed, 18 Feb 2015 18:52:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IIqLor040783; Wed, 18 Feb 2015 18:52:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IIqLTO040779; Wed, 18 Feb 2015 18:52:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502181852.t1IIqLTO040779@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Feb 2015 18:52:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379308 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 18:52:22 -0000 Author: sunpoet Date: Wed Feb 18 18:52:20 2015 New Revision: 379308 URL: https://svnweb.freebsd.org/changeset/ports/379308 QAT: https://qat.redports.org/buildarchive/r379308/ Log: - Update to 2.5.1 Changes: https://github.com/npm/npm/releases Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Wed Feb 18 18:52:14 2015 (r379307) +++ head/www/npm/Makefile Wed Feb 18 18:52:20 2015 (r379308) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTVERSION= 2.5.1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Wed Feb 18 18:52:14 2015 (r379307) +++ head/www/npm/distinfo Wed Feb 18 18:52:20 2015 (r379308) @@ -1,2 +1,2 @@ -SHA256 (npm-2.2.0.tar.xz) = 69b44228103d2d4c0ec36f552146522eca5a02e6a5f7f83988b6b7c90f04aacd -SIZE (npm-2.2.0.tar.xz) = 2024844 +SHA256 (npm-2.5.1.tar.xz) = 8da9dd76944a515149a41891bb2cbf68357abb1dab575bb8514da2c9bc44f7fb +SIZE (npm-2.5.1.tar.xz) = 2050476 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Wed Feb 18 18:52:14 2015 (r379307) +++ head/www/npm/pkg-plist Wed Feb 18 18:52:20 2015 (r379308) @@ -1,5 +1,6 @@ bin/npm etc/man.d/npm.conf +lib/node_modules/npm/.mailmap lib/node_modules/npm/.npmignore lib/node_modules/npm/.npmrc lib/node_modules/npm/.travis.yml @@ -56,6 +57,7 @@ lib/node_modules/npm/doc/api/npm-version lib/node_modules/npm/doc/api/npm-view.md lib/node_modules/npm/doc/api/npm-whoami.md lib/node_modules/npm/doc/api/npm.md +lib/node_modules/npm/doc/cli/npm-access.md lib/node_modules/npm/doc/cli/npm-adduser.md lib/node_modules/npm/doc/cli/npm-bin.md lib/node_modules/npm/doc/cli/npm-bugs.md @@ -66,6 +68,7 @@ lib/node_modules/npm/doc/cli/npm-complet lib/node_modules/npm/doc/cli/npm-config.md lib/node_modules/npm/doc/cli/npm-dedupe.md lib/node_modules/npm/doc/cli/npm-deprecate.md +lib/node_modules/npm/doc/cli/npm-dist-tag.md lib/node_modules/npm/doc/cli/npm-docs.md lib/node_modules/npm/doc/cli/npm-edit.md lib/node_modules/npm/doc/cli/npm-explore.md @@ -156,6 +159,7 @@ lib/node_modules/npm/html/doc/api/npm-ve lib/node_modules/npm/html/doc/api/npm-view.html lib/node_modules/npm/html/doc/api/npm-whoami.html lib/node_modules/npm/html/doc/api/npm.html +lib/node_modules/npm/html/doc/cli/npm-access.html lib/node_modules/npm/html/doc/cli/npm-adduser.html lib/node_modules/npm/html/doc/cli/npm-bin.html lib/node_modules/npm/html/doc/cli/npm-bugs.html @@ -166,6 +170,7 @@ lib/node_modules/npm/html/doc/cli/npm-co lib/node_modules/npm/html/doc/cli/npm-config.html lib/node_modules/npm/html/doc/cli/npm-dedupe.html lib/node_modules/npm/html/doc/cli/npm-deprecate.html +lib/node_modules/npm/html/doc/cli/npm-dist-tag.html lib/node_modules/npm/html/doc/cli/npm-docs.html lib/node_modules/npm/html/doc/cli/npm-edit.html lib/node_modules/npm/html/doc/cli/npm-explore.html @@ -263,6 +268,7 @@ lib/node_modules/npm/html/partial/doc/ap lib/node_modules/npm/html/partial/doc/api/npm-view.html lib/node_modules/npm/html/partial/doc/api/npm-whoami.html lib/node_modules/npm/html/partial/doc/api/npm.html +lib/node_modules/npm/html/partial/doc/cli/npm-access.html lib/node_modules/npm/html/partial/doc/cli/npm-adduser.html lib/node_modules/npm/html/partial/doc/cli/npm-bin.html lib/node_modules/npm/html/partial/doc/cli/npm-bugs.html @@ -273,6 +279,7 @@ lib/node_modules/npm/html/partial/doc/cl lib/node_modules/npm/html/partial/doc/cli/npm-config.html lib/node_modules/npm/html/partial/doc/cli/npm-dedupe.html lib/node_modules/npm/html/partial/doc/cli/npm-deprecate.html +lib/node_modules/npm/html/partial/doc/cli/npm-dist-tag.html lib/node_modules/npm/html/partial/doc/cli/npm-docs.html lib/node_modules/npm/html/partial/doc/cli/npm-edit.html lib/node_modules/npm/html/partial/doc/cli/npm-explore.html @@ -327,6 +334,7 @@ lib/node_modules/npm/html/partial/doc/mi lib/node_modules/npm/html/partial/doc/misc/semver.html lib/node_modules/npm/html/static/style.css lib/node_modules/npm/html/static/toc.js +lib/node_modules/npm/lib/access.js lib/node_modules/npm/lib/adduser.js lib/node_modules/npm/lib/bin.js lib/node_modules/npm/lib/bugs.js @@ -356,6 +364,7 @@ lib/node_modules/npm/lib/config/set-cred lib/node_modules/npm/lib/config/set-user.js lib/node_modules/npm/lib/dedupe.js lib/node_modules/npm/lib/deprecate.js +lib/node_modules/npm/lib/dist-tag.js lib/node_modules/npm/lib/docs.js lib/node_modules/npm/lib/edit.js lib/node_modules/npm/lib/explore.js @@ -405,8 +414,10 @@ lib/node_modules/npm/lib/utils/lifecycle lib/node_modules/npm/lib/utils/link.js lib/node_modules/npm/lib/utils/locker.js lib/node_modules/npm/lib/utils/map-to-registry.js +lib/node_modules/npm/lib/utils/read-local-package.js lib/node_modules/npm/lib/utils/spawn.js lib/node_modules/npm/lib/utils/tar.js +lib/node_modules/npm/lib/utils/umask.js lib/node_modules/npm/lib/version.js lib/node_modules/npm/lib/view.js lib/node_modules/npm/lib/visnup.js @@ -414,6 +425,7 @@ lib/node_modules/npm/lib/whoami.js lib/node_modules/npm/lib/xmas.js lib/node_modules/npm/make.bat lib/node_modules/npm/man/man1/npm-README.1.gz +lib/node_modules/npm/man/man1/npm-access.1.gz lib/node_modules/npm/man/man1/npm-adduser.1.gz lib/node_modules/npm/man/man1/npm-bin.1.gz lib/node_modules/npm/man/man1/npm-bugs.1.gz @@ -424,6 +436,7 @@ lib/node_modules/npm/man/man1/npm-comple lib/node_modules/npm/man/man1/npm-config.1.gz lib/node_modules/npm/man/man1/npm-dedupe.1.gz lib/node_modules/npm/man/man1/npm-deprecate.1.gz +lib/node_modules/npm/man/man1/npm-dist-tag.1.gz lib/node_modules/npm/man/man1/npm-docs.1.gz lib/node_modules/npm/man/man1/npm-edit.1.gz lib/node_modules/npm/man/man1/npm-explore.1.gz @@ -614,7 +627,9 @@ lib/node_modules/npm/node_modules/cmd-sh lib/node_modules/npm/node_modules/cmd-shim/test/basic.js lib/node_modules/npm/node_modules/cmd-shim/test/zz-cleanup.js lib/node_modules/npm/node_modules/columnify/LICENSE +lib/node_modules/npm/node_modules/columnify/Makefile lib/node_modules/npm/node_modules/columnify/Readme.md +lib/node_modules/npm/node_modules/columnify/columnify.js lib/node_modules/npm/node_modules/columnify/index.js lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/cli.js lib/node_modules/npm/node_modules/columnify/node_modules/strip-ansi/index.js @@ -1101,10 +1116,16 @@ lib/node_modules/npm/node_modules/npm-re lib/node_modules/npm/node_modules/npm-registry-client/LICENSE lib/node_modules/npm/node_modules/npm-registry-client/README.md lib/node_modules/npm/node_modules/npm-registry-client/index.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/access.js lib/node_modules/npm/node_modules/npm-registry-client/lib/adduser.js lib/node_modules/npm/node_modules/npm-registry-client/lib/attempt.js lib/node_modules/npm/node_modules/npm-registry-client/lib/authify.js lib/node_modules/npm/node_modules/npm-registry-client/lib/deprecate.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/add.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/fetch.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/rm.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/set.js +lib/node_modules/npm/node_modules/npm-registry-client/lib/dist-tags/update.js lib/node_modules/npm/node_modules/npm-registry-client/lib/fetch.js lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js lib/node_modules/npm/node_modules/npm-registry-client/lib/initialize.js @@ -1166,14 +1187,40 @@ lib/node_modules/npm/node_modules/npm-re lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/server/ls.js lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/string.js lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/test/typedarray.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/LICENSE +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/README.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/.npmignore +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/.travis.yml +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/README.md +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/index.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/basic.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/bitbucket.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/gist.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/github.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/gitlab.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/lib/standard-tests.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/npa.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/test/basic.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/test/bitbucket.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/test/github.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/test/gitlab.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/test/windows.js lib/node_modules/npm/node_modules/npm-registry-client/package.json lib/node_modules/npm/node_modules/npm-registry-client/test/00-setup.js +lib/node_modules/npm/node_modules/npm-registry-client/test/access.js lib/node_modules/npm/node_modules/npm-registry-client/test/adduser-new.js lib/node_modules/npm/node_modules/npm-registry-client/test/adduser-update.js lib/node_modules/npm/node_modules/npm-registry-client/test/adduser.js lib/node_modules/npm/node_modules/npm-registry-client/test/config-defaults.js lib/node_modules/npm/node_modules/npm-registry-client/test/config-override.js lib/node_modules/npm/node_modules/npm-registry-client/test/deprecate.js +lib/node_modules/npm/node_modules/npm-registry-client/test/dist-tags-add.js +lib/node_modules/npm/node_modules/npm-registry-client/test/dist-tags-fetch.js +lib/node_modules/npm/node_modules/npm-registry-client/test/dist-tags-rm.js +lib/node_modules/npm/node_modules/npm-registry-client/test/dist-tags-set.js +lib/node_modules/npm/node_modules/npm-registry-client/test/dist-tags-update.js lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-404.js lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-408.js lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-503.js @@ -1183,6 +1230,7 @@ lib/node_modules/npm/node_modules/npm-re lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-not-authed.js lib/node_modules/npm/node_modules/npm-registry-client/test/get-basic.js lib/node_modules/npm/node_modules/npm-registry-client/test/get-error-403.js +lib/node_modules/npm/node_modules/npm-registry-client/test/initialize.js lib/node_modules/npm/node_modules/npm-registry-client/test/lib/common.js lib/node_modules/npm/node_modules/npm-registry-client/test/lib/server.js lib/node_modules/npm/node_modules/npm-registry-client/test/publish-again-scoped.js @@ -1357,10 +1405,12 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/disabled.appveyor.yml lib/node_modules/npm/node_modules/request/examples/README.md lib/node_modules/npm/node_modules/request/index.js +lib/node_modules/npm/node_modules/request/lib/auth.js lib/node_modules/npm/node_modules/request/lib/cookies.js lib/node_modules/npm/node_modules/request/lib/copy.js -lib/node_modules/npm/node_modules/request/lib/debug.js +lib/node_modules/npm/node_modules/request/lib/getProxyFromURI.js lib/node_modules/npm/node_modules/request/lib/helpers.js +lib/node_modules/npm/node_modules/request/lib/oauth.js lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/LICENSE lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/README.md lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/index.js @@ -1411,22 +1461,14 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/component.json lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/HISTORY.md -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/LICENSE -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/README.md -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/index.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/node_modules/mime-db/LICENSE -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/node_modules/mime-db/README.md -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/node_modules/mime-db/db.json -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/node_modules/mime-db/index.js -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/node_modules/mime-db/package.json -lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/mime-types/package.json lib/node_modules/npm/node_modules/request/node_modules/form-data/package.json lib/node_modules/npm/node_modules/request/node_modules/hawk/.npmignore lib/node_modules/npm/node_modules/request/node_modules/hawk/.travis.yml lib/node_modules/npm/node_modules/request/node_modules/hawk/LICENSE lib/node_modules/npm/node_modules/request/node_modules/hawk/Makefile lib/node_modules/npm/node_modules/request/node_modules/hawk/README.md +lib/node_modules/npm/node_modules/request/node_modules/hawk/bower.json +lib/node_modules/npm/node_modules/request/node_modules/hawk/component.json lib/node_modules/npm/node_modules/request/node_modules/hawk/example/usage.js lib/node_modules/npm/node_modules/request/node_modules/hawk/images/hawk.png lib/node_modules/npm/node_modules/request/node_modules/hawk/images/logo.png @@ -1439,6 +1481,7 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/hawk/lib/utils.js lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/.npmignore lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/CONTRIBUTING.md lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/LICENSE lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/Makefile lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/boom/README.md @@ -1458,6 +1501,7 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/test/index.js lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/.npmignore lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/CONTRIBUTING.md lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/LICENSE lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/Makefile lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/README.md @@ -1468,6 +1512,7 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/package.json lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/test/escaper.js lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/test/index.js +lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/ignore.txt lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test1.js lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test2.js lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test3.js @@ -1517,6 +1562,7 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus/README.md lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus/assert.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus/package.json +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/.npmignore lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/CHANGELOG lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/LICENSE lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/README @@ -1528,52 +1574,29 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/package.json lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tools/jsl.conf lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tools/jsstyle -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/float.json -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/int.json -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/psinfo.json -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/struct.json -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.fail.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.float.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.int.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.psinfo.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.struct.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.typedef.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/typedef.json -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/float/tst.rfloat.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/float/tst.wfloat.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/int/tst.64.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/int/tst.rint.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/int/tst.wbounds.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/int/tst.wint.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/uint/tst.64.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/uint/tst.roundtrip.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/uint/tst.ruint.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/uint/tst.wuint.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.basicr.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.basicw.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.char.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.endian.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.oldwrite.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.readSize.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.structw.js -lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.writeStruct.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/package.json +lib/node_modules/npm/node_modules/request/node_modules/isstream/.npmignore +lib/node_modules/npm/node_modules/request/node_modules/isstream/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/isstream/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/isstream/README.md +lib/node_modules/npm/node_modules/request/node_modules/isstream/isstream.js +lib/node_modules/npm/node_modules/request/node_modules/isstream/package.json +lib/node_modules/npm/node_modules/request/node_modules/isstream/test.js lib/node_modules/npm/node_modules/request/node_modules/json-stringify-safe/LICENSE lib/node_modules/npm/node_modules/request/node_modules/json-stringify-safe/README.md lib/node_modules/npm/node_modules/request/node_modules/json-stringify-safe/package.json lib/node_modules/npm/node_modules/request/node_modules/json-stringify-safe/stringify.js lib/node_modules/npm/node_modules/request/node_modules/json-stringify-safe/test.js -lib/node_modules/npm/node_modules/request/node_modules/mime-types/.npmignore -lib/node_modules/npm/node_modules/request/node_modules/mime-types/.travis.yml +lib/node_modules/npm/node_modules/request/node_modules/mime-types/HISTORY.md lib/node_modules/npm/node_modules/request/node_modules/mime-types/LICENSE -lib/node_modules/npm/node_modules/request/node_modules/mime-types/Makefile lib/node_modules/npm/node_modules/request/node_modules/mime-types/README.md -lib/node_modules/npm/node_modules/request/node_modules/mime-types/SOURCES.md -lib/node_modules/npm/node_modules/request/node_modules/mime-types/component.json -lib/node_modules/npm/node_modules/request/node_modules/mime-types/lib/custom.json -lib/node_modules/npm/node_modules/request/node_modules/mime-types/lib/index.js -lib/node_modules/npm/node_modules/request/node_modules/mime-types/lib/mime.json -lib/node_modules/npm/node_modules/request/node_modules/mime-types/lib/node.json +lib/node_modules/npm/node_modules/request/node_modules/mime-types/index.js +lib/node_modules/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/HISTORY.md +lib/node_modules/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/LICENSE +lib/node_modules/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/README.md +lib/node_modules/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/db.json +lib/node_modules/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/index.js +lib/node_modules/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/package.json lib/node_modules/npm/node_modules/request/node_modules/mime-types/package.json lib/node_modules/npm/node_modules/request/node_modules/node-uuid/.npmignore lib/node_modules/npm/node_modules/request/node_modules/node-uuid/LICENSE.md @@ -1782,6 +1805,13 @@ lib/node_modules/npm/node_modules/uid-nu lib/node_modules/npm/node_modules/uid-number/get-uid-gid.js lib/node_modules/npm/node_modules/uid-number/package.json lib/node_modules/npm/node_modules/uid-number/uid-number.js +lib/node_modules/npm/node_modules/umask/.npmignore +lib/node_modules/npm/node_modules/umask/ChangeLog +lib/node_modules/npm/node_modules/umask/LICENSE +lib/node_modules/npm/node_modules/umask/README.md +lib/node_modules/npm/node_modules/umask/index.js +lib/node_modules/npm/node_modules/umask/package.json +lib/node_modules/npm/node_modules/umask/test/simple.js lib/node_modules/npm/node_modules/which/LICENSE lib/node_modules/npm/node_modules/which/README.md lib/node_modules/npm/node_modules/which/bin/which @@ -1806,6 +1836,7 @@ lib/node_modules/npm/scripts/install.sh lib/node_modules/npm/scripts/publish-tag.js lib/node_modules/npm/scripts/release.sh lib/node_modules/npm/scripts/relocate.sh +lib/node_modules/npm/scripts/update-authors.sh lib/node_modules/npm/test/common-tap.js lib/node_modules/npm/test/common.js lib/node_modules/npm/test/disabled/bundlerecurs/package.json @@ -1898,6 +1929,7 @@ lib/node_modules/npm/test/tap/00-config- lib/node_modules/npm/test/tap/00-verify-bundle-deps.js lib/node_modules/npm/test/tap/00-verify-ls-ok.js lib/node_modules/npm/test/tap/404-parent.js +lib/node_modules/npm/test/tap/access.js lib/node_modules/npm/test/tap/add-remote-git-fake-windows.js lib/node_modules/npm/test/tap/add-remote-git.js lib/node_modules/npm/test/tap/adduser-always-auth.js @@ -1926,6 +1958,7 @@ lib/node_modules/npm/test/tap/dedupe.js lib/node_modules/npm/test/tap/dedupe/package.json lib/node_modules/npm/test/tap/dev-dep-duplicate/desired-ls-results.json lib/node_modules/npm/test/tap/dev-dep-duplicate/package.json +lib/node_modules/npm/test/tap/dist-tag.js lib/node_modules/npm/test/tap/false_name.js lib/node_modules/npm/test/tap/false_name/index.js lib/node_modules/npm/test/tap/false_name/package.json @@ -2016,6 +2049,7 @@ lib/node_modules/npm/test/tap/outdated-g lib/node_modules/npm/test/tap/outdated-include-devdependencies.js lib/node_modules/npm/test/tap/outdated-include-devdependencies/package.json lib/node_modules/npm/test/tap/outdated-json.js +lib/node_modules/npm/test/tap/outdated-long.js lib/node_modules/npm/test/tap/outdated-new-versions.js lib/node_modules/npm/test/tap/outdated-new-versions/package.json lib/node_modules/npm/test/tap/outdated-notarget.js @@ -2043,6 +2077,9 @@ lib/node_modules/npm/test/tap/peer-deps/ lib/node_modules/npm/test/tap/prepublish.js lib/node_modules/npm/test/tap/prune.js lib/node_modules/npm/test/tap/prune/package.json +lib/node_modules/npm/test/tap/publish-access-scoped.js +lib/node_modules/npm/test/tap/publish-access-unscoped-restricted-fails.js +lib/node_modules/npm/test/tap/publish-access-unscoped.js lib/node_modules/npm/test/tap/publish-config.js lib/node_modules/npm/test/tap/publish-scoped.js lib/node_modules/npm/test/tap/pwd-prefix.js @@ -2076,6 +2113,7 @@ lib/node_modules/npm/test/tap/spawn-enoe lib/node_modules/npm/test/tap/startstop.js lib/node_modules/npm/test/tap/startstop/package.json lib/node_modules/npm/test/tap/test-run-ls.js +lib/node_modules/npm/test/tap/umask-lifecycle.js lib/node_modules/npm/test/tap/uninstall-package.js lib/node_modules/npm/test/tap/uninstall-package/package.json lib/node_modules/npm/test/tap/unpack-foreign-tarball.js From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 19:16:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 020DAEE5; Wed, 18 Feb 2015 19:16:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF90395D; Wed, 18 Feb 2015 19:16:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IJGktC050964; Wed, 18 Feb 2015 19:16:46 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IJGiOs050950; Wed, 18 Feb 2015 19:16:44 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201502181916.t1IJGiOs050950@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Wed, 18 Feb 2015 19:16:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379309 - in head/japanese/mozc-server: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 19:16:47 -0000 Author: hrs Date: Wed Feb 18 19:16:43 2015 New Revision: 379309 URL: https://svnweb.freebsd.org/changeset/ports/379309 QAT: https://qat.redports.org/buildarchive/r379309/ Log: - Fix pathname of mozc_renderer, mozc_tool, and mozc_emacs_helper. - Fix mozc_tool script to accept options regardless --mode= is specified. - Fix leim-list.el to load mozc.elc. Added: head/japanese/mozc-server/files/patch-base_base.gyp (contents, props changed) head/japanese/mozc-server/files/patch-base_system_util.cc (contents, props changed) head/japanese/mozc-server/files/patch-unix_ibus_gen_mozc_xml.py (contents, props changed) head/japanese/mozc-server/files/patch-unix_ibus_ibus.gyp (contents, props changed) Modified: head/japanese/mozc-server/Makefile head/japanese/mozc-server/files/leim-list.el head/japanese/mozc-server/files/mozc.in head/japanese/mozc-server/files/mozc_tool.in head/japanese/mozc-server/files/patch-build_mozc.py head/japanese/mozc-server/files/patch-gyp_common.gypi head/japanese/mozc-server/files/patch-unix_emacs_mozc.el Modified: head/japanese/mozc-server/Makefile ============================================================================== --- head/japanese/mozc-server/Makefile Wed Feb 18 18:52:20 2015 (r379308) +++ head/japanese/mozc-server/Makefile Wed Feb 18 19:16:43 2015 (r379309) @@ -3,6 +3,7 @@ PORTNAME= mozc PORTVERSION= 2.16.2051.102 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= LOCAL/hrs DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -116,6 +117,8 @@ post-configure: ${WRKSRC}/mozcmake ${BUILD_MOZC_CMD} gyp \ --gypdir=${WRKSRC}/third_party/gyp \ --server_dir="${PREFIX}/bin" \ + --tool_dir="${PREFIX}/libexec" \ + --renderer_dir="${PREFIX}/libexec" \ --localbase="${LOCALBASE}" \ --ldflags="${LDFLAGS} -fstack-protector -L${LOCALBASE}/lib" \ --cflags="${CFLAGS:Q}" \ @@ -207,7 +210,7 @@ RUN_DEPENDS+= mozc_server:${PORTSDIR}/ja mozc_tool:${PORTSDIR}/japanese/mozc-tool \ ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:${PORTSDIR}/devel/py-notify -PLIST_FILES+= bin/mozc_renderer \ +PLIST_FILES+= libexec/mozc_renderer \ libexec/ibus-engine-mozc \ %%DATADIR%%/icons/alpha_full.png \ %%DATADIR%%/icons/alpha_half.png \ @@ -230,7 +233,7 @@ do-build-ibus_mozc: do-install-ibus_mozc: ${INSTALL_PROGRAM} \ ${WRKSRC}/out_linux/${BUILD_MODE}/mozc_renderer \ - ${STAGEDIR}${PREFIX}/bin/mozc_renderer + ${STAGEDIR}${PREFIX}/libexec/mozc_renderer ${INSTALL_PROGRAM} \ ${WRKSRC}/out_linux/${BUILD_MODE}/ibus_mozc \ ${STAGEDIR}${PREFIX}/libexec/ibus-engine-mozc @@ -331,11 +334,16 @@ do-install-fcitx_mozc: CATEGORIES+= elisp RUN_DEPENDS+= mozc_server:${PORTSDIR}/japanese/mozc-server -PLIST_FILES+= ${EMACS_VERSION_SITE_LISPDIR}/mozc/mozc.el \ - ${EMACS_VERSION_SITE_LISPDIR}/mozc/mozc.elc \ +PLIST_FILES+= ${EMACS_VERSION_SITE_LISPDIR}/mozc/mozc.elc \ ${EMACS_VERSION_SITE_LISPDIR}/mozc/leim-list.el PLIST_DIRS+= ${EMACS_VERSION_SITE_LISPDIR}/mozc +post-patch-mozc_el: + ${REINPLACE_CMD} "s,%%PREFIX%%,${PREFIX}," \ + ${WRKSRC}/unix/emacs/mozc.el + +post-patch: post-patch-mozc_el + do-build-mozc_el: cd ${WRKSRC}/unix/emacs && \ ${EMACS_CMD} -batch -q -no-site-file -no-init-file \ @@ -344,7 +352,6 @@ do-build-mozc_el: do-install-mozc_el: @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/mozc ${INSTALL_DATA} \ - ${WRKSRC}/unix/emacs/mozc.el \ ${WRKSRC}/unix/emacs/mozc.elc \ ${FILESDIR}/leim-list.el \ ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/mozc/ Modified: head/japanese/mozc-server/files/leim-list.el ============================================================================== --- head/japanese/mozc-server/files/leim-list.el Wed Feb 18 18:52:20 2015 (r379308) +++ head/japanese/mozc-server/files/leim-list.el Wed Feb 18 19:16:43 2015 (r379309) @@ -13,8 +13,8 @@ ;; documentation and/or other materials provided with the distribution. ;; -(autoload 'mozc-mode "mozc.el" "Activate Mozc." t) -(autoload 'mozc-leim-activate "mozc.el" "Activate Mozc." t) +(autoload 'mozc-mode "mozc" "Activate Mozc." t) +(autoload 'mozc-leim-activate "mozc" "Activate Mozc." t) (defcustom mozc-leim-title "[Mozc]" "Mode line string shown when mozc-mode is enabled. Modified: head/japanese/mozc-server/files/mozc.in ============================================================================== --- head/japanese/mozc-server/files/mozc.in Wed Feb 18 18:52:20 2015 (r379308) +++ head/japanese/mozc-server/files/mozc.in Wed Feb 18 19:16:43 2015 (r379309) @@ -19,8 +19,11 @@ cleanup_lock() check_lock() { if [ -r "${MOZCDIR}/.server.lock" ]; then - pid=$(cat "${MOZCDIR}/mozc_server.pid") - printf "mozc_server is running (PID=%s).\n" "$pid" \ + if [ -r "${MOZCDIR}/mozc_server.pid" ]; then + pid=$(cat "${MOZCDIR}/mozc_server.pid") + pid=" (PID=$pid)" + fi + printf "mozc_server is running%s.\n" "$pid" \ > /dev/stderr false fi Modified: head/japanese/mozc-server/files/mozc_tool.in ============================================================================== --- head/japanese/mozc-server/files/mozc_tool.in Wed Feb 18 18:52:20 2015 (r379308) +++ head/japanese/mozc-server/files/mozc_tool.in Wed Feb 18 19:16:43 2015 (r379309) @@ -1,20 +1,17 @@ #!/bin/sh # $FreeBSD$ -case $# in -0) - echo "Specify one of the following keyword in --mode= option:" - cat < Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9FC3FFCC; Wed, 18 Feb 2015 19:17:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8059D966; Wed, 18 Feb 2015 19:17:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IJHFtD051195; Wed, 18 Feb 2015 19:17:15 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IJHES7051189; Wed, 18 Feb 2015 19:17:14 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201502181917.t1IJHES7051189@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Wed, 18 Feb 2015 19:17:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379310 - in head/print/ghostscript7: . 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.18-1 Precedence: list List-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, 18 Feb 2015 19:17:15 -0000 Author: hrs Date: Wed Feb 18 19:17:14 2015 New Revision: 379310 URL: https://svnweb.freebsd.org/changeset/ports/379310 QAT: https://qat.redports.org/buildarchive/r379310/ Log: Fix libpng issue. Deleted: head/print/ghostscript7/files/patch-src-png_.h Modified: head/print/ghostscript7/Makefile head/print/ghostscript7/files/patch-src-gdevpng.c head/print/ghostscript7/pkg-message Modified: head/print/ghostscript7/Makefile ============================================================================== --- head/print/ghostscript7/Makefile Wed Feb 18 19:16:43 2015 (r379309) +++ head/print/ghostscript7/Makefile Wed Feb 18 19:17:14 2015 (r379310) @@ -3,7 +3,7 @@ PORTNAME= ghostscript PORTVERSION= 7.07 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= print MASTER_SITES= SF/ghostscript/gnu-gs/${PORTVERSION}:gs_srcs \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/gs${PORTVERSION:S/.//}/:gs_srcs \ @@ -21,8 +21,6 @@ COMMENT= Ghostscript 7.x PostScript inte LICENSE= GPLv2 -BROKEN= Does not support modern png - LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts Modified: head/print/ghostscript7/files/patch-src-gdevpng.c ============================================================================== --- head/print/ghostscript7/files/patch-src-gdevpng.c Wed Feb 18 19:16:43 2015 (r379309) +++ head/print/ghostscript7/files/patch-src-gdevpng.c Wed Feb 18 19:17:14 2015 (r379310) @@ -1,6 +1,19 @@ ---- src/gdevpng.c.orig 2003-05-15 12:05:29.000000000 +0200 -+++ src/gdevpng.c 2012-04-27 20:17:30.000000000 +0200 -@@ -258,7 +258,7 @@ +--- src/gdevpng.c.orig 2003-05-15 19:05:29.000000000 +0900 ++++ src/gdevpng.c 2015-02-19 01:59:24.000000000 +0900 +@@ -41,12 +41,6 @@ + #include "gdevpccm.h" + #include "gscdefs.h" + +-#define PNG_INTERNAL +-/* +- * libpng versions 1.0.3 and later allow disabling access to the stdxxx +- * files while retaining support for FILE * I/O. +- */ +-#define PNG_NO_CONSOLE_IO + /* + * Earlier libpng versions require disabling FILE * I/O altogether. + * This produces a compiler warning about no prototype for png_init_io. +@@ -258,7 +252,7 @@ goto done; } /* set error handling */ @@ -9,3 +22,166 @@ /* If we get here, we had a problem reading the file */ code = gs_note_error(gs_error_VMerror); goto done; +@@ -268,19 +262,12 @@ + png_init_io(png_ptr, file); + + /* set the file information here */ +- info_ptr->width = pdev->width; +- info_ptr->height = pdev->height; +- /* resolution is in pixels per meter vs. dpi */ +- info_ptr->x_pixels_per_unit = +- (png_uint_32) (pdev->HWResolution[0] * (100.0 / 2.54)); +- info_ptr->y_pixels_per_unit = +- (png_uint_32) (pdev->HWResolution[1] * (100.0 / 2.54)); +- info_ptr->phys_unit_type = PNG_RESOLUTION_METER; +- info_ptr->valid |= PNG_INFO_pHYs; + switch (depth) { + case 32: +- info_ptr->bit_depth = 8; +- info_ptr->color_type = PNG_COLOR_TYPE_RGB_ALPHA; ++ png_set_IHDR(png_ptr, info_ptr, pdev->width, pdev->height, ++ 8, PNG_COLOR_TYPE_RGB_ALPHA, ++ PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_DEFAULT, ++ PNG_FILTER_TYPE_DEFAULT); + png_set_invert_alpha(png_ptr); + { gx_device_pngalpha *ppdev = (gx_device_pngalpha *)pdev; + png_color_16 background; +@@ -292,51 +279,68 @@ + png_set_bKGD(png_ptr, info_ptr, &background); + } + break; ++ case 48: ++ png_set_IHDR(png_ptr, info_ptr, pdev->width, pdev->height, ++ 16, PNG_COLOR_TYPE_RGB, ++ PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_DEFAULT, ++ PNG_FILTER_TYPE_DEFAULT); ++#if defined(ARCH_IS_BIG_ENDIAN) && (!ARCH_IS_BIG_ENDIAN) ++ png_set_swap(png_ptr); ++#endif ++ break; + case 24: +- info_ptr->bit_depth = 8; +- info_ptr->color_type = PNG_COLOR_TYPE_RGB; ++ png_set_IHDR(png_ptr, info_ptr, pdev->width, pdev->height, ++ 8, PNG_COLOR_TYPE_RGB, ++ PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_DEFAULT, ++ PNG_FILTER_TYPE_DEFAULT); + break; + case 8: +- info_ptr->bit_depth = 8; +- if (gx_device_has_color(pdev)) +- info_ptr->color_type = PNG_COLOR_TYPE_PALETTE; +- else +- info_ptr->color_type = PNG_COLOR_TYPE_GRAY; ++ png_set_IHDR(png_ptr, info_ptr, pdev->width, pdev->height, ++ 8, gx_device_has_color(pdev) ? ++ PNG_COLOR_TYPE_PALETTE : PNG_COLOR_TYPE_GRAY, ++ PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_DEFAULT, ++ PNG_FILTER_TYPE_DEFAULT); + break; + case 4: +- info_ptr->bit_depth = 4; +- info_ptr->color_type = PNG_COLOR_TYPE_PALETTE; ++ png_set_IHDR(png_ptr, info_ptr, pdev->width, pdev->height, ++ 4, PNG_COLOR_TYPE_PALETTE, ++ PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_DEFAULT, ++ PNG_FILTER_TYPE_DEFAULT); + break; + case 1: +- info_ptr->bit_depth = 1; +- info_ptr->color_type = PNG_COLOR_TYPE_GRAY; ++ png_set_IHDR(png_ptr, info_ptr, pdev->width, pdev->height, ++ 1, PNG_COLOR_TYPE_PALETTE, ++ PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_DEFAULT, ++ PNG_FILTER_TYPE_DEFAULT); + /* invert monocrome pixels */ + png_set_invert_mono(png_ptr); + break; + } + ++ /* resolution is in pixels per meter vs. dpi */ ++ png_set_pHYs(png_ptr, info_ptr, ++ (png_uint_32) (pdev->HWResolution[0] * (100.0 / 2.54)), ++ (png_uint_32) (pdev->HWResolution[1] * (100.0 / 2.54)), ++ PNG_RESOLUTION_METER); ++ + /* set the palette if there is one */ +- if (info_ptr->color_type == PNG_COLOR_TYPE_PALETTE) { ++ if (png_get_color_type(png_ptr, info_ptr) == PNG_COLOR_TYPE_PALETTE) { + int i; + int num_colors = 1 << depth; + gx_color_value rgb[3]; ++ png_color palette[256]; ++ ++ if (num_colors > 256) ++ num_colors = 256; + +- info_ptr->palette = +- (void *)gs_alloc_bytes(mem, 256 * sizeof(png_color), +- "png palette"); +- if (info_ptr->palette == 0) { +- code = gs_note_error(gs_error_VMerror); +- goto done; +- } +- info_ptr->num_palette = num_colors; +- info_ptr->valid |= PNG_INFO_PLTE; + for (i = 0; i < num_colors; i++) { + (*dev_proc(pdev, map_color_rgb)) ((gx_device *) pdev, + (gx_color_index) i, rgb); +- info_ptr->palette[i].red = gx_color_value_to_byte(rgb[0]); +- info_ptr->palette[i].green = gx_color_value_to_byte(rgb[1]); +- info_ptr->palette[i].blue = gx_color_value_to_byte(rgb[2]); ++ palette[i].red = gx_color_value_to_byte(rgb[0]); ++ palette[i].green = gx_color_value_to_byte(rgb[1]); ++ palette[i].blue = gx_color_value_to_byte(rgb[2]); + } ++ png_set_PLTE(png_ptr, info_ptr, palette, num_colors); + } + /* add comment */ + strncpy(software_key, "Software", sizeof(software_key)); +@@ -346,15 +350,16 @@ + text_png.key = software_key; + text_png.text = software_text; + text_png.text_length = strlen(software_text); +- info_ptr->text = &text_png; +- info_ptr->num_text = 1; ++ png_set_text(png_ptr, info_ptr, &text_png, 1); + + /* write the file information */ + png_write_info(png_ptr, info_ptr); + + /* don't write the comments twice */ ++#if 0 + info_ptr->num_text = 0; + info_ptr->text = NULL; ++#endif + + /* Write the contents of the image. */ + for (y = 0; y < height; y++) { +@@ -365,8 +370,10 @@ + /* write the rest of the file */ + png_write_end(png_ptr, info_ptr); + ++#if 0 + /* if you alloced the palette, free it here */ + gs_free_object(mem, info_ptr->palette, "png palette"); ++#endif + + done: + /* free the structures */ +@@ -376,6 +383,7 @@ + return code; + } + ++#if 0 + /* + * Patch around a static reference to a never-used procedure. + * This could be avoided if we were willing to edit pngconf.h to +@@ -393,6 +401,7 @@ + { + } + #endif ++#endif + + private int + pngalpha_open(gx_device * pdev) Modified: head/print/ghostscript7/pkg-message ============================================================================== --- head/print/ghostscript7/pkg-message Wed Feb 18 19:16:43 2015 (r379309) +++ head/print/ghostscript7/pkg-message Wed Feb 18 19:17:14 2015 (r379310) @@ -1,4 +1 @@ -Note: in order to use the script dvipdf, dvips must be installed. -This program may be provided by either print/dvips or print/dvipsk-tetex -(print/dvipsk-tetex may be preferable since it doesn't conflict with -tetex things). +Note: dvipdf script requires dvips program installed by print/tex-dvipsk. From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 19:24:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6251C391; Wed, 18 Feb 2015 19:24:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A0DEA77; Wed, 18 Feb 2015 19:24:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IJOHMN055701; Wed, 18 Feb 2015 19:24:17 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IJOGJQ055693; Wed, 18 Feb 2015 19:24:16 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201502181924.t1IJOGJQ055693@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Wed, 18 Feb 2015 19:24:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379311 - in head/devel/gdb: . 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.18-1 Precedence: list List-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, 18 Feb 2015 19:24:17 -0000 Author: jhb (src,doc committer) Date: Wed Feb 18 19:24:15 2015 New Revision: 379311 URL: https://svnweb.freebsd.org/changeset/ports/379311 QAT: https://qat.redports.org/buildarchive/r379311/ Log: - Add support for XSAVE on amd64 and i386 using the recently added PT_GETXSTATE_INFO and XSTATE core dump sections. - Use kern.proc.sigtramp on i386 to fix unwinding across signal frames. - Change the amd64 FreeBSD ABI to return an i386 target description when debugging a 32-bit process. This allows XSAVE debugging to work for an i386 binary on amd64. - Rework thread patches to pull all threads-related patches out of the main port patches and into a single optional patch. - Adjust the thread patches so that fbsd-threads.c passes register requests for LWPs down to the native target instead of calling ptrace directly. This allows XSAVE to work with threads without any other changes. The x86 nat.c files now pass LWP IDs to ptrace register operations (other platforms already did this). The supply/collect regset stubs are now only needed to support userland threads for libkse. PR: 197501 Approved by: maintainer, bdrewery Added: head/devel/gdb/files/extrapatch-threads (contents, props changed) head/devel/gdb/files/patch-xsave (contents, props changed) Deleted: head/devel/gdb/files/extrapatch-gdb-Makefile.in head/devel/gdb/files/extrapatch-gdb-configure.tgt head/devel/gdb/files/patch-gdb-i386bsd-nat.c head/devel/gdb/files/patch-gdb-i386bsd-nat.h head/devel/gdb/files/patch-gdb-i386fbsd-tdep.c Modified: head/devel/gdb/Makefile head/devel/gdb/files/fbsd-threads.c head/devel/gdb/files/patch-gdb-amd64fbsd-nat.c head/devel/gdb/files/patch-gdb-amd64fbsd-tdep.c head/devel/gdb/files/patch-gdb-i386fbsd-nat.c Modified: head/devel/gdb/Makefile ============================================================================== --- head/devel/gdb/Makefile Wed Feb 18 19:17:14 2015 (r379310) +++ head/devel/gdb/Makefile Wed Feb 18 19:24:15 2015 (r379311) @@ -3,6 +3,7 @@ PORTNAME= gdb PORTVERSION= 7.8.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU @@ -69,11 +70,6 @@ TUI_CONFIGURE_ENABLE= tui EXCLUDE+= readline .endif -.if ${PORT_OPTIONS:MTHREADS} -EXTRA_PATCHES+= ${FILESDIR}/extrapatch-gdb-configure.tgt \ - ${FILESDIR}/extrapatch-gdb-Makefile.in -.endif - .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .endif @@ -81,9 +77,9 @@ CONFIGURE_TARGET= x86_64-portbld-freebsd post-patch: @${REINPLACE_CMD} -e 's|$$| [GDB v${PORTVERSION} for FreeBSD]|' \ ${WRKSRC}/gdb/version.in - .if ${PORT_OPTIONS:MTHREADS} @${CP} ${FILESDIR}/fbsd-threads.c ${WRKSRC}/gdb/ + @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/extrapatch-threads .endif do-install: Added: head/devel/gdb/files/extrapatch-threads ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gdb/files/extrapatch-threads Wed Feb 18 19:24:15 2015 (r379311) @@ -0,0 +1,712 @@ +diff --git a/gdb/Makefile.in b/gdb/Makefile.in +index ea27cf5..d17752f 100644 +--- gdb/Makefile.in ++++ gdb/Makefile.in +@@ -668,6 +668,7 @@ ALL_TARGET_OBS = \ + xtensa-config.o xtensa-tdep.o xtensa-linux-tdep.o \ + glibc-tdep.o \ + bsd-uthread.o \ ++ fbsd-threads.o \ + nbsd-tdep.o obsd-tdep.o \ + sol2-tdep.o \ + solib-frv.o solib-irix.o solib-svr4.o \ +@@ -1327,7 +1328,7 @@ libgdb.a: $(LIBGDB_OBS) + # Removing the old gdb first works better if it is running, at least on SunOS. + gdb$(EXEEXT): gdb.o $(LIBGDB_OBS) $(ADD_DEPS) $(CDEPS) $(TDEPLIBS) + rm -f gdb$(EXEEXT) +- $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) \ ++ $(CC_LD) $(INTERNAL_LDFLAGS) $(WIN32LDAPP) -Wl,-E \ + -o gdb$(EXEEXT) gdb.o $(LIBGDB_OBS) \ + $(TDEPLIBS) $(TUI_LIBRARY) $(CLIBS) $(LOADLIBES) + +@@ -1600,7 +1601,7 @@ ALLDEPFILES = \ + armnbsd-nat.c armbsd-tdep.c armnbsd-tdep.c armobsd-tdep.c \ + avr-tdep.c \ + bfin-linux-tdep.c bfin-tdep.c \ +- bsd-uthread.c bsd-kvm.c \ ++ bsd-uthread.c fbsd-threads.c bsd-kvm.c \ + core-regset.c \ + dcache.c dicos-tdep.c darwin-nat.c \ + exec.c \ +diff --git a/gdb/amd64bsd-nat.c b/gdb/amd64bsd-nat.c +index 9e6a0df..7aff6f0 100644 +--- gdb/amd64bsd-nat.c ++++ gdb/amd64bsd-nat.c +@@ -41,6 +41,19 @@ + size_t x86_xsave_len; + #endif + ++static pid_t ++ptrace_pid (ptid_t ptid) ++{ ++ pid_t pid; ++ ++#ifdef __FreeBSD__ ++ pid = ptid_get_lwp (ptid); ++ if (pid == 0) ++#endif ++ pid = ptid_get_pid (ptid); ++ return pid; ++} ++ + /* Fetch register REGNUM from the inferior. If REGNUM is -1, do this + for all registers (including the floating-point registers). */ + +@@ -54,7 +67,7 @@ amd64bsd_fetch_inferior_registers (struct target_ops *ops, + { + struct reg regs; + +- if (ptrace (PT_GETREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) ®s, 0) == -1) + perror_with_name (_("Couldn't get registers")); + +@@ -72,7 +85,7 @@ amd64bsd_fetch_inferior_registers (struct target_ops *ops, + if (x86_xsave_len != 0) + { + xstateregs = alloca(x86_xsave_len); +- if (ptrace (PT_GETXSTATE, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETXSTATE, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) xstateregs, 0) == -1) + perror_with_name (_("Couldn't get extended state status")); + +@@ -81,7 +94,7 @@ amd64bsd_fetch_inferior_registers (struct target_ops *ops, + } + #endif + +- if (ptrace (PT_GETFPREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETFPREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) + perror_with_name (_("Couldn't get floating point status")); + +@@ -104,11 +117,11 @@ amd64bsd_store_inferior_registers (struct target_ops *ops, + + memset( ®s, 0, sizeof(struct reg)); + memset( &oldregs, 0, sizeof(struct reg)); +- if (ptrace (PT_GETREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) ®s, 0) == -1) + perror_with_name (_("Couldn't get registers")); + +- ptrace (PT_GETREGS, ptid_get_pid (inferior_ptid), ++ ptrace (PT_GETREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) &oldregs, 0); + amd64_collect_native_gregset (regcache, ®s, regnum); + +@@ -118,7 +131,7 @@ amd64bsd_store_inferior_registers (struct target_ops *ops, + regs.r_rflags ^= (regs.r_rflags ^ oldregs.r_rflags ) & ~PSL_USERCHANGE; + //printf(" allowed regs.r_rflags = 0x%8.8X\n", regs.r_rflags ); + } +- if (ptrace (PT_SETREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_SETREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) ®s, 0) == -1) + perror_with_name (_("Couldn't write registers")); + +@@ -135,26 +148,26 @@ amd64bsd_store_inferior_registers (struct target_ops *ops, + if (x86_xsave_len != 0) + { + xstateregs = alloca(x86_xsave_len); +- if (ptrace (PT_GETXSTATE, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETXSTATE, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) xstateregs, 0) == -1) + perror_with_name (_("Couldn't get extended state status")); + + amd64_collect_xsave (regcache, regnum, xstateregs, 0); + +- if (ptrace (PT_SETXSTATE, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_SETXSTATE, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) xstateregs, x86_xsave_len) == -1) + perror_with_name (_("Couldn't write extended state status")); + return; + } + #endif + +- if (ptrace (PT_GETFPREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETFPREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) + perror_with_name (_("Couldn't get floating point status")); + + amd64_collect_fxsave (regcache, regnum, &fpregs); + +- if (ptrace (PT_SETFPREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_SETFPREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) + perror_with_name (_("Couldn't write floating point status")); + } +@@ -184,7 +197,7 @@ amd64bsd_dr_get (ptid_t ptid, int regnum) + { + struct dbreg dbregs; + +- if (ptrace (PT_GETDBREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETDBREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) &dbregs, 0) == -1) + perror_with_name (_("Couldn't read debug registers")); + +@@ -196,7 +209,7 @@ amd64bsd_dr_set (int regnum, unsigned long value) + { + struct dbreg dbregs; + +- if (ptrace (PT_GETDBREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETDBREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) &dbregs, 0) == -1) + perror_with_name (_("Couldn't get debug registers")); + +@@ -207,7 +220,7 @@ amd64bsd_dr_set (int regnum, unsigned long value) + + DBREG_DRX ((&dbregs), regnum) = value; + +- if (ptrace (PT_SETDBREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_SETDBREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) &dbregs, 0) == -1) + perror_with_name (_("Couldn't write debug registers")); + } +diff --git a/gdb/amd64fbsd-nat.c b/gdb/amd64fbsd-nat.c +index eea2472..9ce6a54 100644 +--- gdb/amd64fbsd-nat.c ++++ gdb/amd64fbsd-nat.c +@@ -18,6 +18,7 @@ + along with this program. If not, see . */ + + #include "defs.h" ++#include "gregset.h" + #include "inferior.h" + #include "regcache.h" + #include "target.h" +@@ -95,6 +96,46 @@ static int amd64fbsd32_r_reg_offset[I386_NUM_GREGS] = + }; + + ++/* Transfering the registers between GDB, inferiors and core files. */ ++ ++/* Fill GDB's register array with the general-purpose register values ++ in *GREGSETP. */ ++ ++void ++supply_gregset (struct regcache *regcache, const gregset_t *gregsetp) ++{ ++ amd64_supply_native_gregset (regcache, gregsetp, -1); ++} ++ ++/* Fill register REGNUM (if it is a general-purpose register) in ++ *GREGSETPS with the value in GDB's register array. If REGNUM is -1, ++ do this for all registers. */ ++ ++void ++fill_gregset (const struct regcache *regcache, gdb_gregset_t *gregsetp, int regnum) ++{ ++ amd64_collect_native_gregset (regcache, gregsetp, regnum); ++} ++ ++/* Fill GDB's register array with the floating-point register values ++ in *FPREGSETP. */ ++ ++void ++supply_fpregset (struct regcache *regcache, const fpregset_t *fpregsetp) ++{ ++ amd64_supply_fxsave (regcache, -1, fpregsetp); ++} ++ ++/* Fill register REGNUM (if it is a floating-point register) in ++ *FPREGSETP with the value in GDB's register array. If REGNUM is -1, ++ do this for all registers. */ ++ ++void ++fill_fpregset (const struct regcache *regcache, gdb_fpregset_t *fpregsetp, int regnum) ++{ ++ amd64_collect_fxsave (regcache, regnum, fpregsetp); ++} ++ + /* Support for debugging kernel virtual memory images. */ + + #include +diff --git a/gdb/amd64fbsd-tdep.c b/gdb/amd64fbsd-tdep.c +index 582ae50..8e07369 100644 +--- gdb/amd64fbsd-tdep.c ++++ gdb/amd64fbsd-tdep.c +@@ -31,7 +31,6 @@ + #include + + #include "amd64-tdep.h" +-#include "bsd-uthread.h" + #include "solib-svr4.h" + + /* Supported register note sections. */ +@@ -178,46 +177,6 @@ amd64fbsd_core_read_description (struct gdbarch *gdbarch, + } + + static void +-amd64fbsd_supply_uthread (struct regcache *regcache, +- int regnum, CORE_ADDR addr) +-{ +- gdb_byte buf[8]; +- int i; +- +- gdb_assert (regnum >= -1); +- +- for (i = 0; i < ARRAY_SIZE (amd64fbsd_jmp_buf_reg_offset); i++) +- { +- if (amd64fbsd_jmp_buf_reg_offset[i] != -1 +- && (regnum == -1 || regnum == i)) +- { +- read_memory (addr + amd64fbsd_jmp_buf_reg_offset[i], buf, 8); +- regcache_raw_supply (regcache, i, buf); +- } +- } +-} +- +-static void +-amd64fbsd_collect_uthread (const struct regcache *regcache, +- int regnum, CORE_ADDR addr) +-{ +- gdb_byte buf[8]; +- int i; +- +- gdb_assert (regnum >= -1); +- +- for (i = 0; i < ARRAY_SIZE (amd64fbsd_jmp_buf_reg_offset); i++) +- { +- if (amd64fbsd_jmp_buf_reg_offset[i] != -1 +- && (regnum == -1 || regnum == i)) +- { +- regcache_raw_collect (regcache, i, buf); +- write_memory (addr + amd64fbsd_jmp_buf_reg_offset[i], buf, 8); +- } +- } +-} +- +-static void + amd64fbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) + { + struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); +@@ -245,10 +204,6 @@ amd64fbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) + set_gdbarch_core_read_description (gdbarch, + amd64fbsd_core_read_description); + +- /* FreeBSD provides a user-level threads implementation. */ +- bsd_uthread_set_supply_uthread (gdbarch, amd64fbsd_supply_uthread); +- bsd_uthread_set_collect_uthread (gdbarch, amd64fbsd_collect_uthread); +- + /* FreeBSD uses SVR4-style shared libraries. */ + set_solib_svr4_fetch_link_map_offsets + (gdbarch, svr4_lp64_fetch_link_map_offsets); +diff --git a/gdb/configure.tgt b/gdb/configure.tgt +index 01311b2..0929a25 100644 +--- gdb/configure.tgt ++++ gdb/configure.tgt +@@ -189,7 +189,7 @@ i[34567]86-*-dicos*) + i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu) + # Target: FreeBSD/i386 + gdb_target_obs="i386-tdep.o i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o \ +- bsd-uthread.o solib-svr4.o" ++ fbsd-threads.o solib-svr4.o" + ;; + i[34567]86-*-netbsd* | i[34567]86-*-knetbsd*-gnu) + # Target: NetBSD/i386 +@@ -415,7 +415,7 @@ nios2*-*-*) + powerpc*-*-freebsd*) + # Target: FreeBSD/powerpc + gdb_target_obs="rs6000-tdep.o ppc-sysv-tdep.o ppc64-tdep.o \ +- ppcfbsd-tdep.o solib-svr4.o \ ++ ppcfbsd-tdep.o solib-svr4.o fbsd-threads.o \ + ravenscar-thread.o ppc-ravenscar-thread.o" + ;; + +@@ -667,7 +667,7 @@ x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) + # Target: FreeBSD/amd64 + gdb_target_obs="amd64-tdep.o amd64fbsd-tdep.o i386-tdep.o \ + i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o \ +- bsd-uthread.o solib-svr4.o" ++ fbsd-threads.o solib-svr4.o" + ;; + x86_64-*-mingw* | x86_64-*-cygwin*) + # Target: MingW/amd64 +diff --git a/gdb/i386bsd-nat.c b/gdb/i386bsd-nat.c +index c26e830..246acdd 100644 +--- gdb/i386bsd-nat.c ++++ gdb/i386bsd-nat.c +@@ -89,9 +89,22 @@ size_t x86_xsave_len; + #endif + + ++static pid_t ++ptrace_pid (ptid_t ptid) ++{ ++ pid_t pid; ++ ++#ifdef __FreeBSD__ ++ pid = ptid_get_lwp (ptid); ++ if (pid == 0) ++#endif ++ pid = ptid_get_pid (ptid); ++ return pid; ++} ++ + /* Supply the general-purpose registers in GREGS, to REGCACHE. */ + +-static void ++void + i386bsd_supply_gregset (struct regcache *regcache, const void *gregs) + { + const char *regs = gregs; +@@ -110,7 +123,7 @@ i386bsd_supply_gregset (struct regcache *regcache, const void *gregs) + GREGS. If REGNUM is -1, collect and store all appropriate + registers. */ + +-static void ++void + i386bsd_collect_gregset (const struct regcache *regcache, + void *gregs, int regnum) + { +@@ -140,7 +153,7 @@ i386bsd_fetch_inferior_registers (struct target_ops *ops, + { + struct reg regs; + +- if (ptrace (PT_GETREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) ®s, 0) == -1) + perror_with_name (_("Couldn't get registers")); + +@@ -162,7 +175,7 @@ i386bsd_fetch_inferior_registers (struct target_ops *ops, + char *xstateregs; + + xstateregs = alloca(x86_xsave_len); +- if (ptrace (PT_GETXSTATE, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETXSTATE, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) xstateregs, 0) == -1) + perror_with_name (_("Couldn't get extended state status")); + +@@ -174,7 +187,7 @@ i386bsd_fetch_inferior_registers (struct target_ops *ops, + + #ifdef HAVE_PT_GETXMMREGS + if (have_ptrace_xmmregs != 0 +- && ptrace(PT_GETXMMREGS, ptid_get_pid (inferior_ptid), ++ && ptrace(PT_GETXMMREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) xmmregs, 0) == 0) + { + have_ptrace_xmmregs = 1; +@@ -184,7 +197,7 @@ i386bsd_fetch_inferior_registers (struct target_ops *ops, + { + have_ptrace_xmmregs = 0; + #endif +- if (ptrace (PT_GETFPREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETFPREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) + perror_with_name (_("Couldn't get floating point status")); + +@@ -206,13 +219,13 @@ i386bsd_store_inferior_registers (struct target_ops *ops, + { + struct reg regs; + +- if (ptrace (PT_GETREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) ®s, 0) == -1) + perror_with_name (_("Couldn't get registers")); + + i386bsd_collect_gregset (regcache, ®s, regnum); + +- if (ptrace (PT_SETREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_SETREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) ®s, 0) == -1) + perror_with_name (_("Couldn't write registers")); + +@@ -233,13 +246,13 @@ i386bsd_store_inferior_registers (struct target_ops *ops, + char *xstateregs; + + xstateregs = alloca(x86_xsave_len); +- if (ptrace (PT_GETXSTATE, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETXSTATE, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) xstateregs, 0) == -1) + perror_with_name (_("Couldn't get extended state status")); + + i387_collect_xsave (regcache, -1, xstateregs, 0); + +- if (ptrace (PT_SETXSTATE, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_SETXSTATE, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) xstateregs, x86_xsave_len) == -1) + perror_with_name (_("Couldn't write extended state status")); + } +@@ -247,14 +260,14 @@ i386bsd_store_inferior_registers (struct target_ops *ops, + + #ifdef HAVE_PT_GETXMMREGS + if (have_ptrace_xmmregs != 0 +- && ptrace(PT_GETXMMREGS, ptid_get_pid (inferior_ptid), ++ && ptrace(PT_GETXMMREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) xmmregs, 0) == 0) + { + have_ptrace_xmmregs = 1; + + i387_collect_fxsave (regcache, regnum, xmmregs); + +- if (ptrace (PT_SETXMMREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_SETXMMREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) xmmregs, 0) == -1) + perror_with_name (_("Couldn't write XMM registers")); + } +@@ -262,13 +275,13 @@ i386bsd_store_inferior_registers (struct target_ops *ops, + { + have_ptrace_xmmregs = 0; + #endif +- if (ptrace (PT_GETFPREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETFPREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) + perror_with_name (_("Couldn't get floating point status")); + + i387_collect_fsave (regcache, regnum, &fpregs); + +- if (ptrace (PT_SETFPREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_SETFPREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) + perror_with_name (_("Couldn't write floating point status")); + #ifdef HAVE_PT_GETXMMREGS +@@ -307,7 +320,7 @@ i386bsd_dr_get (ptid_t ptid, int regnum) + { + struct dbreg dbregs; + +- if (ptrace (PT_GETDBREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETDBREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) &dbregs, 0) == -1) + perror_with_name (_("Couldn't read debug registers")); + +@@ -319,7 +332,7 @@ i386bsd_dr_set (int regnum, unsigned int value) + { + struct dbreg dbregs; + +- if (ptrace (PT_GETDBREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETDBREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) &dbregs, 0) == -1) + perror_with_name (_("Couldn't get debug registers")); + +@@ -330,7 +343,7 @@ i386bsd_dr_set (int regnum, unsigned int value) + + DBREG_DRX ((&dbregs), regnum) = value; + +- if (ptrace (PT_SETDBREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_SETDBREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) &dbregs, 0) == -1) + perror_with_name (_("Couldn't write debug registers")); + } +diff --git a/gdb/i386bsd-nat.h b/gdb/i386bsd-nat.h +index 044f530..2fca773 100644 +--- gdb/i386bsd-nat.h ++++ gdb/i386bsd-nat.h +@@ -38,6 +38,14 @@ extern CORE_ADDR i386bsd_dr_get_addr (int regnum); + + extern unsigned long i386bsd_dr_get_status (void); + ++/* low level i386 register functions used in i386fbsd-nat.c. */ ++ ++extern void i386bsd_supply_gregset (struct regcache *regcache, ++ const void *gregs); ++ ++extern void i386bsd_collect_gregset (const struct regcache *regcache, ++ void *gregs, int regnum); ++ + extern unsigned long i386bsd_dr_get_control (void); + + #endif /* i386bsd-nat.h */ +diff --git a/gdb/i386fbsd-nat.c b/gdb/i386fbsd-nat.c +index b9620e1..71abcdf 100644 +--- gdb/i386fbsd-nat.c ++++ gdb/i386fbsd-nat.c +@@ -21,6 +21,7 @@ + #include "inferior.h" + #include "regcache.h" + #include "target.h" ++#include "gregset.h" + + #include + #include +@@ -82,6 +83,49 @@ i386fbsd_resume (struct target_ops *ops, + } + + ++/* Transfering the registers between GDB, inferiors and core files. */ ++ ++/* Fill GDB's register array with the general-purpose register values ++ in *GREGSETP. */ ++ ++void ++supply_gregset (struct regcache *regcache, const gregset_t *gregsetp) ++{ ++ i386bsd_supply_gregset (regcache, gregsetp); ++} ++ ++/* Fill register REGNUM (if it is a general-purpose register) in ++ *GREGSETPS with the value in GDB's register array. If REGNUM is -1, ++ do this for all registers. */ ++ ++void ++fill_gregset (const struct regcache *regcache, gdb_gregset_t *gregsetp, int regnum) ++{ ++ i386bsd_collect_gregset (regcache, gregsetp, regnum); ++} ++ ++#include "i387-tdep.h" ++ ++/* Fill GDB's register array with the floating-point register values ++ in *FPREGSETP. */ ++ ++void ++supply_fpregset (struct regcache *regcache, const fpregset_t *fpregsetp) ++{ ++ i387_supply_fsave (regcache, -1, fpregsetp); ++} ++ ++/* Fill register REGNUM (if it is a floating-point register) in ++ *FPREGSETP with the value in GDB's register array. If REGNUM is -1, ++ do this for all registers. */ ++ ++void ++fill_fpregset (const struct regcache *regcache, gdb_fpregset_t *fpregsetp, int regnum) ++{ ++ i387_collect_fsave (regcache, regnum, fpregsetp); ++} ++ ++ + /* Support for debugging kernel virtual memory images. */ + + #include +diff --git a/gdb/i386fbsd-tdep.c b/gdb/i386fbsd-tdep.c +index 8f7109f..fcb85d8 100644 +--- gdb/i386fbsd-tdep.c ++++ gdb/i386fbsd-tdep.c +@@ -30,7 +30,6 @@ + + #include "i386-tdep.h" + #include "i387-tdep.h" +-#include "bsd-uthread.h" + #include "solib-svr4.h" + + /* FreeBSD 3.0-RELEASE or later. */ +@@ -153,46 +152,6 @@ i386fbsd_core_read_description (struct gdbarch *gdbarch, + } + + static void +-i386fbsd_supply_uthread (struct regcache *regcache, +- int regnum, CORE_ADDR addr) +-{ +- gdb_byte buf[4]; +- int i; +- +- gdb_assert (regnum >= -1); +- +- for (i = 0; i < ARRAY_SIZE (i386fbsd_jmp_buf_reg_offset); i++) +- { +- if (i386fbsd_jmp_buf_reg_offset[i] != -1 +- && (regnum == -1 || regnum == i)) +- { +- read_memory (addr + i386fbsd_jmp_buf_reg_offset[i], buf, 4); +- regcache_raw_supply (regcache, i, buf); +- } +- } +-} +- +-static void +-i386fbsd_collect_uthread (const struct regcache *regcache, +- int regnum, CORE_ADDR addr) +-{ +- gdb_byte buf[4]; +- int i; +- +- gdb_assert (regnum >= -1); +- +- for (i = 0; i < ARRAY_SIZE (i386fbsd_jmp_buf_reg_offset); i++) +- { +- if (i386fbsd_jmp_buf_reg_offset[i] != -1 +- && (regnum == -1 || regnum == i)) +- { +- regcache_raw_collect (regcache, i, buf); +- write_memory (addr + i386fbsd_jmp_buf_reg_offset[i], buf, 4); +- } +- } +-} +- +-static void + i386fbsdaout_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) + { + struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); +@@ -217,10 +176,6 @@ i386fbsdaout_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) + /* FreeBSD has a more complete `struct sigcontext'. */ + tdep->sc_reg_offset = i386fbsd_sc_reg_offset; + tdep->sc_num_regs = ARRAY_SIZE (i386fbsd_sc_reg_offset); +- +- /* FreeBSD provides a user-level threads implementation. */ +- bsd_uthread_set_supply_uthread (gdbarch, i386fbsd_supply_uthread); +- bsd_uthread_set_collect_uthread (gdbarch, i386fbsd_collect_uthread); + } + + static void +diff --git a/gdb/ppcfbsd-nat.c b/gdb/ppcfbsd-nat.c +index 079bd12..74922f2 100644 +--- gdb/ppcfbsd-nat.c ++++ gdb/ppcfbsd-nat.c +@@ -39,6 +39,19 @@ + #include "inf-ptrace.h" + #include "bsd-kvm.h" + ++static pid_t ++ptrace_pid (ptid_t ptid) ++{ ++ pid_t pid; ++ ++#ifdef __FreeBSD__ ++ pid = ptid_get_lwp (ptid); ++ if (pid == 0) ++#endif ++ pid = ptid_get_pid (ptid); ++ return pid; ++} ++ + /* Fill GDB's register array with the general-purpose register values + in *GREGSETP. */ + +@@ -123,7 +136,7 @@ ppcfbsd_fetch_inferior_registers (struct target_ops *ops, + { + gdb_gregset_t regs; + +- if (ptrace (PT_GETREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) ®s, 0) == -1) + perror_with_name (_("Couldn't get registers")); + +@@ -134,7 +147,7 @@ ppcfbsd_fetch_inferior_registers (struct target_ops *ops, + const struct regset *fpregset = ppc_fbsd_fpregset (); + gdb_fpregset_t fpregs; + +- if (ptrace (PT_GETFPREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETFPREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) + perror_with_name (_("Couldn't get FP registers")); + +@@ -151,13 +164,13 @@ ppcfbsd_store_inferior_registers (struct target_ops *ops, + { + gdb_gregset_t regs; + +- if (ptrace (PT_GETREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) ®s, 0) == -1) + perror_with_name (_("Couldn't get registers")); + + fill_gregset (regcache, ®s, regno); + +- if (ptrace (PT_SETREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_SETREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) ®s, 0) == -1) + perror_with_name (_("Couldn't write registers")); + +@@ -165,13 +178,13 @@ ppcfbsd_store_inferior_registers (struct target_ops *ops, + { + gdb_fpregset_t fpregs; + +- if (ptrace (PT_GETFPREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_GETFPREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) + perror_with_name (_("Couldn't get FP registers")); + + fill_fpregset (regcache, &fpregs, regno); + +- if (ptrace (PT_SETFPREGS, ptid_get_pid (inferior_ptid), ++ if (ptrace (PT_SETFPREGS, ptrace_pid (inferior_ptid), + (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) + perror_with_name (_("Couldn't set FP registers")); + } Modified: head/devel/gdb/files/fbsd-threads.c ============================================================================== --- head/devel/gdb/files/fbsd-threads.c Wed Feb 18 19:17:14 2015 (r379310) +++ head/devel/gdb/files/fbsd-threads.c Wed Feb 18 19:24:15 2015 (r379311) @@ -803,47 +803,6 @@ fbsd_thread_wait (struct target_ops *ops } static void -fbsd_lwp_fetch_registers (struct target_ops *ops, - struct regcache *regcache, int regnum) -{ - gregset_t gregs; - fpregset_t fpregs; - lwpid_t lwp; -#ifdef PT_GETXMMREGS - char xmmregs[512]; -#endif - - if (!target_has_execution) - { - struct target_ops *beneath = find_target_beneath (ops); - - beneath->to_fetch_registers (ops, regcache, regnum); - return; - } - - lwp = GET_LWP (inferior_ptid); - - if (ptrace (PT_GETREGS, lwp, (caddr_t) &gregs, 0) == -1) - error ("Cannot get lwp %d registers: %s\n", lwp, safe_strerror (errno)); - supply_gregset (regcache, &gregs); - -#ifdef PT_GETXMMREGS - if (ptrace (PT_GETXMMREGS, lwp, xmmregs, 0) == 0) - { - i387_supply_fxsave (regcache, -1, xmmregs); - } - else - { -#endif - if (ptrace (PT_GETFPREGS, lwp, (caddr_t) &fpregs, 0) == -1) - error ("Cannot get lwp %d registers: %s\n ", lwp, safe_strerror (errno)); - supply_fpregset (regcache, &fpregs); -#ifdef PT_GETXMMREGS - } -#endif -} - -static void fbsd_thread_fetch_registers (struct target_ops *ops, struct regcache *regcache, int regnum) { @@ -857,7 +816,9 @@ fbsd_thread_fetch_registers (struct targ if (!IS_THREAD (inferior_ptid)) { - fbsd_lwp_fetch_registers (ops, regcache, regnum); + struct target_ops *beneath = find_target_beneath (ops); + + beneath->to_fetch_registers (ops, regcache, regnum); return; } @@ -895,60 +856,6 @@ fbsd_thread_fetch_registers (struct targ } static void -fbsd_lwp_store_registers (struct target_ops *ops, - struct regcache *regcache, int regnum) -{ - gregset_t gregs; - fpregset_t fpregs; - lwpid_t lwp; -#ifdef PT_GETXMMREGS - char xmmregs[512]; -#endif - - /* FIXME, is it possible ? */ - if (!IS_LWP (inferior_ptid)) - { - struct target_ops *beneath = find_target_beneath (ops); - - beneath->to_store_registers (ops, regcache, regnum); - return ; - } - - lwp = GET_LWP (inferior_ptid); - if (regnum != -1) - if (ptrace (PT_GETREGS, lwp, (caddr_t) &gregs, 0) == -1) - error ("Cannot get lwp %d registers: %s\n", lwp, safe_strerror (errno)); - - fill_gregset (regcache, &gregs, regnum); - if (ptrace (PT_SETREGS, lwp, (caddr_t) &gregs, 0) == -1) - error ("Cannot set lwp %d registers: %s\n", lwp, safe_strerror (errno)); - -#ifdef PT_GETXMMREGS - if (regnum != -1) - if (ptrace (PT_GETXMMREGS, lwp, xmmregs, 0) == -1) - goto noxmm; - - i387_collect_fxsave (regcache, regnum, xmmregs); - if (ptrace (PT_SETXMMREGS, lwp, xmmregs, 0) == -1) - goto noxmm; - - return; - -noxmm: -#endif - - if (regnum != -1) - if (ptrace (PT_GETFPREGS, lwp, (caddr_t) &fpregs, 0) == -1) - error ("Cannot get lwp %d float registers: %s\n", lwp, - safe_strerror (errno)); - - fill_fpregset (regcache, &fpregs, regnum); - if (ptrace (PT_SETFPREGS, lwp, (caddr_t) &fpregs, 0) == -1) - error ("Cannot set lwp %d float registers: %s\n", lwp, - safe_strerror (errno)); -} - -static void fbsd_thread_store_registers (struct target_ops *ops, struct regcache *regcache, int regnum) { @@ -962,7 +869,9 @@ fbsd_thread_store_registers (struct targ if (!IS_THREAD (inferior_ptid)) { - fbsd_lwp_store_registers (ops, regcache, regnum); + struct target_ops *beneath = find_target_beneath (ops); + + beneath->to_store_registers (ops, regcache, regnum); return; } Modified: head/devel/gdb/files/patch-gdb-amd64fbsd-nat.c ============================================================================== --- head/devel/gdb/files/patch-gdb-amd64fbsd-nat.c Wed Feb 18 19:17:14 2015 (r379310) +++ head/devel/gdb/files/patch-gdb-amd64fbsd-nat.c Wed Feb 18 19:24:15 2015 (r379311) @@ -1,10 +1,9 @@ --- gdb/amd64fbsd-nat.c.orig 2014-06-11 18:34:41.000000000 +0200 +++ gdb/amd64fbsd-nat.c 2014-09-24 18:27:50.618458853 +0200 -@@ -21,13 +21,17 @@ +@@ -21,13 +21,16 @@ #include "inferior.h" #include "regcache.h" #include "target.h" -+#include "gregset.h" #include "gdb_assert.h" #include @@ -18,53 +17,6 @@ #include #include "fbsd-nat.h" -@@ -93,6 +97,46 @@ - }; - - -+/* Transfering the registers between GDB, inferiors and core files. */ -+ -+/* Fill GDB's register array with the general-purpose register values -+ in *GREGSETP. */ -+ -+void -+supply_gregset (struct regcache *regcache, const gregset_t *gregsetp) -+{ -+ amd64_supply_native_gregset (regcache, gregsetp, -1); -+} -+ -+/* Fill register REGNUM (if it is a general-purpose register) in -+ *GREGSETPS with the value in GDB's register array. If REGNUM is -1, -+ do this for all registers. */ -+ -+void -+fill_gregset (const struct regcache *regcache, gdb_gregset_t *gregsetp, int regnum) -+{ -+ amd64_collect_native_gregset (regcache, gregsetp, regnum); -+} -+ -+/* Fill GDB's register array with the floating-point register values -+ in *FPREGSETP. */ -+ -+void -+supply_fpregset (struct regcache *regcache, const fpregset_t *fpregsetp) -+{ -+ amd64_supply_fxsave (regcache, -1, fpregsetp); -+} -+ -+/* Fill register REGNUM (if it is a floating-point register) in -+ *FPREGSETP with the value in GDB's register array. If REGNUM is -1, -+ do this for all registers. */ -+ -+void -+fill_fpregset (const struct regcache *regcache, gdb_fpregset_t *fpregsetp, int regnum) -+{ -+ amd64_collect_fxsave (regcache, regnum, fpregsetp); -+} -+ - /* Support for debugging kernel virtual memory images. */ - - #include @@ -247,6 +291,10 @@ SC_RBP_OFFSET = offset; Modified: head/devel/gdb/files/patch-gdb-amd64fbsd-tdep.c ============================================================================== --- head/devel/gdb/files/patch-gdb-amd64fbsd-tdep.c Wed Feb 18 19:17:14 2015 (r379310) +++ head/devel/gdb/files/patch-gdb-amd64fbsd-tdep.c Wed Feb 18 19:24:15 2015 (r379311) @@ -1,13 +1,5 @@ --- gdb/amd64fbsd-tdep.c.orig 2010-01-01 02:31:29.000000000 -0500 +++ gdb/amd64fbsd-tdep.c 2011-01-05 17:27:29.264869000 -0500 -@@ -29,7 +29,6 @@ - #include "gdb_string.h" - - #include "amd64-tdep.h" --#include "bsd-uthread.h" - #include "solib-svr4.h" - - /* Support for signal handlers. */ @@ -40,12 +39,16 @@ static CORE_ADDR amd64fbsd_sigcontext_addr (struct frame_info *this_frame) @@ -26,61 +18,3 @@ return sp + 16; } -@@ -142,46 +145,6 @@ - }; - - static void --amd64fbsd_supply_uthread (struct regcache *regcache, -- int regnum, CORE_ADDR addr) --{ -- gdb_byte buf[8]; -- int i; -- -- gdb_assert (regnum >= -1); -- -- for (i = 0; i < ARRAY_SIZE (amd64fbsd_jmp_buf_reg_offset); i++) -- { -- if (amd64fbsd_jmp_buf_reg_offset[i] != -1 -- && (regnum == -1 || regnum == i)) -- { -- read_memory (addr + amd64fbsd_jmp_buf_reg_offset[i], buf, 8); -- regcache_raw_supply (regcache, i, buf); -- } -- } --} -- --static void --amd64fbsd_collect_uthread (const struct regcache *regcache, -- int regnum, CORE_ADDR addr) --{ -- gdb_byte buf[8]; -- int i; -- -- gdb_assert (regnum >= -1); *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 20:22:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FD50914; Wed, 18 Feb 2015 20:22:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E44071DB; Wed, 18 Feb 2015 20:22:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IKMKH5084629; Wed, 18 Feb 2015 20:22:20 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IKMIuR084615; Wed, 18 Feb 2015 20:22:18 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201502182022.t1IKMIuR084615@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 18 Feb 2015 20:22:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379312 - in head/audio: . cantata cantata/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.18-1 Precedence: list List-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, 18 Feb 2015 20:22:21 -0000 Author: rakuco Date: Wed Feb 18 20:22:18 2015 New Revision: 379312 URL: https://svnweb.freebsd.org/changeset/ports/379312 QAT: https://qat.redports.org/buildarchive/r379312/ Log: Add audio/cantata. Cantata is a graphical client for MPD. This version uses Qt5 and disables KDE integration for now. The port was submitted by Tobias Berner via the KDE on FreeBSD mailing list, thanks a lot! Submitted by: Tobias Berner Added: head/audio/cantata/ head/audio/cantata/Makefile (contents, props changed) head/audio/cantata/distinfo (contents, props changed) head/audio/cantata/files/ head/audio/cantata/files/patch-replaygain_ffmpeginput.cpp (contents, props changed) head/audio/cantata/files/patch-replaygain_mpg123input.cpp (contents, props changed) head/audio/cantata/pkg-descr (contents, props changed) head/audio/cantata/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Wed Feb 18 19:24:15 2015 (r379311) +++ head/audio/Makefile Wed Feb 18 20:22:18 2015 (r379312) @@ -58,6 +58,7 @@ SUBDIR += btc SUBDIR += calf SUBDIR += cam + SUBDIR += cantata SUBDIR += caps-plugins SUBDIR += ccaudio2 SUBDIR += cd-console Added: head/audio/cantata/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/cantata/Makefile Wed Feb 18 20:22:18 2015 (r379312) @@ -0,0 +1,74 @@ +# $FreeBSD$ + +PORTNAME= cantata +PORTVERSION= 1.5.1 +CATEGORIES= audio kde +MASTER_SITES= https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60UktwaTRMTjRIUW8&dummy= + +MAINTAINER= kde@FreeBSD.org +COMMENT= Graphical client for MPD using Qt5 + +LICENSE= GPLv3 + +USE_KDE4= oxygen +USE_QT5= buildtools_build concurrent core dbus gui \ + network qmake_build linguisttools svg widgets xml + +FETCH_BEFORE_ARGS= -o ${DISTFILES} + +CMAKE_ARGS= -DENABLE_QT5:BOOL=TRUE \ + -DENABLE_KDE:BOOL=FALSE \ + -DLCONVERT_EXECUTABLE:STRING=${QT_BINDIR}/lconvert \ + -DLRELEASE_EXECUTABLE:STRING=${QT_BINDIR}/lrelease + +USES= cmake:outsource pkgconfig tar:bzip2 +USE_LDCONFIG= yes + +INSTALLS_ICONS= yes + +OPTIONS_DEFINE= CDDB CDPARANOIA FFMPEG MPG123 MTP MUSICBRAINZ TAGLIB +OPTIONS_DEFAULT= TAGLIB +OPTIONS_SUB= yes + +CDDB_LIB_DEPENDS= libcddb.so:${PORTSDIR}/audio/libcddb +CDDB_CMAKE_ON= -DENABLE_CDDB:BOOL=TRUE +CDDB_CMAKE_OFF= -DENABLE_CDDB:BOOL=FALSE + +CDPARANOIA_LIB_DEPENDS= libcdda_interface.so:${PORTSDIR}/audio/cdparanoia +CDPARANOIA_CMAKE_ON= -DENABLE_CDPARANOIA:BOOL=TRUE +CDPARANOIA_CMAKE_OFF= -DENABLE_CDPARANOIA:BOOL=FALSE + +FFMPEG_LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg +FFMPEG_CMAKE_ON= -DENABLE_FFMPEG:BOOL=TRUE +FFMPEG_CMAKE_OFF= -DENABLE_FFMPEG:BOOL=FALSE + +MPG123_LIB_DEPENDS= libmpg123.so:${PORTSDIR}/audio/mpg123 +MPG123_CMAKE_ON= -DENABLE_MPG123:BOOL=TRUE +MPG123_CMAKE_OFF= -DENABLE_MPG123:BOOL=FALSE + +MTP_LIB_DEPENDS= libmtp.so:${PORTSDIR}/multimedia/libmtp +MTP_CMAKE_ON= -DENABLE_MTP:BOOL=TRUE +MTP_CMAKE_OFF= -DENABLE_MTP:BOOL=FALSE + +MUSICBRAINZ_LIB_DEPENDS=libmusicbrainz5.so:${PORTSDIR}/audio/libmusicbrainz5 +MUSICBRAINZ_CMAKE_ON= -DENABLE_MUSICBRAINZ:BOOL=TRUE +MUSICBRAINZ_CMAKE_OFF= -DENABLE_MUSICBRAINZ:BOOL=FALSE +MUSICBRAINZ_DESC= Access MusicBrainz database for metadata lookup + +TAGLIB_LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib\ + libtag-extras.so:${PORTSDIR}/audio/taglib-extras +TAGLIB_CMAKE_ON= -DENABLE_TAGLIB_EXTRAS:BOOL=TRUE \ + -DENABLE_TAGLIB:BOOL=TRUE +TAGLIB_CMAKE_OFF= -DENABLE_TAGLIB_EXTRAS:BOOL=FALSE \ + -DENABLE_TAGLIB:BOOL=FALSE +TAGLIB_DESC= Reading and editing Meta-Data of audio files + +.include + +.if ${PORT_OPTIONS:MTAGLIB} && ( ${PORT_OPTIONS:MFFMPEG} || ${PORT_OPTIONS:MMPG123} ) +PLIST_SUB+= REPLAYGAIN="" +.else +PLIST_SUB+= REPLAYGAIN="@comment " +.endif + +.include Added: head/audio/cantata/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/cantata/distinfo Wed Feb 18 20:22:18 2015 (r379312) @@ -0,0 +1,2 @@ +SHA256 (cantata-1.5.1.tar.bz2) = 57173bdd0033a2c0c2829a6e05f7579b0f13ae7794d843167c013e1c971dfe78 +SIZE (cantata-1.5.1.tar.bz2) = 1986772 Added: head/audio/cantata/files/patch-replaygain_ffmpeginput.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/cantata/files/patch-replaygain_ffmpeginput.cpp Wed Feb 18 20:22:18 2015 (r379312) @@ -0,0 +1,10 @@ +--- replaygain/ffmpeginput.cpp.orig 2015-01-21 18:44:15 UTC ++++ replaygain/ffmpeginput.cpp +@@ -8,7 +8,6 @@ + */ + + /* See LICENSE file for copyright and license details. */ +-#define _POSIX_C_SOURCE 1 + #ifdef __cplusplus + #define __STDC_CONSTANT_MACROS + #ifdef _STDINT_H Added: head/audio/cantata/files/patch-replaygain_mpg123input.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/cantata/files/patch-replaygain_mpg123input.cpp Wed Feb 18 20:22:18 2015 (r379312) @@ -0,0 +1,10 @@ +--- replaygain/mpg123input.cpp.orig 2015-01-21 18:46:32 UTC ++++ replaygain/mpg123input.cpp +@@ -8,7 +8,6 @@ + */ + + /* See LICENSE file for copyright and license details. */ +-#define _POSIX_C_SOURCE 1 + #ifdef __cplusplus + extern "C" { + #endif Added: head/audio/cantata/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/cantata/pkg-descr Wed Feb 18 20:22:18 2015 (r379312) @@ -0,0 +1,3 @@ +Cantata is a graphical client for MPD. + +WWW: https://code.google.com/p/cantata/ Added: head/audio/cantata/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/cantata/pkg-plist Wed Feb 18 20:22:18 2015 (r379312) @@ -0,0 +1,43 @@ +bin/cantata +%%REPLAYGAIN%%lib/cantata/cantata-replaygain +%%TAGLIB%%lib/cantata/cantata-tags +share/applications/cantata.desktop +share/cantata/config/lyrics_providers.xml +share/cantata/config/podcast_directories.xml +share/cantata/config/scrobblers.xml +share/cantata/config/tag_fixes.xml +share/cantata/config/weblinks.xml +share/cantata/icons/bbc.svg +share/cantata/icons/cbc.svg +share/cantata/icons/npr.svg +share/cantata/icons/podcasts.png +share/cantata/icons/soundcloud.png +share/cantata/icons/stream.png +share/cantata/mpd/mpd.conf.template +share/cantata/scripts/cantata-dynamic +share/cantata/scripts/cantata-remote +share/cantata/themes/adwaita.css +share/cantata/themes/ambiance-dt.css +share/cantata/themes/ambiance.css +share/cantata/themes/elementary.css +share/cantata/themes/faience.css +share/cantata/themes/mint-x.css +share/cantata/themes/radiance-dt.css +share/cantata/themes/radiance.css +share/cantata/translations/cantata_cs.qm +share/cantata/translations/cantata_de.qm +share/cantata/translations/cantata_en_GB.qm +share/cantata/translations/cantata_es.qm +share/cantata/translations/cantata_fr.qm +share/cantata/translations/cantata_hu.qm +share/cantata/translations/cantata_ko.qm +share/cantata/translations/cantata_pl.qm +share/cantata/translations/cantata_ru.qm +share/cantata/translations/cantata_zh_CN.qm +share/icons/hicolor/16x16/apps/cantata.png +share/icons/hicolor/22x22/apps/cantata.png +share/icons/hicolor/24x24/apps/cantata.png +share/icons/hicolor/32x32/apps/cantata.png +share/icons/hicolor/48x48/apps/cantata.png +share/icons/hicolor/64x64/apps/cantata.png +share/icons/hicolor/scalable/apps/cantata.svg From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 20:49:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C9324E5; Wed, 18 Feb 2015 20:49:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2710E8B5; Wed, 18 Feb 2015 20:49:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IKnEuV094952; Wed, 18 Feb 2015 20:49:14 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IKnEK0094950; Wed, 18 Feb 2015 20:49:14 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201502182049.t1IKnEK0094950@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Wed, 18 Feb 2015 20:49:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379313 - head/net/spideroak X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 20:49:15 -0000 Author: nivit Date: Wed Feb 18 20:49:13 2015 New Revision: 379313 URL: https://svnweb.freebsd.org/changeset/ports/379313 QAT: https://qat.redports.org/buildarchive/r379313/ Log: - Update to 5.1.8 Modified: head/net/spideroak/Makefile head/net/spideroak/distinfo Modified: head/net/spideroak/Makefile ============================================================================== --- head/net/spideroak/Makefile Wed Feb 18 20:22:18 2015 (r379312) +++ head/net/spideroak/Makefile Wed Feb 18 20:49:13 2015 (r379313) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= spideroak -PORTVERSION= 5.1.6 -PORTREVISION= 1 +PORTVERSION= 5.1.8 +PORTREVISION= 0 CATEGORIES= net MASTER_SITES= http://nivit.altervista.org/FreeBSD/ports/distfiles/${PORTNAME}/ \ https://spideroak.com/getbuild?platform=slackware&arch=i386&dummy=/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-i686-1 +DISTNAME= SpiderOak-${PORTVERSION}-i686-1 MAINTAINER= nivit@FreeBSD.org COMMENT= SpiderOak Client (Linux version) @@ -38,7 +38,7 @@ SUB_FILES= pkg-message USE_LINUX= yes USE_LINUX_APPS= xorglibs -USES= desktop-file-utils python:2 +USES= desktop-file-utils python:2 tar:tgz .include Modified: head/net/spideroak/distinfo ============================================================================== --- head/net/spideroak/distinfo Wed Feb 18 20:22:18 2015 (r379312) +++ head/net/spideroak/distinfo Wed Feb 18 20:49:13 2015 (r379313) @@ -1,2 +1,2 @@ -SHA256 (spideroak-5.1.6-i686-1.tar.gz) = 210ee775e75328bfb33835ee897ce1605357497b6410ebb08553b4bd507f1ba2 -SIZE (spideroak-5.1.6-i686-1.tar.gz) = 19358263 +SHA256 (SpiderOak-5.1.8-i686-1.tgz) = 88a7fc370e8382c8b5a35d1a6141b991477b77af9e40cb66e907a6824134af30 +SIZE (SpiderOak-5.1.8-i686-1.tgz) = 19359466 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 21:18:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1EFA1C66; Wed, 18 Feb 2015 21:18:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 087EFC9D; Wed, 18 Feb 2015 21:18:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1ILIfhK009173; Wed, 18 Feb 2015 21:18:41 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1ILIfDZ009172; Wed, 18 Feb 2015 21:18:41 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201502182118.t1ILIfDZ009172@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Wed, 18 Feb 2015 21:18:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379314 - head/print/foxitreader X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 21:18:42 -0000 Author: nivit Date: Wed Feb 18 21:18:41 2015 New Revision: 379314 URL: https://svnweb.freebsd.org/changeset/ports/379314 QAT: https://qat.redports.org/buildarchive/r379314/ Log: - Fix installation when DOCS option is off PR: 197807 Submitted by: xmj Modified: head/print/foxitreader/Makefile Modified: head/print/foxitreader/Makefile ============================================================================== --- head/print/foxitreader/Makefile Wed Feb 18 20:49:13 2015 (r379313) +++ head/print/foxitreader/Makefile Wed Feb 18 21:18:41 2015 (r379314) @@ -46,7 +46,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/po/${locale}/FoxitReader.mo ${STAGEDIR}${PREFIX}/share/locale/${locale}/LC_MESSAGES/ .endfor .endif +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DISTDIR}/FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf ${STAGEDIR}${DOCSDIR} +.endif .include From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 21:32:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 512E72D4; Wed, 18 Feb 2015 21:32:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2332AEA8; Wed, 18 Feb 2015 21:32:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1ILW4xK017805; Wed, 18 Feb 2015 21:32:04 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1ILW3A2017801; Wed, 18 Feb 2015 21:32:03 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201502182132.t1ILW3A2017801@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Wed, 18 Feb 2015 21:32:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379315 - head/lang/go X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 21:32:04 -0000 Author: jlaffaye Date: Wed Feb 18 21:32:02 2015 New Revision: 379315 URL: https://svnweb.freebsd.org/changeset/ports/379315 QAT: https://qat.redports.org/buildarchive/r379315/ Log: - Update to 1.4.2 Modified: head/lang/go/Makefile head/lang/go/distinfo head/lang/go/pkg-plist Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Wed Feb 18 21:18:41 2015 (r379314) +++ head/lang/go/Makefile Wed Feb 18 21:32:02 2015 (r379315) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.4 +PORTVERSION= 1.4.2 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= http://golang.org/dl/ Modified: head/lang/go/distinfo ============================================================================== --- head/lang/go/distinfo Wed Feb 18 21:18:41 2015 (r379314) +++ head/lang/go/distinfo Wed Feb 18 21:32:02 2015 (r379315) @@ -1,2 +1,2 @@ -SHA256 (go1.4.src.tar.gz) = 3ae9f67e45a5ca7004b28808da8b1367d328a371d641ddbe636c0fb0ae0ffdae -SIZE (go1.4.src.tar.gz) = 10911274 +SHA256 (go1.4.2.src.tar.gz) = 299a6fd8f8adfdce15bc06bde926e7b252ae8e24dd5b16b7d8791ed79e7b5e9b +SIZE (go1.4.2.src.tar.gz) = 10921896 Modified: head/lang/go/pkg-plist ============================================================================== --- head/lang/go/pkg-plist Wed Feb 18 21:18:41 2015 (r379314) +++ head/lang/go/pkg-plist Wed Feb 18 21:32:02 2015 (r379315) @@ -1,5 +1,7 @@ bin/go bin/gofmt +go/.hgignore +go/.hgtags go/AUTHORS go/CONTRIBUTORS go/LICENSE @@ -4329,6 +4331,13 @@ go/test/fixedbugs/issue8947.go go/test/fixedbugs/issue8961.go go/test/fixedbugs/issue9006.go go/test/fixedbugs/issue9110.go +go/test/fixedbugs/issue9321.go +go/test/fixedbugs/issue9432.go +go/test/fixedbugs/issue9537.dir/a.go +go/test/fixedbugs/issue9537.dir/b.go +go/test/fixedbugs/issue9537.go +go/test/fixedbugs/issue9604.go +go/test/fixedbugs/issue9634.go go/test/float_lit.go go/test/float_lit2.go go/test/float_lit3.go From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 21:47:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2C07860; Wed, 18 Feb 2015 21:47:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC5529C; Wed, 18 Feb 2015 21:47:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1ILlZKE023238; Wed, 18 Feb 2015 21:47:35 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1ILlZKq023235; Wed, 18 Feb 2015 21:47:35 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201502182147.t1ILlZKq023235@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Wed, 18 Feb 2015 21:47:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379316 - head/x11/lumina X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 21:47:36 -0000 Author: kmoore Date: Wed Feb 18 21:47:34 2015 New Revision: 379316 URL: https://svnweb.freebsd.org/changeset/ports/379316 QAT: https://qat.redports.org/buildarchive/r379316/ Log: - Update to 0.8.2 Modified: head/x11/lumina/Makefile head/x11/lumina/distinfo head/x11/lumina/pkg-plist Modified: head/x11/lumina/Makefile ============================================================================== --- head/x11/lumina/Makefile Wed Feb 18 21:32:02 2015 (r379315) +++ head/x11/lumina/Makefile Wed Feb 18 21:47:34 2015 (r379316) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lumina -PORTVERSION= 0.8.1.${GITVERSION} +PORTVERSION= 0.8.2.${GITVERSION} PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ @@ -15,7 +15,7 @@ COMMENT= Lumina Desktop Environment LICENSE= BSD3CLAUSE RUN_DEPENDS= xorg>=0:${PORTSDIR}/x11/xorg \ - fluxbox:${PORTSDIR}/x11-wm/fluxbox \ + fluxbox>=0:${PORTSDIR}/x11-wm/fluxbox \ fluxbox-tenr-styles-pack>=0:${PORTSDIR}/x11-themes/fluxbox-tenr-styles-pack \ kde4-icons-oxygen>=0:${PORTSDIR}/x11-themes/kde4-icons-oxygen \ xscreensaver:${PORTSDIR}/x11/xscreensaver \ @@ -23,9 +23,19 @@ RUN_DEPENDS= xorg>=0:${PORTSDIR}/x11/xor xbrightness:${PORTSDIR}/x11/xbrightness \ numlockx:${PORTSDIR}/x11/numlockx +OPTIONS_DEFINE= MULTIMEDIA +OPTIONS_DEFAULT= MULTIMEDIA +MULTIMEDIA_DESC= Install multimedia support backend (gstreamer) + +.include + +.if ${PORT_OPTIONS:MMULTIMEDIA} +RUN_DEPENDS+= gstreamer-plugins>=0:${PORTSDIR}/multimedia/gstreamer-plugins +.endif + MAKE_JOBS_UNSAFE=yes -GITVERSION= 1421890927 +GITVERSION= 1424293520 USE_XORG= x11 xcomposite xdamage xrender USE_XCB= x11extras wm USE_LDCONFIG= yes Modified: head/x11/lumina/distinfo ============================================================================== --- head/x11/lumina/distinfo Wed Feb 18 21:32:02 2015 (r379315) +++ head/x11/lumina/distinfo Wed Feb 18 21:47:34 2015 (r379316) @@ -1,2 +1,2 @@ -SHA256 (lumina-1421890927.tar.bz2) = cc000b41e03d467aaa5c889dc005d6d726a844b6d5c0dd6e1c245e438135afca -SIZE (lumina-1421890927.tar.bz2) = 22013217 +SHA256 (lumina-1424293520.tar.bz2) = 2c79bdad9c9130f377092a5a9f7b1114367357caeded95e8a55db81edd3aaf4b +SIZE (lumina-1424293520.tar.bz2) = 22585582 Modified: head/x11/lumina/pkg-plist ============================================================================== --- head/x11/lumina/pkg-plist Wed Feb 18 21:32:02 2015 (r379315) +++ head/x11/lumina/pkg-plist Wed Feb 18 21:47:34 2015 (r379316) @@ -4,6 +4,7 @@ bin/lumina-config bin/lumina-fm bin/lumina-screenshot bin/lumina-search +bin/lumina-info etc/luminaDesktop.conf.dist lib/libLuminaUtils.so lib/libLuminaUtils.so.1 @@ -18,6 +19,7 @@ include/LuminaSingleApplication.h share/applications/lumina-fm.desktop share/applications/lumina-screenshot.desktop share/applications/lumina-search.desktop +share/applications/lumina-info.desktop share/pixmaps/Lumina-DE.png share/pixmaps/Insight-FileManager.png share/xsessions/Lumina-DE.desktop @@ -33,6 +35,7 @@ share/Lumina-DE/colors/Lumina-Green.qss. share/Lumina-DE/colors/Lumina-Purple.qss.colors share/Lumina-DE/colors/Lumina-Gold.qss.colors share/Lumina-DE/colors/Lumina-Glass.qss.colors +share/Lumina-DE/colors/PCBSD10-Default.qss.colors share/Lumina-DE/themes/Lumina-default.qss.template share/Lumina-DE/themes/None.qss.template share/wallpapers/Lumina-DE/Lumina_Wispy_gold_1920x1080.jpg @@ -411,3 +414,65 @@ share/Lumina-DE/i18n/lumina-search_zh_CN share/Lumina-DE/i18n/lumina-search_zh_HK.qm share/Lumina-DE/i18n/lumina-search_zh_TW.qm share/Lumina-DE/i18n/lumina-search_zu.qm +share/Lumina-DE/i18n/lumina-info_af.qm +share/Lumina-DE/i18n/lumina-info_ar.qm +share/Lumina-DE/i18n/lumina-info_az.qm +share/Lumina-DE/i18n/lumina-info_bg.qm +share/Lumina-DE/i18n/lumina-info_bn.qm +share/Lumina-DE/i18n/lumina-info_bs.qm +share/Lumina-DE/i18n/lumina-info_ca.qm +share/Lumina-DE/i18n/lumina-info_cs.qm +share/Lumina-DE/i18n/lumina-info_cy.qm +share/Lumina-DE/i18n/lumina-info_da.qm +share/Lumina-DE/i18n/lumina-info_de.qm +share/Lumina-DE/i18n/lumina-info_el.qm +share/Lumina-DE/i18n/lumina-info_en_GB.qm +share/Lumina-DE/i18n/lumina-info_en_ZA.qm +share/Lumina-DE/i18n/lumina-info_es.qm +share/Lumina-DE/i18n/lumina-info_et.qm +share/Lumina-DE/i18n/lumina-info_eu.qm +share/Lumina-DE/i18n/lumina-info_fa.qm +share/Lumina-DE/i18n/lumina-info_fi.qm +share/Lumina-DE/i18n/lumina-info_fr.qm +share/Lumina-DE/i18n/lumina-info_fr_CA.qm +share/Lumina-DE/i18n/lumina-info_gl.qm +share/Lumina-DE/i18n/lumina-info_he.qm +share/Lumina-DE/i18n/lumina-info_hi.qm +share/Lumina-DE/i18n/lumina-info_hr.qm +share/Lumina-DE/i18n/lumina-info_hu.qm +share/Lumina-DE/i18n/lumina-info_id.qm +share/Lumina-DE/i18n/lumina-info_is.qm +share/Lumina-DE/i18n/lumina-info_it.qm +share/Lumina-DE/i18n/lumina-info_ja.qm +share/Lumina-DE/i18n/lumina-info_ka.qm +share/Lumina-DE/i18n/lumina-info_ko.qm +share/Lumina-DE/i18n/lumina-info_lt.qm +share/Lumina-DE/i18n/lumina-info_lv.qm +share/Lumina-DE/i18n/lumina-info_mk.qm +share/Lumina-DE/i18n/lumina-info_mn.qm +share/Lumina-DE/i18n/lumina-info_ms.qm +share/Lumina-DE/i18n/lumina-info_mt.qm +share/Lumina-DE/i18n/lumina-info_nb.qm +share/Lumina-DE/i18n/lumina-info_nl.qm +share/Lumina-DE/i18n/lumina-info_pa.qm +share/Lumina-DE/i18n/lumina-info_pl.qm +share/Lumina-DE/i18n/lumina-info_pt.qm +share/Lumina-DE/i18n/lumina-info_pt_BR.qm +share/Lumina-DE/i18n/lumina-info_ro.qm +share/Lumina-DE/i18n/lumina-info_ru.qm +share/Lumina-DE/i18n/lumina-info_sk.qm +share/Lumina-DE/i18n/lumina-info_sl.qm +share/Lumina-DE/i18n/lumina-info_sr.qm +share/Lumina-DE/i18n/lumina-info_sv.qm +share/Lumina-DE/i18n/lumina-info_sw.qm +share/Lumina-DE/i18n/lumina-info_ta.qm +share/Lumina-DE/i18n/lumina-info_tg.qm +share/Lumina-DE/i18n/lumina-info_th.qm +share/Lumina-DE/i18n/lumina-info_tr.qm +share/Lumina-DE/i18n/lumina-info_uk.qm +share/Lumina-DE/i18n/lumina-info_uz.qm +share/Lumina-DE/i18n/lumina-info_vi.qm +share/Lumina-DE/i18n/lumina-info_zh_CN.qm +share/Lumina-DE/i18n/lumina-info_zh_HK.qm +share/Lumina-DE/i18n/lumina-info_zh_TW.qm +share/Lumina-DE/i18n/lumina-info_zu.qm From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 21:52:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB06BAD2; Wed, 18 Feb 2015 21:52:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5BB41C5; Wed, 18 Feb 2015 21:52:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1ILqNsN027418; Wed, 18 Feb 2015 21:52:23 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1ILqNCA027417; Wed, 18 Feb 2015 21:52:23 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201502182152.t1ILqNCA027417@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Wed, 18 Feb 2015 21:52:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379317 - head/x11-wm/e-module-diskio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 21:52:24 -0000 Author: gblach Date: Wed Feb 18 21:52:22 2015 New Revision: 379317 URL: https://svnweb.freebsd.org/changeset/ports/379317 QAT: https://qat.redports.org/buildarchive/r379317/ Log: Mark as broken Modified: head/x11-wm/e-module-diskio/Makefile Modified: head/x11-wm/e-module-diskio/Makefile ============================================================================== --- head/x11-wm/e-module-diskio/Makefile Wed Feb 18 21:47:34 2015 (r379316) +++ head/x11-wm/e-module-diskio/Makefile Wed Feb 18 21:52:22 2015 (r379317) @@ -17,6 +17,8 @@ GNU_CONFIGURE= yes USES= gmake libtool pkgconfig tar:xz INSTALL_TARGET= install-strip +BROKEN= Don't build with EFL 1.13.0 + .include "../enlightenment/Makefile.plist" OPTIONS_DEFINE= NLS From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 21:56:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47F06C02; Wed, 18 Feb 2015 21:56:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 286E3210; Wed, 18 Feb 2015 21:56:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1ILuAOK028032; Wed, 18 Feb 2015 21:56:10 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1ILu91q028025; Wed, 18 Feb 2015 21:56:09 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201502182156.t1ILu91q028025@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 18 Feb 2015 21:56:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379318 - in head/dns: bind910 bind910/files bind99 bind99/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.18-1 Precedence: list List-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, 18 Feb 2015 21:56:10 -0000 Author: mat Date: Wed Feb 18 21:56:08 2015 New Revision: 379318 URL: https://svnweb.freebsd.org/changeset/ports/379318 QAT: https://qat.redports.org/buildarchive/r379318/ Log: Add a patch for CVE-2015-1349 while I work on updating both ports to the new version. Security: CVE-2015-1349 Sponsored by: Absolight Added: head/dns/bind910/files/patch-CVE-2015-1349 (contents, props changed) head/dns/bind99/files/patch-CVE-2015-1349 (contents, props changed) Modified: head/dns/bind910/Makefile head/dns/bind99/Makefile Modified: head/dns/bind910/Makefile ============================================================================== --- head/dns/bind910/Makefile Wed Feb 18 21:52:22 2015 (r379317) +++ head/dns/bind910/Makefile Wed Feb 18 21:56:08 2015 (r379318) @@ -7,7 +7,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/} PORTREVISION= 1 .else # dns/bind910 here -PORTREVISION= 1 +PORTREVISION= 2 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} Added: head/dns/bind910/files/patch-CVE-2015-1349 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/bind910/files/patch-CVE-2015-1349 Wed Feb 18 21:56:08 2015 (r379318) @@ -0,0 +1,52 @@ +commit 12df718c23e29b16fcb5c12eace4b4a924de104d +Author: Evan Hunt +Date: Tue Feb 3 18:32:05 2015 -0800 + + [v9_10_1_patch] avoid crash due to managed-key rollover + + 4053. [security] Revoking a managed trust anchor and supplying + an untrusted replacement could cause named + to crash with an assertion failure. + (CVE-2015-1349) [RT #38344] + +diff --git a/CHANGES b/CHANGES +index 1234469..fc58de7 100644 +--- CHANGES ++++ CHANGES +@@ -1,3 +1,10 @@ ++ --- 9.10.1-P2 released --- ++ ++4053. [security] Revoking a managed trust anchor and supplying ++ an untrusted replacement could cause named ++ to crash with an assertion failure. ++ (CVE-2015-1349) [RT #38344] ++ + --- 9.10.1-P1 released --- + + 4006. [security] A flaw in delegation handling could be exploited +diff --git a/lib/dns/zone.c b/lib/dns/zone.c +index ef60454..2c4558e 100644 +--- lib/dns/zone.c ++++ lib/dns/zone.c +@@ -8946,6 +8946,12 @@ keyfetch_done(isc_task_t *task, isc_event_t *event) { + namebuf, tag); + trustkey = ISC_TRUE; + } ++ } else { ++ /* ++ * No previously known key, and the key is not ++ * secure, so skip it. ++ */ ++ continue; + } + + /* Delete old version */ +@@ -8994,7 +9000,7 @@ keyfetch_done(isc_task_t *task, isc_event_t *event) { + trust_key(zone, keyname, &dnskey, mctx); + } + +- if (!deletekey) { ++ if (secure && !deletekey) { + INSIST(newkey || updatekey); + set_refreshkeytimer(zone, &keydata, now); + } Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Wed Feb 18 21:52:22 2015 (r379317) +++ head/dns/bind99/Makefile Wed Feb 18 21:56:08 2015 (r379318) @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 99 Added: head/dns/bind99/files/patch-CVE-2015-1349 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/bind99/files/patch-CVE-2015-1349 Wed Feb 18 21:56:08 2015 (r379318) @@ -0,0 +1,52 @@ +commit 2e9d79f169663c9aff5f0dcdc626a2cd2dbb5892 +Author: Evan Hunt +Date: Tue Feb 3 18:30:38 2015 -0800 + + [v9_9_6_patch] avoid crash due to managed-key rollover + + 4053. [security] Revoking a managed trust anchor and supplying + an untrusted replacement could cause named + to crash with an assertion failure. + (CVE-2015-1349) [RT #38344] + +diff --git a/CHANGES b/CHANGES +index e8d75ea..b45be6d 100644 +--- CHANGES ++++ CHANGES +@@ -1,3 +1,10 @@ ++ --- 9.9.6-P2 released --- ++ ++4053. [security] Revoking a managed trust anchor and supplying ++ an untrusted replacement could cause named ++ to crash with an assertion failure. ++ (CVE-2015-1349) [RT #38344] ++ + --- 9.9.6-P1 released --- + + 4006. [security] A flaw in delegation handling could be exploited +diff --git a/lib/dns/zone.c b/lib/dns/zone.c +index 7a9825b..5db2844 100644 +--- lib/dns/zone.c ++++ lib/dns/zone.c +@@ -8508,6 +8508,12 @@ keyfetch_done(isc_task_t *task, isc_event_t *event) { + namebuf, tag); + trustkey = ISC_TRUE; + } ++ } else { ++ /* ++ * No previously known key, and the key is not ++ * secure, so skip it. ++ */ ++ continue; + } + + /* Delete old version */ +@@ -8556,7 +8562,7 @@ keyfetch_done(isc_task_t *task, isc_event_t *event) { + trust_key(zone, keyname, &dnskey, mctx); + } + +- if (!deletekey) { ++ if (secure && !deletekey) { + INSIST(newkey || updatekey); + set_refreshkeytimer(zone, &keydata, now); + } From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 22:06:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BDD20249; Wed, 18 Feb 2015 22:06:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A551F394; Wed, 18 Feb 2015 22:06:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IM6vJ2033347; Wed, 18 Feb 2015 22:06:57 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IM6tVg033334; Wed, 18 Feb 2015 22:06:55 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201502182206.t1IM6tVg033334@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 18 Feb 2015 22:06:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379319 - in head: cad/astk-serveur french/aster french/aster/files french/eficas french/homard french/med math/metis-edf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 22:06:57 -0000 Author: thierry Date: Wed Feb 18 22:06:54 2015 New Revision: 379319 URL: https://svnweb.freebsd.org/changeset/ports/379319 QAT: https://qat.redports.org/buildarchive/r379319/ Log: Update Code_Aster to 11.7.0-1, with its different tools. Modified: head/cad/astk-serveur/Makefile head/cad/astk-serveur/pkg-plist head/french/aster/Makefile head/french/aster/bsd.aster.mk head/french/aster/distinfo head/french/aster/files/patch-products.py head/french/aster/pkg-plist head/french/eficas/Makefile head/french/eficas/pkg-plist head/french/homard/Makefile head/french/homard/pkg-plist head/french/med/Makefile head/math/metis-edf/Makefile Modified: head/cad/astk-serveur/Makefile ============================================================================== --- head/cad/astk-serveur/Makefile Wed Feb 18 21:56:08 2015 (r379318) +++ head/cad/astk-serveur/Makefile Wed Feb 18 22:06:54 2015 (r379319) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= astk -DISTVERSION= 1.13.4-1 +DISTVERSION= 1.13.5-1 CATEGORIES= cad .if !defined(CLIENT_SEUL) PKGNAMESUFFIX= -serveur @@ -31,7 +31,7 @@ LICENSE= GPLv2 RUN_DEPENDS+= ${SHELL_INSTALL_ASTER}:${PORTSDIR}/shells/${SHIADEP} .if !defined(CLIENT_SEUL) -USES+= tk:build gettext python +USES+= gettext python tk:build .else USES+= tk .endif Modified: head/cad/astk-serveur/pkg-plist ============================================================================== --- head/cad/astk-serveur/pkg-plist Wed Feb 18 21:56:08 2015 (r379318) +++ head/cad/astk-serveur/pkg-plist Wed Feb 18 22:06:54 2015 (r379319) @@ -378,6 +378,9 @@ %%SERV%%%%ASTKDIR%%/asrun/plugins/server.py %%SERV%%%%ASTKDIR%%/asrun/plugins/server.pyc %%SERV%%%%ASTKDIR%%/asrun/plugins/server.pyo +%%SERV%%%%ASTKDIR%%/asrun/plugins/sftp_server.py +%%SERV%%%%ASTKDIR%%/asrun/plugins/sftp_server.pyc +%%SERV%%%%ASTKDIR%%/asrun/plugins/sftp_server.pyo %%SERV%%%%ASTKDIR%%/asrun/profil.py %%SERV%%%%ASTKDIR%%/asrun/profil.pyc %%SERV%%%%ASTKDIR%%/asrun/profil.pyo Modified: head/french/aster/Makefile ============================================================================== --- head/french/aster/Makefile Wed Feb 18 21:56:08 2015 (r379318) +++ head/french/aster/Makefile Wed Feb 18 22:06:54 2015 (r379319) @@ -3,7 +3,6 @@ PORTNAME= aster DISTVERSION= ${ASTER_DISTVERSION} -PORTREVISION= 4 CATEGORIES= french cad MAINTAINER= thierry@FreeBSD.org @@ -45,6 +44,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gnu astk-serveur>0:${PORTSDIR}/cad/astk-serveur USES= bison fortran tk python:2 +USE_BINUTILS= yes .if defined(WITH_ATLAS) USES+= blaslapack:atlas @@ -165,6 +165,9 @@ INST_SH= as_run parallel_cp PFX2FIX= bin/as_run ${VE}/include/aster/asterc_config.h ${VE}/config.txt \ ${VE}/include/aster/asterf_config.h ${VE}/profile.sh \ ${VE}/lib/aster/aster_pkginfo.py +V_HOMARD= V11_2 +V_HOMARD0= V10_6 +V_H2FIX= ${VE}/lib/aster/Cata/cata.py ${VE}/tests/zzzz121a.comm inst_dir= ${PREFIX}/${PORTNAME} tools_dir= ${PREFIX}/${PORTNAME}/outils tools= kmetis onmetis pmetis gnuplot @@ -343,6 +346,9 @@ post-install: ${MV} ${STAGEDIR}${inst_dir}/${VE}/share/aster/* \ ${STAGEDIR}${inst_dir}/${VE}/ ${RM} -rf ${STAGEDIR}${inst_dir}/${VE}/share +.for f in ${V_H2FIX} + ${REINPLACE_CMD} -e 's|${V_HOMARD0}|${V_HOMARD}|' ${STAGEDIR}${inst_dir}/${f} +.endfor .for f in ${PFX2FIX} ${REINPLACE_CMD} -e 's|${STAGEDIR}||g' ${STAGEDIR}${inst_dir}/${f} .endfor @@ -378,7 +384,7 @@ regression-test: install --filter='"I" not in testlist' -o /tmp/list_seq ) (cd /tmp && \ ${LOCALBASE}/aster/ASTK/ASTK_SERV/bin/as_run astout.export) || ${TRUE} - @${ECHO_MSG} "Check /tmp/resu_test/*.erre" + @${ECHO_MSG} "Check /tmp/resu_test/NOOK" .endif .include Modified: head/french/aster/bsd.aster.mk ============================================================================== --- head/french/aster/bsd.aster.mk Wed Feb 18 21:56:08 2015 (r379318) +++ head/french/aster/bsd.aster.mk Wed Feb 18 22:06:54 2015 (r379319) @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= thierry DISTNAME= aster-${DISTVERSIONPREFIX}${ASTER_DISTVERSION}${DISTVERSIONSUFFIX} DISTINFO_FILE= ${.CURDIR}/../../french/aster/distinfo -ASTER_VER= 11.6.0 +ASTER_VER= 11.7.0 ASTER_DISTVERSION= ${ASTER_VER}-1 EXTRACT_WRKSRC= ${WRKDIR}/aster-${DISTVERSIONPREFIX}${ASTER_VER}/SRC Modified: head/french/aster/distinfo ============================================================================== --- head/french/aster/distinfo Wed Feb 18 21:56:08 2015 (r379318) +++ head/french/aster/distinfo Wed Feb 18 22:06:54 2015 (r379319) @@ -1,2 +1,2 @@ -SHA256 (aster-full-src-11.6.0-1.noarch.tar.gz) = c6a18eaf382c2ba407388c6d33d5e09cca34ac9357bb2f59b1034a2c01f5d261 -SIZE (aster-full-src-11.6.0-1.noarch.tar.gz) = 185592825 +SHA256 (aster-full-src-11.7.0-1.noarch.tar.gz) = 94632f3801249d7464be0031f9aeaa4760f0a3ebde575cb0bdfe64f0fcdd316c +SIZE (aster-full-src-11.7.0-1.noarch.tar.gz) = 186807735 Modified: head/french/aster/files/patch-products.py ============================================================================== --- head/french/aster/files/patch-products.py Wed Feb 18 21:56:08 2015 (r379318) +++ head/french/aster/files/patch-products.py Wed Feb 18 22:06:54 2015 (r379319) @@ -1,12 +1,22 @@ ---- products.py.orig 2014-03-05 09:41:19.000000000 +0100 -+++ products.py 2014-03-17 18:39:24.000000000 +0100 -@@ -701,7 +701,8 @@ +--- products.py.orig 2014-12-19 10:21:30.000000000 +0100 ++++ products.py 2015-02-15 19:39:55.000000000 +0100 +@@ -777,7 +777,8 @@ 'HOME_PYTHON', 'PYTHON_EXE', 'PYTHONLIB', 'HOME_MUMPS', 'HOME_ZMAT', 'HOME_MPI', 'INCLUDE_MUMPS', 'HOME_METIS', - 'HOME_MED', 'HOME_HDF', + 'HOME_MED', 'HOME_HDF', # 'HOME_MFRONT', because of v11 branch - 'LD', 'CC', 'F90', 'CXXLIB', 'OTHERLIB', 'SYSLIB', ], + 'LD', 'CC', 'F90', 'CXXLIB', 'OTHERLIB', 'SYSLIB', 'CFLAGS', 'LDFLAGS', + 'CFLAGS_DBG', 'FFLAGS', 'FFLAGS_DBG','F90FLAGS', 'F90FLAGS_DBG', 'CXXLIB', ], reqobj=['file:?ASTER_ROOT?/bin/as_run', 'file:?ASTER_ROOT?/etc/codeaster/profile.sh'], ) +@@ -817,7 +818,8 @@ + 'capturestderr' : False, + }), + ('Make' , { +- 'command' : './waf build', ++ # Work-around on FreeBSD: MAKE_JOBS_UNSAFE + -vvv to get full logs in setup.dbg ++ 'command' : './waf build -vvv --jobs=1', + 'capturestderr' : False, + }), + ('Install' , { Modified: head/french/aster/pkg-plist ============================================================================== --- head/french/aster/pkg-plist Wed Feb 18 21:56:08 2015 (r379318) +++ head/french/aster/pkg-plist Wed Feb 18 22:06:54 2015 (r379319) @@ -2572,6 +2572,8 @@ aster/%%VE%%/tests/erreu09a.mail aster/%%VE%%/tests/erreu09b.comm aster/%%VE%%/tests/erreu09b.export aster/%%VE%%/tests/erreu09b.mmed +aster/%%VE%%/tests/erreu09c.comm +aster/%%VE%%/tests/erreu09c.export aster/%%VE%%/tests/erreu10a.comm aster/%%VE%%/tests/erreu10a.datg aster/%%VE%%/tests/erreu10a.export @@ -6249,6 +6251,7 @@ aster/%%VE%%/tests/sslv134h.comm aster/%%VE%%/tests/sslv134h.datg aster/%%VE%%/tests/sslv134h.export aster/%%VE%%/tests/sslv134h.mmed +aster/%%VE%%/tests/sslv134i.com1 aster/%%VE%%/tests/sslv134i.comm aster/%%VE%%/tests/sslv134i.export aster/%%VE%%/tests/sslv134i.mmed @@ -11636,6 +11639,9 @@ aster/asrun/plugins/rsh_server.pyo aster/asrun/plugins/server.py aster/asrun/plugins/server.pyc aster/asrun/plugins/server.pyo +aster/asrun/plugins/sftp_server.py +aster/asrun/plugins/sftp_server.pyc +aster/asrun/plugins/sftp_server.pyo aster/asrun/profil.py aster/asrun/profil.pyc aster/asrun/profil.pyo Modified: head/french/eficas/Makefile ============================================================================== --- head/french/eficas/Makefile Wed Feb 18 21:56:08 2015 (r379318) +++ head/french/eficas/Makefile Wed Feb 18 22:06:54 2015 (r379319) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= eficas -DISTVERSION= 7.4.0-1 -PORTREVISION= 1 +DISTVERSION= 7.5.0-1 CATEGORIES= french cad MAINTAINER= thierry@FreeBSD.org Modified: head/french/eficas/pkg-plist ============================================================================== --- head/french/eficas/pkg-plist Wed Feb 18 21:56:08 2015 (r379318) +++ head/french/eficas/pkg-plist Wed Feb 18 22:06:54 2015 (r379319) @@ -115,1456 +115,6 @@ %%EFICASDIR%%/Aide/fichiers_OPENTURNS_STUDY/EficasGui.txt %%EFICASDIR%%/Aide/fichiers_OPENTURNS_STUDY/UncertaintyStudy.txt %%EFICASDIR%%/Aide/fichiers_OPENTURNS_STUDY/index.html -%%EFICASDIR%%/Aster/Cata/__init__.py -%%EFICASDIR%%/Aster/Cata/__init__.pyc -%%EFICASDIR%%/Aster/Cata/__init__.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Cata_Utils/__init__.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Cata_Utils/__init__.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Cata_Utils/__init__.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Cata_Utils/t_fonction.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Cata_Utils/t_fonction.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Cata_Utils/t_fonction.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/__init__.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/__init__.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/__init__.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/asse_elem_ssd_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/asse_elem_ssd_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/asse_elem_ssd_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_ecrevisse_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_ecrevisse_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_ecrevisse_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_essai_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_essai_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_essai_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_europlexus_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_europlexus_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_europlexus_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_fonction_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_fonction_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_fonction_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_ifs_dnl_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_ifs_dnl_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_ifs_dnl_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_miss_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_miss_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_miss_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_modal_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_modal_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_modal_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_mode_rotation_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_mode_rotation_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_mode_rotation_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_precont_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_precont_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_precont_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_spec_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_spec_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_spec_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_table_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_table_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/calc_table_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/crea_elem_ssd_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/crea_elem_ssd_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/crea_elem_ssd_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/creation_donnees_homard.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/creation_donnees_homard.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/creation_donnees_homard.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/defi_cable_bp_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/defi_cable_bp_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/defi_cable_bp_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/defi_fonc_elec_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/defi_fonc_elec_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/defi_fonc_elec_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/defi_inte_spec_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/defi_inte_spec_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/defi_inte_spec_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/defi_part_feti_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/defi_part_feti_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/defi_part_feti_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/defi_sol_miss_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/defi_sol_miss_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/defi_sol_miss_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/dyna_iss_vari_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/dyna_iss_vari_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/dyna_iss_vari_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/exec_logiciel_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/exec_logiciel_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/exec_logiciel_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/externe_mess.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/externe_mess.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/externe_mess.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/fiabilite_fichier.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/fiabilite_fichier.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/fiabilite_fichier.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/fiabilite_mefisto.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/fiabilite_mefisto.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/fiabilite_mefisto.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/gene_vari_alea_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/gene_vari_alea_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/gene_vari_alea_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/impr_diag_campbell_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/impr_diag_campbell_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/impr_diag_campbell_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/impr_diag_campbell_utils.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/impr_diag_campbell_utils.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/impr_diag_campbell_utils.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/impr_fonction_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/impr_fonction_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/impr_fonction_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/impr_oar_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/impr_oar_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/impr_oar_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/impr_table_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/impr_table_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/impr_table_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/info_fonction_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/info_fonction_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/info_fonction_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/lire_fonction_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/lire_fonction_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/lire_fonction_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/lire_inte_spec_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/lire_inte_spec_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/lire_inte_spec_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/lire_table_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/lire_table_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/lire_table_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_adap_mail_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_adap_mail_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_adap_mail_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_ascouf_calc_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_ascouf_calc_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_ascouf_calc_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_ascouf_mail_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_ascouf_mail_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_ascouf_mail_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_aspic_calc_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_aspic_calc_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_aspic_calc_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_aspic_mail_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_aspic_mail_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_aspic_mail_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_cara_poutre_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_cara_poutre_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_cara_poutre_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_ecla_pg_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_ecla_pg_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_ecla_pg_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_ecre_calc_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_ecre_calc_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_ecre_calc_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_ecrevisse_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_ecrevisse_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_ecrevisse_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_fiab_impr_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_fiab_impr_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_fiab_impr_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_lign_coupe_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_lign_coupe_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_lign_coupe_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_recal_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_recal_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_recal_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_spectre_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_spectre_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macr_spectre_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_elas_mult_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_elas_mult_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_elas_mult_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_expans_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_expans_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_expans_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_matr_ajou_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_matr_ajou_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_matr_ajou_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_matr_asse_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_matr_asse_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_matr_asse_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_miss_3d_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_miss_3d_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_miss_3d_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_mode_meca_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_mode_meca_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_mode_meca_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_proj_base_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_proj_base_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/macro_proj_base_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/observation_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/observation_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/observation_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_bordet_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_bordet_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_bordet_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_coque_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_coque_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_coque_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_decollement_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_decollement_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_decollement_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_dyna_alea_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_dyna_alea_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_dyna_alea_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_endo_fiss_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_endo_fiss_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_endo_fiss_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_gp_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_gp_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_gp_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_k1_k2_k3_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_k1_k2_k3_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_k1_k2_k3_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_k_trans_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_k_trans_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_k_trans_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_miss_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_miss_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/post_miss_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/propa_fiss_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/propa_fiss_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/propa_fiss_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/raff_xfem_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/raff_xfem_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/raff_xfem_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_algo.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_algo.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_algo.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_calcul_aster.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_calcul_aster.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_calcul_aster.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_controles.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_controles.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_controles.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_evol.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_evol.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_evol.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_graphique.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_graphique.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_graphique.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_interp.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_interp.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_interp.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_mac.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_mac.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_mac.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_message.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_message.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_message.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_utilitaires.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_utilitaires.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/reca_utilitaires.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/recal.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/recal.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/recal.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/simu_point_mat_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/simu_point_mat_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/simu_point_mat_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/stanley_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/stanley_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/stanley_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/test_compor_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/test_compor_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/test_compor_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/test_fichier_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/test_fichier_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/test_fichier_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/test_fonction_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/test_fonction_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/test_fonction_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/test_temps_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/test_temps_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Macro/test_temps_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/__init__.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/__init__.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/__init__.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_base_modale.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_base_modale.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_base_modale.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_cabl_precont.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_cabl_precont.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_cabl_precont.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_cara_elem.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_cara_elem.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_cara_elem.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_carte.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_carte.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_carte.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_cham_elem.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_cham_elem.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_cham_elem.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_cham_mater.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_cham_mater.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_cham_mater.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_cham_no.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_cham_no.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_cham_no.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_champ.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_champ.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_champ.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_acou.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_acou.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_acou.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_cine_acou.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_cine_acou.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_cine_acou.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_cine_meca.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_cine_meca.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_cine_meca.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_cine_ther.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_cine_ther.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_cine_ther.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_meca.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_meca.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_meca.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_ther.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_ther.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_char_ther.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_compor.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_compor.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_compor.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_contact.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_contact.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_contact.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_corresp_2_mailla.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_corresp_2_mailla.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_corresp_2_mailla.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_courbe.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_courbe.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_courbe.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_fiss_xfem.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_fiss_xfem.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_fiss_xfem.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_fonction.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_fonction.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_fonction.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_fond_fiss.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_fond_fiss.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_fond_fiss.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_gfibre.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_gfibre.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_gfibre.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_grille.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_grille.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_grille.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_interf_dyna_clas.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_interf_dyna_clas.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_interf_dyna_clas.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_list_inst.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_list_inst.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_list_inst.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_listis.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_listis.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_listis.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_listr8.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_listr8.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_listr8.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_macr_elem_dyna.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_macr_elem_dyna.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_macr_elem_dyna.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_macr_elem_stat.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_macr_elem_stat.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_macr_elem_stat.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_maillage.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_maillage.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_maillage.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_mater.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_mater.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_mater.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_matr_asse.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_matr_asse.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_matr_asse.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_matr_asse_gd.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_matr_asse_gd.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_matr_asse_gd.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_matr_asse_gene.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_matr_asse_gene.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_matr_asse_gene.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_matr_elem.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_matr_elem.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_matr_elem.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_melasflu.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_melasflu.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_melasflu.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_mode_cycl.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_mode_cycl.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_mode_cycl.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_mode_meca.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_mode_meca.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_mode_meca.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_modele.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_modele.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_modele.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_modele_gene.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_modele_gene.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_modele_gene.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_nume_ddl.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_nume_ddl.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_nume_ddl.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_nume_ddl_gene.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_nume_ddl_gene.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_nume_ddl_gene.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_resultat.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_resultat.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_resultat.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_resultat_dyn.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_resultat_dyn.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_resultat_dyn.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_sd_feti.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_sd_feti.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_sd_feti.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_spectre.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_spectre.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_spectre.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_squelette.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_squelette.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_squelette.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_surface.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_surface.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_surface.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_table.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_table.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_table.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_table_container.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_table_container.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_table_container.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_table_fonction.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_table_fonction.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_table_fonction.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_tran_gene.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_tran_gene.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_tran_gene.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_type_flui_stru.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_type_flui_stru.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_type_flui_stru.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_vect_asse_gene.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_vect_asse_gene.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_vect_asse_gene.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_vect_elem.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_vect_elem.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/co_vect_elem.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_amor_modal.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_amor_modal.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_amor_modal.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_base_modale.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_base_modale.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_base_modale.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cabl_precont.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cabl_precont.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cabl_precont.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cara_elem.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cara_elem.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cara_elem.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_carte.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_carte.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_carte.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cham_elem.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cham_elem.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cham_elem.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cham_gene.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cham_gene.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cham_gene.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cham_mater.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cham_mater.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cham_mater.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cham_no.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cham_no.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_cham_no.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_champ.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_champ.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_champ.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_char_acou.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_char_acou.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_char_acou.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_char_cine.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_char_cine.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_char_cine.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_char_meca.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_char_meca.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_char_meca.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_char_ther.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_char_ther.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_char_ther.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_char_unilate.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_char_unilate.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_char_unilate.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_compor.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_compor.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_compor.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_contact.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_contact.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_contact.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_corresp_2_mailla.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_corresp_2_mailla.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_corresp_2_mailla.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_courbe.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_courbe.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_courbe.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_courbe_lm.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_courbe_lm.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_courbe_lm.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_courbe_sa.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_courbe_sa.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_courbe_sa.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_feti.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_feti.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_feti.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_fonction.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_fonction.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_fonction.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_fond_fiss.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_fond_fiss.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_fond_fiss.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_gfibre.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_gfibre.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_gfibre.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_grille.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_grille.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_grille.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_interf_dyna_clas.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_interf_dyna_clas.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_interf_dyna_clas.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_l_charges.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_l_charges.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_l_charges.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_l_table.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_l_table.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_l_table.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_ligrel.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_ligrel.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_ligrel.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_list_inst.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_list_inst.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_list_inst.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_liste_rela.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_liste_rela.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_liste_rela.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_listis.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_listis.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_listis.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_listr8.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_listr8.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_listr8.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_macr_elem_dyna.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_macr_elem_dyna.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_macr_elem_dyna.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_macr_elem_stat.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_macr_elem_stat.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_macr_elem_stat.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_maillage.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_maillage.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_maillage.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_mater.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_mater.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_mater.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_asse.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_asse.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_asse.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_asse_com.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_asse_com.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_asse_com.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_asse_gd.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_asse_gd.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_asse_gd.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_asse_gene.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_asse_gene.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_asse_gene.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_cine.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_cine.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_cine.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_elem.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_elem.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_matr_elem.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_melasflu.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_melasflu.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_melasflu.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_mode_cycl.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_mode_cycl.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_mode_cycl.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_mode_meca.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_mode_meca.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_mode_meca.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_modele.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_modele.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_modele.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_modele_gene.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_modele_gene.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_modele_gene.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_multi_appui.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_multi_appui.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_multi_appui.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_ddl.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_ddl.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_ddl.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_ddl_com.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_ddl_com.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_ddl_com.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_ddl_gd.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_ddl_gd.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_ddl_gd.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_ddl_gene.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_ddl_gene.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_ddl_gene.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_elim.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_elim.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_elim.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_eqge.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_eqge.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_eqge.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_equa.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_equa.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_nume_equa.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_para_sensi.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_para_sensi.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_para_sensi.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_partition.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_partition.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_partition.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_prof_chno.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_prof_chno.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_prof_chno.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_prof_vgen.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_prof_vgen.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_prof_vgen.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_proj_mesu.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_proj_mesu.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_proj_mesu.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_proj_modal.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_proj_modal.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_proj_modal.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_reperage_1d.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_reperage_1d.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_reperage_1d.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_reperage_omega.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_reperage_omega.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_reperage_omega.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_resuelem.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_resuelem.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_resuelem.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_resultat.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_resultat.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_resultat.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_resultat_dyn.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_resultat_dyn.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_resultat_dyn.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_sddyna.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_sddyna.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_sddyna.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_solveur.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_solveur.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_solveur.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_spectre.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_spectre.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_spectre.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_squelette.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_squelette.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_squelette.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_stoc_lciel.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_stoc_lciel.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_stoc_lciel.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_stoc_mltf.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_stoc_mltf.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_stoc_mltf.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_stoc_morse.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_stoc_morse.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_stoc_morse.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_stockage.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_stockage.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_stockage.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_surface.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_surface.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_surface.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_surface_1d.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_surface_1d.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_surface_1d.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_table.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_table.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_table.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_table_container.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_table_container.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_table_container.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_table_fonction.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_table_fonction.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_table_fonction.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_titre.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_titre.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_titre.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_tran_gene.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_tran_gene.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_tran_gene.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_type_flui_stru.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_type_flui_stru.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_type_flui_stru.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_util.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_util.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_util.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_vect_elem.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_vect_elem.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_vect_elem.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_xfem.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_xfem.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/sd_xfem.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/utilsd.py -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/utilsd.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/SD/utilsd.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/Graph.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/Graph.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/Graph.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/System.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/System.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/System.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/Table.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/Table.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/Table.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/UniteAster.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/UniteAster.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/UniteAster.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/Utmess.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/Utmess.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/Utmess.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/__init__.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/__init__.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/__init__.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/as_timer.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/as_timer.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/as_timer.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/courbes.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/courbes.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/courbes.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/funct_root.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/funct_root.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/funct_root.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/liss_enveloppe.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/liss_enveloppe.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/liss_enveloppe.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/macro_rota_globale.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/macro_rota_globale.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/macro_rota_globale.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/optimize.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/optimize.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/optimize.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/partition.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/partition.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/partition.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/stats.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/stats.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/stats.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/sup_gmsh.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/sup_gmsh.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/sup_gmsh.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/transpose.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/transpose.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/transpose.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/utils.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/utils.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/utils.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/veri_matr_tang.py -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/veri_matr_tang.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/Utilitai/veri_matr_tang.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/__init__.py -%%EFICASDIR%%/Aster/Cata/cata_v10/__init__.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/__init__.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/cata.py -%%EFICASDIR%%/Aster/Cata/cata_v10/cata.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/cata.pyo -%%EFICASDIR%%/Aster/Cata/cata_v10/ops.py -%%EFICASDIR%%/Aster/Cata/cata_v10/ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v10/ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v11/Cata_Utils/__init__.py -%%EFICASDIR%%/Aster/Cata/cata_v11/Cata_Utils/__init__.pyc -%%EFICASDIR%%/Aster/Cata/cata_v11/Cata_Utils/__init__.pyo -%%EFICASDIR%%/Aster/Cata/cata_v11/Cata_Utils/t_fonction.py -%%EFICASDIR%%/Aster/Cata/cata_v11/Cata_Utils/t_fonction.pyc -%%EFICASDIR%%/Aster/Cata/cata_v11/Cata_Utils/t_fonction.pyo -%%EFICASDIR%%/Aster/Cata/cata_v11/__init__.py -%%EFICASDIR%%/Aster/Cata/cata_v11/__init__.pyc -%%EFICASDIR%%/Aster/Cata/cata_v11/__init__.pyo -%%EFICASDIR%%/Aster/Cata/cata_v11/cata.py -%%EFICASDIR%%/Aster/Cata/cata_v11/cata.pyc -%%EFICASDIR%%/Aster/Cata/cata_v11/cata.pyo -%%EFICASDIR%%/Aster/Cata/cata_v11/ops.py -%%EFICASDIR%%/Aster/Cata/cata_v11/ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v11/ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v12/Cata_Utils/__init__.py -%%EFICASDIR%%/Aster/Cata/cata_v12/Cata_Utils/__init__.pyc -%%EFICASDIR%%/Aster/Cata/cata_v12/Cata_Utils/__init__.pyo -%%EFICASDIR%%/Aster/Cata/cata_v12/Cata_Utils/t_fonction.py -%%EFICASDIR%%/Aster/Cata/cata_v12/Cata_Utils/t_fonction.pyc -%%EFICASDIR%%/Aster/Cata/cata_v12/Cata_Utils/t_fonction.pyo -%%EFICASDIR%%/Aster/Cata/cata_v12/__init__.py -%%EFICASDIR%%/Aster/Cata/cata_v12/__init__.pyc -%%EFICASDIR%%/Aster/Cata/cata_v12/__init__.pyo -%%EFICASDIR%%/Aster/Cata/cata_v12/cata.py -%%EFICASDIR%%/Aster/Cata/cata_v12/cata.pyc -%%EFICASDIR%%/Aster/Cata/cata_v12/cata.pyo -%%EFICASDIR%%/Aster/Cata/cata_v12/ops.py -%%EFICASDIR%%/Aster/Cata/cata_v12/ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v12/ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/__init__.py -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/__init__.pyc -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/__init__.pyo -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_ecrevisse_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_ecrevisse_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_ecrevisse_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_essai_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_essai_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_essai_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_europlexus_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_europlexus_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_europlexus_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_fonction_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_fonction_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_fonction_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_modal_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_modal_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_modal_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_precont_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_precont_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_precont_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_spec_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_spec_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_spec_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_table_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_table_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/calc_table_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/creation_donnees_homard.py -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/creation_donnees_homard.pyc -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/creation_donnees_homard.pyo -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/defi_cable_bp_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/defi_cable_bp_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/defi_cable_bp_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/defi_fonc_elec_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/defi_fonc_elec_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/defi_fonc_elec_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/defi_inte_spec_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/defi_inte_spec_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/defi_inte_spec_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/defi_part_feti_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/defi_part_feti_ops.pyc -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/defi_part_feti_ops.pyo -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/dyna_iss_vari_ops.py -%%EFICASDIR%%/Aster/Cata/cata_v9/Macro/dyna_iss_vari_ops.pyc *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 22:23:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12759E16; Wed, 18 Feb 2015 22:23:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCFC7880; Wed, 18 Feb 2015 22:23:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IMN7kr042781; Wed, 18 Feb 2015 22:23:07 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IMN7wX042780; Wed, 18 Feb 2015 22:23:07 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201502182223.t1IMN7wX042780@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Wed, 18 Feb 2015 22:23:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379320 - head/devel/binutils/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.18-1 Precedence: list List-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, 18 Feb 2015 22:23:08 -0000 Author: dim (src committer) Date: Wed Feb 18 22:23:06 2015 New Revision: 379320 URL: https://svnweb.freebsd.org/changeset/ports/379320 QAT: https://qat.redports.org/buildarchive/r379320/ Log: Fix undefined behavior in gas/contrib/tc-arm.c's rotate_left() macro, similar to https://svnweb.freebsd.org/base?view=revision&revision=274856 This fixes possible "invalid constant after fixup" errors from gas, when it has been compiled with high levels of optimization. Obtained from: binutils commit d840c081f8082e8b9e63fead5306643975a97bb3 PR: 197806 Approved by: maintainer (bapt) Added: head/devel/binutils/files/patch-gas_config_tc-arm.c (contents, props changed) Added: head/devel/binutils/files/patch-gas_config_tc-arm.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/binutils/files/patch-gas_config_tc-arm.c Wed Feb 18 22:23:06 2015 (r379320) @@ -0,0 +1,17 @@ +From d840c081f8082e8b9e63fead5306643975a97bb3 Mon Sep 17 00:00:00 2001 +From: Richard Earnshaw +Date: Thu, 20 Nov 2014 17:02:47 +0000 +Subject: [PATCH] * config/tc-arm.c (rotate_left): Avoid undefined behaviour + when N = 0. + +--- gas/config/tc-arm.c.orig 2014-10-14 09:32:03.000000000 +0200 ++++ gas/config/tc-arm.c 2015-02-18 21:13:40.720573000 +0100 +@@ -7251,7 +7251,7 @@ + + /* Functions for operand encoding. ARM, then Thumb. */ + +-#define rotate_left(v, n) (v << n | v >> (32 - n)) ++#define rotate_left(v, n) (v << (n & 31) | v >> ((32 - n) & 31)) + + /* If VAL can be encoded in the immediate field of an ARM instruction, + return the encoded form. Otherwise, return FAIL. */ From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 22:26:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3876F1CD; Wed, 18 Feb 2015 22:26:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 231418E1; Wed, 18 Feb 2015 22:26:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IMQkEi043316; Wed, 18 Feb 2015 22:26:46 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IMQkaU043315; Wed, 18 Feb 2015 22:26:46 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201502182226.t1IMQkaU043315@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Wed, 18 Feb 2015 22:26:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379321 - head/devel/armv6-freebsd10.0-xdev/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.18-1 Precedence: list List-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, 18 Feb 2015 22:26:46 -0000 Author: dim (src committer) Date: Wed Feb 18 22:26:45 2015 New Revision: 379321 URL: https://svnweb.freebsd.org/changeset/ports/379321 QAT: https://qat.redports.org/buildarchive/r379321/ Log: Fix undefined behavior in gas/contrib/tc-arm.c's rotate_left() macro, as in https://svnweb.freebsd.org/base?view=revision&revision=274856 This fixes possible "invalid constant after fixup" errors from gas, when it has been compiled with high levels of optimization. PR: 197810 Approved by: maintainer (bapt) Added: head/devel/armv6-freebsd10.0-xdev/files/patch-contrib_binutils_gas_config_tc-arm.c (contents, props changed) Added: head/devel/armv6-freebsd10.0-xdev/files/patch-contrib_binutils_gas_config_tc-arm.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/armv6-freebsd10.0-xdev/files/patch-contrib_binutils_gas_config_tc-arm.c Wed Feb 18 22:26:45 2015 (r379321) @@ -0,0 +1,11 @@ +--- ./contrib/binutils/gas/config/tc-arm.c.orig 2014-01-16 21:40:13.000000000 +0100 ++++ ./contrib/binutils/gas/config/tc-arm.c 2015-02-18 21:57:22.653597000 +0100 +@@ -6060,7 +6060,7 @@ + + /* Functions for operand encoding. ARM, then Thumb. */ + +-#define rotate_left(v, n) (v << n | v >> (32 - n)) ++#define rotate_left(v, n) (v << (n % 32) | v >> ((32 - n) % 32)) + + /* If VAL can be encoded in the immediate field of an ARM instruction, + return the encoded form. Otherwise, return FAIL. */ From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 22:30:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6DE07A2; Wed, 18 Feb 2015 22:30:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1D3B955; Wed, 18 Feb 2015 22:30:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IMUMPU045146; Wed, 18 Feb 2015 22:30:22 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IMUMiB045144; Wed, 18 Feb 2015 22:30:22 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201502182230.t1IMUMiB045144@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Wed, 18 Feb 2015 22:30:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379322 - head/sysutils/py-ploy_ansible X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 22:30:22 -0000 Author: koobs Date: Wed Feb 18 22:30:21 2015 New Revision: 379322 URL: https://svnweb.freebsd.org/changeset/ports/379322 QAT: https://qat.redports.org/buildarchive/r379322/ Log: sysutils/py-ploy_ansible: Update to 1.2.2 - Update to 1.2.2 - Upstream now sdist upload's tar.gz (thanks @fschulze!) [1] Changes: * Test and fixes for changes in ansible 1.8. [fschulze] [1] https://github.com/ployground/ploy_ansible/issues/11 Modified: head/sysutils/py-ploy_ansible/Makefile head/sysutils/py-ploy_ansible/distinfo Modified: head/sysutils/py-ploy_ansible/Makefile ============================================================================== --- head/sysutils/py-ploy_ansible/Makefile Wed Feb 18 22:26:45 2015 (r379321) +++ head/sysutils/py-ploy_ansible/Makefile Wed Feb 18 22:30:21 2015 (r379322) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ploy_ansible -DISTVERSION= 1.2.1 +DISTVERSION= 1.2.2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ploy ${PYTHON_PKGNAMEPREFIX}execnet>0:${PORTSDIR}/sysutils/py-execnet \ ansible>0:${PORTSDIR}/sysutils/ansible -USES= python:-2.7 zip +USES= python:-2.7 USE_PYTHON= autoplist distutils .include Modified: head/sysutils/py-ploy_ansible/distinfo ============================================================================== --- head/sysutils/py-ploy_ansible/distinfo Wed Feb 18 22:26:45 2015 (r379321) +++ head/sysutils/py-ploy_ansible/distinfo Wed Feb 18 22:30:21 2015 (r379322) @@ -1,2 +1,2 @@ -SHA256 (ploy_ansible-1.2.1.zip) = 0858f09bd9db4d676f097040262ec8c7159b8fa1d81261a28db8be2fd8b032f2 -SIZE (ploy_ansible-1.2.1.zip) = 32175 +SHA256 (ploy_ansible-1.2.2.tar.gz) = af7f17df6bd123518f9c24ce4efc425b305a36705a7be5adab9b743fd2d85ab3 +SIZE (ploy_ansible-1.2.2.tar.gz) = 23966 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 22:31:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 154D2945; Wed, 18 Feb 2015 22:31:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3DB59FE; Wed, 18 Feb 2015 22:31:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IMV0wU045793; Wed, 18 Feb 2015 22:31:00 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IMV01M045789; Wed, 18 Feb 2015 22:31:00 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201502182231.t1IMV01M045789@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Wed, 18 Feb 2015 22:31:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379323 - head/security/gnupg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 22:31:01 -0000 Author: kuriyama Date: Wed Feb 18 22:30:59 2015 New Revision: 379323 URL: https://svnweb.freebsd.org/changeset/ports/379323 QAT: https://qat.redports.org/buildarchive/r379323/ Log: - Upgrade to 2.1.2 (bugfixes). Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Wed Feb 18 22:30:21 2015 (r379322) +++ head/security/gnupg/Makefile Wed Feb 18 22:30:59 2015 (r379323) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.1.1 -PORTREVISION= 1 -#PORTREVISION= 1 +PORTVERSION= 2.1.2 +#PORTREVISION= 0 CATEGORIES= security MASTER_SITES= GNUPG/gnupg DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Wed Feb 18 22:30:21 2015 (r379322) +++ head/security/gnupg/distinfo Wed Feb 18 22:30:59 2015 (r379323) @@ -1,4 +1,4 @@ -SHA256 (gnupg-2.1.1.tar.bz2) = 70ecd01d2875db62624c911c2fd815742f50aef5492698eb3bfc09a08690ce49 -SIZE (gnupg-2.1.1.tar.bz2) = 4801472 -SHA256 (gnupg-2.1.1.tar.bz2.sig) = b7442981adee5eee70b89556b6e0926b57f886188cbd419060aaaf822ba380da -SIZE (gnupg-2.1.1.tar.bz2.sig) = 574 +SHA256 (gnupg-2.1.2.tar.bz2) = 404f5a43d591dfe41f0ffb204b49a1533b67d77bc1fd68febd7e447575616792 +SIZE (gnupg-2.1.2.tar.bz2) = 4832996 +SHA256 (gnupg-2.1.2.tar.bz2.sig) = f8f8374f5c4c34bd4caf4802b27d93ff5800b1bd60a7618e1b87618851adcdb7 +SIZE (gnupg-2.1.2.tar.bz2.sig) = 574 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 22:32:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 949BCA4F; Wed, 18 Feb 2015 22:32:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EF3BA17; Wed, 18 Feb 2015 22:32:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IMWRmK047936; Wed, 18 Feb 2015 22:32:27 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IMWRJh047932; Wed, 18 Feb 2015 22:32:27 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201502182232.t1IMWRJh047932@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Wed, 18 Feb 2015 22:32:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379324 - head/x11/xfce4-whiskermenu-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.18-1 Precedence: list List-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, 18 Feb 2015 22:32:27 -0000 Author: olivierd Date: Wed Feb 18 22:32:26 2015 New Revision: 379324 URL: https://svnweb.freebsd.org/changeset/ports/379324 QAT: https://qat.redports.org/buildarchive/r379324/ Log: - Update to 1.5.0 - Adjust MASTER_SITES (xfce4-whiskermenu-plugin is now hosted on Xfce's website) ChangeLog: https://mail.xfce.org/pipermail/xfce/2015-February/034168.html Modified: head/x11/xfce4-whiskermenu-plugin/Makefile head/x11/xfce4-whiskermenu-plugin/distinfo Modified: head/x11/xfce4-whiskermenu-plugin/Makefile ============================================================================== --- head/x11/xfce4-whiskermenu-plugin/Makefile Wed Feb 18 22:30:59 2015 (r379323) +++ head/x11/xfce4-whiskermenu-plugin/Makefile Wed Feb 18 22:32:26 2015 (r379324) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= xfce4-whiskermenu-plugin -PORTVERSION= 1.4.3 +PORTVERSION= 1.5.0 CATEGORIES= x11 xfce -MASTER_SITES= http://gottcode.org/${PORTNAME}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src +MASTER_SITES= XFCE +MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/x11/xfce4-whiskermenu-plugin/distinfo ============================================================================== --- head/x11/xfce4-whiskermenu-plugin/distinfo Wed Feb 18 22:30:59 2015 (r379323) +++ head/x11/xfce4-whiskermenu-plugin/distinfo Wed Feb 18 22:32:26 2015 (r379324) @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfce4-whiskermenu-plugin-1.4.3-src.tar.bz2) = 56c409a16e8a6db4f6eb4ae4e8c3ad472964e840c01453f200d0c1034d949b4b -SIZE (xfce4/xfce4-whiskermenu-plugin-1.4.3-src.tar.bz2) = 139544 +SHA256 (xfce4/xfce4-whiskermenu-plugin-1.5.0.tar.bz2) = da82bdbc899a9935b560323aac9037d44f37fb110509b80ec293196722671851 +SIZE (xfce4/xfce4-whiskermenu-plugin-1.5.0.tar.bz2) = 145549 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 22:34:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DAEA4B78; Wed, 18 Feb 2015 22:34:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5DC7A35; Wed, 18 Feb 2015 22:34:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IMYQEh048286; Wed, 18 Feb 2015 22:34:26 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IMYQCS048285; Wed, 18 Feb 2015 22:34:26 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201502182234.t1IMYQCS048285@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Wed, 18 Feb 2015 22:34:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379325 - head/sysutils/bsdploy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 18 Feb 2015 22:34:27 -0000 Author: koobs Date: Wed Feb 18 22:34:25 2015 New Revision: 379325 URL: https://svnweb.freebsd.org/changeset/ports/379325 QAT: https://qat.redports.org/buildarchive/r379325/ Log: sysutils/bsdploy: Mark UnBROKEN Mark no longer BROKEN as ploy_ansible has grown support for Ansible > 1.8 [1] and is now in the ports tree [2]. Thank you Tom Lazar and Florian Schulze for the extremely responsive support and fix. [1] https://github.com/ployground/ploy_ansible/pull/13 [2] https://svnweb.freebsd.org/changeset/ports/379322 Modified: head/sysutils/bsdploy/Makefile Modified: head/sysutils/bsdploy/Makefile ============================================================================== --- head/sysutils/bsdploy/Makefile Wed Feb 18 22:32:26 2015 (r379324) +++ head/sysutils/bsdploy/Makefile Wed Feb 18 22:34:25 2015 (r379325) @@ -17,9 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml ${PYTHON_PKGNAMEPREFIX}ploy_ezjail>=1.0.0:${PORTSDIR}/sysutils/py-ploy_ezjail \ ${PYTHON_PKGNAMEPREFIX}ploy_fabric>=1.1.0:${PORTSDIR}/sysutils/py-ploy_fabric -# https://github.com/ployground/bsdploy/issues/60 -BROKEN= Doesn't run with Ansible >= 1.8 - OPTIONS_DEFINE= EC2 OPTIONS_DEFAULT= EC2 EC2_DESC= Support Amazon Web Services EC2 hosts From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 22:37:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F38B3CAD; Wed, 18 Feb 2015 22:37:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDD9AA6F; Wed, 18 Feb 2015 22:37:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IMbtnN048874; Wed, 18 Feb 2015 22:37:55 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IMbs2I048868; Wed, 18 Feb 2015 22:37:54 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201502182237.t1IMbs2I048868@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 18 Feb 2015 22:37:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379326 - in head/dns: bind910 bind910/files bind99 bind99/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.18-1 Precedence: list List-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, 18 Feb 2015 22:37:56 -0000 Author: mat Date: Wed Feb 18 22:37:54 2015 New Revision: 379326 URL: https://svnweb.freebsd.org/changeset/ports/379326 QAT: https://qat.redports.org/buildarchive/r379326/ Log: Update BIND 9.9 and 9.10 to the latest security patch. Sponsored by: Absolight Deleted: head/dns/bind910/files/patch-CVE-2015-1349 head/dns/bind99/files/patch-CVE-2015-1349 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 Wed Feb 18 22:34:25 2015 (r379325) +++ head/dns/bind910/Makefile Wed Feb 18 22:37:54 2015 (r379326) @@ -4,10 +4,10 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} .if defined(BIND_TOOLS_SLAVE) # dns/bind-tools here -PORTREVISION= 1 +PORTREVISION= 0 .else # dns/bind910 here -PORTREVISION= 2 +PORTREVISION= 0 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} @@ -20,7 +20,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.1-P1 +ISCVERSION= 9.10.1-P2 MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind910/distinfo ============================================================================== --- head/dns/bind910/distinfo Wed Feb 18 22:34:25 2015 (r379325) +++ head/dns/bind910/distinfo Wed Feb 18 22:37:54 2015 (r379326) @@ -1,2 +1,2 @@ -SHA256 (bind-9.10.1-P1.tar.gz) = 974343108d32f253a130383d0ba51290fb7bf372092f1451f264a9e3ac09898d -SIZE (bind-9.10.1-P1.tar.gz) = 8356463 +SHA256 (bind-9.10.1-P2.tar.gz) = 42dced2300ba6147168fe1b7faa2e7740e47b75e481290cd5e4483bd8b8a7feb +SIZE (bind-9.10.1-P2.tar.gz) = 8356565 Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Wed Feb 18 22:34:25 2015 (r379325) +++ head/dns/bind99/Makefile Wed Feb 18 22:37:54 2015 (r379326) @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} -PORTREVISION= 4 +PORTREVISION= 0 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 99 @@ -14,7 +14,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.6-P1 +ISCVERSION= 9.9.6-P2 MAKE_JOBS_UNSAFE= yes @@ -111,8 +111,8 @@ RPZ_NSIP_CONFIGURE_ENABLE= rpz-nsip RPZ_NSDNAME_CONFIGURE_ENABLE= rpz-nsdname -RPZ_PATCH_PATCHFILES= ${ISCVERSION}-rpz2+rl.14038.05.patch:vix -RPZ_PATCH_PATCH_SITES= http://ss.vix.su/~vjs/:vix ${MASTER_SITE_LOCAL:S/%SUBDIR%/mat\/bind/:S/$/:vix/} +RPZ_PATCH_PATCHFILES= ${ISCVERSION}-rpz2+rl.14038.05.patch.xz:vix +RPZ_PATCH_PATCH_SITES= http://ss.vix.su/~vjs/:vix LOCAL/mat/bind:vix RRL_CONFIGURE_ENABLE= rrl Modified: head/dns/bind99/distinfo ============================================================================== --- head/dns/bind99/distinfo Wed Feb 18 22:34:25 2015 (r379325) +++ head/dns/bind99/distinfo Wed Feb 18 22:37:54 2015 (r379326) @@ -1,4 +1,4 @@ -SHA256 (bind-9.9.6-P1.tar.gz) = dfedcb2b414d2803accd1a9c21d183178a288f40a2486af5ec0d3369a8cb8526 -SIZE (bind-9.9.6-P1.tar.gz) = 7816337 -SHA256 (9.9.6-P1-rpz2+rl.14038.05.patch) = b978d634c3deb1de42418700ac28ec947373f8979a4bbe2230d0eea462a6cc86 -SIZE (9.9.6-P1-rpz2+rl.14038.05.patch) = 194778 +SHA256 (bind-9.9.6-P2.tar.gz) = 5e882f453a8c799a121272f68bdb90936ce97bb857f8c2b3af1c8ba3d1b749ed +SIZE (bind-9.9.6-P2.tar.gz) = 7816640 +SHA256 (9.9.6-P2-rpz2+rl.14038.05.patch.xz) = b69825ddee742dbb342f2da4265ff2139256ad79bd0d029ba010b7bf98f2d1e5 +SIZE (9.9.6-P2-rpz2+rl.14038.05.patch.xz) = 38792 From owner-svn-ports-head@FreeBSD.ORG Wed Feb 18 23:56:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF371477; Wed, 18 Feb 2015 23:56:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A024B3C9; Wed, 18 Feb 2015 23:56:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1INudK5086186; Wed, 18 Feb 2015 23:56:39 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1INud2r086185; Wed, 18 Feb 2015 23:56:39 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201502182356.t1INud2r086185@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 18 Feb 2015 23:56:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379327 - head/emulators/virtualbox-ose/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.18-1 Precedence: list List-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, 18 Feb 2015 23:56:39 -0000 Author: jkim Date: Wed Feb 18 23:56:38 2015 New Revision: 379327 URL: https://svnweb.freebsd.org/changeset/ports/379327 QAT: https://qat.redports.org/buildarchive/r379327/ Log: Fix build with Clang on i386. Previously, we defined GCCUSESGAS to work around the problem but X.org removed it from 1.17: http://cgit.freedesktop.org/xorg/xserver/commit/?id=93745a6c1afc830759219f8632ec565d83c7bc12 Added: head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-x11include-xorg-server-1.17.1-compiler.h (contents, props changed) Added: head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-x11include-xorg-server-1.17.1-compiler.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-x11include-xorg-server-1.17.1-compiler.h Wed Feb 18 23:56:38 2015 (r379327) @@ -0,0 +1,51 @@ +--- src/VBox/Additions/x11/x11include/xorg-server-1.17.1/compiler.h.orig 2015-02-12 11:08:51.000000000 -0500 ++++ src/VBox/Additions/x11/x11include/xorg-server-1.17.1/compiler.h 2015-02-18 17:44:16.919457000 -0500 +@@ -972,26 +972,26 @@ + static __inline__ void + outb(unsigned short port, unsigned char val) + { +- __asm__ __volatile__("out%B0 (%1)"::"a"(val), "d"(port)); ++ __asm__ __volatile__("outb %0,%1"::"a"(val), "d"(port)); + } + + static __inline__ void + outw(unsigned short port, unsigned short val) + { +- __asm__ __volatile__("out%W0 (%1)"::"a"(val), "d"(port)); ++ __asm__ __volatile__("outw %0,%1"::"a"(val), "d"(port)); + } + + static __inline__ void + outl(unsigned short port, unsigned int val) + { +- __asm__ __volatile__("out%L0 (%1)"::"a"(val), "d"(port)); ++ __asm__ __volatile__("outl %0,%1"::"a"(val), "d"(port)); + } + + static __inline__ unsigned int + inb(unsigned short port) + { + unsigned char ret; +- __asm__ __volatile__("in%B0 (%1)":"=a"(ret):"d"(port)); ++ __asm__ __volatile__("inb %1,%0":"=a"(ret):"d"(port)); + + return ret; + } +@@ -1000,7 +1000,7 @@ + inw(unsigned short port) + { + unsigned short ret; +- __asm__ __volatile__("in%W0 (%1)":"=a"(ret):"d"(port)); ++ __asm__ __volatile__("inw %1,%0":"=a"(ret):"d"(port)); + + return ret; + } +@@ -1009,7 +1009,7 @@ + inl(unsigned short port) + { + unsigned int ret; +- __asm__ __volatile__("in%L0 (%1)":"=a"(ret):"d"(port)); ++ __asm__ __volatile__("inl %1,%0":"=a"(ret):"d"(port)); + + return ret; + } From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 00:08:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A92A867; Thu, 19 Feb 2015 00:08:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05A9874F; Thu, 19 Feb 2015 00:08:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J08Nfx092117; Thu, 19 Feb 2015 00:08:23 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1J08N5L092116; Thu, 19 Feb 2015 00:08:23 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502190008.t1J08N5L092116@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Thu, 19 Feb 2015 00:08:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379328 - head/x11-wm/fluxter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 00:08:24 -0000 Author: jgh Date: Thu Feb 19 00:08:23 2015 New Revision: 379328 URL: https://svnweb.freebsd.org/changeset/ports/379328 QAT: https://qat.redports.org/buildarchive/r379328/ Log: - attach license - use plist_files in favor of pkg-plist - port is datadir-safe Deleted: head/x11-wm/fluxter/pkg-plist Modified: head/x11-wm/fluxter/Makefile Modified: head/x11-wm/fluxter/Makefile ============================================================================== --- head/x11-wm/fluxter/Makefile Wed Feb 18 23:56:38 2015 (r379327) +++ head/x11-wm/fluxter/Makefile Thu Feb 19 00:08:23 2015 (r379328) @@ -9,10 +9,17 @@ MASTER_SITES= http://www.hydrus.org.uk/d MAINTAINER= jgh@FreeBSD.org COMMENT= Desktop pager for the Fluxbox Slit +LICENSE= GPLv2 + USE_XORG= x11 ice xproto xt xaw xext GNU_CONFIGURE= yes USES= gmake +PLIST_FILES= bin/fluxter \ + %%DATADIR%%/README.fluxter \ + %%DATADIR%%/fluxter.bb \ + %%DATADIR%%/fluxter.nobb + post-patch: @${REINPLACE_CMD} -e "s|/fluxbox|/${PORTNAME}|g" \ ${WRKSRC}/Makefile.in ${WRKSRC}/data/README.fluxter \ From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 00:25:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0672E49; Thu, 19 Feb 2015 00:25:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA7F0945; Thu, 19 Feb 2015 00:25:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J0PwbI001446; Thu, 19 Feb 2015 00:25:58 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1J0PwZD001444; Thu, 19 Feb 2015 00:25:58 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201502190025.t1J0PwZD001444@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 19 Feb 2015 00:25:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379329 - in head/emulators: virtualbox-ose-additions virtualbox-ose/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.18-1 Precedence: list List-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, 19 Feb 2015 00:25:59 -0000 Author: jkim Date: Thu Feb 19 00:25:57 2015 New Revision: 379329 URL: https://svnweb.freebsd.org/changeset/ports/379329 QAT: https://qat.redports.org/buildarchive/r379329/ Log: Make the previous patch conditional as we always did. Added: head/emulators/virtualbox-ose/files/extrapatch-src-VBox-Additions-x11-x11include-xorg-server-1.17.1-compiler.h - copied unchanged from r379327, head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-x11include-xorg-server-1.17.1-compiler.h Deleted: head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-x11include-xorg-server-1.17.1-compiler.h Modified: head/emulators/virtualbox-ose-additions/Makefile Modified: head/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- head/emulators/virtualbox-ose-additions/Makefile Thu Feb 19 00:08:23 2015 (r379328) +++ head/emulators/virtualbox-ose-additions/Makefile Thu Feb 19 00:25:57 2015 (r379329) @@ -106,7 +106,8 @@ KMK_ARCH= freebsd.${ARCH} .if ${COMPILER_TYPE} == clang EXTRA_PATCHES= ${PATCHDIR}/extrapatch-Config.kmk \ - ${PATCHDIR}/extrapatch-src-VBox-Additions-x11-vboxvideo-Makefile.kmk + ${PATCHDIR}/extrapatch-src-VBox-Additions-x11-vboxvideo-Makefile.kmk \ + ${PATCHDIR}/extrapatch-src-VBox-Additions-x11-x11include-xorg-server-1.17.1-compiler.h .if ${COMPILER_FEATURES:Mlibc++} EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-src-VBox-Additions-x11-VBoxClient-Makefile.kmk .endif Copied: head/emulators/virtualbox-ose/files/extrapatch-src-VBox-Additions-x11-x11include-xorg-server-1.17.1-compiler.h (from r379327, head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-x11include-xorg-server-1.17.1-compiler.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/virtualbox-ose/files/extrapatch-src-VBox-Additions-x11-x11include-xorg-server-1.17.1-compiler.h Thu Feb 19 00:25:57 2015 (r379329, copy of r379327, head/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-x11include-xorg-server-1.17.1-compiler.h) @@ -0,0 +1,51 @@ +--- src/VBox/Additions/x11/x11include/xorg-server-1.17.1/compiler.h.orig 2015-02-12 11:08:51.000000000 -0500 ++++ src/VBox/Additions/x11/x11include/xorg-server-1.17.1/compiler.h 2015-02-18 17:44:16.919457000 -0500 +@@ -972,26 +972,26 @@ + static __inline__ void + outb(unsigned short port, unsigned char val) + { +- __asm__ __volatile__("out%B0 (%1)"::"a"(val), "d"(port)); ++ __asm__ __volatile__("outb %0,%1"::"a"(val), "d"(port)); + } + + static __inline__ void + outw(unsigned short port, unsigned short val) + { +- __asm__ __volatile__("out%W0 (%1)"::"a"(val), "d"(port)); ++ __asm__ __volatile__("outw %0,%1"::"a"(val), "d"(port)); + } + + static __inline__ void + outl(unsigned short port, unsigned int val) + { +- __asm__ __volatile__("out%L0 (%1)"::"a"(val), "d"(port)); ++ __asm__ __volatile__("outl %0,%1"::"a"(val), "d"(port)); + } + + static __inline__ unsigned int + inb(unsigned short port) + { + unsigned char ret; +- __asm__ __volatile__("in%B0 (%1)":"=a"(ret):"d"(port)); ++ __asm__ __volatile__("inb %1,%0":"=a"(ret):"d"(port)); + + return ret; + } +@@ -1000,7 +1000,7 @@ + inw(unsigned short port) + { + unsigned short ret; +- __asm__ __volatile__("in%W0 (%1)":"=a"(ret):"d"(port)); ++ __asm__ __volatile__("inw %1,%0":"=a"(ret):"d"(port)); + + return ret; + } +@@ -1009,7 +1009,7 @@ + inl(unsigned short port) + { + unsigned int ret; +- __asm__ __volatile__("in%L0 (%1)":"=a"(ret):"d"(port)); ++ __asm__ __volatile__("inl %1,%0":"=a"(ret):"d"(port)); + + return ret; + } From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 00:59:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E381BB59; Thu, 19 Feb 2015 00:59:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4786E35; Thu, 19 Feb 2015 00:59:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J0xwva016076; Thu, 19 Feb 2015 00:59:58 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1J0xv1T016073; Thu, 19 Feb 2015 00:59:57 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201502190059.t1J0xv1T016073@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Thu, 19 Feb 2015 00:59:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379330 - head/security/gnupg20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 00:59:59 -0000 Author: kuriyama Date: Thu Feb 19 00:59:57 2015 New Revision: 379330 URL: https://svnweb.freebsd.org/changeset/ports/379330 QAT: https://qat.redports.org/buildarchive/r379330/ Log: - Upgrade to 2.0.27 (bugfixes). Modified: head/security/gnupg20/Makefile head/security/gnupg20/distinfo head/security/gnupg20/pkg-plist Modified: head/security/gnupg20/Makefile ============================================================================== --- head/security/gnupg20/Makefile Thu Feb 19 00:25:57 2015 (r379329) +++ head/security/gnupg20/Makefile Thu Feb 19 00:59:57 2015 (r379330) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= gnupg -PORTVERSION= 2.0.26 -PORTREVISION= 3 +PORTVERSION= 2.0.27 +#PORTREVISION= 0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg Modified: head/security/gnupg20/distinfo ============================================================================== --- head/security/gnupg20/distinfo Thu Feb 19 00:25:57 2015 (r379329) +++ head/security/gnupg20/distinfo Thu Feb 19 00:59:57 2015 (r379330) @@ -1,4 +1,4 @@ -SHA256 (gnupg-2.0.26.tar.bz2) = 7758e30dc382ae7a7167ed41b7f936aa50af5ea2d6fccdef663b5b750b65b8e0 -SIZE (gnupg-2.0.26.tar.bz2) = 4303384 -SHA256 (gnupg-2.0.26.tar.bz2.sig) = ef206280607f81f80682018879ffd724aabc5aa85535c3bb10e16285bb8b03fd -SIZE (gnupg-2.0.26.tar.bz2.sig) = 287 +SHA256 (gnupg-2.0.27.tar.bz2) = 57646d3e4b919fa1e5c8f1c0cf5fe1215333041c493a5ebc4b8f2978dbe930f2 +SIZE (gnupg-2.0.27.tar.bz2) = 4424679 +SHA256 (gnupg-2.0.27.tar.bz2.sig) = f0b61eea0df2a3cf3198960966d4e5bc4d5c3e50dd1bdfab0aaa217e5f4f4a5a +SIZE (gnupg-2.0.27.tar.bz2.sig) = 287 Modified: head/security/gnupg20/pkg-plist ============================================================================== --- head/security/gnupg20/pkg-plist Thu Feb 19 00:25:57 2015 (r379329) +++ head/security/gnupg20/pkg-plist Thu Feb 19 00:59:57 2015 (r379330) @@ -100,6 +100,7 @@ sbin/applygnupgdefaults %%NLS%%share/locale/it/LC_MESSAGES/gnupg2.mo %%NLS%%share/locale/ja/LC_MESSAGES/gnupg2.mo %%NLS%%share/locale/nb/LC_MESSAGES/gnupg2.mo +%%NLS%%share/locale/nl/LC_MESSAGES/gnupg2.mo %%NLS%%share/locale/pl/LC_MESSAGES/gnupg2.mo %%NLS%%share/locale/pt/LC_MESSAGES/gnupg2.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/gnupg2.mo From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 02:29:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8ED633A; Thu, 19 Feb 2015 02:29:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3BB2922; Thu, 19 Feb 2015 02:29:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J2T7Tk058721; Thu, 19 Feb 2015 02:29:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1J2T7Od058719; Thu, 19 Feb 2015 02:29:07 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502190229.t1J2T7Od058719@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 19 Feb 2015 02:29:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379331 - in head: graphics/ImageMagick lang/execline X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 02:29:08 -0000 Author: jbeich Date: Thu Feb 19 02:29:06 2015 New Revision: 379331 URL: https://svnweb.freebsd.org/changeset/ports/379331 QAT: https://qat.redports.org/buildarchive/r379331/ Log: Register CONFLICTS between execline and ImageMagick Differential Revision: https://reviews.freebsd.org/D1820 Approved by: bapt (mentor) Approved by: portmgr blanket Modified: head/graphics/ImageMagick/Makefile head/lang/execline/Makefile Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Thu Feb 19 00:59:57 2015 (r379330) +++ head/graphics/ImageMagick/Makefile Thu Feb 19 02:29:06 2015 (r379331) @@ -36,6 +36,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl +CONFLICTS_INSTALL= execline-[0-9]* # bin/import + # This port uses .la files, keep libtool:keepla! (magick/module.c) USES= gmake libtool:keepla pathfix perl5 pkgconfig shebangfix tar:xz SHEBANG_FILES= www/source/examples.pl Modified: head/lang/execline/Makefile ============================================================================== --- head/lang/execline/Makefile Thu Feb 19 00:59:57 2015 (r379330) +++ head/lang/execline/Makefile Thu Feb 19 02:29:06 2015 (r379331) @@ -13,6 +13,8 @@ LICENSE= ISCL BUILD_DEPENDS= skalibs>=2.2.1.0:${PORTSDIR}/devel/skalibs +CONFLICTS_INSTALL= ImageMagick-* # bin/import + USES= gmake USE_LDCONFIG= yes HAS_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 05:29:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38F6D519; Thu, 19 Feb 2015 05:29:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 232A6D47; Thu, 19 Feb 2015 05:29:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J5Ti3h043138; Thu, 19 Feb 2015 05:29:44 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1J5TioU043134; Thu, 19 Feb 2015 05:29:44 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502190529.t1J5TioU043134@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 19 Feb 2015 05:29:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379332 - in head/net/kamailio: . 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.18-1 Precedence: list List-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, 19 Feb 2015 05:29:45 -0000 Author: pi Date: Thu Feb 19 05:29:43 2015 New Revision: 379332 URL: https://svnweb.freebsd.org/changeset/ports/379332 QAT: https://qat.redports.org/buildarchive/r379332/ Log: net/kamailio: 4.2.2 -> 4.2.3 Changes: http://www.kamailio.org/pub/kamailio/4.2.3/ChangeLog Adds PRESENCE option and additional modules are integrated in the build. Submitted by: Euan Thoms Added: head/net/kamailio/files/patch-ip_addr_h (contents, props changed) Deleted: head/net/kamailio/files/patch-modules__pipelimit__pipelimit.c head/net/kamailio/files/patch-modules__ratelimit__ratelimit.c Modified: head/net/kamailio/Makefile head/net/kamailio/distinfo head/net/kamailio/pkg-plist Modified: head/net/kamailio/Makefile ============================================================================== --- head/net/kamailio/Makefile Thu Feb 19 02:29:06 2015 (r379331) +++ head/net/kamailio/Makefile Thu Feb 19 05:29:43 2015 (r379332) @@ -3,8 +3,7 @@ # PORTNAME= kamailio -PORTVERSION= 4.2.2 -PORTREVISION= 1 +PORTVERSION= 4.2.3 CATEGORIES= net MASTER_SITES= http://www.kamailio.org/pub/kamailio/${PORTVERSION}/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}_src @@ -15,7 +14,8 @@ COMMENT= Very fast and configurable open LICENSE= GPLv2 LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ - libxml2.so:${PORTSDIR}/textproc/libxml2 + libxml2.so:${PORTSDIR}/textproc/libxml2 \ + libcurl.so:${PORTSDIR}/ftp/curl RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash USES= gmake shebangfix readline @@ -30,11 +30,12 @@ USE_RC_SUBR= kamailio USERS= kamailio GROUPS= kamailio -OPTIONS_DEFINE= DOCS MYSQL PGSQL RADIUS JITSI JABBER TLS UNIXODBC -OPTIONS_DEFAULT= MYSQL RADIUS JABBER TLS +OPTIONS_DEFINE= DOCS MYSQL PGSQL RADIUS JITSI JABBER TLS UNIXODBC PRESENCE +OPTIONS_DEFAULT=MYSQL RADIUS JABBER TLS PRESENCE OPTIONS_SUB= YES JITSI_DESC= VoIP Frontend GUI via Jitsi +PRESENCE_DESC= Presence support MYSQL_USE= mysql=yes PGSQL_USES= pgsql @@ -49,12 +50,14 @@ TLS_USE= OPENSSL=yes BUILD_DEPENDS+= clang33:${PORTSDIR}/lang/clang33 .endif +DEFAULT_GROUP_INCLUDE= standard standard-dep + .if ${PORT_OPTIONS:MMYSQL} -EXTRA_MODULES+= db_mysql +EXTRA_GROUPS+= mysql .endif .if ${PORT_OPTIONS:MPGSQL} -EXTRA_MODULES+= db_postgres +EXTRA_GROUPS+= postgres .endif .if ${PORT_OPTIONS:MUNIXODBC} @@ -62,7 +65,7 @@ EXTRA_MODULES+= db_unixodbc .endif .if ${PORT_OPTIONS:MRADIUS} -EXTRA_MODULES+= auth_radius group_radius uri_radius +EXTRA_GROUPS+= radius .endif .if ${PORT_OPTIONS:MJABBER} @@ -73,8 +76,12 @@ EXTRA_MODULES+= jabber EXTRA_MODULES+= tls .endif +.if ${PORT_OPTIONS:MPRESENCE} +EXTRA_GROUPS+= presence +.endif + .if !empty (EXTRA_MODULES) -MAKE_ARGS= include_modules="${EXTRA_MODULES}" +MAKE_ARGS+= group_include="${DEFAULT_GROUP_INCLUDE} ${EXTRA_GROUPS}" include_modules="${EXTRA_MODULES}" .endif post-patch: @@ -120,12 +127,18 @@ post-stage: prefix_route speeddial registrar mtree uid_avp_db \ xlog sipt siptrace qos pdb xprint auth_radius \ sanity uid_gflags db_text sdpops sipcapture \ - tsilo nosip rtpengine jsonrpc-s + tsilo nosip rtpengine jsonrpc-s \ + presence presence_conference presence_dialog presence_dialoginfo \ + presence_mwi \ + presence_profile presence_reginfo presence_xml pua_bla \ + pua_dialoginfo pua_mi pua_reginfo pua_usrloc rls \ + acc_radius misc_radius peering pua pua_xmpp xcap_client xcap_server @if [ -e ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/${i}.so ]; then \ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/${i}.so; \ fi .endfor + # Strip libraries in lib/kamailio @${ECHO_CMD} "Stripping libraries in ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/" Modified: head/net/kamailio/distinfo ============================================================================== --- head/net/kamailio/distinfo Thu Feb 19 02:29:06 2015 (r379331) +++ head/net/kamailio/distinfo Thu Feb 19 05:29:43 2015 (r379332) @@ -1,2 +1,2 @@ -SHA256 (kamailio-4.2.2_src.tar.gz) = 10fb05cdc8a5223e5b0a8faf2b24819c60b40f232809c621569eda3e620f0ee5 -SIZE (kamailio-4.2.2_src.tar.gz) = 11148160 +SHA256 (kamailio-4.2.3_src.tar.gz) = 7dbbca4a515778d3e903380adcc49f727ddc4853238cb905e14c811a5671ed80 +SIZE (kamailio-4.2.2_src.tar.gz) = 11160883 Added: head/net/kamailio/files/patch-ip_addr_h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kamailio/files/patch-ip_addr_h Thu Feb 19 05:29:43 2015 (r379332) @@ -0,0 +1,13 @@ +--- ip_addr.h.orig 2015-02-08 08:55:12.465621472 +0800 ++++ ip_addr.h 2015-02-08 08:57:10.297609516 +0800 +@@ -59,6 +59,10 @@ + enum comp_methods { COMP_NONE, COMP_SIGCOMP, COMP_SERGZ }; + #endif + ++#ifndef INADDR_LOOPBACK ++#define INADDR_LOOPBACK (long) 0x7F000001 ++#endif ++ + struct ip_addr{ + unsigned int af; /* address family: AF_INET6 or AF_INET */ + unsigned int len; /* address len, 16 or 4 */ Modified: head/net/kamailio/pkg-plist ============================================================================== --- head/net/kamailio/pkg-plist Thu Feb 19 02:29:06 2015 (r379331) +++ head/net/kamailio/pkg-plist Thu Feb 19 05:29:43 2015 (r379332) @@ -72,7 +72,6 @@ lib/kamailio/modules/cnxcc.so lib/kamailio/modules/corex.so lib/kamailio/modules/counters.so lib/kamailio/modules/ctl.so -lib/kamailio/modules/db2_ops.so lib/kamailio/modules/db_cluster.so lib/kamailio/modules/db_flatstore.so %%MYSQL%%lib/kamailio/modules/db_mysql.so @@ -152,14 +151,8 @@ lib/kamailio/modules/tm.so lib/kamailio/modules/tmrec.so lib/kamailio/modules/tmx.so lib/kamailio/modules/topoh.so -lib/kamailio/modules/tsilo.so lib/kamailio/modules/uac.so lib/kamailio/modules/uac_redirect.so -lib/kamailio/modules/uid_auth_db.so -lib/kamailio/modules/uid_avp_db.so -lib/kamailio/modules/uid_domain.so -lib/kamailio/modules/uid_gflags.so -lib/kamailio/modules/uid_uri_db.so lib/kamailio/modules/uri_db.so lib/kamailio/modules/userblacklist.so lib/kamailio/modules/usrloc.so @@ -342,7 +335,6 @@ lib/kamailio/modules/xprint.so %%PORTDOCS%%%%DOCSDIR%%/modules/README.corex %%PORTDOCS%%%%DOCSDIR%%/modules/README.counters %%PORTDOCS%%%%DOCSDIR%%/modules/README.ctl -%%PORTDOCS%%%%DOCSDIR%%/modules/README.db2_ops %%PORTDOCS%%%%DOCSDIR%%/modules/README.db_cluster %%PORTDOCS%%%%DOCSDIR%%/modules/README.db_flatstore %%PORTDOCS%%%%MYSQL%%%%DOCSDIR%%/modules/README.db_mysql @@ -422,14 +414,8 @@ lib/kamailio/modules/xprint.so %%PORTDOCS%%%%DOCSDIR%%/modules/README.tmrec %%PORTDOCS%%%%DOCSDIR%%/modules/README.tmx %%PORTDOCS%%%%DOCSDIR%%/modules/README.topoh -%%PORTDOCS%%%%DOCSDIR%%/modules/README.tsilo %%PORTDOCS%%%%DOCSDIR%%/modules/README.uac %%PORTDOCS%%%%DOCSDIR%%/modules/README.uac_redirect -%%PORTDOCS%%%%DOCSDIR%%/modules/README.uid_auth_db -%%PORTDOCS%%%%DOCSDIR%%/modules/README.uid_avp_db -%%PORTDOCS%%%%DOCSDIR%%/modules/README.uid_domain -%%PORTDOCS%%%%DOCSDIR%%/modules/README.uid_gflags -%%PORTDOCS%%%%DOCSDIR%%/modules/README.uid_uri_db %%PORTDOCS%%%%DOCSDIR%%/modules/README.uri_db %%PORTDOCS%%%%DOCSDIR%%/modules/README.userblacklist %%PORTDOCS%%%%DOCSDIR%%/modules/README.usrloc @@ -442,3 +428,43 @@ man/man8/kamailio.8.gz man/man8/kamcmd.8.gz man/man8/kamctl.8.gz man/man8/kamdbctl.8.gz +%%RADIUS%%lib/kamailio/modules/acc_radius.so +%%RADIUS%%lib/kamailio/modules/misc_radius.so +%%RADIUS%%lib/kamailio/modules/peering.so +%%PRESENCE%%lib/kamailio/modules/pua.so +%%PRESENCE%%lib/kamailio/modules/pua_xmpp.so +%%PRESENCE%%lib/kamailio/modules/xcap_client.so +%%PRESENCE%%lib/kamailio/modules/xcap_server.so +%%PRESENCE%%lib/kamailio/modules/presence.so +%%PRESENCE%%lib/kamailio/modules/presence_conference.so +%%PRESENCE%%lib/kamailio/modules/presence_dialoginfo.so +%%PRESENCE%%lib/kamailio/modules/presence_mwi.so +%%PRESENCE%%lib/kamailio/modules/presence_profile.so +%%PRESENCE%%lib/kamailio/modules/presence_reginfo.so +%%PRESENCE%%lib/kamailio/modules/presence_xml.so +%%PRESENCE%%lib/kamailio/modules/pua_bla.so +%%PRESENCE%%lib/kamailio/modules/pua_dialoginfo.so +%%PRESENCE%%lib/kamailio/modules/pua_mi.so +%%PRESENCE%%lib/kamailio/modules/pua_reginfo.so +%%PRESENCE%%lib/kamailio/modules/pua_usrloc.so +%%PRESENCE%%lib/kamailio/modules/rls.so +%%PORTDOCS%%%%RADIUS%%%%DOCSDIR%%/modules/README.acc_radius +%%PORTDOCS%%%%RADIUS%%%%DOCSDIR%%/modules/README.misc_radius +%%PORTDOCS%%%%RADIUS%%%%DOCSDIR%%/modules/README.peering +%%PORTDOCS%%%%PRESENCE%%%%DOCSDIR%%/modules/README.pua +%%PORTDOCS%%%%PRESENCE%%%%DOCSDIR%%/modules/README.pua_xmpp +%%PORTDOCS%%%%PRESENCE%%%%DOCSDIR%%/modules/README.xcap_client +%%PORTDOCS%%%%PRESENCE%%%%DOCSDIR%%/modules/README.xcap_server +%%PORTDOCS%%%%PRESENCE%%%%DOCSDIR%%/modules/README.presence +%%PORTDOCS%%%%PRESENCE%%%%DOCSDIR%%/modules/README.presence_conference +%%PORTDOCS%%%%PRESENCE%%%%DOCSDIR%%/modules/README.presence_dialoginfo +%%PORTDOCS%%%%PRESENCE%%%%DOCSDIR%%/modules/README.presence_mwi +%%PORTDOCS%%%%PRESENCE%%%%DOCSDIR%%/modules/README.presence_profile +%%PORTDOCS%%%%PRESENCE%%%%DOCSDIR%%/modules/README.presence_reginfo +%%PORTDOCS%%%%PRESENCE%%%%DOCSDIR%%/modules/README.presence_xml +%%PORTDOCS%%%%PRESENCE%%%%DOCSDIR%%/modules/README.pua_bla +%%PORTDOCS%%%%PRESENCE%%%%DOCSDIR%%/modules/README.pua_dialoginfo +%%PORTDOCS%%%%PRESENCE%%%%DOCSDIR%%/modules/README.pua_mi +%%PORTDOCS%%%%PRESENCE%%%%DOCSDIR%%/modules/README.pua_reginfo +%%PORTDOCS%%%%PRESENCE%%%%DOCSDIR%%/modules/README.pua_usrloc +%%PORTDOCS%%%%PRESENCE%%%%DOCSDIR%%/modules/README.rls From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 07:42:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B44AA41; Thu, 19 Feb 2015 07:42:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35DA7BC9; Thu, 19 Feb 2015 07:42:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J7g0Uj007688; Thu, 19 Feb 2015 07:42:00 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1J7fwn2007679; Thu, 19 Feb 2015 07:41:58 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201502190741.t1J7fwn2007679@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Thu, 19 Feb 2015 07:41:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379333 - in head/devel: . p5-JSON-Pointer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 07:42:00 -0000 Author: kuriyama Date: Thu Feb 19 07:41:58 2015 New Revision: 379333 URL: https://svnweb.freebsd.org/changeset/ports/379333 QAT: https://qat.redports.org/buildarchive/r379333/ Log: This library is implemented JSON Pointer (http://tools.ietf.org/html/rfc6901) and some useful operator from JSON Patch (http://tools.ietf.org/html/rfc6902). JSON Pointer is available to identify a specified value in JSON document, and it is simillar to XPath. Please read the both of specifications for details. WWW: http://search.cpan.org/dist/JSON-Pointer/ Added: head/devel/p5-JSON-Pointer/ head/devel/p5-JSON-Pointer/Makefile (contents, props changed) head/devel/p5-JSON-Pointer/distinfo (contents, props changed) head/devel/p5-JSON-Pointer/pkg-descr (contents, props changed) head/devel/p5-JSON-Pointer/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Feb 19 05:29:43 2015 (r379332) +++ head/devel/Makefile Thu Feb 19 07:41:58 2015 (r379333) @@ -2286,6 +2286,7 @@ SUBDIR += p5-JQuery SUBDIR += p5-JSON-Hyper SUBDIR += p5-JSON-Path + SUBDIR += p5-JSON-Pointer SUBDIR += p5-JSON-RPC SUBDIR += p5-JSON-RPC-Common SUBDIR += p5-JSON-RPC-Dispatcher Added: head/devel/p5-JSON-Pointer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-JSON-Pointer/Makefile Thu Feb 19 07:41:58 2015 (r379333) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= JSON-Pointer +PORTVERSION= 0.06 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension of JSON Pointer (RFC6901) + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= \ + p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \ + p5-Clone>=0.36:${PORTSDIR}/devel/p5-Clone \ + p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON \ + p5-URI>=1.65:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= modbuild +NO_ARCH= YES + +.include Added: head/devel/p5-JSON-Pointer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-JSON-Pointer/distinfo Thu Feb 19 07:41:58 2015 (r379333) @@ -0,0 +1,2 @@ +SHA256 (JSON-Pointer-0.06.tar.gz) = 0ef37b0d7a7e9d08409e8b0af1e80f97f89d5841688e432c0a064007e8d60327 +SIZE (JSON-Pointer-0.06.tar.gz) = 21342 Added: head/devel/p5-JSON-Pointer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-JSON-Pointer/pkg-descr Thu Feb 19 07:41:58 2015 (r379333) @@ -0,0 +1,9 @@ +This library is implemented JSON Pointer +(http://tools.ietf.org/html/rfc6901) and some useful operator from +JSON Patch (http://tools.ietf.org/html/rfc6902). + +JSON Pointer is available to identify a specified value in JSON +document, and it is simillar to XPath. Please read the both of +specifications for details. + +WWW: http://search.cpan.org/dist/JSON-Pointer/ Added: head/devel/p5-JSON-Pointer/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-JSON-Pointer/pkg-plist Thu Feb 19 07:41:58 2015 (r379333) @@ -0,0 +1,8 @@ +%%PERL5_MAN3%%/JSON::Pointer.3.gz +%%PERL5_MAN3%%/JSON::Pointer::Context.3.gz +%%PERL5_MAN3%%/JSON::Pointer::Exception.3.gz +%%PERL5_MAN3%%/JSON::Pointer::Syntax.3.gz +%%SITE_PERL%%/JSON/Pointer.pm +%%SITE_PERL%%/JSON/Pointer/Context.pm +%%SITE_PERL%%/JSON/Pointer/Exception.pm +%%SITE_PERL%%/JSON/Pointer/Syntax.pm From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 09:04:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B94E290; Thu, 19 Feb 2015 09:04:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CB68610; Thu, 19 Feb 2015 09:04:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J94nW7045291; Thu, 19 Feb 2015 09:04:49 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1J94ncp045290; Thu, 19 Feb 2015 09:04:49 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502190904.t1J94ncp045290@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 19 Feb 2015 09:04:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379334 - head/audio/taglookup/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.18-1 Precedence: list List-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, 19 Feb 2015 09:04:49 -0000 Author: marino Date: Thu Feb 19 09:04:48 2015 New Revision: 379334 URL: https://svnweb.freebsd.org/changeset/ports/379334 QAT: https://qat.redports.org/buildarchive/r379334/ Log: audio/taglookup: Respect CXXFLAGS (PHB 12.9) While here, fix LDFLAGS and use the BSD_INSTALL_* macros instead of hardcoding modes. Approved by: blanket Modified: head/audio/taglookup/files/patch-Makefile Modified: head/audio/taglookup/files/patch-Makefile ============================================================================== --- head/audio/taglookup/files/patch-Makefile Thu Feb 19 07:41:58 2015 (r379333) +++ head/audio/taglookup/files/patch-Makefile Thu Feb 19 09:04:48 2015 (r379334) @@ -1,22 +1,27 @@ ---- ./Makefile.orig 2007-10-29 13:02:54.000000000 +0100 -+++ ./Makefile 2014-04-07 10:15:45.329720325 +0200 -@@ -4,7 +4,7 @@ +--- Makefile.orig 2007-10-29 12:02:54 UTC ++++ Makefile +@@ -4,10 +4,10 @@ LIBCDDB_LIBRARY = `pkg-config --libs lib TAGLIB_INCLUDE = `taglib-config --cflags` TAGLIB_LIBRARY = `taglib-config --libs` -CPP = g++ +CPP = $(CXX) - CPPFLAGS = -Wall $(TAGLIB_INCLUDE) $(LIBCDDB_INCLUDE) -c - LDFLAGS = $(TAGLIB_LIBRARY) $(LIBCDDB_LIBRARY) -@@ -18,8 +18,8 @@ +-CPPFLAGS = -Wall $(TAGLIB_INCLUDE) $(LIBCDDB_INCLUDE) -c +-LDFLAGS = $(TAGLIB_LIBRARY) $(LIBCDDB_LIBRARY) ++CPPFLAGS = ${CXXFLAGS} -Wall $(TAGLIB_INCLUDE) $(LIBCDDB_INCLUDE) -c ++LDFLAGS+= $(TAGLIB_LIBRARY) $(LIBCDDB_LIBRARY) + + OBJ = cddb_query.o cddb_query_impl.o command_line.o main.o tag.o tracks.o + EXE = taglookup +@@ -18,8 +18,8 @@ EXE = taglookup all: $(EXE) install: $(EXE) - $(INSTALL) -c -o root -g wheel -m 644 taglookup.1 $(PREFIX)/man/man1/taglookup.1 - $(INSTALL) -c -o root -g wheel -m 755 $(EXE) $(PREFIX)/bin/taglookup -+ $(INSTALL) -c -m 644 taglookup.1 $(DESTDIR)$(PREFIX)/man/man1/taglookup.1 -+ $(INSTALL) -c -m 755 $(EXE) $(DESTDIR)$(PREFIX)/bin/taglookup ++ $(BSD_INSTALL_MAN) taglookup.1 $(DESTDIR)$(PREFIX)/man/man1/taglookup.1 ++ $(BSD_INSTALL_PROGRAM) $(EXE) $(DESTDIR)$(PREFIX)/bin/taglookup $(EXE): $(OBJ) $(CPP) $(LDFLAGS) $(OBJ) -o $(EXE) From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 09:28:43 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1CB6B19; Thu, 19 Feb 2015 09:28:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 735AE8D0; Thu, 19 Feb 2015 09:28:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J9ShRo055107; Thu, 19 Feb 2015 09:28:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1J9SgQD055104; Thu, 19 Feb 2015 09:28:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502190928.t1J9SgQD055104@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 19 Feb 2015 09:28:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379335 - in head: lang/cython x11-toolkits/py-kivy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 09:28:43 -0000 Author: jbeich Date: Thu Feb 19 09:28:42 2015 New Revision: 379335 URL: https://svnweb.freebsd.org/changeset/ports/379335 QAT: https://qat.redports.org/buildarchive/r379335/ Log: - Update to 0.22 [1] - Strip C modules [2] - Mark py-kivy as BROKEN [3] PR: 197375 [1] PR: 197776 [2] Submitted by: Viltaly Magerya (maintainer) [1] Approved by: Viltaly Magerya (maintainer) [2] Approved by: dbn (maintainer) [3] Modified: head/lang/cython/Makefile head/lang/cython/distinfo head/x11-toolkits/py-kivy/Makefile Modified: head/lang/cython/Makefile ============================================================================== --- head/lang/cython/Makefile Thu Feb 19 09:04:48 2015 (r379334) +++ head/lang/cython/Makefile Thu Feb 19 09:28:42 2015 (r379335) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cython -PORTVERSION= 0.21 +PORTVERSION= 0.22 CATEGORIES= lang python MASTER_SITES= http://www.cython.org/release/ \ CHEESESHOP @@ -16,4 +16,8 @@ LICENSE= APACHE20 USES= python USE_PYTHON= autoplist distutils +post-install: + ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython \ + -name '*.so' -exec ${STRIP_CMD} {} + + .include Modified: head/lang/cython/distinfo ============================================================================== --- head/lang/cython/distinfo Thu Feb 19 09:04:48 2015 (r379334) +++ head/lang/cython/distinfo Thu Feb 19 09:28:42 2015 (r379335) @@ -1,2 +1,2 @@ -SHA256 (Cython-0.21.tar.gz) = 0cd5787fb3f1eaf8326b21bdfcb90aabd3eca7c214c5b7b503fbb82da97bbaa0 -SIZE (Cython-0.21.tar.gz) = 1490358 +SHA256 (Cython-0.22.tar.gz) = 14307e7a69af9a0d0e0024d446af7e51cc0e3e4d0dfb10d36ba837e5e5844015 +SIZE (Cython-0.22.tar.gz) = 1584483 Modified: head/x11-toolkits/py-kivy/Makefile ============================================================================== --- head/x11-toolkits/py-kivy/Makefile Thu Feb 19 09:04:48 2015 (r379334) +++ head/x11-toolkits/py-kivy/Makefile Thu Feb 19 09:28:42 2015 (r379335) @@ -72,6 +72,8 @@ TEST_USES= display:build X11_MAKE_ENV= USE_X11=1 X11_USE= XORG=x11 +BROKEN= fails to build with cython-0.22 + .if !defined(ARCH) ARCH!= uname -p .endif From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 09:29:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8FDDC4E; Thu, 19 Feb 2015 09:29:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C03218E2; Thu, 19 Feb 2015 09:29:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J9T9GA055376; Thu, 19 Feb 2015 09:29:09 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1J9T8WV055373; Thu, 19 Feb 2015 09:29:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502190929.t1J9T8WV055373@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 19 Feb 2015 09:29:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379336 - in head/www/trac: . 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.18-1 Precedence: list List-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, 19 Feb 2015 09:29:10 -0000 Author: jbeich Date: Thu Feb 19 09:29:08 2015 New Revision: 379336 URL: https://svnweb.freebsd.org/changeset/ports/379336 QAT: https://qat.redports.org/buildarchive/r379336/ Log: - Update to 1.0.4 - Drop deprecated SILVERCITY option - Pass maintainership to submitter PR: 197771 Submitted by: Anton Törnqvist Deleted: head/www/trac/files/patch-trac_util_translation.py head/www/trac/files/patch-trac_wiki_formatter.py head/www/trac/files/patch-trac_wiki_tests_wiki-tests.txt Modified: head/www/trac/Makefile head/www/trac/distinfo head/www/trac/pkg-message Modified: head/www/trac/Makefile ============================================================================== --- head/www/trac/Makefile Thu Feb 19 09:28:42 2015 (r379335) +++ head/www/trac/Makefile Thu Feb 19 09:29:08 2015 (r379336) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= trac -PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTVERSION= 1.0.4 CATEGORIES= www devel python MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \ ftp://ftp.edgewall.com/pub/trac/ DISTNAME= Trac-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= antont@inbox.lv COMMENT= Enhanced wiki and issue tracking system for software projects LICENSE= BSD3CLAUSE @@ -19,17 +18,15 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Ba RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0.9.5:${PORTSDIR}/devel/py-babel \ ${PYTHON_PKGNAMEPREFIX}Genshi>=0.6:${PORTSDIR}/textproc/py-genshi -OPTIONS_DEFINE= SILVERCITY DOCUTILS PYGMENTS TZ SVN -OPTIONS_DEFAULT= SILVERCITY DOCUTILS PYGMENTS TZ SVN SQLITE +OPTIONS_DEFINE= DOCUTILS PYGMENTS TZ SVN +OPTIONS_DEFAULT= DOCUTILS PYGMENTS TZ SVN SQLITE OPTIONS_RADIO= DATABASE OPTIONS_RADIO_DATABASE= PGSQL SQLITE -SILVERCITY_DESC= Silvercity for syntax highlighting DOCUTILS_DESC= Allow additional text markup PYGMENTS_DESC= Use generic syntax highlighter TZ_DESC= Process Time Zones -SILVERCITY_RUN_DEPENDS= ${LOCALBASE}/bin/source2html.py:${PORTSDIR}/textproc/silvercity -DOCUTILS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0:${PORTSDIR}/textproc/py-docutils +DOCUTILS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.3.9:${PORTSDIR}/textproc/py-docutils PYGMENTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:${PORTSDIR}/textproc/py-pygments TZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 Modified: head/www/trac/distinfo ============================================================================== --- head/www/trac/distinfo Thu Feb 19 09:28:42 2015 (r379335) +++ head/www/trac/distinfo Thu Feb 19 09:29:08 2015 (r379336) @@ -1,2 +1,2 @@ -SHA256 (Trac-1.0.1.tar.gz) = 9dd49065696a8d4dfcb1a1af81e51d6bd487f5a1e72b3325c1fe4ecb5c490adb -SIZE (Trac-1.0.1.tar.gz) = 3479896 +SHA256 (Trac-1.0.4.tar.gz) = a1d564c5b612306856dd26851270b12fbba91bab1bc146b66d4cc248be1a172e +SIZE (Trac-1.0.4.tar.gz) = 3579886 Modified: head/www/trac/pkg-message ============================================================================== --- head/www/trac/pkg-message Thu Feb 19 09:28:42 2015 (r379335) +++ head/www/trac/pkg-message Thu Feb 19 09:29:08 2015 (r379336) @@ -3,8 +3,8 @@ From 0.12.x to 1.0.x --------------------- You should be careful to check that the plugins you depend on have -been ported to 1.0.1, as they most probably won't work without adaptation -due to the numerous internal changes that occurred during 1.0.1 development. +been ported to 1.0.x, as they most probably won't work without adaptation +due to the numerous internal changes that occurred during 1.0.x development. See: http://trac.edgewall.org/wiki/TracDev/ApiChanges/1.0 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 09:29:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC3DBD34; Thu, 19 Feb 2015 09:29:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A78FC8E4; Thu, 19 Feb 2015 09:29:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J9TD5q055504; Thu, 19 Feb 2015 09:29:13 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1J9TDdN055503; Thu, 19 Feb 2015 09:29:13 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502190929.t1J9TDdN055503@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 19 Feb 2015 09:29:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379337 - head/www/p5-CGI-Deurl-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 09:29:13 -0000 Author: marino Date: Thu Feb 19 09:29:12 2015 New Revision: 379337 URL: https://svnweb.freebsd.org/changeset/ports/379337 QAT: https://qat.redports.org/buildarchive/r379337/ Log: www/p5-CGI-Deurl-XS: make jobs unsafe with prejudice This port has failed under multi-job conditions for me around 10 times. As earlier promised, I'm started setting jobs-unsafe on perl ports. This one tries to create the libparser.a static library prematurely and files with "Archive has no index" during linking. Modified: head/www/p5-CGI-Deurl-XS/Makefile Modified: head/www/p5-CGI-Deurl-XS/Makefile ============================================================================== --- head/www/p5-CGI-Deurl-XS/Makefile Thu Feb 19 09:29:08 2015 (r379336) +++ head/www/p5-CGI-Deurl-XS/Makefile Thu Feb 19 09:29:12 2015 (r379337) @@ -16,4 +16,6 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +MAKE_JOBS_UNSAFE= yes + .include From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 11:14:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 618DAF54; Thu, 19 Feb 2015 11:14:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 323413D6; Thu, 19 Feb 2015 11:14:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JBEP3V006313; Thu, 19 Feb 2015 11:14:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JBEOMB006310; Thu, 19 Feb 2015 11:14:24 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502191114.t1JBEOMB006310@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 19 Feb 2015 11:14:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379338 - in head/www: trac-email2trac trac-email2trac-postfix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 11:14:25 -0000 Author: jbeich Date: Thu Feb 19 11:14:23 2015 New Revision: 379338 URL: https://svnweb.freebsd.org/changeset/ports/379338 QAT: https://qat.redports.org/buildarchive/r379338/ Log: - Convert to @sample - Convert to @(user,group,mode) - Convert to OPTIONS_SLAVE - Register CONFLICTS with -postfix slave port Modified: head/www/trac-email2trac-postfix/Makefile head/www/trac-email2trac/Makefile head/www/trac-email2trac/pkg-plist Modified: head/www/trac-email2trac-postfix/Makefile ============================================================================== --- head/www/trac-email2trac-postfix/Makefile Thu Feb 19 09:29:12 2015 (r379337) +++ head/www/trac-email2trac-postfix/Makefile Thu Feb 19 11:14:23 2015 (r379338) @@ -2,7 +2,9 @@ PKGNAMESUFFIX= -postfix -WITH_POSTFIX= yes +CONFLICTS_INSTALL= trac-email2trac-[0-9]* + +OPTIONS_SLAVE= POSTFIX MASTERDIR= ${.CURDIR}/../trac-email2trac Modified: head/www/trac-email2trac/Makefile ============================================================================== --- head/www/trac-email2trac/Makefile Thu Feb 19 09:29:12 2015 (r379337) +++ head/www/trac-email2trac/Makefile Thu Feb 19 11:14:23 2015 (r379338) @@ -29,6 +29,10 @@ PORTDOCS= AUTHORS ChangeLog INSTALL READ .include +.if ${SLAVE_PORT} == no +CONFLICTS_INSTALL+= trac-email2trac-postfix-[0-9]* +.endif + .if ${PORT_OPTIONS:MPOSTFIX} MTAUSER?= nobody .else @@ -38,14 +42,10 @@ MTAUSER?= mailnull do-install: @${INSTALL_SCRIPT} ${WRKSRC}/delete_spam.py ${STAGEDIR}${PREFIX}/bin/delete_spam @${INSTALL_SCRIPT} ${WRKSRC}/email2trac.py ${STAGEDIR}${PREFIX}/bin/email2trac - @${INSTALL} ${COPY} ${STRIP} ${_BINOWNGRP} -m 4111 \ + @${INSTALL_PROGRAM} \ ${WRKSRC}/run_email2trac ${STAGEDIR}${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/email2trac.conf \ ${STAGEDIR}${PREFIX}/etc/email2trac.conf.sample - @if [ ! -e ${STAGEDIR}${PREFIX}/etc/email2trac.conf ]; then \ - ${CP} -p ${STAGEDIR}${PREFIX}/etc/email2trac.conf.sample \ - ${STAGEDIR}${PREFIX}/etc/email2trac.conf ; \ - fi .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} Modified: head/www/trac-email2trac/pkg-plist ============================================================================== --- head/www/trac-email2trac/pkg-plist Thu Feb 19 09:29:12 2015 (r379337) +++ head/www/trac-email2trac/pkg-plist Thu Feb 19 11:14:23 2015 (r379338) @@ -1,6 +1,4 @@ bin/delete_spam bin/email2trac -bin/run_email2trac -@unexec if cmp -s %D/etc/email2trac.conf %D/etc/email2trac.conf.sample; then rm -f %D/etc/email2trac.conf; fi -etc/email2trac.conf.sample -@exec if [ ! -e %D/etc/email2trac.conf ]; then cp %D/etc/email2trac.conf.sample %D/etc/email2trac.conf; fi +@(,,4111) bin/run_email2trac +@sample etc/email2trac.conf.sample From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 11:19:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B78C237; Thu, 19 Feb 2015 11:19:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 372875E0; Thu, 19 Feb 2015 11:19:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JBJ6NV007055; Thu, 19 Feb 2015 11:19:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JBJ6JR007054; Thu, 19 Feb 2015 11:19:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502191119.t1JBJ6JR007054@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 19 Feb 2015 11:19:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379339 - head/www/trac-email2trac X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 11:19:06 -0000 Author: jbeich Date: Thu Feb 19 11:19:05 2015 New Revision: 379339 URL: https://svnweb.freebsd.org/changeset/ports/379339 QAT: https://qat.redports.org/buildarchive/r379339/ Log: Oops, drop SLAVE_PORT ugliness Modified: head/www/trac-email2trac/Makefile Modified: head/www/trac-email2trac/Makefile ============================================================================== --- head/www/trac-email2trac/Makefile Thu Feb 19 11:14:23 2015 (r379338) +++ head/www/trac-email2trac/Makefile Thu Feb 19 11:19:05 2015 (r379339) @@ -15,6 +15,8 @@ LICENSE_COMB= dual RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac +CONFLICTS_INSTALL?= trac-email2trac-postfix-[0-9]* + OPTIONS_DEFINE= POSTFIX DOCS POSTFIX_DESC= Configure suid script for postfix @@ -29,10 +31,6 @@ PORTDOCS= AUTHORS ChangeLog INSTALL READ .include -.if ${SLAVE_PORT} == no -CONFLICTS_INSTALL+= trac-email2trac-postfix-[0-9]* -.endif - .if ${PORT_OPTIONS:MPOSTFIX} MTAUSER?= nobody .else From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 11:34:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D744676E; Thu, 19 Feb 2015 11:34:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8E3C809; Thu, 19 Feb 2015 11:34:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JBY6Qg015852; Thu, 19 Feb 2015 11:34:06 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JBY6sc015850; Thu, 19 Feb 2015 11:34:06 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201502191134.t1JBY6sc015850@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Thu, 19 Feb 2015 11:34:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379340 - in head/security/cryptlib: . 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.18-1 Precedence: list List-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, 19 Feb 2015 11:34:06 -0000 Author: ale Date: Thu Feb 19 11:34:05 2015 New Revision: 379340 URL: https://svnweb.freebsd.org/changeset/ports/379340 QAT: https://qat.redports.org/buildarchive/r379340/ Log: Add armv6 as supported arch. PR: 197609 Submitted by: egypcio@googlemail.com Modified: head/security/cryptlib/Makefile head/security/cryptlib/files/patch-misc_os_spec.h Modified: head/security/cryptlib/Makefile ============================================================================== --- head/security/cryptlib/Makefile Thu Feb 19 11:19:05 2015 (r379339) +++ head/security/cryptlib/Makefile Thu Feb 19 11:34:05 2015 (r379340) @@ -10,7 +10,7 @@ DISTNAME= cl${PORTVERSION:S/.//g} MAINTAINER= ale@FreeBSD.org COMMENT= Powerful security programming toolkit -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 armv6 OPTIONS_DEFINE= DOCS Modified: head/security/cryptlib/files/patch-misc_os_spec.h ============================================================================== --- head/security/cryptlib/files/patch-misc_os_spec.h Thu Feb 19 11:19:05 2015 (r379339) +++ head/security/cryptlib/files/patch-misc_os_spec.h Thu Feb 19 11:34:05 2015 (r379340) @@ -1,6 +1,17 @@ ---- misc/os_spec.h.orig 2010-10-13 23:58:52.000000000 +0200 -+++ misc/os_spec.h 2011-03-04 15:31:57.000000000 +0100 -@@ -601,7 +601,7 @@ typedef unsigned char BYTE; +--- misc/os_spec.h.orig 2011-08-02 23:52:50.000000000 +0000 ++++ misc/os_spec.h 2015-02-19 11:32:33.126607217 +0000 +@@ -606,9 +606,7 @@ + support for the change was added in gcc 4.4, so any newer version with + ARM_EABI defined will have a scalar va_list */ + +-#if defined( __GNUC__ ) && \ +- ( ( __GNUC__ == 4 && __GNUC_MINOR__ >= 4 ) || ( __GNUC__ > 4 ) ) && \ +- defined( __ARM_EABI__ ) ++#if defined( __ARM_EABI__ ) + /* In theory we could check __ap but in practice it's too risky to rely + on the type and state of hidden internal fields, and in any case it's + only a sanity check, not a hard requirement, so we just no-op the +@@ -666,7 +664,7 @@ #if defined( __WINDOWS__ ) || \ ( defined( __UNIX__ ) && \ From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 12:35:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 41472C73; Thu, 19 Feb 2015 12:35:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BE79E75; Thu, 19 Feb 2015 12:35:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JCZNJT045213; Thu, 19 Feb 2015 12:35:23 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JCZLDx045207; Thu, 19 Feb 2015 12:35:21 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502191235.t1JCZLDx045207@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 19 Feb 2015 12:35:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379341 - in head/multimedia: audacious audacious-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 12:35:23 -0000 Author: pi Date: Thu Feb 19 12:35:21 2015 New Revision: 379341 URL: https://svnweb.freebsd.org/changeset/ports/379341 QAT: https://qat.redports.org/buildarchive/r379341/ Log: multimedia/audacious, -plugins: fix non-NLS build issue, 3.5 -> 3.5.2 - fix build if NLS option is not selected - updated translations - fixes for a few more bugs, including #457, #458, and #462 PR: 197250 Submitted by: amdmi3 Approved by: oliver (maintainer timeout) Modified: head/multimedia/audacious-plugins/Makefile head/multimedia/audacious-plugins/distinfo head/multimedia/audacious-plugins/pkg-plist head/multimedia/audacious/Makefile head/multimedia/audacious/distinfo Modified: head/multimedia/audacious-plugins/Makefile ============================================================================== --- head/multimedia/audacious-plugins/Makefile Thu Feb 19 11:34:05 2015 (r379340) +++ head/multimedia/audacious-plugins/Makefile Thu Feb 19 12:35:21 2015 (r379341) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= audacious-plugins -PORTVERSION= 3.5 -PORTREVISION= 5 +PORTVERSION= 3.5.2 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ Modified: head/multimedia/audacious-plugins/distinfo ============================================================================== --- head/multimedia/audacious-plugins/distinfo Thu Feb 19 11:34:05 2015 (r379340) +++ head/multimedia/audacious-plugins/distinfo Thu Feb 19 12:35:21 2015 (r379341) @@ -1,2 +1,2 @@ -SHA256 (audacious-plugins-3.5.tar.bz2) = 11bc39e5e386b218db62122411de15363cd5795f2e86ea7989d10d640f2dd4d2 -SIZE (audacious-plugins-3.5.tar.bz2) = 1710000 +SHA256 (audacious-plugins-3.5.2.tar.bz2) = 179600d7f8ae31a7d9c5785ce6fa7e09184dbd1271e0adb8c57760432c6a4cd9 +SIZE (audacious-plugins-3.5.2.tar.bz2) = 1734588 Modified: head/multimedia/audacious-plugins/pkg-plist ============================================================================== --- head/multimedia/audacious-plugins/pkg-plist Thu Feb 19 11:34:05 2015 (r379340) +++ head/multimedia/audacious-plugins/pkg-plist Thu Feb 19 12:35:21 2015 (r379341) @@ -209,6 +209,8 @@ share/audacious/Skins/TinyPlayer/volume. %%NLS%%share/locale/lt/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/lv/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/ml_IN/LC_MESSAGES/audacious-plugins.mo +%%NLS%%share/locale/ms/LC_MESSAGES/audacious-plugins.mo +%%NLS%%share/locale/nl/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/pl/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/pt_PT/LC_MESSAGES/audacious-plugins.mo @@ -217,6 +219,7 @@ share/audacious/Skins/TinyPlayer/volume. %%NLS%%share/locale/sk/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/sr/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/sr_RS/LC_MESSAGES/audacious-plugins.mo +%%NLS%%share/locale/sv/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/ta/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/tr/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/uk/LC_MESSAGES/audacious-plugins.mo Modified: head/multimedia/audacious/Makefile ============================================================================== --- head/multimedia/audacious/Makefile Thu Feb 19 11:34:05 2015 (r379340) +++ head/multimedia/audacious/Makefile Thu Feb 19 12:35:21 2015 (r379341) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= audacious -PORTVERSION= 3.5 +PORTVERSION= 3.5.2 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ @@ -15,7 +15,7 @@ LIB_DEPENDS= libmcs.so:${PORTSDIR}/devel libmowgli.so:${PORTSDIR}/devel/libmowgli GNU_CONFIGURE= yes -USES= pkgconfig gmake tar:bzip2 desktop-file-utils +USES= pkgconfig gmake tar:bzip2 desktop-file-utils gettext-tools USE_XORG= x11 sm USE_GNOME= gtk30 libxml2 USE_LDCONFIG= yes @@ -49,7 +49,7 @@ USES+= iconv .endif .if ${PORT_OPTIONS:MNLS} -USES+= gettext +USES+= gettext-runtime CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else Modified: head/multimedia/audacious/distinfo ============================================================================== --- head/multimedia/audacious/distinfo Thu Feb 19 11:34:05 2015 (r379340) +++ head/multimedia/audacious/distinfo Thu Feb 19 12:35:21 2015 (r379341) @@ -1,2 +1,2 @@ -SHA256 (audacious-3.5.tar.bz2) = 4180a1a922b42ef2b1fe47c708a226e03e7400b35e04ece4b2e73c01c5d42514 -SIZE (audacious-3.5.tar.bz2) = 443556 +SHA256 (audacious-3.5.2.tar.bz2) = 3915b9692ef8acb2588b0e26c2738e59e36766cfe83e7e52c0e601688e6c1956 +SIZE (audacious-3.5.2.tar.bz2) = 448436 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 13:20:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24E1F7FB; Thu, 19 Feb 2015 13:20:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA78B3DD; Thu, 19 Feb 2015 13:20:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JDKvan067231; Thu, 19 Feb 2015 13:20:57 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JDKvMB067229; Thu, 19 Feb 2015 13:20:57 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201502191320.t1JDKvMB067229@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 19 Feb 2015 13:20:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379342 - head/deskutils/egroupware X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 13:20:58 -0000 Author: danilo Date: Thu Feb 19 13:20:56 2015 New Revision: 379342 URL: https://svnweb.freebsd.org/changeset/ports/379342 QAT: https://qat.redports.org/buildarchive/r379342/ Log: - Update to 1.8.007.20150218 - This release contains important security fixes Changlog: http://svn.stylite.de/viewvc/egroupware/branches/1.8/egroupware/doc/rpm-build/debian.changes?view=markup MFH: 2015Q1 Modified: head/deskutils/egroupware/Makefile head/deskutils/egroupware/distinfo Modified: head/deskutils/egroupware/Makefile ============================================================================== --- head/deskutils/egroupware/Makefile Thu Feb 19 12:35:21 2015 (r379341) +++ head/deskutils/egroupware/Makefile Thu Feb 19 13:20:56 2015 (r379342) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eGroupware -PORTVERSION= 1.8.007.20140512 +PORTVERSION= 1.8.007.20150218 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-1.8/${PORTNAME}-${PORTVERSION} DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.bz2 \ Modified: head/deskutils/egroupware/distinfo ============================================================================== --- head/deskutils/egroupware/distinfo Thu Feb 19 12:35:21 2015 (r379341) +++ head/deskutils/egroupware/distinfo Thu Feb 19 13:20:56 2015 (r379342) @@ -1,4 +1,4 @@ -SHA256 (eGroupware-1.8.007.20140512.tar.bz2) = 134074231aebbad201799ee444ae10906de2d07d88b23b581750f75ad9093db8 -SIZE (eGroupware-1.8.007.20140512.tar.bz2) = 10834105 -SHA256 (eGroupware-egw-pear-1.8.007.20140512.tar.bz2) = 7e8d37e1fb6ed07c5efe1bc41fd87ea2162b9a0905a9ef55654d052e9f5a9719 -SIZE (eGroupware-egw-pear-1.8.007.20140512.tar.bz2) = 77582 +SHA256 (eGroupware-1.8.007.20150218.tar.bz2) = 1f4a7297ac3b230bd93d909b6dccae41bbf9d56926ce69f068de8045bafbe3c2 +SIZE (eGroupware-1.8.007.20150218.tar.bz2) = 10783139 +SHA256 (eGroupware-egw-pear-1.8.007.20150218.tar.bz2) = 1be8d6dcaf671fd211731dcc0d505713d12fe0bac16275b1f2b0c45fc3437a2f +SIZE (eGroupware-egw-pear-1.8.007.20150218.tar.bz2) = 77547 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 13:23:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A36B491C; Thu, 19 Feb 2015 13:23:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EF403F9; Thu, 19 Feb 2015 13:23:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JDN7tR070407; Thu, 19 Feb 2015 13:23:07 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JDN7Yp070403; Thu, 19 Feb 2015 13:23:07 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201502191323.t1JDN7Yp070403@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 19 Feb 2015 13:23:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379343 - head/net/pen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 13:23:07 -0000 Author: danilo Date: Thu Feb 19 13:23:06 2015 New Revision: 379343 URL: https://svnweb.freebsd.org/changeset/ports/379343 QAT: https://qat.redports.org/buildarchive/r379343/ Log: - Update to 0.27.1 Modified: head/net/pen/Makefile head/net/pen/distinfo Modified: head/net/pen/Makefile ============================================================================== --- head/net/pen/Makefile Thu Feb 19 13:20:56 2015 (r379342) +++ head/net/pen/Makefile Thu Feb 19 13:23:06 2015 (r379343) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pen -PORTVERSION= 0.27.0 +PORTVERSION= 0.27.1 CATEGORIES= net MASTER_SITES= http://siag.nu/pub/pen/ Modified: head/net/pen/distinfo ============================================================================== --- head/net/pen/distinfo Thu Feb 19 13:20:56 2015 (r379342) +++ head/net/pen/distinfo Thu Feb 19 13:23:06 2015 (r379343) @@ -1,2 +1,2 @@ -SHA256 (pen-0.27.0.tar.gz) = e20df8279eca8b2d06c97f64dc8b839793525e4e2e1a4c5b8fce99492586ed89 -SIZE (pen-0.27.0.tar.gz) = 163516 +SHA256 (pen-0.27.1.tar.gz) = a62de06030f6633dd8afc11a41c4376cec02ea0ed91dc9b947e30e519e2a8327 +SIZE (pen-0.27.1.tar.gz) = 164100 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 14:41:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B254CD93; Thu, 19 Feb 2015 14:41:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E4E5E33; Thu, 19 Feb 2015 14:41:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JEflWP008357; Thu, 19 Feb 2015 14:41:47 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JEflnL008356; Thu, 19 Feb 2015 14:41:47 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201502191441.t1JEflnL008356@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 19 Feb 2015 14:41:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379344 - head/net/scapy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 14:41:47 -0000 Author: mat Date: Thu Feb 19 14:41:46 2015 New Revision: 379344 URL: https://svnweb.freebsd.org/changeset/ports/379344 QAT: https://qat.redports.org/buildarchive/r379344/ Log: Depend on the correct file, so that the dependency *is* registered. Sponsored by: Absolight Modified: head/net/scapy/Makefile Modified: head/net/scapy/Makefile ============================================================================== --- head/net/scapy/Makefile Thu Feb 19 13:23:06 2015 (r379343) +++ head/net/scapy/Makefile Thu Feb 19 14:41:46 2015 (r379344) @@ -32,7 +32,7 @@ PYCRYPTO_RUN_DEPENDS= ${PYTHON_SITELIBDI PYGNUPLOT_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Gnuplot/__init__.py:${PORTSDIR}/math/py-gnuplot GRAPH_RUN_DEPENDS= ${LOCALBASE}/bin/MagickCore-config:${PORTSDIR}/graphics/ImageMagick \ ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz -P0F_BASE_RUN_DEPENDS= ${LOCALBASE}/etc/p0f/p0f.fp:${PORTSDIR}/net-mgmt/p0f +P0F_BASE_RUN_DEPENDS= ${LOCALBASE}/etc/p0f.fp:${PORTSDIR}/net-mgmt/p0f QUESO_BASE_RUN_DEPENDS= ${LOCALBASE}/etc/queso.conf.sample:${PORTSDIR}/net/queso NMAP_RUN_DEPENDS= ${LOCALBASE}/share/nmap/nmap-os-db:${PORTSDIR}/security/nmap MANUF_RUN_DEPENDS= ${LOCALBASE}/share/wireshark/manuf:${PORTSDIR}/net/wireshark From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 14:42:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4591E79; Thu, 19 Feb 2015 14:42:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF88DE40; Thu, 19 Feb 2015 14:42:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JEgOYm009008; Thu, 19 Feb 2015 14:42:24 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JEgOOX009007; Thu, 19 Feb 2015 14:42:24 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201502191442.t1JEgOOX009007@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 19 Feb 2015 14:42:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379345 - head/databases/puppetdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 14:42:24 -0000 Author: mat Date: Thu Feb 19 14:42:23 2015 New Revision: 379345 URL: https://svnweb.freebsd.org/changeset/ports/379345 QAT: https://qat.redports.org/buildarchive/r379345/ Log: The bash package can be named bash-static, so depend on the bash binary. Sponsored by: Absolight Modified: head/databases/puppetdb/Makefile Modified: head/databases/puppetdb/Makefile ============================================================================== --- head/databases/puppetdb/Makefile Thu Feb 19 14:41:46 2015 (r379344) +++ head/databases/puppetdb/Makefile Thu Feb 19 14:42:23 2015 (r379345) @@ -8,7 +8,7 @@ MASTER_SITES= http://downloads.puppetlab MAINTAINER= xaque208@gmail.com COMMENT= PuppetDB storeconfigs backend -RUN_DEPENDS= bash>=0:${PORTSDIR}/shells/bash \ +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ puppet>=0:${PORTSDIR}/sysutils/puppet BUILD_DEPENDS= rubygem-facter>=0:${PORTSDIR}/sysutils/rubygem-facter \ rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 14:47:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44B431C7; Thu, 19 Feb 2015 14:47:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FE40E8F; Thu, 19 Feb 2015 14:47:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JElnfv009777; Thu, 19 Feb 2015 14:47:49 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JElntU009776; Thu, 19 Feb 2015 14:47:49 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201502191447.t1JElntU009776@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 19 Feb 2015 14:47:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379346 - head/multimedia/mplayer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 14:47:49 -0000 Author: mat Date: Thu Feb 19 14:47:48 2015 New Revision: 379346 URL: https://svnweb.freebsd.org/changeset/ports/379346 QAT: https://qat.redports.org/buildarchive/r379346/ Log: Depend on the package name rather than a directory. Sponsored by: Absolight Modified: head/multimedia/mplayer/Makefile Modified: head/multimedia/mplayer/Makefile ============================================================================== --- head/multimedia/mplayer/Makefile Thu Feb 19 14:42:23 2015 (r379345) +++ head/multimedia/mplayer/Makefile Thu Feb 19 14:47:48 2015 (r379346) @@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --disable-arts \ PLIST_SUB+= GMPLAYER="" DESKTOP_ENTRIES= "MPlayer" "High performance media player" "mplayer" "gmplayer" "" false .if ${PORT_OPTIONS:MSKINS} -RUN_DEPENDS+= ${LOCALBASE}/share/mplayer/skins:${PORTSDIR}/multimedia/mplayer-skins +RUN_DEPENDS+= mplayer-skins>=0:${PORTSDIR}/multimedia/mplayer-skins .endif USE_GNOME+= gtk20 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 14:50:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C48A332; Thu, 19 Feb 2015 14:50:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E295EB1; Thu, 19 Feb 2015 14:50:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JEoUWI011262; Thu, 19 Feb 2015 14:50:30 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JEoU3r011258; Thu, 19 Feb 2015 14:50:30 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201502191450.t1JEoU3r011258@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 19 Feb 2015 14:50:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379347 - in head: net/csync2 net/py-ec2-cli-tools sysutils/linux-crashplan sysutils/password-store X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 14:50:31 -0000 Author: mat Date: Thu Feb 19 14:50:29 2015 New Revision: 379347 URL: https://svnweb.freebsd.org/changeset/ports/379347 QAT: https://qat.redports.org/buildarchive/r379347/ Log: The bash package can be called bash-static, so depend on the bash binary. Sponsored by: Absolight Modified: head/net/csync2/Makefile head/net/py-ec2-cli-tools/Makefile head/sysutils/linux-crashplan/Makefile head/sysutils/password-store/Makefile Modified: head/net/csync2/Makefile ============================================================================== --- head/net/csync2/Makefile Thu Feb 19 14:47:48 2015 (r379346) +++ head/net/csync2/Makefile Thu Feb 19 14:50:29 2015 (r379347) @@ -40,7 +40,7 @@ SUB_FILES= pkg-install .include .if ${PORT_OPTIONS:MCSYNC2_COMPARE} -RUN_DEPENDS+= bash>=0:${PORTSDIR}/shells/bash +RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash PLIST_FILES+= sbin/csync2-compare CSYNC2_COMPARE= csync2-compare .else Modified: head/net/py-ec2-cli-tools/Makefile ============================================================================== --- head/net/py-ec2-cli-tools/Makefile Thu Feb 19 14:47:48 2015 (r379346) +++ head/net/py-ec2-cli-tools/Makefile Thu Feb 19 14:50:29 2015 (r379347) @@ -14,7 +14,7 @@ COMMENT= Helpful CLI utilities for query LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=1.0:${PORTSDIR}/devel/py-boto \ - bash>=0:${PORTSDIR}/shells/bash + bash:${PORTSDIR}/shells/bash USE_PYTHON= distutils autoplist USES= python shebangfix Modified: head/sysutils/linux-crashplan/Makefile ============================================================================== --- head/sysutils/linux-crashplan/Makefile Thu Feb 19 14:47:48 2015 (r379346) +++ head/sysutils/linux-crashplan/Makefile Thu Feb 19 14:50:29 2015 (r379347) @@ -11,7 +11,7 @@ MAINTAINER= wg@FreeBSD.org COMMENT= Backs up data to remote servers or hard drives RUN_DEPENDS= linux-sun-jre17>=0:${PORTSDIR}/java/linux-sun-jre17 \ - bash>=0:${PORTSDIR}/shells/bash + bash:${PORTSDIR}/shells/bash WRKSRC= ${WRKDIR}/CrashPlan-install Modified: head/sysutils/password-store/Makefile ============================================================================== --- head/sysutils/password-store/Makefile Thu Feb 19 14:47:48 2015 (r379346) +++ head/sysutils/password-store/Makefile Thu Feb 19 14:50:29 2015 (r379347) @@ -11,7 +11,7 @@ COMMENT= Stores, retrieves, generates, a LICENSE= GPLv2 -RUN_DEPENDS= bash>=0:${PORTSDIR}/shells/bash \ +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ getopt>=0:${PORTSDIR}/misc/getopt \ gnupg>=2:${PORTSDIR}/security/gnupg \ pwgen>=0:${PORTSDIR}/sysutils/pwgen \ From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 15:09:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 560559B8; Thu, 19 Feb 2015 15:09:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 409EF149; Thu, 19 Feb 2015 15:09:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JF9aRX019612; Thu, 19 Feb 2015 15:09:36 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JF9ZtR019607; Thu, 19 Feb 2015 15:09:35 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502191509.t1JF9ZtR019607@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 19 Feb 2015 15:09:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379348 - in head/net: xmlrpc-c-devel/files xmlrpc-c/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 15:09:36 -0000 Author: marino Date: Thu Feb 19 15:09:35 2015 New Revision: 379348 URL: https://svnweb.freebsd.org/changeset/ports/379348 QAT: https://qat.redports.org/buildarchive/r379348/ Log: net/xmlrpc-c*: Respect CXXFLAGS (PHB 12.9) The main program did respect cflags, but the cpp example program did not. Approved by: blanket Added: head/net/xmlrpc-c-devel/files/patch-examples_cpp_Makefile (contents, props changed) head/net/xmlrpc-c/files/patch-examples_cpp_Makefile (contents, props changed) Added: head/net/xmlrpc-c-devel/files/patch-examples_cpp_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/xmlrpc-c-devel/files/patch-examples_cpp_Makefile Thu Feb 19 15:09:35 2015 (r379348) @@ -0,0 +1,11 @@ +--- examples/cpp/Makefile.orig 2013-10-23 00:09:37 UTC ++++ examples/cpp/Makefile +@@ -15,7 +15,7 @@ include $(BLDDIR)/config.mk + + default: all + +-CXXFLAGS = $(CFLAGS_PERSONAL) $(CADD) ++CXXFLAGS+= $(CFLAGS_PERSONAL) $(CADD) + LDFLAGS += $(LADD) + + # If this were a real application, working from an installed copy of Added: head/net/xmlrpc-c/files/patch-examples_cpp_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/xmlrpc-c/files/patch-examples_cpp_Makefile Thu Feb 19 15:09:35 2015 (r379348) @@ -0,0 +1,11 @@ +--- examples/cpp/Makefile.orig 2013-03-29 06:38:36 UTC ++++ examples/cpp/Makefile +@@ -15,7 +15,7 @@ include $(BLDDIR)/config.mk + + default: all + +-CXXFLAGS = $(CFLAGS_PERSONAL) $(CADD) ++CXXFLAGS+= $(CFLAGS_PERSONAL) $(CADD) + LDFLAGS += $(LADD) + + # If this were a real application, working from an installed copy of From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 15:59:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1EBA15D0; Thu, 19 Feb 2015 15:59:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 092D88CB; Thu, 19 Feb 2015 15:59:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JFxtiC042930; Thu, 19 Feb 2015 15:59:55 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JFxt8u042928; Thu, 19 Feb 2015 15:59:55 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201502191559.t1JFxt8u042928@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 19 Feb 2015 15:59:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379349 - in head/shells: bash bash-static X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 15:59:56 -0000 Author: ehaupt Date: Thu Feb 19 15:59:54 2015 New Revision: 379349 URL: https://svnweb.freebsd.org/changeset/ports/379349 QAT: https://qat.redports.org/buildarchive/r379349/ Log: Ports should not change their pkgname depending on options. Change the way how the slave port is handled. PR: 197818 Submitted by: mat Modified: head/shells/bash-static/Makefile head/shells/bash/Makefile Modified: head/shells/bash-static/Makefile ============================================================================== --- head/shells/bash-static/Makefile Thu Feb 19 15:09:35 2015 (r379348) +++ head/shells/bash-static/Makefile Thu Feb 19 15:59:54 2015 (r379349) @@ -5,4 +5,6 @@ MASTERDIR= ${.CURDIR}/../../shells/bash OPTIONS_SLAVE= STATIC +PKGNAMESUFFIX= -static + .include "${MASTERDIR}/Makefile" Modified: head/shells/bash/Makefile ============================================================================== --- head/shells/bash/Makefile Thu Feb 19 15:09:35 2015 (r379348) +++ head/shells/bash/Makefile Thu Feb 19 15:59:54 2015 (r379349) @@ -56,6 +56,12 @@ CONFIGURE_ARGS+= --without-bash-malloc \ --disable-rpath \ --enable-disabled-builtins +.if empty(PKGNAMESUFFIX) +CONFLICTS+= bash-static-[0-9]* +.else +CONFLICTS+= bash-[0-9]* +.endif + .include .if ${PORT_OPTIONS:MIMPORTFUNCTIONS} @@ -66,11 +72,8 @@ CFLAGS+= -DIMPORT_FUNCTIONS_DEF=0 .if ${PORT_OPTIONS:MSTATIC} || defined(NO_DYNAMICROOT) || (defined(NOSHARED) && ${NOSHARED:tl} != "no") CONFIGURE_ARGS+= --enable-static-link -PKGNAMESUFFIX= -static -CONFLICTS+= bash-[0-9]* .else CONFIGURE_ARGS+= --disable-static-link -CONFLICTS+= bash-static-[0-9]* .endif post-patch: From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 16:12:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C231816; Thu, 19 Feb 2015 16:12:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06DBDA77; Thu, 19 Feb 2015 16:12:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JGCobM051636; Thu, 19 Feb 2015 16:12:50 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JGCofq051631; Thu, 19 Feb 2015 16:12:50 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201502191612.t1JGCofq051631@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Thu, 19 Feb 2015 16:12:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379350 - in head/mail/roundcube: . 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.18-1 Precedence: list List-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, 19 Feb 2015 16:12:51 -0000 Author: ale Date: Thu Feb 19 16:12:49 2015 New Revision: 379350 URL: https://svnweb.freebsd.org/changeset/ports/379350 QAT: https://qat.redports.org/buildarchive/r379350/ Log: Update to 1.1.0 release. Modified: head/mail/roundcube/Makefile head/mail/roundcube/distinfo head/mail/roundcube/files/patch-INSTALL head/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php Modified: head/mail/roundcube/Makefile ============================================================================== --- head/mail/roundcube/Makefile Thu Feb 19 15:59:54 2015 (r379349) +++ head/mail/roundcube/Makefile Thu Feb 19 16:12:49 2015 (r379350) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= roundcube -DISTVERSION= 1.0.5 +DISTVERSION= 1.1.0 PORTEPOCH= 1 CATEGORIES?= mail www MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${DISTVERSION:tu} -DISTNAME= ${PORTNAME}mail-${DISTVERSION} +DISTNAME= ${PORTNAME}mail-${DISTVERSION}-complete MAINTAINER?= ale@FreeBSD.org COMMENT= Fully skinnable XHTML/CSS webmail written in PHP @@ -13,8 +13,9 @@ COMMENT= Fully skinnable XHTML/CSS webma LICENSE= GPLv3 NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME}mail-${DISTVERSION} -RCUBECOMP= SQL config index.php installer logs plugins program robots.txt skins temp +RCUBECOMP= SQL config index.php installer logs plugins program robots.txt skins temp vendor PORTDOCS= CHANGELOG INSTALL README.md UPGRADING WANT_PHP_WEB= yes Modified: head/mail/roundcube/distinfo ============================================================================== --- head/mail/roundcube/distinfo Thu Feb 19 15:59:54 2015 (r379349) +++ head/mail/roundcube/distinfo Thu Feb 19 16:12:49 2015 (r379350) @@ -1,2 +1,2 @@ -SHA256 (roundcubemail-1.0.5.tar.gz) = 22af84480f2c543884b17c9b0196ed105d2ea7f429bfcc34a6fb7c96dd712792 -SIZE (roundcubemail-1.0.5.tar.gz) = 4056852 +SHA256 (roundcubemail-1.1.0-complete.tar.gz) = e5d85967348263661f31a56e07ee8a91e973e1f13ee552fd5ed42432aedb120d +SIZE (roundcubemail-1.1.0-complete.tar.gz) = 4570117 Modified: head/mail/roundcube/files/patch-INSTALL ============================================================================== --- head/mail/roundcube/files/patch-INSTALL Thu Feb 19 15:59:54 2015 (r379349) +++ head/mail/roundcube/files/patch-INSTALL Thu Feb 19 16:12:49 2015 (r379350) @@ -1,10 +1,10 @@ ---- INSTALL.orig 2010-12-13 17:37:36.000000000 +0100 -+++ INSTALL 2010-12-13 17:37:44.000000000 +0100 -@@ -25,7 +25,6 @@ +--- INSTALL.orig 2015-02-08 13:43:29.000000000 +0000 ++++ INSTALL 2015-02-19 12:22:34.259436291 +0000 +@@ -29,7 +29,6 @@ + - memory_limit > 16MB (increase as suitable to support large attachments) - file_uploads enabled (for attachment upload features) - session.auto_start disabled - - zend.ze1_compatibility_mode disabled - - suhosin.session.encrypt disabled - mbstring.func_overload disabled - * PHP compiled with OpenSSL to connect to IMAPS and to use the spell checker - * A MySQL (4.0.8 or newer), PostgreSQL, MSSQL database engine + - magic_quotes_runtime disabled + - magic_quotes_sybase disabled Modified: head/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php ============================================================================== --- head/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php Thu Feb 19 15:59:54 2015 (r379349) +++ head/mail/roundcube/files/patch-program_lib_Roundcube_rcube_session.php Thu Feb 19 16:12:49 2015 (r379350) @@ -1,5 +1,5 @@ ---- program/lib/Roundcube/rcube_session.php.orig 2014-04-06 14:13:10.000000000 +0000 -+++ program/lib/Roundcube/rcube_session.php 2014-04-10 09:21:36.955091803 +0000 +--- program/lib/Roundcube/rcube_session.php.orig 2015-02-08 13:43:28.000000000 +0000 ++++ program/lib/Roundcube/rcube_session.php 2015-02-19 13:43:29.477065794 +0000 @@ -35,7 +35,6 @@ private $time_diff = 0; private $reloaded = false; @@ -8,7 +8,7 @@ private $gc_handlers = array(); private $cookiename = 'roundcube_sessauth'; private $vars; -@@ -176,7 +175,7 @@ +@@ -184,7 +183,7 @@ $this->time_diff = time() - strtotime($sql_arr['ts']); $this->changed = strtotime($sql_arr['changed']); $this->ip = $sql_arr['ip']; @@ -17,7 +17,7 @@ $this->key = $key; return !empty($this->vars) ? (string) $this->vars : ''; -@@ -214,12 +213,12 @@ +@@ -224,12 +223,12 @@ } if ($oldvars !== null) { @@ -25,23 +25,23 @@ + $newvars = $vars; if ($newvars !== $oldvars) { - $this->db->query("UPDATE $table " - . "SET changed = $now, vars = ? WHERE sess_id = ?", + $this->db->query("UPDATE {$this->table_name} " + . "SET `changed` = $now, `vars` = ? WHERE `sess_id` = ?", - base64_encode($newvars), $key); + $newvars, $key); } else if ($ts - $this->changed + $this->time_diff > $this->lifetime / 2) { - $this->db->query("UPDATE $table SET changed = $now" -@@ -229,7 +228,7 @@ - else { - $this->db->query("INSERT INTO $table (sess_id, vars, ip, created, changed)" + $this->db->query("UPDATE {$this->table_name} SET `changed` = $now" +@@ -240,7 +239,7 @@ + $this->db->query("INSERT INTO {$this->table_name}" + . " (`sess_id`, `vars`, `ip`, `created`, `changed`)" . " VALUES (?, ?, ?, $now, $now)", - $key, base64_encode($vars), (string)$this->ip); + $key, $vars, (string)$this->ip); } return true; -@@ -237,40 +236,6 @@ +@@ -248,40 +247,6 @@ /** @@ -82,7 +82,7 @@ * Handler for session_destroy() * * @param string Session ID -@@ -332,7 +297,7 @@ +@@ -342,7 +307,7 @@ else // else read data again $oldvars = $this->mc_read($key); @@ -91,7 +91,7 @@ if ($newvars !== $oldvars || $ts - $this->changed > $this->lifetime / 3) { return $this->memcache->set($key, serialize(array('changed' => time(), 'ip' => $this->ip, 'vars' => $newvars)), -@@ -470,8 +435,6 @@ +@@ -480,8 +445,6 @@ return $this->destroy(session_id()); } From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 16:33:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 861B7440; Thu, 19 Feb 2015 16:33:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71339D25; Thu, 19 Feb 2015 16:33:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JGXdC5061522; Thu, 19 Feb 2015 16:33:39 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JGXd2Y061521; Thu, 19 Feb 2015 16:33:39 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201502191633.t1JGXd2Y061521@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 19 Feb 2015 16:33:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379351 - head/net-mgmt/ettercap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 16:33:39 -0000 Author: mat Date: Thu Feb 19 16:33:38 2015 New Revision: 379351 URL: https://svnweb.freebsd.org/changeset/ports/379351 QAT: https://qat.redports.org/buildarchive/r379351/ Log: There is no PKGNAMESUFFIX helper. Sponsored by: Absolight Modified: head/net-mgmt/ettercap/Makefile Modified: head/net-mgmt/ettercap/Makefile ============================================================================== --- head/net-mgmt/ettercap/Makefile Thu Feb 19 16:12:49 2015 (r379350) +++ head/net-mgmt/ettercap/Makefile Thu Feb 19 16:33:38 2015 (r379351) @@ -55,7 +55,6 @@ NCURSES_CMAKE_ON= -DENABLE_CURSES=ON NCURSES_USE= NCURSES=yes GTK2_CMAKE_OFF= -DENABLE_GTK=OFF GTK2_CMAKE_ON= -DENABLE_GTK=ON -GTK2_PKGNAMESUFFIX= -gtk2 GTK2_USE= GNOME=gtk20 IPV6_CMAKE_OFF= -DENABLE_IPV6=OFF IPV6_CMAKE_ON= -DENABLE_IPV6=ON From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 16:53:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF2BF941; Thu, 19 Feb 2015 16:53:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9C45F1A; Thu, 19 Feb 2015 16:53:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JGreKC070973; Thu, 19 Feb 2015 16:53:40 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JGrerb070971; Thu, 19 Feb 2015 16:53:40 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201502191653.t1JGrerb070971@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 19 Feb 2015 16:53:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379352 - head/databases/pecl-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.18-1 Precedence: list List-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, 19 Feb 2015 16:53:41 -0000 Author: vanilla Date: Thu Feb 19 16:53:39 2015 New Revision: 379352 URL: https://svnweb.freebsd.org/changeset/ports/379352 QAT: https://qat.redports.org/buildarchive/r379352/ Log: 1: Upgrade to 1.6.3. 2: strip binary. 3: switch to USES=tar:tgz Modified: head/databases/pecl-mongo/Makefile head/databases/pecl-mongo/distinfo Modified: head/databases/pecl-mongo/Makefile ============================================================================== --- head/databases/pecl-mongo/Makefile Thu Feb 19 16:33:38 2015 (r379351) +++ head/databases/pecl-mongo/Makefile Thu Feb 19 16:53:39 2015 (r379352) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= mongo -PORTVERSION= 1.6.2 +PORTVERSION= 1.6.3 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org @@ -14,10 +13,14 @@ COMMENT= PECL classes for Mongo Database LICENSE= APACHE20 +USES= tar:tgz USE_PHP= spl USE_PHP_BUILD= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-mongo SUB_FILES= pkg-message +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/mongo.so + .include Modified: head/databases/pecl-mongo/distinfo ============================================================================== --- head/databases/pecl-mongo/distinfo Thu Feb 19 16:33:38 2015 (r379351) +++ head/databases/pecl-mongo/distinfo Thu Feb 19 16:53:39 2015 (r379352) @@ -1,2 +1,2 @@ -SHA256 (PECL/mongo-1.6.2.tgz) = b9a1319910a3d91af94aec46b9dd0021e5b2504b199c60cc8b6075f8d3d78e7b -SIZE (PECL/mongo-1.6.2.tgz) = 204061 +SHA256 (PECL/mongo-1.6.3.tgz) = 53620808eaf0c3dc7537162984354b45b3c90cbaaa36b7b23e0bf650051e77c3 +SIZE (PECL/mongo-1.6.3.tgz) = 204130 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 17:47:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42982E28; Thu, 19 Feb 2015 17:47:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DBD7810; Thu, 19 Feb 2015 17:47:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JHlfiU094980; Thu, 19 Feb 2015 17:47:41 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JHlfmp094979; Thu, 19 Feb 2015 17:47:41 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502191747.t1JHlfmp094979@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Thu, 19 Feb 2015 17:47:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379353 - head/games/gnake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 17:47:41 -0000 Author: jgh Date: Thu Feb 19 17:47:40 2015 New Revision: 379353 URL: https://svnweb.freebsd.org/changeset/ports/379353 QAT: https://qat.redports.org/buildarchive/r379353/ Log: - upstream gone, suggest using games/bsdgames - set expiration to next month Modified: head/games/gnake/Makefile Modified: head/games/gnake/Makefile ============================================================================== --- head/games/gnake/Makefile Thu Feb 19 16:53:39 2015 (r379352) +++ head/games/gnake/Makefile Thu Feb 19 17:47:40 2015 (r379353) @@ -15,6 +15,9 @@ LICENSE= GPLv2 OPTIONS_DEFINE= DOCS +DEPRECATED= upstream gone, use games/bsdgames +EXPIRATION_DATE= 2015-03-19 + LDFLAGS+= -L${LOCALBASE}/lib -lncurses CFLAGS+= -Wall From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 17:55:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 171DB36C; Thu, 19 Feb 2015 17:55:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC6E8926; Thu, 19 Feb 2015 17:55:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JHtZfJ099559; Thu, 19 Feb 2015 17:55:35 GMT (envelope-from sem@FreeBSD.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JHtZ8h099556; Thu, 19 Feb 2015 17:55:35 GMT (envelope-from sem@FreeBSD.org) Message-Id: <201502191755.t1JHtZ8h099556@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sem set sender to sem@FreeBSD.org using -f From: Sergey Matveychuk Date: Thu, 19 Feb 2015 17:55:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379354 - head/dns/unbound X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 17:55:36 -0000 Author: sem Date: Thu Feb 19 17:55:34 2015 New Revision: 379354 URL: https://svnweb.freebsd.org/changeset/ports/379354 QAT: https://qat.redports.org/buildarchive/r379354/ Log: - Update to 1.5.2 Modified: head/dns/unbound/Makefile head/dns/unbound/distinfo head/dns/unbound/pkg-plist Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Thu Feb 19 17:47:40 2015 (r379353) +++ head/dns/unbound/Makefile Thu Feb 19 17:55:34 2015 (r379354) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= unbound -PORTVERSION= 1.5.1 -PORTREVISION= 2 +PORTVERSION= 1.5.2 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -104,6 +103,9 @@ post-build: @for s in ${STRIP_FILES}; do ${STRIP_CMD} ${WRKSRC}/$$s; done post-install: +.if ${PORT_OPTIONS:MPYTHON} + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_unbound.so +.endif .if ${PORT_OPTIONS:MMUNIN} @${MKDIR} ${STAGEDIR}${PREFIX}/share/munin/plugins @${MKDIR} ${STAGEDIR}${PREFIX}/etc/munin/plugins Modified: head/dns/unbound/distinfo ============================================================================== --- head/dns/unbound/distinfo Thu Feb 19 17:47:40 2015 (r379353) +++ head/dns/unbound/distinfo Thu Feb 19 17:55:34 2015 (r379354) @@ -1,2 +1,2 @@ -SHA256 (unbound-1.5.1.tar.gz) = 0ff82709fb2bd7ecbde8dbdcf60fa417d2b43379570a3d460193a76a169900ec -SIZE (unbound-1.5.1.tar.gz) = 4805176 +SHA256 (unbound-1.5.2.tar.gz) = 33ab6c6a5ce3247b0a57e34d209fe8936e1218ff89a9b7ca3ff00c2060dd35c7 +SIZE (unbound-1.5.2.tar.gz) = 4822523 Modified: head/dns/unbound/pkg-plist ============================================================================== --- head/dns/unbound/pkg-plist Thu Feb 19 17:47:40 2015 (r379353) +++ head/dns/unbound/pkg-plist Thu Feb 19 17:55:34 2015 (r379354) @@ -1,6 +1,6 @@ etc/unbound/unbound.conf.sample include/unbound.h -lib/libunbound.so.2.3.3 +lib/libunbound.so.2.3.5 lib/libunbound.so.2 lib/libunbound.so lib/libunbound.a From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 18:14:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F9F496B; Thu, 19 Feb 2015 18:14:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40C67BE9; Thu, 19 Feb 2015 18:14:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JIE77B009107; Thu, 19 Feb 2015 18:14:07 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JIE6Pi009104; Thu, 19 Feb 2015 18:14:06 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201502191814.t1JIE6Pi009104@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 19 Feb 2015 18:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379355 - head/devel/p5-DateTime-TimeZone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 18:14:07 -0000 Author: jadawin Date: Thu Feb 19 18:14:05 2015 New Revision: 379355 URL: https://svnweb.freebsd.org/changeset/ports/379355 QAT: https://qat.redports.org/buildarchive/r379355/ Log: - Update to 1.85 Modified: head/devel/p5-DateTime-TimeZone/Makefile head/devel/p5-DateTime-TimeZone/distinfo head/devel/p5-DateTime-TimeZone/pkg-plist Modified: head/devel/p5-DateTime-TimeZone/Makefile ============================================================================== --- head/devel/p5-DateTime-TimeZone/Makefile Thu Feb 19 17:55:34 2015 (r379354) +++ head/devel/p5-DateTime-TimeZone/Makefile Thu Feb 19 18:14:05 2015 (r379355) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-TimeZone -PORTVERSION= 1.83 +PORTVERSION= 1.85 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-DateTime-TimeZone/distinfo ============================================================================== --- head/devel/p5-DateTime-TimeZone/distinfo Thu Feb 19 17:55:34 2015 (r379354) +++ head/devel/p5-DateTime-TimeZone/distinfo Thu Feb 19 18:14:05 2015 (r379355) @@ -1,2 +1,2 @@ -SHA256 (DateTime-TimeZone-1.83.tar.gz) = 986823ad6c626cec765aaf75c2e7ccc767971fdba559d62cc3901bf75a0a3193 -SIZE (DateTime-TimeZone-1.83.tar.gz) = 885298 +SHA256 (DateTime-TimeZone-1.85.tar.gz) = 3d84728f4f0ca5c0ad362e4ff265b1175a464d48f7d5ad355af4ad8f5e8e97cb +SIZE (DateTime-TimeZone-1.85.tar.gz) = 895086 Modified: head/devel/p5-DateTime-TimeZone/pkg-plist ============================================================================== --- head/devel/p5-DateTime-TimeZone/pkg-plist Thu Feb 19 17:55:34 2015 (r379354) +++ head/devel/p5-DateTime-TimeZone/pkg-plist Thu Feb 19 18:14:05 2015 (r379355) @@ -159,7 +159,6 @@ %%SITE_PERL%%/DateTime/TimeZone/Antarctica/Syowa.pm %%SITE_PERL%%/DateTime/TimeZone/Antarctica/Troll.pm %%SITE_PERL%%/DateTime/TimeZone/Antarctica/Vostok.pm -%%SITE_PERL%%/DateTime/TimeZone/Asia/Aden.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Almaty.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Amman.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Anadyr.pm @@ -167,7 +166,6 @@ %%SITE_PERL%%/DateTime/TimeZone/Asia/Aqtobe.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Ashgabat.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Baghdad.pm -%%SITE_PERL%%/DateTime/TimeZone/Asia/Bahrain.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Baku.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Bangkok.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Beirut.pm @@ -199,12 +197,10 @@ %%SITE_PERL%%/DateTime/TimeZone/Asia/Krasnoyarsk.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Kuala_Lumpur.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Kuching.pm -%%SITE_PERL%%/DateTime/TimeZone/Asia/Kuwait.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Macau.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Magadan.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Makassar.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Manila.pm -%%SITE_PERL%%/DateTime/TimeZone/Asia/Muscat.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Nicosia.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Novokuznetsk.pm %%SITE_PERL%%/DateTime/TimeZone/Asia/Novosibirsk.pm From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 18:16:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB74DB53; Thu, 19 Feb 2015 18:16:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B62BBC1B; Thu, 19 Feb 2015 18:16:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JIGpHD009583; Thu, 19 Feb 2015 18:16:51 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JIGppu009581; Thu, 19 Feb 2015 18:16:51 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201502191816.t1JIGppu009581@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 19 Feb 2015 18:16:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379356 - head/net-mgmt/p5-Net-CIDR X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 18:16:51 -0000 Author: jadawin Date: Thu Feb 19 18:16:50 2015 New Revision: 379356 URL: https://svnweb.freebsd.org/changeset/ports/379356 QAT: https://qat.redports.org/buildarchive/r379356/ Log: - Update to 1.18 Modified: head/net-mgmt/p5-Net-CIDR/Makefile head/net-mgmt/p5-Net-CIDR/distinfo Modified: head/net-mgmt/p5-Net-CIDR/Makefile ============================================================================== --- head/net-mgmt/p5-Net-CIDR/Makefile Thu Feb 19 18:14:05 2015 (r379355) +++ head/net-mgmt/p5-Net-CIDR/Makefile Thu Feb 19 18:16:50 2015 (r379356) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Net-CIDR -PORTVERSION= 0.17 -PORTREVISION= 1 +PORTVERSION= 0.18 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net-mgmt/p5-Net-CIDR/distinfo ============================================================================== --- head/net-mgmt/p5-Net-CIDR/distinfo Thu Feb 19 18:14:05 2015 (r379355) +++ head/net-mgmt/p5-Net-CIDR/distinfo Thu Feb 19 18:16:50 2015 (r379356) @@ -1,2 +1,2 @@ -SHA256 (Net-CIDR-0.17.tar.gz) = 4a968e700d382cf0946e47df420d0151fbd8e0135f037d404c7c63713b66daf0 -SIZE (Net-CIDR-0.17.tar.gz) = 10654 +SHA256 (Net-CIDR-0.18.tar.gz) = c3df7ea8d42b2d8ec328c187329c5f8c4db6a2470873f61e3d0dd91430ef1427 +SIZE (Net-CIDR-0.18.tar.gz) = 10761 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 18:18:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BC67CB7; Thu, 19 Feb 2015 18:18:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EAE1AC37; Thu, 19 Feb 2015 18:18:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JIIMMd009884; Thu, 19 Feb 2015 18:18:22 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JIIM8n009882; Thu, 19 Feb 2015 18:18:22 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201502191818.t1JIIM8n009882@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Thu, 19 Feb 2015 18:18:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379357 - head/net-mgmt/p5-SNMP-Info X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 18:18:23 -0000 Author: jadawin Date: Thu Feb 19 18:18:21 2015 New Revision: 379357 URL: https://svnweb.freebsd.org/changeset/ports/379357 QAT: https://qat.redports.org/buildarchive/r379357/ Log: - Update to 3.24 Modified: head/net-mgmt/p5-SNMP-Info/Makefile head/net-mgmt/p5-SNMP-Info/distinfo Modified: head/net-mgmt/p5-SNMP-Info/Makefile ============================================================================== --- head/net-mgmt/p5-SNMP-Info/Makefile Thu Feb 19 18:16:50 2015 (r379356) +++ head/net-mgmt/p5-SNMP-Info/Makefile Thu Feb 19 18:18:21 2015 (r379357) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SNMP-Info -PORTVERSION= 3.23 +PORTVERSION= 3.24 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net-mgmt/p5-SNMP-Info/distinfo ============================================================================== --- head/net-mgmt/p5-SNMP-Info/distinfo Thu Feb 19 18:16:50 2015 (r379356) +++ head/net-mgmt/p5-SNMP-Info/distinfo Thu Feb 19 18:18:21 2015 (r379357) @@ -1,2 +1,2 @@ -SHA256 (SNMP-Info-3.23.tar.gz) = b919ef2d56a51a1927ac6e04f6ff69dffbbaf146fa15b142b84d8565a674a741 -SIZE (SNMP-Info-3.23.tar.gz) = 317897 +SHA256 (SNMP-Info-3.24.tar.gz) = 00920b8f18072567dc5f43ccaf150c65f83a2bd42dd5cd85dcc0f94a8b7860ec +SIZE (SNMP-Info-3.24.tar.gz) = 318809 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 18:19:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52316DFA; Thu, 19 Feb 2015 18:19:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A4F5C56; Thu, 19 Feb 2015 18:19:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JIJlmu011494; Thu, 19 Feb 2015 18:19:47 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JIJU0A011360; Thu, 19 Feb 2015 18:19:30 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201502191819.t1JIJU0A011360@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Thu, 19 Feb 2015 18:19:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379358 - in head: Mk audio/amarok-kde4 audio/kaudiocreator audio/kstreamripper audio/pacpl audio/soundkonverter audio/waheela deskutils/charmtimetracker deskutils/semantik deskutils/si... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 18:19:47 -0000 Author: makc Date: Thu Feb 19 18:19:28 2015 New Revision: 379358 URL: https://svnweb.freebsd.org/changeset/ports/379358 QAT: https://qat.redports.org/buildarchive/r379358/ Log: - Remove deprecated USE_KDE4=kdehier - while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option Modified: head/Mk/bsd.kde4.mk head/Mk/bsd.sanity.mk head/audio/amarok-kde4/Makefile head/audio/kaudiocreator/Makefile head/audio/kstreamripper/Makefile head/audio/pacpl/Makefile head/audio/soundkonverter/Makefile head/audio/waheela/Makefile head/deskutils/charmtimetracker/Makefile head/deskutils/semantik/Makefile head/deskutils/silence/Makefile head/devel/piklab/Makefile head/editors/calligra-l10n/files/bsd.l10n.mk head/editors/calligra/Makefile head/finance/kmymoney-kde4/Makefile head/games/knights-kde4/Makefile head/graphics/gnash/Makefile head/graphics/gnash/pkg-plist head/graphics/kcoloredit/Makefile head/graphics/kiconedit/Makefile head/graphics/kphotoalbum-kde4/Makefile head/graphics/kpovmodeler/Makefile head/graphics/kuickshow-kde4/Makefile head/graphics/skanlite/Makefile head/mail/kbiff/Makefile head/mail/kshowmail/Makefile head/math/abakus/Makefile head/misc/tellico-kde4/Makefile head/multimedia/kaffeine/Makefile head/multimedia/kdenlive/Makefile head/multimedia/kplayer-kde4/Makefile head/multimedia/phonon-xine/Makefile head/net-im/ekiga/Makefile head/net-im/kmess-kde4/Makefile head/net-p2p/ktorrent/Makefile head/net-p2p/libktorrent/Makefile head/net/kio-upnp-ms/Makefile head/net/kwooty/Makefile head/net/libkfbapi/Makefile head/net/smb4k-kde4/Makefile head/polish/qnapi/Makefile head/ports-mgmt/kpackagekit/Makefile head/print/kover/Makefile head/sysutils/kcm-polkit-kde/Makefile head/sysutils/knutclient-kde4/Makefile head/sysutils/polkit-kde/Makefile head/textproc/dikt/Makefile head/textproc/uim-kde4/Makefile head/www/kpartsplugin/Makefile head/www/kwebkitpart/Makefile head/www/rekonq/Makefile head/x11-fm/krusader2/Makefile head/x11-themes/kde4-style-bespin/Makefile head/x11-themes/kde4-style-nitrogen/Makefile head/x11-themes/kde4-style-oxygen-transparent/Makefile head/x11-themes/kde4-style-polyester/Makefile head/x11-themes/kde4-style-skulpture/Makefile head/x11-themes/kde4-windeco-crystal/Makefile head/x11-themes/kde4-windeco-dekorator/Makefile head/x11-themes/qtcurve-kde4/Makefile head/x11/rsibreak-kde4/Makefile Modified: head/Mk/bsd.kde4.mk ============================================================================== --- head/Mk/bsd.kde4.mk Thu Feb 19 18:18:21 2015 (r379357) +++ head/Mk/bsd.kde4.mk Thu Feb 19 18:19:28 2015 (r379358) @@ -144,8 +144,6 @@ _USE_KDE4_ALL+= akonadi attica automoc4 strigi # Meta components _USE_KDE4_ALL+= kdeprefix -# Deprecated -_USE_KDE4_ALL+= kdehier baloo_PORT= sysutils/baloo baloo_PATH= ${KDE4_PREFIX}/lib/libbaloocore.so Modified: head/Mk/bsd.sanity.mk ============================================================================== --- head/Mk/bsd.sanity.mk Thu Feb 19 18:18:21 2015 (r379357) +++ head/Mk/bsd.sanity.mk Thu Feb 19 18:19:28 2015 (r379358) @@ -72,10 +72,6 @@ DEV_WARNING+= "USE_GNOME=gnomehack is de DEV_WARNING+= "USE_GNOME=desktopfileutils is deprecated, please use USES=desktop-file-utils" .endif -.if defined(USE_KDE4) && ${USE_KDE4:Mkdehier} -DEV_WARNING+= "USE_KDE4=kdehier is deprecated, please use USE_KDE4=kdeprefix" -.endif - .if defined(LIB_DEPENDS) && ${LIB_DEPENDS:Nlib*} DEV_ERROR+= "Please use the new format for LIB_DEPENDS, see handbook for details" .endif Modified: head/audio/amarok-kde4/Makefile ============================================================================== --- head/audio/amarok-kde4/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/audio/amarok-kde4/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -25,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/qt4/plugin LATEST_LINK= ${PORTNAME}-kde4 -USE_KDE4= kdehier kdelibs kdeprefix libkcddb libkcompactdisc \ +USE_KDE4= kdelibs kdeprefix libkcddb libkcompactdisc \ nepomuk-core runtime automoc4 strigi USE_MYSQL= embedded USE_QT4= corelib dbus designer gui network opengl \ Modified: head/audio/kaudiocreator/Makefile ============================================================================== --- head/audio/kaudiocreator/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/audio/kaudiocreator/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -23,7 +23,7 @@ RUN_DEPENDS+= lame:${PORTSDIR}/audio/lam USES= cmake tar:bzip2 USE_QT4= moc_build qmake_build rcc_build uic_build -USE_KDE4= automoc4 kdehier kdeprefix libkcddb libkcompactdisc +USE_KDE4= automoc4 kdeprefix libkcddb libkcompactdisc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/audio/kstreamripper/Makefile ============================================================================== --- head/audio/kstreamripper/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/audio/kstreamripper/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -13,7 +13,7 @@ COMMENT= Program for recording streams f RUN_DEPENDS= ${LOCALBASE}/bin/streamripper:${PORTSDIR}/audio/streamripper USES= cmake gettext-tools tar:bzip2 -USE_KDE4= kdelibs kdehier kdeprefix automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build CMAKE_ARGS+= -DWITHOUT_LIBPROXY=YES # requires libproxy >= 0.3.1 Modified: head/audio/pacpl/Makefile ============================================================================== --- head/audio/pacpl/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/audio/pacpl/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -37,7 +37,6 @@ FAAC_RUN_DEPENDS= faac:${PORTSDIR}/audio FAAD_RUN_DEPENDS= faad:${PORTSDIR}/audio/faad FFMPEG_RUN_DEPENDS= ffmpeg:${PORTSDIR}/multimedia/ffmpeg KDE4_DESC= Konqueror/Dolphin integration -KDE4_USE= KDE4=kdehier LAME_RUN_DEPENDS= lame:${PORTSDIR}/audio/lame LAUDIO_DESC= Laudio support LAUDIO_RUN_DEPENDS= laudio:${PORTSDIR}/audio/linux-laudio Modified: head/audio/soundkonverter/Makefile ============================================================================== --- head/audio/soundkonverter/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/audio/soundkonverter/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -20,7 +20,7 @@ GH_COMMIT= 405363b USES= cmake compiler:c++11-lang USE_GITHUB= yes USE_QT4= moc_build qmake_build rcc_build uic_build -USE_KDE4= automoc4 kdehier kdeprefix kdelibs libkcddb +USE_KDE4= automoc4 kdeprefix kdelibs libkcddb INSTALLS_ICONS= yes WRKSRC_SUBDIR= src Modified: head/audio/waheela/Makefile ============================================================================== --- head/audio/waheela/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/audio/waheela/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -15,7 +15,7 @@ LICENSE= GPLv2 RUN_DEPENDS= amarok>=2:${PORTSDIR}/audio/amarok-kde4 USES= cmake -USE_KDE4= automoc4 kdeprefix kdehier kdelibs +USE_KDE4= automoc4 kdeprefix kdelibs USE_QT4= gui dbus network svg xml \ qmake_build moc_build rcc_build uic_build Modified: head/deskutils/charmtimetracker/Makefile ============================================================================== --- head/deskutils/charmtimetracker/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/deskutils/charmtimetracker/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -4,7 +4,7 @@ PORTNAME= charmtimetracker PORTVERSION= 1.6.0 PORTREVISION= 2 -CATEGORIES= deskutils kde +CATEGORIES= deskutils MAINTAINER= avg@icyb.net.ua COMMENT= Time tracker @@ -18,7 +18,6 @@ GH_COMMIT= 3151d25 USES= cmake CMAKE_ARGS+= -DCharm_VERSION:STRING=${PORTVERSION} -USE_KDE4= kdehier kdeprefix USE_QT4= qmake_build moc_build rcc_build uic_build corelib gui network \ qtestlib sql sql-sqlite3 xml USE_XORG= ice x11 xext xscrnsaver Modified: head/deskutils/semantik/Makefile ============================================================================== --- head/deskutils/semantik/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/deskutils/semantik/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -11,7 +11,7 @@ COMMENT= KDE mind mapping tool LICENSE= GPLv3 -USE_KDE4= kdehier kdelibs kdeprefix +USE_KDE4= kdelibs kdeprefix USE_OCAML= yes NO_OCAML_RUNDEPENDS= yes USE_QT4= corelib gui linguist_build svg webkit xml \ Modified: head/deskutils/silence/Makefile ============================================================================== --- head/deskutils/silence/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/deskutils/silence/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -14,7 +14,7 @@ COMMENT= Information management tool RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/katepart.so:${PORTSDIR}/editors/kate USES= cmake -USE_KDE4= kdelibs kdehier kdeprefix automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build linguist_build WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/devel/piklab/Makefile ============================================================================== --- head/devel/piklab/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/devel/piklab/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -22,7 +22,7 @@ OPTIONS_DEFAULT= KDE4 OPTIONS_SUB= yes KDE4_USES= shared-mime-info -KDE4_USE= KDE4=automoc4,kdehier,kdelibs,kdeprefix +KDE4_USE= KDE4=automoc4,kdelibs,kdeprefix KDE4_CMAKE_OFF= -DQT_ONLY:BOOL=ON \ -DLOCALE_INSTALL_DIR:STRING="${PREFIX}/share/locale" Modified: head/editors/calligra-l10n/files/bsd.l10n.mk ============================================================================== --- head/editors/calligra-l10n/files/bsd.l10n.mk Thu Feb 19 18:18:21 2015 (r379357) +++ head/editors/calligra-l10n/files/bsd.l10n.mk Thu Feb 19 18:19:28 2015 (r379358) @@ -7,7 +7,7 @@ DIST_SUBDIR= KDE/calligra-l10n CONFLICTS= ${PKGNAMEPREFIX}koffice-l10n-2.* -USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= corelib xml moc_build qmake_build rcc_build uic_build USES+= cmake gettext tar:xz NO_ARCH= yes Modified: head/editors/calligra/Makefile ============================================================================== --- head/editors/calligra/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/editors/calligra/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -38,7 +38,7 @@ CONFLICTS_BUILD=qt-3.* USE_GL= glew USE_GNOME= glib20 libxml2 libxslt -USE_KDE4= kactivities kdehier kdelibs kdeprefix libkdcraw nepomuk-core \ +USE_KDE4= kactivities kdelibs kdeprefix libkdcraw nepomuk-core \ okular pimlibs attica automoc4 soprano USE_QT4= corelib dbus designer_build gui opengl phonon porting_build \ qt3support qtestlib_build script sql svg webkit xml xmlpatterns \ Modified: head/finance/kmymoney-kde4/Makefile ============================================================================== --- head/finance/kmymoney-kde4/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/finance/kmymoney-kde4/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -18,7 +18,7 @@ LIB_DEPENDS= libboost_graph.so:${PORTSDI USES= cmake pkgconfig shared-mime-info shebangfix tar:xz USE_QT4= gui dbus network phonon sql svg xml \ qmake_build moc_build rcc_build uic_build -USE_KDE4= kdehier kdeprefix automoc4 kdelibs pimlibs +USE_KDE4= kdeprefix automoc4 kdelibs pimlibs USE_LDCONFIG= yes SHEBANG_FILES= kmymoney/misc/financequote.pl Modified: head/games/knights-kde4/Makefile ============================================================================== --- head/games/knights-kde4/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/games/knights-kde4/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:$ LICENSE= GPLv2 USES= cmake:outsource tar:bzip2 -USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace libkdegames +USE_KDE4= kdelibs kdeprefix automoc4 workspace libkdegames USE_QT4= qmake_build moc_build rcc_build uic_build OPTIONS_DEFINE= DOCS NLS Modified: head/graphics/gnash/Makefile ============================================================================== --- head/graphics/gnash/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/graphics/gnash/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -107,9 +107,8 @@ CONFIGURE_ARGS+= --disable-npapi .endif .if ${PORT_OPTIONS:MKDE4} && ${PORT_OPTIONS:MPLUGIN} -PLIST_SUB+= KPARTS4="" -USE_LDCONFIG+= ${KDE4_PREFIX}/lib/kde4 -CONFIGURE_ARGS+= --with-kde4_prefix=${PREFIX}/kde4 +PLIST_SUB+= KPARTS4="${KDE4_PREFIX}" +CONFIGURE_ARGS+= --with-kde4_prefix=${KDE4_PREFIX} .else PLIST_SUB+= KPARTS4="@comment " CONFIGURE_ARGS+= --disable-kparts4 @@ -129,7 +128,7 @@ GNASH_GUIS+= gtk GNASH_GUIS+= kde4 USE_QT4= moc_build QT_NONSTANDARD= yes -USE_KDE4= kdehier kdelibs +USE_KDE4= kdelibs CONFIGURE_ENV+= KDE4_CONFIG="${KDE4_PREFIX}/bin/kde4-config" .endif Modified: head/graphics/gnash/pkg-plist ============================================================================== --- head/graphics/gnash/pkg-plist Thu Feb 19 18:18:21 2015 (r379357) +++ head/graphics/gnash/pkg-plist Thu Feb 19 18:19:28 2015 (r379358) @@ -190,10 +190,10 @@ include/gnash/vm/SafeStack.h include/gnash/vm/VM.h include/gnash/vm/fn_call.h include/gnash/zlib_adapter.h -%%KPARTS4%%kde4/share/apps/klash/pluginsinfo -%%KPARTS4%%kde4/share/apps/klash/klashpartui.rc -%%KPARTS4%%kde4/share/kde4/services/klash_part.desktop -%%KPARTS4%%kde4/lib/kde4/libklashpart.so +%%KPARTS4%%/share/apps/klash/pluginsinfo +%%KPARTS4%%/share/apps/klash/klashpartui.rc +%%KPARTS4%%/share/kde4/services/klash_part.desktop +%%KPARTS4%%/lib/kde4/libklashpart.so %%CYGNAL%%lib/cygnal/plugins/echo.so %%CYGNAL%%lib/cygnal/plugins/oflaDemo.so %%CYGNAL%%lib/gnash/libgnashamf-%%GNASHVER%%.so Modified: head/graphics/kcoloredit/Makefile ============================================================================== --- head/graphics/kcoloredit/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/graphics/kcoloredit/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -11,7 +11,7 @@ DIST_SUBDIR= KDE/extragear MAINTAINER= kde@FreeBSD.org COMMENT= Palette files editor for KDE -USE_KDE4= kdelibs kdeprefix kdehier automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= corelib qmake_build moc_build rcc_build uic_build USES= cmake gettext tar:bzip2 Modified: head/graphics/kiconedit/Makefile ============================================================================== --- head/graphics/kiconedit/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/graphics/kiconedit/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -10,7 +10,7 @@ DIST_SUBDIR= KDE/extragear MAINTAINER= kde@FreeBSD.org COMMENT= KDE icon editor -USE_KDE4= kdelibs kdeprefix kdehier automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= corelib qmake_build moc_build rcc_build uic_build USES= cmake gettext tar:bzip2 Modified: head/graphics/kphotoalbum-kde4/Makefile ============================================================================== --- head/graphics/kphotoalbum-kde4/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/graphics/kphotoalbum-kde4/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -16,7 +16,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap USES= cmake:outsource pkgconfig shebangfix tar:bzip2 SHEBANG_FILES= script/open-raw.pl script/kpa-backup.sh -USE_KDE4= kdehier kdelibs kdeprefix libkdcraw libkipi automoc4 +USE_KDE4= kdelibs kdeprefix libkdcraw libkipi automoc4 USE_QT4= phonon sql \ qmake_build moc_build rcc_build uic_build Modified: head/graphics/kpovmodeler/Makefile ============================================================================== --- head/graphics/kpovmodeler/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/graphics/kpovmodeler/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -14,7 +14,7 @@ COMMENT= KDE editor/frontend for Povray RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray-meta USE_GL= glu -USE_KDE4= kdelibs kdeprefix kdehier automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= corelib opengl qmake_build moc_build rcc_build uic_build USES= cmake gettext tar:bzip2 Modified: head/graphics/kuickshow-kde4/Makefile ============================================================================== --- head/graphics/kuickshow-kde4/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/graphics/kuickshow-kde4/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -15,7 +15,7 @@ COMMENT= KDE image viewer BROKEN= depends on imlib USE_GNOME= imlib -USE_KDE4= kdelibs kdeprefix kdehier automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= corelib opengl qmake_build moc_build rcc_build uic_build USES= cmake gettext pkgconfig tar:bzip2 Modified: head/graphics/skanlite/Makefile ============================================================================== --- head/graphics/skanlite/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/graphics/skanlite/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -12,7 +12,7 @@ COMMENT= Simple image scanning applicati LIB_DEPENDS= libksane.so:${PORTSDIR}/graphics/libksane -USE_KDE4= kdelibs kdeprefix kdehier automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build USES= cmake:outsource gettext tar:xz Modified: head/mail/kbiff/Makefile ============================================================================== --- head/mail/kbiff/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/mail/kbiff/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -12,7 +12,7 @@ COMMENT= Mail notification utility for K LICENSE= GPLv2 -USE_KDE4= automoc4 kdehier kdeprefix kdelibs +USE_KDE4= automoc4 kdeprefix kdelibs USE_QT4= corelib dbus gui network svg xml \ qmake_build uic_build rcc_build USE_PERL5= build Modified: head/mail/kshowmail/Makefile ============================================================================== --- head/mail/kshowmail/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/mail/kshowmail/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -12,7 +12,7 @@ COMMENT= POP3 mail checker for KDE LICENSE= GPLv2 -USE_KDE4= automoc4 kdehier kdeprefix kdelibs pimlibs +USE_KDE4= automoc4 kdeprefix kdelibs pimlibs USE_QT4= corelib dbus gui network svg xml \ qmake_build uic_build rcc_build USE_PERL5= build Modified: head/math/abakus/Makefile ============================================================================== --- head/math/abakus/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/math/abakus/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -15,7 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr -USE_KDE4= automoc4 kdehier kdelibs kdeprefix +USE_KDE4= automoc4 kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build USES= bison cmake tar:bzip2 CMAKE_ARGS= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" \ Modified: head/misc/tellico-kde4/Makefile ============================================================================== --- head/misc/tellico-kde4/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/misc/tellico-kde4/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -20,7 +20,7 @@ LIB_DEPENDS= libtag.so:${PORTSDIR}/audio LATEST_LINK= ${PORTNAME}-kde4 -USE_KDE4= kdehier kdelibs kdeprefix libksane pimlibs \ +USE_KDE4= kdelibs kdeprefix libksane pimlibs \ automoc4 qimageblitz libkcddb USE_QT4= qmake_build moc_build uic_build rcc_build USES= cmake gettext shared-mime-info tar:bzip2 Modified: head/multimedia/kaffeine/Makefile ============================================================================== --- head/multimedia/kaffeine/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/multimedia/kaffeine/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -16,7 +16,7 @@ LIB_DEPENDS= libxine.so:${PORTSDIR}/mult LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_KDE4= kdehier kdeprefix automoc4 kdelibs +USE_KDE4= kdeprefix automoc4 kdelibs USE_QT4= corelib gui phonon svg network dbus xml sql \ qmake_build moc_build rcc_build uic_build USES= cmake gettext gmake Modified: head/multimedia/kdenlive/Makefile ============================================================================== --- head/multimedia/kdenlive/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/multimedia/kdenlive/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -15,7 +15,7 @@ LIB_DEPENDS= libmlt.so:${PORTSDIR}/multi libqjson.so:${PORTSDIR}/devel/qjson RUN_DEPENDS= ffmpeg${FFMPEG_SUFX}:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFX} -USE_KDE4= automoc4 kdehier kdelibs kdeprefix nepomuk-core +USE_KDE4= automoc4 kdelibs kdeprefix nepomuk-core USE_QT4= corelib dbus gui opengl script svg xml \ moc_build qmake_build rcc_build uic_build USE_XORG= x11 Modified: head/multimedia/kplayer-kde4/Makefile ============================================================================== --- head/multimedia/kplayer-kde4/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/multimedia/kplayer-kde4/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -16,7 +16,7 @@ LATEST_LINK= ${PORTNAME}-kde4 USES= cmake gettext tar:bzip2 USE_QT4= corelib qmake_build moc_build rcc_build uic_build -USE_KDE4= kdehier kdeprefix kdelibs automoc4 +USE_KDE4= kdeprefix kdelibs automoc4 LDFLAGS+= -L${LOCALBASE}/lib -lX11 -L${LOCALBASE}/kde4/lib -lsolid post-patch: Modified: head/multimedia/phonon-xine/Makefile ============================================================================== --- head/multimedia/phonon-xine/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/multimedia/phonon-xine/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -16,7 +16,7 @@ COMMENT= The xine backend for Phonon LIB_DEPENDS= libxine.so:${PORTSDIR}/multimedia/libxine USES= cmake pkgconfig tar:bzip2 -USE_KDE4= kdehier automoc4 kdeprefix +USE_KDE4= automoc4 kdeprefix USE_QT4= corelib dbus gui phonon \ qmake_build moc_build rcc_build uic_build USE_XORG= xcb Modified: head/net-im/ekiga/Makefile ============================================================================== --- head/net-im/ekiga/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/net-im/ekiga/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -51,7 +51,7 @@ LOUDMOUTH_DESC= XMPP (jabber) support PLIST_SUB+= VERSION=${PORTVERSION} .if ${PORT_OPTIONS:MKDE} || ${PORT_OPTIONS:MKAB} -USE_KDE4= kdehier kdelibs +USE_KDE4= kdelibs USE_QT4= corelib CONFIGURE_ARGS+=--enable-kde #CONFIGURE_ENV+=KDE_CFLAGS="-I${KDE4_PREFIX}/include -I${QT_INCDIR} \ Modified: head/net-im/kmess-kde4/Makefile ============================================================================== --- head/net-im/kmess-kde4/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/net-im/kmess-kde4/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -15,7 +15,7 @@ LIB_DEPENDS= libqca.so:${PORTSDIR}/devel LATEST_LINK= ${PORTNAME}-kde4 USE_GNOME= libxml2 libxslt -USE_KDE4= kdehier kdeprefix kdelibs libkonq automoc4 +USE_KDE4= kdeprefix kdelibs libkonq automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build USES= cmake gettext tar:bzip2 Modified: head/net-p2p/ktorrent/Makefile ============================================================================== --- head/net-p2p/ktorrent/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/net-p2p/ktorrent/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -15,7 +15,7 @@ LIB_DEPENDS= libtag.so:${PORTSDIR}/audio libgmp.so:${PORTSDIR}/math/gmp \ libktorrent.so:${PORTSDIR}/net-p2p/libktorrent -USE_KDE4= kdelibs kdehier kdeprefix automoc4 pimlibs workspace +USE_KDE4= kdelibs kdeprefix automoc4 pimlibs workspace USE_QT4= corelib gui network qt3support qtestlib webkit \ qmake_build moc_build rcc_build uic_build USES= cmake:outsource gettext tar:bzip2 Modified: head/net-p2p/libktorrent/Makefile ============================================================================== --- head/net-p2p/libktorrent/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/net-p2p/libktorrent/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -14,7 +14,7 @@ LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/se libgmp.so:${PORTSDIR}/math/gmp \ libqca.so:${PORTSDIR}/devel/qca -USE_KDE4= kdelibs kdehier kdeprefix automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= qtestlib_build qmake_build moc_build rcc_build uic_build USES= cmake:outsource gettext tar:bzip2 USE_LDCONFIG= yes Modified: head/net/kio-upnp-ms/Makefile ============================================================================== --- head/net/kio-upnp-ms/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/net/kio-upnp-ms/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -16,7 +16,7 @@ COMMENT= KIO slave to access UPnP MediaS LIB_DEPENDS= libHUpnp.so:${PORTSDIR}/net/hupnp USES= cmake tar:bzip2 -USE_KDE4= automoc4 kdehier kdeprefix kdelibs +USE_KDE4= automoc4 kdeprefix kdelibs USE_QT4= corelib network xml dbus gui \ qmake_build moc_build rcc_build uic_build Modified: head/net/kwooty/Makefile ============================================================================== --- head/net/kwooty/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/net/kwooty/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -14,7 +14,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/unrar:${PO ${LOCALBASE}/bin/par2:${PORTSDIR}/archivers/par2cmdline \ ${LOCALBASE}/bin/7z:${PORTSDIR}/archivers/p7zip -USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace +USE_KDE4= kdelibs kdeprefix automoc4 workspace USE_QT4= qmake_build moc_build rcc_build uic_build USES= cmake gettext USE_LDCONFIG= yes Modified: head/net/libkfbapi/Makefile ============================================================================== --- head/net/libkfbapi/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/net/libkfbapi/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -16,7 +16,7 @@ LICENSE= LGPL20 LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson USES= cmake:outsource gettext tar:bzip2 -USE_KDE4= automoc4 kdelibs kdeprefix kdehier pimlibs +USE_KDE4= automoc4 kdelibs kdeprefix pimlibs USE_LDCONFIG= yes USE_QT4= gui webkit \ qmake_build moc_build rcc_build uic_build Modified: head/net/smb4k-kde4/Makefile ============================================================================== --- head/net/smb4k-kde4/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/net/smb4k-kde4/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -19,7 +19,7 @@ SAMBA_PORT?= net/samba36 USES= cmake gettext tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/kde4 -USE_KDE4= kdehier kdeprefix kdelibs automoc4 runtime +USE_KDE4= kdeprefix kdelibs automoc4 runtime USE_QT4= corelib gui network opengl script svg webkit \ qmake_build moc_build rcc_build uic_build phonon DOCSDIR= ${PREFIX}/share/doc/HTML/en/smb4k Modified: head/polish/qnapi/Makefile ============================================================================== --- head/polish/qnapi/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/polish/qnapi/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -17,7 +17,7 @@ RUN_DEPENDS= 7z:${PORTSDIR}/archivers/p7 USES= qmake USE_QT4= corelib gui network xml moc_build uic_build rcc_build -USE_KDE4= kdehier +USE_KDE4= # dummy PLIST_SUB= KDE4=${KDE4_PREFIX:S|${LOCALBASE}/||} QMAKE_ARGS= KDE4_PREFIX=${KDE4_PREFIX} INSTALLS_ICONS= yes Modified: head/ports-mgmt/kpackagekit/Makefile ============================================================================== --- head/ports-mgmt/kpackagekit/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/ports-mgmt/kpackagekit/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpackagekit-qt.so:${PORTSDIR}/ports-mgmt/packagekit-qt4 -USE_KDE4= automoc4 kdehier kdelibs kdeprefix +USE_KDE4= automoc4 kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build USES= cmake gettext pkgconfig tar:bzip2 LDFLAGS+= -L${LOCALBASE}/lib Modified: head/print/kover/Makefile ============================================================================== --- head/print/kover/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/print/kover/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcddb.so:${PORTSDIR}/audio/libcddb \ libcdio.so:${PORTSDIR}/sysutils/libcdio -USE_KDE4= automoc4 kdehier kdeprefix kdelibs +USE_KDE4= automoc4 kdeprefix kdelibs USE_QT4= corelib dbus gui network svg xml \ qmake_build uic_build rcc_build USE_PERL5= build Modified: head/sysutils/kcm-polkit-kde/Makefile ============================================================================== --- head/sysutils/kcm-polkit-kde/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/sysutils/kcm-polkit-kde/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -14,7 +14,7 @@ COMMENT= Polkit-KDE configuration module LIB_DEPENDS= libpolkit-qt-agent-1.so:${PORTSDIR}/sysutils/polkit-qt RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/libexec/polkit-kde-authentication-agent-1:${PORTSDIR}/sysutils/polkit-kde -USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= dbus xml moc_build qmake_build rcc_build uic_build USES= cmake gmake pkgconfig tar:bzip2 USE_LDCONFIG= yes Modified: head/sysutils/knutclient-kde4/Makefile ============================================================================== --- head/sysutils/knutclient-kde4/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/sysutils/knutclient-kde4/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -16,7 +16,7 @@ LIB_DEPENDS= libqimageblitz.so:${PORTSDI CONFLICTS= knutclient-0.* USES= cmake gettext -USE_KDE4= kdehier kdeprefix kdelibs automoc4 +USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= corelib gui qmake_build moc_build rcc_build uic_build LATEST_LINK= knutclient-kde4 Modified: head/sysutils/polkit-kde/Makefile ============================================================================== --- head/sysutils/polkit-kde/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/sysutils/polkit-kde/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpolkit-qt-agent-1.so:${PORTSDIR}/sysutils/polkit-qt -USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build USES= cmake tar:bzip2 Modified: head/textproc/dikt/Makefile ============================================================================== --- head/textproc/dikt/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/textproc/dikt/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -12,7 +12,7 @@ MAINTAINER= goran.tal@gmail.com COMMENT= Dictionary for KDE4 -USE_KDE4= kdelibs kdeprefix kdehier automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= corelib gui network svg xml \ qmake_build moc_build rcc_build uic_build USES= cmake tar:xz Modified: head/textproc/uim-kde4/Makefile ============================================================================== --- head/textproc/uim-kde4/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/textproc/uim-kde4/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -10,7 +10,7 @@ LIB_DEPENDS= libuim.so:${PORTSDIR}/textp RUN_DEPENDS= uim-pref-qt4:${PORTSDIR}/textproc/uim-qt4 USE_GCC= any -USE_KDE4= kdehier kdeprefix kdelibs automoc4 +USE_KDE4= kdeprefix kdelibs automoc4 USE_QT4= qmake_build moc_build qt3support uic rcc MASTERDIR= ${.CURDIR}/../../textproc/uim Modified: head/www/kpartsplugin/Makefile ============================================================================== --- head/www/kpartsplugin/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/www/kpartsplugin/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTDATE} MAINTAINER= avilla@FreeBSD.org COMMENT= Browser file viewer using KDE technology -USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build USES= cmake webplugin:native tar:bzip2 CMAKE_ARGS= -DNSPLUGIN_INSTALL_DIR:PATH="${WEBPLUGIN_DIR}" Modified: head/www/kwebkitpart/Makefile ============================================================================== --- head/www/kwebkitpart/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/www/kwebkitpart/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -9,7 +9,7 @@ MASTER_SITES= LOCAL/makc MAINTAINER= kde@FreeBSD.org COMMENT= Web browser component for KDE SC based on QtWebKit -USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= designer gui webkit \ moc_build qmake_build rcc_build uic_build USES= cmake cpe tar:xz Modified: head/www/rekonq/Makefile ============================================================================== --- head/www/rekonq/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/www/rekonq/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -10,7 +10,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= Lightweight KDE browser based on WebKit USES= cmake:outsource gettext tar:xz -USE_KDE4= kdehier kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= script webkit \ moc_build qmake_build rcc_build uic_build Modified: head/x11-fm/krusader2/Makefile ============================================================================== --- head/x11-fm/krusader2/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/x11-fm/krusader2/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -11,7 +11,7 @@ MAINTAINER= fluffy@FreeBSD.org COMMENT= Twin panel file manager for KDE, like midnight or norton commander USES= cmake:outsource gettext tar:bzip2 -USE_KDE4= kdelibs kdeprefix kdehier automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build .include Modified: head/x11-themes/kde4-style-bespin/Makefile ============================================================================== --- head/x11-themes/kde4-style-bespin/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/x11-themes/kde4-style-bespin/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -15,7 +15,7 @@ COMMENT= Configurable KDE4 style LICENSE= LGPL21 WRKSRC= ${WRKDIR}/cloudcity -USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace +USE_KDE4= kdelibs kdeprefix automoc4 workspace USE_QT4= corelib qmake_build moc_build rcc_build uic_build USES= cmake Modified: head/x11-themes/kde4-style-nitrogen/Makefile ============================================================================== --- head/x11-themes/kde4-style-nitrogen/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/x11-themes/kde4-style-nitrogen/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -15,7 +15,7 @@ COMMENT= KDE style with animations LICENSE= GPLv2 WRKSRC= ${WRKDIR}/kde4-kstyle-nitrogen-${PORTVERSION}-Source -USE_KDE4= kdelibs kdehier kdeprefix automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= corelib qmake_build moc_build rcc_build uic_build USES= cmake Modified: head/x11-themes/kde4-style-oxygen-transparent/Makefile ============================================================================== --- head/x11-themes/kde4-style-oxygen-transparent/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/x11-themes/kde4-style-oxygen-transparent/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -13,7 +13,7 @@ COMMENT= KDE oxygen style with transpare LICENSE= GPLv2 -USE_KDE4= kdelibs kdehier kdeprefix workspace automoc4 +USE_KDE4= kdelibs kdeprefix workspace automoc4 USE_QT4= corelib qmake_build moc_build rcc_build uic_build USES= cmake tar:xz Modified: head/x11-themes/kde4-style-polyester/Makefile ============================================================================== --- head/x11-themes/kde4-style-polyester/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/x11-themes/kde4-style-polyester/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= kde4-style- MAINTAINER= makc@FreeBSD.org COMMENT= KDE style and window decoration -USE_KDE4= kdelibs kdehier kdeprefix automoc4 +USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build USES= cmake gettext tar:bzip2 Modified: head/x11-themes/kde4-style-skulpture/Makefile ============================================================================== --- head/x11-themes/kde4-style-skulpture/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/x11-themes/kde4-style-skulpture/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -14,7 +14,7 @@ COMMENT= KDE style featuring 3D artwork LICENSE= GPLv3 -USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace +USE_KDE4= kdelibs kdeprefix automoc4 workspace USE_QT4= corelib qmake_build moc_build rcc_build uic_build USES= cmake tar:bzip2 Modified: head/x11-themes/kde4-windeco-crystal/Makefile ============================================================================== --- head/x11-themes/kde4-windeco-crystal/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/x11-themes/kde4-windeco-crystal/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -14,7 +14,7 @@ COMMENT= Transparent KDE window decorati LICENSE= GPLv2 -USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace +USE_KDE4= kdelibs kdeprefix automoc4 workspace USE_QT4= qmake_build moc_build rcc_build uic_build \ corelib gui qt3support USES= cmake:outsource tar:bzip2 Modified: head/x11-themes/kde4-windeco-dekorator/Makefile ============================================================================== --- head/x11-themes/kde4-windeco-dekorator/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/x11-themes/kde4-windeco-dekorator/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libqimageblitz.so:${PORTSDIR}/x11/qimageblitz -USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace +USE_KDE4= kdelibs kdeprefix automoc4 workspace USE_QT4= corelib qmake_build moc_build rcc_build uic_build USES= cmake tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/x11-themes/qtcurve-kde4/Makefile ============================================================================== --- head/x11-themes/qtcurve-kde4/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/x11-themes/qtcurve-kde4/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -13,6 +13,6 @@ COMMENT= QtCurve KDE4 widget style USES= cmake gettext-tools tar:bzip2 USE_QT4= qmake_build uic_build moc_build rcc_build -USE_KDE4= kdelibs workspace kdehier kdeprefix automoc4 +USE_KDE4= kdelibs workspace kdeprefix automoc4 .include Modified: head/x11/rsibreak-kde4/Makefile ============================================================================== --- head/x11/rsibreak-kde4/Makefile Thu Feb 19 18:18:21 2015 (r379357) +++ head/x11/rsibreak-kde4/Makefile Thu Feb 19 18:19:28 2015 (r379358) @@ -15,7 +15,7 @@ LATEST_LINK= ${PORTNAME}-kde4 USES= cmake gettext tar:bzip2 USE_QT4= qmake_build moc_build rcc_build uic_build -USE_KDE4= kdehier kdeprefix kdelibs automoc4 +USE_KDE4= kdeprefix kdelibs automoc4 INSTALLS_ICONS= yes .include From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:07:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 140AE9CB; Thu, 19 Feb 2015 19:07:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2D061D7; Thu, 19 Feb 2015 19:07:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJ7bYi036169; Thu, 19 Feb 2015 19:07:37 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJ7bxS036167; Thu, 19 Feb 2015 19:07:37 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502191907.t1JJ7bxS036167@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 19 Feb 2015 19:07:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379359 - head/net-im/p5-Net-Stomp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:07:38 -0000 Author: adamw Date: Thu Feb 19 19:07:36 2015 New Revision: 379359 URL: https://svnweb.freebsd.org/changeset/ports/379359 QAT: https://qat.redports.org/buildarchive/r379359/ Log: Update to 0.53. Changes: https://metacpan.org/changes/distribution/Net-Stomp Modified: head/net-im/p5-Net-Stomp/Makefile head/net-im/p5-Net-Stomp/distinfo Modified: head/net-im/p5-Net-Stomp/Makefile ============================================================================== --- head/net-im/p5-Net-Stomp/Makefile Thu Feb 19 18:19:28 2015 (r379358) +++ head/net-im/p5-Net-Stomp/Makefile Thu Feb 19 19:07:36 2015 (r379359) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Stomp -PORTVERSION= 0.52 +PORTVERSION= 0.53 CATEGORIES= net-im perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net-im/p5-Net-Stomp/distinfo ============================================================================== --- head/net-im/p5-Net-Stomp/distinfo Thu Feb 19 18:19:28 2015 (r379358) +++ head/net-im/p5-Net-Stomp/distinfo Thu Feb 19 19:07:36 2015 (r379359) @@ -1,2 +1,2 @@ -SHA256 (Net-Stomp-0.52.tar.gz) = eaaf975a2d466d67fde536a6e03f24e964d9edd3915ee7b2a1795010f8fe22fe -SIZE (Net-Stomp-0.52.tar.gz) = 28069 +SHA256 (Net-Stomp-0.53.tar.gz) = 3441d66d284466b40dbefd097c8397ce006baa7d89ead7b770b06aa093bbaa51 +SIZE (Net-Stomp-0.53.tar.gz) = 28507 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:10:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88F51ADE; Thu, 19 Feb 2015 19:10:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73AD11FD; Thu, 19 Feb 2015 19:10:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJAnaC037455; Thu, 19 Feb 2015 19:10:49 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJAn55037453; Thu, 19 Feb 2015 19:10:49 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502191910.t1JJAn55037453@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 19 Feb 2015 19:10:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379360 - head/databases/p5-DBD-Pg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:10:49 -0000 Author: adamw Date: Thu Feb 19 19:10:48 2015 New Revision: 379360 URL: https://svnweb.freebsd.org/changeset/ports/379360 QAT: https://qat.redports.org/buildarchive/r379360/ Log: Update to 3.5.1. Changes: https://metacpan.org/changes/distribution/DBD-Pg Modified: head/databases/p5-DBD-Pg/Makefile head/databases/p5-DBD-Pg/distinfo Modified: head/databases/p5-DBD-Pg/Makefile ============================================================================== --- head/databases/p5-DBD-Pg/Makefile Thu Feb 19 19:07:36 2015 (r379359) +++ head/databases/p5-DBD-Pg/Makefile Thu Feb 19 19:10:48 2015 (r379360) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= DBD-Pg -PORTVERSION= 3.5.0 +PORTVERSION= 3.5.1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBD-Pg/distinfo ============================================================================== --- head/databases/p5-DBD-Pg/distinfo Thu Feb 19 19:07:36 2015 (r379359) +++ head/databases/p5-DBD-Pg/distinfo Thu Feb 19 19:10:48 2015 (r379360) @@ -1,2 +1,2 @@ -SHA256 (DBD-Pg-3.5.0.tar.gz) = 920fd857fa669123b879b2de8f9fb454eb7aeb52b07960f66b3350d1c2da1651 -SIZE (DBD-Pg-3.5.0.tar.gz) = 255550 +SHA256 (DBD-Pg-3.5.1.tar.gz) = fdbf175cfb6371169d4638bcbe696a4998d3b375220e93ad7125ae276770137c +SIZE (DBD-Pg-3.5.1.tar.gz) = 256163 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:11:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF73CBC2; Thu, 19 Feb 2015 19:11:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C164E20E; Thu, 19 Feb 2015 19:11:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJBB7b039542; Thu, 19 Feb 2015 19:11:11 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJBBrO039538; Thu, 19 Feb 2015 19:11:11 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502191911.t1JJBBrO039538@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Thu, 19 Feb 2015 19:11:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379361 - head/devel/libvirt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:11:12 -0000 Author: jgh Date: Thu Feb 19 19:11:10 2015 New Revision: 379361 URL: https://svnweb.freebsd.org/changeset/ports/379361 QAT: https://qat.redports.org/buildarchive/r379361/ Log: - fix build failures on 8/9 (bhyve) Reported by: mat@ Modified: head/devel/libvirt/Makefile head/devel/libvirt/pkg-plist Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Thu Feb 19 19:10:48 2015 (r379360) +++ head/devel/libvirt/Makefile Thu Feb 19 19:11:10 2015 (r379361) @@ -21,8 +21,8 @@ BUILD_DEPENDS= dnsmasq:${PORTSDIR}/dns/d RUN_DEPENDS= dnsmasq:${PORTSDIR}/dns/dnsmasq OPTIONS_DEFINE= DOCS NLS QEMU SASL -OPTIONS_DEFINE_amd64= BHYVE .if exists(/usr/sbin/bhyve) +OPTIONS_DEFINE_amd64= BHYVE OPTIONS_DEFAULT_amd64= BHYVE .endif QEMU_DESC= QEMU driver @@ -36,8 +36,6 @@ QEMU_LIB_DEPENDS= libyajl.so:${PORTSDIR} QEMU_RUN_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode \ qemu-io:${PORTSDIR}/emulators/qemu-devel -BHYVE_CONFIGURE_WITH= bhyve - NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} @@ -82,13 +80,15 @@ PORTDOCS= * .include -#work around an options bug (thanks mat@) -.if ${ARCH} != amd64 -PLIST_SUB+= BHYVE="@comment " +.if (exists(/usr/sbin/bhyve) && ${OSVERSION} >= 100051) +CONFIGURE_ARGS+= --with-bhyve +.else +CONFIGURE_ARGS+= --without-bhyve .endif .if ${PORT_OPTIONS:MBHYVE} -STRIP_FILES+= libvirt/connection-driver/libvirt_driver_bhyve.so +STRIP_FILES+= lib/libvirt/connection-driver/libvirt_driver_bhyve.so +PLIST_FILES+= lib/libvirt/connection-driver/libvirt_driver_bhyve.so .endif post-patch: @@ -119,6 +119,12 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor +.if ${PORT_OPTIONS:MBHYVE} +.for strip in ${STRIP_FILES} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${strip} +.endfor +.endif + .for dir in run/libvirt/network \ run/libvirt/qemu \ run/libvirt/lockd \ Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Thu Feb 19 19:10:48 2015 (r379360) +++ head/devel/libvirt/pkg-plist Thu Feb 19 19:11:10 2015 (r379361) @@ -289,7 +289,6 @@ share/gtk-doc/html/libvirt/up.png %%NLS%%share/locale/zh_TW/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/zu/LC_MESSAGES/libvirt.mo %%QEMU%%lib/libvirt/connection-driver/libvirt_driver_qemu.so -%%BHYVE%%lib/libvirt/connection-driver/libvirt_driver_bhyve.so lib/libvirt/connection-driver/libvirt_driver_network.so lib/libvirt/connection-driver/libvirt_driver_secret.so lib/libvirt/connection-driver/libvirt_driver_storage.so From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:20:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81B49D7E; Thu, 19 Feb 2015 19:20:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52BF432F; Thu, 19 Feb 2015 19:20:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJKb0V042661; Thu, 19 Feb 2015 19:20:37 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJKajV042658; Thu, 19 Feb 2015 19:20:36 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502191920.t1JJKajV042658@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 19 Feb 2015 19:20:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379362 - head/net-mgmt/p5-Nagios-Plugins-Memcached X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:20:37 -0000 Author: adamw Date: Thu Feb 19 19:20:36 2015 New Revision: 379362 URL: https://svnweb.freebsd.org/changeset/ports/379362 QAT: https://qat.redports.org/buildarchive/r379362/ Log: Assign RUN_DEPENDS properly. Apply shebangfix to fix a "/usr/bin/perl", and remove a @dirrmtry from the plist. Modified: head/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile head/net-mgmt/p5-Nagios-Plugins-Memcached/pkg-plist Modified: head/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile ============================================================================== --- head/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile Thu Feb 19 19:11:10 2015 (r379361) +++ head/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile Thu Feb 19 19:20:36 2015 (r379362) @@ -11,18 +11,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module to check memcached via nagios -USES= perl5 +USES= perl5 shebangfix USE_PERL5= configure -BUILD_DEPENDS+= p5-Nagios-Plugin>=0:${PORTSDIR}/net-mgmt/p5-Nagios-Plugin \ +BUILD_DEPENDS= p5-Nagios-Plugin>=0:${PORTSDIR}/net-mgmt/p5-Nagios-Plugin \ p5-Cache-Memcached>=0:${PORTSDIR}/databases/p5-Cache-Memcached \ p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan -RUN_DEPENDS+= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PORTDOCS= Changes README OPTIONS_DEFINE= DOCS +SHEBANG_FILES= bin/check_memcached + post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios ${INSTALL} ${WRKSRC}/bin/check_memcached ${STAGEDIR}${PREFIX}/libexec/nagios/check_memcached Modified: head/net-mgmt/p5-Nagios-Plugins-Memcached/pkg-plist ============================================================================== --- head/net-mgmt/p5-Nagios-Plugins-Memcached/pkg-plist Thu Feb 19 19:11:10 2015 (r379361) +++ head/net-mgmt/p5-Nagios-Plugins-Memcached/pkg-plist Thu Feb 19 19:20:36 2015 (r379362) @@ -1,4 +1,3 @@ %%PERL5_MAN3%%/Nagios::Plugins::Memcached.3.gz %%SITE_PERL%%/Nagios/Plugins/Memcached.pm libexec/nagios/check_memcached -@dirrmtry libexec/nagios From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:23:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FA2CF0B; Thu, 19 Feb 2015 19:23:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A3DB3F9; Thu, 19 Feb 2015 19:23:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJN78b046497; Thu, 19 Feb 2015 19:23:07 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJN6Ip046495; Thu, 19 Feb 2015 19:23:06 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201502191923.t1JJN6Ip046495@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Thu, 19 Feb 2015 19:23:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379363 - head/sysutils/cfengine36 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:23:07 -0000 Author: skreuzer Date: Thu Feb 19 19:23:06 2015 New Revision: 379363 URL: https://svnweb.freebsd.org/changeset/ports/379363 QAT: https://qat.redports.org/buildarchive/r379363/ Log: Update to 3.6.4 Approved by: cy@ (implicit) Modified: head/sysutils/cfengine36/Makefile head/sysutils/cfengine36/distinfo Modified: head/sysutils/cfengine36/Makefile ============================================================================== --- head/sysutils/cfengine36/Makefile Thu Feb 19 19:20:36 2015 (r379362) +++ head/sysutils/cfengine36/Makefile Thu Feb 19 19:23:06 2015 (r379363) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cfengine -PORTVERSION= 3.6.3 -PORTREVISION= 1 +PORTVERSION= 3.6.4 PORTEPOCH= 1 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine.package-repos/tarballs/ Modified: head/sysutils/cfengine36/distinfo ============================================================================== --- head/sysutils/cfengine36/distinfo Thu Feb 19 19:20:36 2015 (r379362) +++ head/sysutils/cfengine36/distinfo Thu Feb 19 19:23:06 2015 (r379363) @@ -1,2 +1,2 @@ -SHA256 (cfengine-3.6.3.tar.gz) = 511517311198edeb4bfd1de753643c0e87bc40790bd5be6d533b0aa0f28ba000 -SIZE (cfengine-3.6.3.tar.gz) = 1981479 +SHA256 (cfengine-3.6.4.tar.gz) = 0df910185e41004a5d9eeb91718d92583508efcf1d19df7caecc7d288dc5a933 +SIZE (cfengine-3.6.4.tar.gz) = 2007457 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:23:25 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EB1EFE9; Thu, 19 Feb 2015 19:23:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 395BB400; Thu, 19 Feb 2015 19:23:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJNPgQ046645; Thu, 19 Feb 2015 19:23:25 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJNO9g046643; Thu, 19 Feb 2015 19:23:24 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502191923.t1JJNO9g046643@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 19 Feb 2015 19:23:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379364 - head/devel/p5-Path-Dispatcher X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:23:25 -0000 Author: adamw Date: Thu Feb 19 19:23:23 2015 New Revision: 379364 URL: https://svnweb.freebsd.org/changeset/ports/379364 QAT: https://qat.redports.org/buildarchive/r379364/ Log: Update to 1.06. Changes: https://metacpan.org/changes/distribution/Path-Dispatcher Modified: head/devel/p5-Path-Dispatcher/Makefile head/devel/p5-Path-Dispatcher/distinfo Modified: head/devel/p5-Path-Dispatcher/Makefile ============================================================================== --- head/devel/p5-Path-Dispatcher/Makefile Thu Feb 19 19:23:06 2015 (r379363) +++ head/devel/p5-Path-Dispatcher/Makefile Thu Feb 19 19:23:23 2015 (r379364) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Path-Dispatcher -PORTVERSION= 1.05 -PORTREVISION= 1 +PORTVERSION= 1.06 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SARTAK Modified: head/devel/p5-Path-Dispatcher/distinfo ============================================================================== --- head/devel/p5-Path-Dispatcher/distinfo Thu Feb 19 19:23:06 2015 (r379363) +++ head/devel/p5-Path-Dispatcher/distinfo Thu Feb 19 19:23:23 2015 (r379364) @@ -1,2 +1,2 @@ -SHA256 (Path-Dispatcher-1.05.tar.gz) = 4b2456a68c1cf98633b74ae8ce0668939885dee305252185cac0aa2fb229ebde -SIZE (Path-Dispatcher-1.05.tar.gz) = 38618 +SHA256 (Path-Dispatcher-1.06.tar.gz) = aac7cd3b21b73515c94f26f27545f4d576dc8e8dceecad498e9026f24836fcf3 +SIZE (Path-Dispatcher-1.06.tar.gz) = 28387 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:43:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53192547; Thu, 19 Feb 2015 19:43:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DDA983D; Thu, 19 Feb 2015 19:43:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJhvQl056122; Thu, 19 Feb 2015 19:43:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJhu8A056120; Thu, 19 Feb 2015 19:43:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191943.t1JJhu8A056120@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:43:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379365 - head/devel/rubygem-fog-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.18-1 Precedence: list List-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, 19 Feb 2015 19:43:57 -0000 Author: sunpoet Date: Thu Feb 19 19:43:55 2015 New Revision: 379365 URL: https://svnweb.freebsd.org/changeset/ports/379365 QAT: https://qat.redports.org/buildarchive/r379365/ Log: - Update to 1.28.0 Changes: https://github.com/fog/fog-core/blob/master/changelog.md Modified: head/devel/rubygem-fog-core/Makefile head/devel/rubygem-fog-core/distinfo Modified: head/devel/rubygem-fog-core/Makefile ============================================================================== --- head/devel/rubygem-fog-core/Makefile Thu Feb 19 19:23:23 2015 (r379364) +++ head/devel/rubygem-fog-core/Makefile Thu Feb 19 19:43:55 2015 (r379365) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-core -PORTVERSION= 1.27.4 +PORTVERSION= 1.28.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-fog-core/distinfo ============================================================================== --- head/devel/rubygem-fog-core/distinfo Thu Feb 19 19:23:23 2015 (r379364) +++ head/devel/rubygem-fog-core/distinfo Thu Feb 19 19:43:55 2015 (r379365) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-core-1.27.4.gem) = f20effec4c47fe81943d26baa061c0ee3e295da020e4ac98e795a100961a66cc -SIZE (rubygem/fog-core-1.27.4.gem) = 44544 +SHA256 (rubygem/fog-core-1.28.0.gem) = b572afa1f821417c1b9bacd5f4d6e92859ee5a7940a472691d52788bf868f49e +SIZE (rubygem/fog-core-1.28.0.gem) = 45056 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:44:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D01A8625; Thu, 19 Feb 2015 19:44:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B101E842; Thu, 19 Feb 2015 19:44:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJi48x056331; Thu, 19 Feb 2015 19:44:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJi34V056324; Thu, 19 Feb 2015 19:44:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191944.t1JJi34V056324@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:44:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379366 - in 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.18-1 Precedence: list List-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, 19 Feb 2015 19:44:05 -0000 Author: sunpoet Date: Thu Feb 19 19:44:02 2015 New Revision: 379366 URL: https://svnweb.freebsd.org/changeset/ports/379366 QAT: https://qat.redports.org/buildarchive/r379366/ Log: - Add rubygem-fog-aws 0.1.0 Fog::Aws is a module for the 'fog' gem to support Amazon Web Services. WWW: https://github.com/fog/fog-aws RG: https://rubygems.org/gems/fog-aws Added: head/net/rubygem-fog-aws/ head/net/rubygem-fog-aws/Makefile (contents, props changed) head/net/rubygem-fog-aws/distinfo (contents, props changed) head/net/rubygem-fog-aws/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Feb 19 19:43:55 2015 (r379365) +++ head/net/Makefile Thu Feb 19 19:44:02 2015 (r379366) @@ -1023,6 +1023,7 @@ SUBDIR += rubygem-domain_name SUBDIR += rubygem-dropbox-sdk SUBDIR += rubygem-fog-atmos + SUBDIR += rubygem-fog-aws SUBDIR += rubygem-fog-ecloud SUBDIR += rubygem-fog-profitbricks SUBDIR += rubygem-fog-radosgw Added: head/net/rubygem-fog-aws/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-aws/Makefile Thu Feb 19 19:44:02 2015 (r379366) @@ -0,0 +1,23 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= fog-aws +PORTVERSION= 0.1.0 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module for the 'fog' gem to support Amazon Web Services + +LICENSE= MIT + +RUN_DEPENDS= rubygem-fog-core>=1.27:${PORTSDIR}/devel/rubygem-fog-core \ + rubygem-fog-json>=1.0:${PORTSDIR}/devel/rubygem-fog-json \ + rubygem-fog-xml>=0.1:${PORTSDIR}/textproc/rubygem-fog-xml \ + rubygem-ipaddress>=0.8:${PORTSDIR}/net/rubygem-ipaddress + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/net/rubygem-fog-aws/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-aws/distinfo Thu Feb 19 19:44:02 2015 (r379366) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fog-aws-0.1.0.gem) = 63da2e7539185be0ee2126c3860b10431a299d54c0e81d1900cd6c39e1a28596 +SIZE (rubygem/fog-aws-0.1.0.gem) = 414720 Added: head/net/rubygem-fog-aws/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-aws/pkg-descr Thu Feb 19 19:44:02 2015 (r379366) @@ -0,0 +1,4 @@ +Fog::Aws is a module for the 'fog' gem to support Amazon Web Services. + +WWW: https://github.com/fog/fog-aws +RG: https://rubygems.org/gems/fog-aws From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:44:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 679FC77C; Thu, 19 Feb 2015 19:44:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 482AD84E; Thu, 19 Feb 2015 19:44:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJidtr056569; Thu, 19 Feb 2015 19:44:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJictA056562; Thu, 19 Feb 2015 19:44:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191944.t1JJictA056562@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:44:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379367 - in head/net: . rubygem-fog-serverlove X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:44:39 -0000 Author: sunpoet Date: Thu Feb 19 19:44:37 2015 New Revision: 379367 URL: https://svnweb.freebsd.org/changeset/ports/379367 QAT: https://qat.redports.org/buildarchive/r379367/ Log: - Add rubygem-fog-serverlove 0.1.1 Fog::Serverlove is a module for the 'fog' gem to support ServerLove. WWW: https://github.com/fog/fog-serverlove RG: https://rubygems.org/gems/fog-serverlove Added: head/net/rubygem-fog-serverlove/ head/net/rubygem-fog-serverlove/Makefile (contents, props changed) head/net/rubygem-fog-serverlove/distinfo (contents, props changed) head/net/rubygem-fog-serverlove/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Feb 19 19:44:02 2015 (r379366) +++ head/net/Makefile Thu Feb 19 19:44:37 2015 (r379367) @@ -1028,6 +1028,7 @@ SUBDIR += rubygem-fog-profitbricks SUBDIR += rubygem-fog-radosgw SUBDIR += rubygem-fog-sakuracloud + SUBDIR += rubygem-fog-serverlove SUBDIR += rubygem-fog-softlayer SUBDIR += rubygem-fog-storm_on_demand SUBDIR += rubygem-fog-terremark Added: head/net/rubygem-fog-serverlove/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-serverlove/Makefile Thu Feb 19 19:44:37 2015 (r379367) @@ -0,0 +1,21 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= fog-serverlove +PORTVERSION= 0.1.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module for the 'fog' gem to support ServerLove + +LICENSE= MIT + +RUN_DEPENDS= rubygem-fog-core>=0:${PORTSDIR}/devel/rubygem-fog-core \ + rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/net/rubygem-fog-serverlove/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-serverlove/distinfo Thu Feb 19 19:44:37 2015 (r379367) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fog-serverlove-0.1.1.gem) = 531ac1633d62368bf57060b2d0ddeb9390f2cf33e6ba8226d23a7693e7a49724 +SIZE (rubygem/fog-serverlove-0.1.1.gem) = 16384 Added: head/net/rubygem-fog-serverlove/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-fog-serverlove/pkg-descr Thu Feb 19 19:44:37 2015 (r379367) @@ -0,0 +1,4 @@ +Fog::Serverlove is a module for the 'fog' gem to support ServerLove. + +WWW: https://github.com/fog/fog-serverlove +RG: https://rubygems.org/gems/fog-serverlove From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:45:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DBB885E; Thu, 19 Feb 2015 19:45:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 100B8858; Thu, 19 Feb 2015 19:45:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJjLec056822; Thu, 19 Feb 2015 19:45:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJjLc8056820; Thu, 19 Feb 2015 19:45:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191945.t1JJjLc8056820@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:45:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379368 - head/devel/rubygem-fog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:45:22 -0000 Author: sunpoet Date: Thu Feb 19 19:45:20 2015 New Revision: 379368 URL: https://svnweb.freebsd.org/changeset/ports/379368 QAT: https://qat.redports.org/buildarchive/r379368/ Log: - Update to 1.27.0 Changes: https://github.com/fog/fog/blob/master/CHANGELOG.md Modified: head/devel/rubygem-fog/Makefile head/devel/rubygem-fog/distinfo Modified: head/devel/rubygem-fog/Makefile ============================================================================== --- head/devel/rubygem-fog/Makefile Thu Feb 19 19:44:37 2015 (r379367) +++ head/devel/rubygem-fog/Makefile Thu Feb 19 19:45:20 2015 (r379368) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog -PORTVERSION= 1.26.0 +PORTVERSION= 1.27.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,13 +12,15 @@ COMMENT= Ruby cloud services library LICENSE= MIT RUN_DEPENDS= rubygem-fog-atmos>=0:${PORTSDIR}/net/rubygem-fog-atmos \ + rubygem-fog-aws>=0:${PORTSDIR}/net/rubygem-fog-aws \ rubygem-fog-brightbox>=0.4:${PORTSDIR}/devel/rubygem-fog-brightbox \ - rubygem-fog-core>=1.27.1:${PORTSDIR}/devel/rubygem-fog-core \ + rubygem-fog-core>=1.27.3:${PORTSDIR}/devel/rubygem-fog-core \ rubygem-fog-ecloud>=0:${PORTSDIR}/net/rubygem-fog-ecloud \ rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json \ rubygem-fog-profitbricks>=0:${PORTSDIR}/net/rubygem-fog-profitbricks \ rubygem-fog-radosgw>=0.0.2:${PORTSDIR}/net/rubygem-fog-radosgw \ rubygem-fog-sakuracloud>=0.0.4:${PORTSDIR}/net/rubygem-fog-sakuracloud \ + rubygem-fog-serverlove>=0:${PORTSDIR}/net/rubygem-fog-serverlove \ rubygem-fog-softlayer>=0:${PORTSDIR}/net/rubygem-fog-softlayer \ rubygem-fog-storm_on_demand>=0:${PORTSDIR}/net/rubygem-fog-storm_on_demand \ rubygem-fog-terremark>=0:${PORTSDIR}/net/rubygem-fog-terremark \ Modified: head/devel/rubygem-fog/distinfo ============================================================================== --- head/devel/rubygem-fog/distinfo Thu Feb 19 19:44:37 2015 (r379367) +++ head/devel/rubygem-fog/distinfo Thu Feb 19 19:45:20 2015 (r379368) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-1.26.0.gem) = 47776449a39f33e022b6d1c4a040b75d2447d6cceb0c5fafa98ba841206bfc9d -SIZE (rubygem/fog-1.26.0.gem) = 1634304 +SHA256 (rubygem/fog-1.27.0.gem) = 9236d7fdf514d96ab6d143ed4dbd08396b815c57bc9447b46176399a4c5e287e +SIZE (rubygem/fog-1.27.0.gem) = 1257984 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:45:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E30B93C; Thu, 19 Feb 2015 19:45:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 097ED85E; Thu, 19 Feb 2015 19:45:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJjRrB056951; Thu, 19 Feb 2015 19:45:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJjRKF056949; Thu, 19 Feb 2015 19:45:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191945.t1JJjRKF056949@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:45:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379369 - 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.18-1 Precedence: list List-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, 19 Feb 2015 19:45:28 -0000 Author: sunpoet Date: Thu Feb 19 19:45:26 2015 New Revision: 379369 URL: https://svnweb.freebsd.org/changeset/ports/379369 QAT: https://qat.redports.org/buildarchive/r379369/ Log: - Update to 0.14 Changes: https://github.com/bpython/bpython/blob/master/CHANGELOG Modified: head/devel/bpython/Makefile head/devel/bpython/distinfo Modified: head/devel/bpython/Makefile ============================================================================== --- head/devel/bpython/Makefile Thu Feb 19 19:45:20 2015 (r379368) +++ head/devel/bpython/Makefile Thu Feb 19 19:45:26 2015 (r379369) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bpython -PORTVERSION= 0.13.2 +PORTVERSION= 0.14 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ http://bpython-interpreter.org/releases/ @@ -22,7 +22,7 @@ OPTIONS_SUB= yes USE_PYTHON= autoplist distutils USES= python -PORTEXAMPLES= light.theme sample-config sample.theme +PORTEXAMPLES= light.theme sample.theme NLS_USES= gettext Modified: head/devel/bpython/distinfo ============================================================================== --- head/devel/bpython/distinfo Thu Feb 19 19:45:20 2015 (r379368) +++ head/devel/bpython/distinfo Thu Feb 19 19:45:26 2015 (r379369) @@ -1,2 +1,2 @@ -SHA256 (bpython-0.13.2.tar.gz) = a1870a78e44ed6ef54aa906c58234cb0d12011f2e9a49dc29bd5d9423abfbde2 -SIZE (bpython-0.13.2.tar.gz) = 158551 +SHA256 (bpython-0.14.tar.gz) = f7c9fc80fc5a4eb6a345a67815e31957c0c65c1bbdfc68cf99267cdc81a3d35b +SIZE (bpython-0.14.tar.gz) = 184430 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:45:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DC99A23; Thu, 19 Feb 2015 19:45:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87035865; Thu, 19 Feb 2015 19:45:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJjXEx057061; Thu, 19 Feb 2015 19:45:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJjXcr057060; Thu, 19 Feb 2015 19:45:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191945.t1JJjXcr057060@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:45:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379370 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:45:33 -0000 Author: sunpoet Date: Thu Feb 19 19:45:32 2015 New Revision: 379370 URL: https://svnweb.freebsd.org/changeset/ports/379370 QAT: https://qat.redports.org/buildarchive/r379370/ Log: - Add NODE and IOJS options: allow to use www/iojs as backend PR: 197390 Requested by: Savagedlight Modified: head/www/npm/Makefile Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Thu Feb 19 19:45:26 2015 (r379369) +++ head/www/npm/Makefile Thu Feb 19 19:45:32 2015 (r379370) @@ -11,8 +11,12 @@ COMMENT= Node package manager LICENSE= MIT -OPTIONS_DEFINE= NODE_DEVEL -NODE_DEVEL_DESC=Use www/node-devel instead of www/node +OPTIONS_SINGLE= BACKEND +OPTIONS_SINGLE_BACKEND= IOJS NODE NODE_DEVEL +OPTIONS_DEFAULT=NODE +IOJS_DESC= Use www/iojs as backend +NODE_DESC= Use www/node as backend +NODE_DEVEL_DESC=Use www/node-devel as backend MAKE_ARGS= npm_config_prefix=${STAGEDIR}${PREFIX} NO_BUILD= yes @@ -24,8 +28,9 @@ MANPREFIX= ${PREFIX}/lib/node_modules/np CPE_VENDOR= npmjs CPE_PRODUCT= node_packaged_modules +IOJS_RUN_DEPENDS= iojs>=1.0.0:${PORTSDIR}/www/iojs NODE_DEVEL_RUN_DEPENDS= node-devel>=0.8.0:${PORTSDIR}/www/node-devel -NODE_DEVEL_RUN_DEPENDS_OFF= node>=0.8.0:${PORTSDIR}/www/node +NODE_RUN_DEPENDS= node>=0.8.0:${PORTSDIR}/www/node post-patch: @${REINPLACE_CMD} -e 's|node cli.js|& --cache ${WRKDIR}/.cache|' ${WRKSRC}/Makefile From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:45:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A3F65BD8; Thu, 19 Feb 2015 19:45:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E8CA86D; Thu, 19 Feb 2015 19:45:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJjjbL057338; Thu, 19 Feb 2015 19:45:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJjjpF057337; Thu, 19 Feb 2015 19:45:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191945.t1JJjjpF057337@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:45:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379372 - head/net/tintin++ X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:45:45 -0000 Author: sunpoet Date: Thu Feb 19 19:45:44 2015 New Revision: 379372 URL: https://svnweb.freebsd.org/changeset/ports/379372 QAT: https://qat.redports.org/buildarchive/r379372/ Log: - Remove deprecated PTHREAD_* Modified: head/net/tintin++/Makefile Modified: head/net/tintin++/Makefile ============================================================================== --- head/net/tintin++/Makefile Thu Feb 19 19:45:38 2015 (r379371) +++ head/net/tintin++/Makefile Thu Feb 19 19:45:44 2015 (r379372) @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --includedir=${LOCALBASE CONFIGURE_ENV= ac_cv_file__dev_ptmx=no CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib -pthread USES= gmake WRKSRC= ${WRKDIR}/tt/src From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:45:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 199B1B01; Thu, 19 Feb 2015 19:45:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F06C286A; Thu, 19 Feb 2015 19:45:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJjdnw057225; Thu, 19 Feb 2015 19:45:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJjdwI057222; Thu, 19 Feb 2015 19:45:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191945.t1JJjdwI057222@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:45:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379371 - in head/archivers: unrar unrar-iconv/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.18-1 Precedence: list List-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, 19 Feb 2015 19:45:40 -0000 Author: sunpoet Date: Thu Feb 19 19:45:38 2015 New Revision: 379371 URL: https://svnweb.freebsd.org/changeset/ports/379371 QAT: https://qat.redports.org/buildarchive/r379371/ Log: - Update to 5.21 (5.2.4) Modified: head/archivers/unrar-iconv/files/patch-iconv head/archivers/unrar/Makefile head/archivers/unrar/distinfo Modified: head/archivers/unrar-iconv/files/patch-iconv ============================================================================== --- head/archivers/unrar-iconv/files/patch-iconv Thu Feb 19 19:45:32 2015 (r379370) +++ head/archivers/unrar-iconv/files/patch-iconv Thu Feb 19 19:45:38 2015 (r379371) @@ -1,6 +1,6 @@ --- cmddata.cpp.orig 2014-06-11 01:14:06.000000000 +0800 +++ cmddata.cpp 2014-07-31 22:54:35.727051754 +0800 -@@ -178,6 +178,34 @@ +@@ -173,6 +173,34 @@ // Suppress the copyright message and final end of line for 'lb' and 'vb'. if ((CmdChar=='L' || CmdChar=='V') && Command[1]=='B') BareOutput=true; @@ -35,7 +35,7 @@ } -@@ -868,6 +896,22 @@ +@@ -881,6 +909,22 @@ else wcsncpyz(CommentFile,Switch+1,ASIZE(CommentFile)); break; @@ -58,7 +58,7 @@ #ifndef GUI case '?' : OutHelp(RARX_SUCCESS); -@@ -946,7 +990,11 @@ +@@ -959,7 +1003,11 @@ MCHelpSwAT,MCHelpSwAC,MCHelpSwAD,MCHelpSwAG,MCHelpSwAI,MCHelpSwAP, MCHelpSwCm,MCHelpSwCFGm,MCHelpSwCL,MCHelpSwCU, MCHelpSwDH,MCHelpSwEP,MCHelpSwEP3,MCHelpSwF,MCHelpSwIDP,MCHelpSwIERR, @@ -68,7 +68,7 @@ + MCHelpSwLA,MCHelpSwLL,MCHelpSwLO, +#endif + MCHelpSwN,MCHelpSwNa,MCHelpSwNal, - MCHelpSwO,MCHelpSwOC,MCHelpSwOR,MCHelpSwOW,MCHelpSwP, + MCHelpSwO,MCHelpSwOC,MCHelpSwOL,MCHelpSwOR,MCHelpSwOW,MCHelpSwP, MCHelpSwPm,MCHelpSwR,MCHelpSwRI,MCHelpSwSC,MCHelpSwSL,MCHelpSwSM, MCHelpSwTA,MCHelpSwTB,MCHelpSwTN,MCHelpSwTO,MCHelpSwTS,MCHelpSwU, --- global.hpp.orig 2014-06-11 01:14:06.000000000 +0800 Modified: head/archivers/unrar/Makefile ============================================================================== --- head/archivers/unrar/Makefile Thu Feb 19 19:45:32 2015 (r379370) +++ head/archivers/unrar/Makefile Thu Feb 19 19:45:38 2015 (r379371) @@ -3,11 +3,12 @@ PORTNAME= unrar PORTVERSION= 5.21 +PORTREVISION= 1 PORTEPOCH= 5 CATEGORIES+= archivers MASTER_SITES= http://www.rarlab.com/rar/ \ LOCAL/sunpoet -DISTNAME= unrarsrc-5.2.4 +DISTNAME= unrarsrc-5.2.6 MAINTAINER?= sunpoet@FreeBSD.org COMMENT= Extract, view & test RAR archives Modified: head/archivers/unrar/distinfo ============================================================================== --- head/archivers/unrar/distinfo Thu Feb 19 19:45:32 2015 (r379370) +++ head/archivers/unrar/distinfo Thu Feb 19 19:45:38 2015 (r379371) @@ -1,2 +1,2 @@ -SHA256 (unrarsrc-5.2.4.tar.gz) = 501ac30b820523136ffed2b87887caafeeb96fc89fa048433a79430894ae8009 -SIZE (unrarsrc-5.2.4.tar.gz) = 217915 +SHA256 (unrarsrc-5.2.6.tar.gz) = c06c7c74dce6151d9653a81f1efb45d8bc89f8f5843489b393855ae11c19f22e +SIZE (unrarsrc-5.2.6.tar.gz) = 218580 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:45:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C90E9CB9; Thu, 19 Feb 2015 19:45:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9351875; Thu, 19 Feb 2015 19:45:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJjoCO057446; Thu, 19 Feb 2015 19:45:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJjocU057445; Thu, 19 Feb 2015 19:45:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191945.t1JJjocU057445@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:45:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379373 - head/graphics/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.18-1 Precedence: list List-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, 19 Feb 2015 19:45:50 -0000 Author: sunpoet Date: Thu Feb 19 19:45:49 2015 New Revision: 379373 URL: https://svnweb.freebsd.org/changeset/ports/379373 QAT: https://qat.redports.org/buildarchive/r379373/ Log: - Do not use bundled libraries - Remove GEOTIFF, GIF, JPEG, JSON_C, PNG and TIFF options - Bump PORTREVISION for dependency change Modified: head/graphics/gdal/Makefile Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Thu Feb 19 19:45:44 2015 (r379372) +++ head/graphics/gdal/Makefile Thu Feb 19 19:45:49 2015 (r379373) @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 1.11.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ @@ -14,24 +14,33 @@ COMMENT= Translator library for raster g LICENSE= MIT -OPTIONS_DEFINE= ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GEOTIFF GIF GTA \ - HDF5 ICONV JASPER JPEG JSON_C KML LIBXML2 MYSQL NETCDF ODBC \ - OPENJPEG PCRE PGSQL PNG PROJ SQLITE TIFF WEBP XERCES +LIB_DEPENDS= libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \ + libgif.so:${PORTSDIR}/graphics/giflib \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libjson-c.so:${PORTSDIR}/devel/json-c \ + libpng.so:${PORTSDIR}/graphics/png \ + libtiff.so:${PORTSDIR}/graphics/tiff + +OPTIONS_DEFINE= ARMADILLO CFITSIO CURL ECW EXPAT FREEXL GEOS GTA HDF5 ICONV \ + JASPER KML LIBXML2 MYSQL NETCDF ODBC OPENJPEG PCRE PGSQL PROJ \ + SQLITE WEBP XERCES +OPTIONS_DEFAULT=JASPER OPTIONS_RADIO= PDF OPTIONS_RADIO_PDF= PODOFO POPPLER -OPTIONS_DEFAULT=GEOTIFF GIF JASPER JPEG PNG TIFF -GEOTIFF_DESC= Use graphics/libgeotiff instead of bundled one -GIF_DESC= Use graphics/giflib instead of bundled one -JPEG_DESC= Use graphics/jpeg instead of bundled one -JSON_C_DESC= Use devel/json-c instead of bundled one PCRE_DESC= Regular expression support for SQLite -PNG_DESC= Use graphics/png instead of bundled one -TIFF_DESC= Use graphics/tiff instead of bundled one CFLAGS+= -fPIC CONFIGURE_ARGS= --datadir=${DATADIR} \ --enable-static=yes \ - --with-liblzma=yes --with-libz=/usr --with-threads=yes \ + --with-geotiff=${LOCALBASE} \ + --with-gif=${LOCALBASE} \ + --with-jpeg=${LOCALBASE} \ + --with-libjson-c=${LOCALBASE} \ + --with-liblzma=yes \ + --with-libtiff=${LOCALBASE} \ + --with-libz=/usr \ + --with-png=${LOCALBASE} \ + --with-threads=yes \ --without-libtool GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE} -pthread @@ -66,12 +75,6 @@ FREEXL_LIB_DEPENDS= libfreexl.so:${PORTS GEOS_CONFIGURE_OFF= --with-geos=no GEOS_CONFIGURE_ON= --with-geos=${LOCALBASE}/bin/geos-config GEOS_LIB_DEPENDS= libgeos.so:${PORTSDIR}/graphics/geos -GEOTIFF_CONFIGURE_OFF= --with-geotiff=internal -GEOTIFF_CONFIGURE_ON= --with-geotiff=${LOCALBASE} -GEOTIFF_LIB_DEPENDS= libgeotiff.so:${PORTSDIR}/graphics/libgeotiff -GIF_CONFIGURE_OFF= --with-gif=internal -GIF_CONFIGURE_ON= --with-gif=${LOCALBASE} -GIF_LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib GTA_CONFIGURE_OFF= --with-gta=no GTA_CONFIGURE_ON= --with-gta=${LOCALBASE} GTA_LIB_DEPENDS= libgta.so:${PORTSDIR}/devel/libgta @@ -85,12 +88,6 @@ ICONV_USES= iconv JASPER_CONFIGURE_OFF= --with-jasper=no JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE} JASPER_LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper -JPEG_CONFIGURE_OFF= --with-jpeg=internal -JPEG_CONFIGURE_ON= --with-jpeg=${LOCALBASE} -JPEG_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg -JSON_C_CONFIGURE_OFF= --with-libjson-c=internal -JSON_C_CONFIGURE_ON= --with-libjson-c=${LOCALBASE} -JSON_C_LIB_DEPENDS= libjson-c.so:${PORTSDIR}/devel/json-c KML_CONFIGURE_OFF= --with-libkml=no KML_CONFIGURE_ON= --with-libkml=${LOCALBASE} KML_LIB_DEPENDS= libkmlbase.so:${PORTSDIR}/science/libkml @@ -115,9 +112,6 @@ PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR} PGSQL_CONFIGURE_OFF= --with-pg=no PGSQL_CONFIGURE_ON= --with-pg=${LOCALBASE}/bin/pg_config PGSQL_USES= pgsql -PNG_CONFIGURE_OFF= --with-png=internal -PNG_CONFIGURE_ON= --with-png=${LOCALBASE} -PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png PODOFO_CONFIGURE_OFF= --with-podofo=no PODOFO_CONFIGURE_ON= --with-podofo=${LOCALBASE} PODOFO_LIB_DEPENDS= libpodofo.so:${PORTSDIR}/graphics/podofo @@ -130,9 +124,6 @@ PROJ_LIB_DEPENDS= libproj.so:${PORTSDIR} SQLITE_CONFIGURE_OFF= --with-sqlite3=no SQLITE_CONFIGURE_ON= --with-sqlite3=${LOCALBASE} SQLITE_USE= SQLITE=yes -TIFF_CONFIGURE_OFF= --with-libtiff=internal -TIFF_CONFIGURE_ON= --with-libtiff=${LOCALBASE} -TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff WEBP_CONFIGURE_OFF= --with-webp=no WEBP_CONFIGURE_ON= --with-webp=${LOCALBASE} WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp @@ -143,6 +134,15 @@ XERCES_LIB_DEPENDS= libxerces-c.so:${POR post-patch: @${REINPLACE_CMD} -e 's|$$(INST_LIB)/pkgconfig|${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/GNUmakefile @${REINPLACE_CMD} -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure +# Cleanup bundled libraries + @${RM} -fr ${WRKSRC}/frmts/gif/giflib/ + @${RM} -fr ${WRKSRC}/frmts/gtiff/libgeotiff/ + @${RM} -fr ${WRKSRC}/frmts/gtiff/libtiff/ + @${RM} -fr ${WRKSRC}/frmts/jpeg/libjpeg/ + @${RM} -fr ${WRKSRC}/frmts/jpeg/libjpeg12/ + @${RM} -fr ${WRKSRC}/frmts/png/libpng/ + @${RM} -fr ${WRKSRC}/frmts/zlib/ + @${RM} -fr ${WRKSRC}/ogr/ogrsf_frmts/geojson/libjson/ post-install: ${INSTALL_LIB} ${WRKSRC}/libgdal.a ${STAGEDIR}${PREFIX}/lib/ From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:45:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 131AECD5; Thu, 19 Feb 2015 19:45:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7783877; Thu, 19 Feb 2015 19:45:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJjtJs057561; Thu, 19 Feb 2015 19:45:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJjtoB057560; Thu, 19 Feb 2015 19:45:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191945.t1JJjtoB057560@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:45:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379374 - head/devel/p5-Path-Dispatcher X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:45:56 -0000 Author: sunpoet Date: Thu Feb 19 19:45:55 2015 New Revision: 379374 URL: https://svnweb.freebsd.org/changeset/ports/379374 QAT: https://qat.redports.org/buildarchive/r379374/ Log: - Sort PLIST Modified: head/devel/p5-Path-Dispatcher/pkg-plist Modified: head/devel/p5-Path-Dispatcher/pkg-plist ============================================================================== --- head/devel/p5-Path-Dispatcher/pkg-plist Thu Feb 19 19:45:49 2015 (r379373) +++ head/devel/p5-Path-Dispatcher/pkg-plist Thu Feb 19 19:45:55 2015 (r379374) @@ -1,23 +1,3 @@ -%%PERL5_MAN3%%/Path::Dispatcher.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Cookbook.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Dispatch.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Match.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Path.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Role::Rules.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Rule.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Rule::Alternation.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Rule::Always.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Rule::CodeRef.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Rule::Dispatch.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Rule::Empty.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Rule::Enum.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Rule::Eq.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Rule::Intersection.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Rule::Metadata.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Rule::Regex.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Rule::Sequence.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Rule::Tokens.3.gz -%%PERL5_MAN3%%/Path::Dispatcher::Rule::Under.3.gz %%SITE_PERL%%/Path/Dispatcher.pm %%SITE_PERL%%/Path/Dispatcher/Cookbook.pod %%SITE_PERL%%/Path/Dispatcher/Dispatch.pm @@ -39,3 +19,23 @@ %%SITE_PERL%%/Path/Dispatcher/Rule/Sequence.pm %%SITE_PERL%%/Path/Dispatcher/Rule/Tokens.pm %%SITE_PERL%%/Path/Dispatcher/Rule/Under.pm +%%PERL5_MAN3%%/Path::Dispatcher.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Cookbook.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Dispatch.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Match.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Path.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Role::Rules.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Rule.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Rule::Alternation.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Rule::Always.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Rule::CodeRef.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Rule::Dispatch.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Rule::Empty.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Rule::Enum.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Rule::Eq.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Rule::Intersection.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Rule::Metadata.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Rule::Regex.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Rule::Sequence.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Rule::Tokens.3.gz +%%PERL5_MAN3%%/Path::Dispatcher::Rule::Under.3.gz From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:46:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86B5FDB9; Thu, 19 Feb 2015 19:46:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 718C8883; Thu, 19 Feb 2015 19:46:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJk1ZJ057704; Thu, 19 Feb 2015 19:46:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJk1sb057698; Thu, 19 Feb 2015 19:46:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191946.t1JJk1sb057698@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:46:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379375 - head/sysutils/py-bcfg2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:46:01 -0000 Author: sunpoet Date: Thu Feb 19 19:46:00 2015 New Revision: 379375 URL: https://svnweb.freebsd.org/changeset/ports/379375 QAT: https://qat.redports.org/buildarchive/r379375/ Log: - Add LICENSE - Sort RUN_DEPENDS - Convert to new options helper - Simplify Makefile - Use single space after WWW: Modified: head/sysutils/py-bcfg2/Makefile head/sysutils/py-bcfg2/pkg-descr Modified: head/sysutils/py-bcfg2/Makefile ============================================================================== --- head/sysutils/py-bcfg2/Makefile Thu Feb 19 19:45:55 2015 (r379374) +++ head/sysutils/py-bcfg2/Makefile Thu Feb 19 19:46:00 2015 (r379375) @@ -12,45 +12,32 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Configuration management system written in Python -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}lockfile>0:${PORTSDIR}/devel/py-lockfile \ - ${PYTHON_PKGNAMEPREFIX}daemon>0:${PORTSDIR}/devel/py-daemon \ - ${PYTHON_SITELIBDIR}/gamin.py:${PORTSDIR}/devel/py-gamin +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}daemon>=0:${PORTSDIR}/devel/py-daemon \ + ${PYTHON_PKGNAMEPREFIX}gamin>=0:${PORTSDIR}/devel/py-gamin \ + ${PYTHON_PKGNAMEPREFIX}lockfile>=0:${PORTSDIR}/devel/py-lockfile \ + ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml OPTIONS_DEFINE= CHEETAH GENSHI CHEETAH_DESC= Support Cheetah Templates GENSHI_DESC= Support Genshi Templates -.include - USES= python USE_PYTHON= distutils autoplist - USE_RC_SUBR= bcfg2 -SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} - -.if ${PORT_OPTIONS:MCHEETAH} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cheetah>0:${PORTSDIR}/devel/py-cheetah -.endif - -.if ${PORT_OPTIONS:MGENSHI} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Genshi>0:${PORTSDIR}/textproc/py-genshi -.endif +SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} PORTDOCS= COPYRIGHT README +CHEETAH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah>=0:${PORTSDIR}/devel/py-cheetah +GENSHI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Genshi>=0:${PORTSDIR}/textproc/py-genshi + post-patch: @${REINPLACE_CMD} -e 's|share/man|man|g' ${WRKSRC}/setup.py - @${REINPLACE_CMD} -i '' -e 's|/etc/bcfg2.conf|${PREFIX}/etc/bcfg2.conf|g' ${WRKSRC}/src/sbin/* - -.for f in 'Options.py' 'Server/models.py' - @${REINPLACE_CMD} -i '' -e 's|/etc/bcfg2.conf|${PREFIX}/etc/bcfg2.conf|g' ${WRKSRC}/src/lib/Bcfg2/$f -.endfor - -.for f in 'Options.py' - @${REINPLACE_CMD} -i '' -e 's|DEFAULT_INSTALL_PREFIX = ./usr.|DEFAULT_INSTALL_PREFIX = "${PREFIX}"|' ${WRKSRC}/src/lib/Bcfg2/$f - @${REINPLACE_CMD} -i '' -e 's|/var/lock|/var/run|' ${WRKSRC}/src/lib/Bcfg2/$f -.endfor + @${REINPLACE_CMD} -i '' -e 's|/etc/bcfg2.conf|${PREFIX}/etc/bcfg2.conf|g' ${WRKSRC}/src/sbin/* ${WRKSRC}/src/lib/Bcfg2/Options.py ${WRKSRC}/src/lib/Bcfg2/Server/models.py + @${REINPLACE_CMD} -i '' -e 's|DEFAULT_INSTALL_PREFIX = ./usr.|DEFAULT_INSTALL_PREFIX = "${PREFIX}"|' ${WRKSRC}/src/lib/Bcfg2/Options.py + @${REINPLACE_CMD} -i '' -e 's|/var/lock|/var/run|' ${WRKSRC}/src/lib/Bcfg2/Options.py post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/sysutils/py-bcfg2/pkg-descr ============================================================================== --- head/sysutils/py-bcfg2/pkg-descr Thu Feb 19 19:45:55 2015 (r379374) +++ head/sysutils/py-bcfg2/pkg-descr Thu Feb 19 19:46:00 2015 (r379375) @@ -2,4 +2,4 @@ Bcfg2 helps system administrators produc verifiable description of their environment, and offers visualization and reporting tools to aid in day-to-day administrative tasks. -WWW: http://www.bcfg2.org +WWW: http://www.bcfg2.org/ From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:46:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C69D0F54; Thu, 19 Feb 2015 19:46:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1570888; Thu, 19 Feb 2015 19:46:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJk6AL057833; Thu, 19 Feb 2015 19:46:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJk6d3057830; Thu, 19 Feb 2015 19:46:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191946.t1JJk6d3057830@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:46:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379376 - head/sysutils/rubygem-guard-minitest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:46:06 -0000 Author: sunpoet Date: Thu Feb 19 19:46:05 2015 New Revision: 379376 URL: https://svnweb.freebsd.org/changeset/ports/379376 QAT: https://qat.redports.org/buildarchive/r379376/ Log: - Update to 2.4.4 Changes: https://github.com/guard/guard-minitest/releases Modified: head/sysutils/rubygem-guard-minitest/Makefile head/sysutils/rubygem-guard-minitest/distinfo Modified: head/sysutils/rubygem-guard-minitest/Makefile ============================================================================== --- head/sysutils/rubygem-guard-minitest/Makefile Thu Feb 19 19:46:00 2015 (r379375) +++ head/sysutils/rubygem-guard-minitest/Makefile Thu Feb 19 19:46:05 2015 (r379376) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guard-minitest -PORTVERSION= 2.4.3 +PORTVERSION= 2.4.4 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-guard-minitest/distinfo ============================================================================== --- head/sysutils/rubygem-guard-minitest/distinfo Thu Feb 19 19:46:00 2015 (r379375) +++ head/sysutils/rubygem-guard-minitest/distinfo Thu Feb 19 19:46:05 2015 (r379376) @@ -1,2 +1,2 @@ -SHA256 (rubygem/guard-minitest-2.4.3.gem) = 484b57eeb8c3bf3139e17c6f891fa0bd2d18534904088c948e20566d5ad86919 -SIZE (rubygem/guard-minitest-2.4.3.gem) = 11776 +SHA256 (rubygem/guard-minitest-2.4.4.gem) = e7b1286140e43c59409935b74bbc51f3e3db5acd007bb69c16708e16f48c8c5c +SIZE (rubygem/guard-minitest-2.4.4.gem) = 11776 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:46:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7AAE9B4; Thu, 19 Feb 2015 19:46:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6595288A; Thu, 19 Feb 2015 19:46:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJkBe6057955; Thu, 19 Feb 2015 19:46:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJkBF7057954; Thu, 19 Feb 2015 19:46:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191946.t1JJkBF7057954@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:46:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379377 - head/net-im/p5-Net-Stomp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:46:11 -0000 Author: sunpoet Date: Thu Feb 19 19:46:10 2015 New Revision: 379377 URL: https://svnweb.freebsd.org/changeset/ports/379377 QAT: https://qat.redports.org/buildarchive/r379377/ Log: - Sort PLIST Modified: head/net-im/p5-Net-Stomp/pkg-plist Modified: head/net-im/p5-Net-Stomp/pkg-plist ============================================================================== --- head/net-im/p5-Net-Stomp/pkg-plist Thu Feb 19 19:46:05 2015 (r379376) +++ head/net-im/p5-Net-Stomp/pkg-plist Thu Feb 19 19:46:10 2015 (r379377) @@ -1,6 +1,6 @@ -%%PERL5_MAN3%%/Net::Stomp.3.gz -%%PERL5_MAN3%%/Net::Stomp::Frame.3.gz -%%PERL5_MAN3%%/Net::Stomp::StupidLogger.3.gz %%SITE_PERL%%/Net/Stomp.pm %%SITE_PERL%%/Net/Stomp/Frame.pm %%SITE_PERL%%/Net/Stomp/StupidLogger.pm +%%PERL5_MAN3%%/Net::Stomp.3.gz +%%PERL5_MAN3%%/Net::Stomp::Frame.3.gz +%%PERL5_MAN3%%/Net::Stomp::StupidLogger.3.gz From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:46:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A720A17F; Thu, 19 Feb 2015 19:46:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92AF388E; Thu, 19 Feb 2015 19:46:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJkHqk058082; Thu, 19 Feb 2015 19:46:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJkHZC058080; Thu, 19 Feb 2015 19:46:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191946.t1JJkHZC058080@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379378 - head/devel/rubygem-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.18-1 Precedence: list List-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, 19 Feb 2015 19:46:17 -0000 Author: sunpoet Date: Thu Feb 19 19:46:16 2015 New Revision: 379378 URL: https://svnweb.freebsd.org/changeset/ports/379378 QAT: https://qat.redports.org/buildarchive/r379378/ Log: - Update to 3.0.0 Changes: https://github.com/mongodb/bson-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-bson/Makefile head/devel/rubygem-bson/distinfo Modified: head/devel/rubygem-bson/Makefile ============================================================================== --- head/devel/rubygem-bson/Makefile Thu Feb 19 19:46:10 2015 (r379377) +++ head/devel/rubygem-bson/Makefile Thu Feb 19 19:46:16 2015 (r379378) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bson -PORTVERSION= 2.3.0 +PORTVERSION= 3.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-bson/distinfo ============================================================================== --- head/devel/rubygem-bson/distinfo Thu Feb 19 19:46:10 2015 (r379377) +++ head/devel/rubygem-bson/distinfo Thu Feb 19 19:46:16 2015 (r379378) @@ -1,2 +1,2 @@ -SHA256 (rubygem/bson-2.3.0.gem) = e1f4db10746e8d7fc97bf5425701c924229742d3e89357ffe6740b7ad697b09b -SIZE (rubygem/bson-2.3.0.gem) = 43520 +SHA256 (rubygem/bson-3.0.0.gem) = ff61a57c8a464105bceded46c5e38331e4061715e5548693052a0316e1844e5d +SIZE (rubygem/bson-3.0.0.gem) = 40448 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:55:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2A5058F; Thu, 19 Feb 2015 19:55:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C32D7988; Thu, 19 Feb 2015 19:55:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJt4xv062734; Thu, 19 Feb 2015 19:55:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJt49O062731; Thu, 19 Feb 2015 19:55:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191955.t1JJt49O062731@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:55:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379379 - head/databases/p5-DBIx-Wrapper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:55:05 -0000 Author: sunpoet Date: Thu Feb 19 19:55:03 2015 New Revision: 379379 URL: https://svnweb.freebsd.org/changeset/ports/379379 QAT: https://qat.redports.org/buildarchive/r379379/ Log: - Update to 0.29 - Add LICENSE - Add BUILD_DEPENDS and TEST_DEPENDS PR: 196878 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 1 month) Modified: head/databases/p5-DBIx-Wrapper/Makefile head/databases/p5-DBIx-Wrapper/distinfo head/databases/p5-DBIx-Wrapper/pkg-plist Modified: head/databases/p5-DBIx-Wrapper/Makefile ============================================================================== --- head/databases/p5-DBIx-Wrapper/Makefile Thu Feb 19 19:46:16 2015 (r379378) +++ head/databases/p5-DBIx-Wrapper/Makefile Thu Feb 19 19:55:03 2015 (r379379) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DBIx-Wrapper -PORTVERSION= 0.28 -PORTREVISION= 1 +PORTVERSION= 0.29 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= don@regexguy.com COMMENT= Wrapper around Perl's DBI module -RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite USES= perl5 USE_PERL5= configure Modified: head/databases/p5-DBIx-Wrapper/distinfo ============================================================================== --- head/databases/p5-DBIx-Wrapper/distinfo Thu Feb 19 19:46:16 2015 (r379378) +++ head/databases/p5-DBIx-Wrapper/distinfo Thu Feb 19 19:55:03 2015 (r379379) @@ -1,2 +1,2 @@ -SHA256 (DBIx-Wrapper-0.28.tar.gz) = ddae757206e8dc3d79680fcb0f8ade6ca5de3cc43d3469c497575a27920eaa79 -SIZE (DBIx-Wrapper-0.28.tar.gz) = 43283 +SHA256 (DBIx-Wrapper-0.29.tar.gz) = 9abae78c38a40dc9d5a330cc78ee61996595c6e6e87f0d26800b4624d9a5793e +SIZE (DBIx-Wrapper-0.29.tar.gz) = 44257 Modified: head/databases/p5-DBIx-Wrapper/pkg-plist ============================================================================== --- head/databases/p5-DBIx-Wrapper/pkg-plist Thu Feb 19 19:46:16 2015 (r379378) +++ head/databases/p5-DBIx-Wrapper/pkg-plist Thu Feb 19 19:55:03 2015 (r379379) @@ -1,4 +1,5 @@ %%SITE_PERL%%/DBIx/Wrapper.pm +%%SITE_PERL%%/DBIx/Wrapper/Changes.pm %%SITE_PERL%%/DBIx/Wrapper/DBIDelegator.pm %%SITE_PERL%%/DBIx/Wrapper/Delegator.pm %%SITE_PERL%%/DBIx/Wrapper/Request.pm @@ -8,4 +9,5 @@ %%SITE_PERL%%/DBIx/Wrapper/Statement.pm %%SITE_PERL%%/DBIx/Wrapper/StatementLoop.pm %%PERL5_MAN3%%/DBIx::Wrapper.3.gz +%%PERL5_MAN3%%/DBIx::Wrapper::Changes.3.gz %%PERL5_MAN3%%/DBIx::Wrapper::Request.3.gz From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:55:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7703966E; Thu, 19 Feb 2015 19:55:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49D1498C; Thu, 19 Feb 2015 19:55:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJtApR062883; Thu, 19 Feb 2015 19:55:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJt9L8062881; Thu, 19 Feb 2015 19:55:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191955.t1JJt9L8062881@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:55:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379380 - head/mail/rubygem-vmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:55:10 -0000 Author: sunpoet Date: Thu Feb 19 19:55:09 2015 New Revision: 379380 URL: https://svnweb.freebsd.org/changeset/ports/379380 QAT: https://qat.redports.org/buildarchive/r379380/ Log: - Update to 2.8.7 - Add LICENSE - Sort RUN_DEPENDS Changes: https://github.com/danchoi/vmail/commits/master PR: 196882 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 1 month) Modified: head/mail/rubygem-vmail/Makefile head/mail/rubygem-vmail/distinfo Modified: head/mail/rubygem-vmail/Makefile ============================================================================== --- head/mail/rubygem-vmail/Makefile Thu Feb 19 19:55:03 2015 (r379379) +++ head/mail/rubygem-vmail/Makefile Thu Feb 19 19:55:09 2015 (r379380) @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= vmail -PORTVERSION= 2.8.6 +PORTVERSION= 2.8.7 CATEGORIES= mail rubygems MASTER_SITES= RG MAINTAINER= hhyou@cs.nctu.edu.tw COMMENT= Vim interface to Gmail -RUN_DEPENDS= rubygem-mail>=2.2.12:${PORTSDIR}/mail/rubygem-mail \ - rubygem-highline>=1.6.1:${PORTSDIR}/devel/rubygem-highline \ +LICENSE= MIT + +RUN_DEPENDS= rubygem-highline>=1.6.1:${PORTSDIR}/devel/rubygem-highline \ + rubygem-mail>=2.2.12:${PORTSDIR}/mail/rubygem-mail \ rubygem-sequel>=3.24.1:${PORTSDIR}/devel/rubygem-sequel \ rubygem-sqlite3>=1.3.3:${PORTSDIR}/databases/rubygem-sqlite3 \ rubygem-versionomy>=0.4.4:${PORTSDIR}/devel/rubygem-versionomy \ Modified: head/mail/rubygem-vmail/distinfo ============================================================================== --- head/mail/rubygem-vmail/distinfo Thu Feb 19 19:55:03 2015 (r379379) +++ head/mail/rubygem-vmail/distinfo Thu Feb 19 19:55:09 2015 (r379380) @@ -1,2 +1,2 @@ -SHA256 (rubygem/vmail-2.8.6.gem) = 106aaea1060986c3cd2a852fa82c20e6587db4dead696d686429cb6569778d93 -SIZE (rubygem/vmail-2.8.6.gem) = 76288 +SHA256 (rubygem/vmail-2.8.7.gem) = d9a23ed7abc55ea1da7f34be487928ce5b8e66e76ccff0c4a2d7925ecde16b4f +SIZE (rubygem/vmail-2.8.7.gem) = 76288 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:58:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F02867E4; Thu, 19 Feb 2015 19:58:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB2159C4; Thu, 19 Feb 2015 19:58:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJwgHe063369; Thu, 19 Feb 2015 19:58:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJwg1F063368; Thu, 19 Feb 2015 19:58:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191958.t1JJwg1F063368@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:58:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379381 - head/math/gnuplot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:58:43 -0000 Author: sunpoet Date: Thu Feb 19 19:58:42 2015 New Revision: 379381 URL: https://svnweb.freebsd.org/changeset/ports/379381 QAT: https://qat.redports.org/buildarchive/r379381/ Log: - Fix build with lang/lua53 PR: 196885 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 1 month) Modified: head/math/gnuplot/Makefile Modified: head/math/gnuplot/Makefile ============================================================================== --- head/math/gnuplot/Makefile Thu Feb 19 19:55:09 2015 (r379380) +++ head/math/gnuplot/Makefile Thu Feb 19 19:58:42 2015 (r379381) @@ -78,6 +78,8 @@ post-patch: '/^install:/s/install-am//' ${WRKSRC}/share/LaTeX/Makefile.in @${REINPLACE_CMD} -e \ 's|)/@PACKAGE@/@PKG_MAJOR@|)|g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e \ + 's|luaL_checkint(|(int)luaL_checkinteger(|' ${WRKSRC}/term/lua.trm .if ${PORT_OPTIONS:MDOCS} post-build: From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:58:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46BE28C1; Thu, 19 Feb 2015 19:58:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31C1C9C8; Thu, 19 Feb 2015 19:58:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJwmnl063505; Thu, 19 Feb 2015 19:58:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJwlaf063503; Thu, 19 Feb 2015 19:58:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191958.t1JJwlaf063503@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:58:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379382 - head/archivers/rar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:58:48 -0000 Author: sunpoet Date: Thu Feb 19 19:58:47 2015 New Revision: 379382 URL: https://svnweb.freebsd.org/changeset/ports/379382 QAT: https://qat.redports.org/buildarchive/r379382/ Log: - Update to 5.2.1 - Add missing RUN_DEPENDS (compat9x) for FreeBSD 10 and above [1] PR: 196886 Obtained from: Ralf van der Enden [1] Approved by: maintainer (timeout, 1 month) Modified: head/archivers/rar/Makefile head/archivers/rar/distinfo Modified: head/archivers/rar/Makefile ============================================================================== --- head/archivers/rar/Makefile Thu Feb 19 19:58:42 2015 (r379381) +++ head/archivers/rar/Makefile Thu Feb 19 19:58:47 2015 (r379382) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rar -PORTVERSION= 5.1.0 +PORTVERSION= 5.2.1 PORTEPOCH= 3 CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ @@ -37,6 +37,10 @@ IGNORE= requires a kernel with compiled- .endif .endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000054 +RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rar_static ${STAGEDIR}${PREFIX}/bin/rar ${INSTALL_MAN} ${WRKSRC}/rar.txt ${STAGEDIR}${PREFIX}/man/cat1/rar.1 Modified: head/archivers/rar/distinfo ============================================================================== --- head/archivers/rar/distinfo Thu Feb 19 19:58:42 2015 (r379381) +++ head/archivers/rar/distinfo Thu Feb 19 19:58:47 2015 (r379382) @@ -1,2 +1,2 @@ -SHA256 (rarbsd-5.1.0.tar.gz) = 812920b9b7d4abcfbb34d8ef75155554522a4e148c174596f457a9d415e0a152 -SIZE (rarbsd-5.1.0.tar.gz) = 1396387 +SHA256 (rarbsd-5.2.1.tar.gz) = d4c60e754f2a9933946dd47e9102effa229ab5a6df799e2b86daa68669a9da54 +SIZE (rarbsd-5.2.1.tar.gz) = 1402872 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:58:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6BFE99F; Thu, 19 Feb 2015 19:58:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEC809CC; Thu, 19 Feb 2015 19:58:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJwrC6063660; Thu, 19 Feb 2015 19:58:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJwrvg063655; Thu, 19 Feb 2015 19:58:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191958.t1JJwrvg063655@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:58:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379383 - head/graphics/p5-Image-ExifTool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 19:58:54 -0000 Author: sunpoet Date: Thu Feb 19 19:58:52 2015 New Revision: 379383 URL: https://svnweb.freebsd.org/changeset/ports/379383 QAT: https://qat.redports.org/buildarchive/r379383/ Log: - Update to 9.76 - While I'm here, sort PLIST Changes: http://owl.phy.queensu.ca/~phil/exiftool/history.html PR: 197817 Submitted by: Tod McQuillin (maintainer) Modified: head/graphics/p5-Image-ExifTool/Makefile head/graphics/p5-Image-ExifTool/distinfo head/graphics/p5-Image-ExifTool/pkg-plist Modified: head/graphics/p5-Image-ExifTool/Makefile ============================================================================== --- head/graphics/p5-Image-ExifTool/Makefile Thu Feb 19 19:58:47 2015 (r379382) +++ head/graphics/p5-Image-ExifTool/Makefile Thu Feb 19 19:58:52 2015 (r379383) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Image-ExifTool -PORTVERSION= 9.60 -PORTREVISION= 1 +PORTVERSION= 9.76 CATEGORIES= graphics perl5 MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ \ CPAN Modified: head/graphics/p5-Image-ExifTool/distinfo ============================================================================== --- head/graphics/p5-Image-ExifTool/distinfo Thu Feb 19 19:58:47 2015 (r379382) +++ head/graphics/p5-Image-ExifTool/distinfo Thu Feb 19 19:58:52 2015 (r379383) @@ -1,2 +1,2 @@ -SHA256 (Image-ExifTool-9.60.tar.gz) = ad8976dc338bf0462eac4f6a38633c4dfa6316969d157b1c8ac53c54d2fdf9a7 -SIZE (Image-ExifTool-9.60.tar.gz) = 3821772 +SHA256 (Image-ExifTool-9.76.tar.gz) = 4fb1a53cdbd6959e69ec38e7bd5c2d87db3095c8f86226d3cb67dc50da7c0420 +SIZE (Image-ExifTool-9.76.tar.gz) = 3892850 Modified: head/graphics/p5-Image-ExifTool/pkg-plist ============================================================================== --- head/graphics/p5-Image-ExifTool/pkg-plist Thu Feb 19 19:58:47 2015 (r379382) +++ head/graphics/p5-Image-ExifTool/pkg-plist Thu Feb 19 19:58:52 2015 (r379383) @@ -1,162 +1,4 @@ bin/exiftool -%%PERL5_MAN3%%/File::RandomAccess.3.gz -%%PERL5_MAN3%%/Image::ExifTool.3.gz -%%PERL5_MAN3%%/Image::ExifTool::AES.3.gz -%%PERL5_MAN3%%/Image::ExifTool::AFCP.3.gz -%%PERL5_MAN3%%/Image::ExifTool::AIFF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::APE.3.gz -%%PERL5_MAN3%%/Image::ExifTool::APP12.3.gz -%%PERL5_MAN3%%/Image::ExifTool::ASF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Apple.3.gz -%%PERL5_MAN3%%/Image::ExifTool::BMP.3.gz -%%PERL5_MAN3%%/Image::ExifTool::BZZ.3.gz -%%PERL5_MAN3%%/Image::ExifTool::BigTIFF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::BuildTagLookup.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Canon.3.gz -%%PERL5_MAN3%%/Image::ExifTool::CanonCustom.3.gz -%%PERL5_MAN3%%/Image::ExifTool::CanonRaw.3.gz -%%PERL5_MAN3%%/Image::ExifTool::CanonVRD.3.gz -%%PERL5_MAN3%%/Image::ExifTool::CaptureOne.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Casio.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Charset.3.gz -%%PERL5_MAN3%%/Image::ExifTool::DICOM.3.gz -%%PERL5_MAN3%%/Image::ExifTool::DNG.3.gz -%%PERL5_MAN3%%/Image::ExifTool::DPX.3.gz -%%PERL5_MAN3%%/Image::ExifTool::DV.3.gz -%%PERL5_MAN3%%/Image::ExifTool::DarwinCore.3.gz -%%PERL5_MAN3%%/Image::ExifTool::DjVu.3.gz -%%PERL5_MAN3%%/Image::ExifTool::EXE.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Exif.3.gz -%%PERL5_MAN3%%/Image::ExifTool::FLAC.3.gz -%%PERL5_MAN3%%/Image::ExifTool::FLIR.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Fixup.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Flash.3.gz -%%PERL5_MAN3%%/Image::ExifTool::FlashPix.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Font.3.gz -%%PERL5_MAN3%%/Image::ExifTool::FotoStation.3.gz -%%PERL5_MAN3%%/Image::ExifTool::FujiFilm.3.gz -%%PERL5_MAN3%%/Image::ExifTool::GE.3.gz -%%PERL5_MAN3%%/Image::ExifTool::GIF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::GIMP.3.gz -%%PERL5_MAN3%%/Image::ExifTool::GPS.3.gz -%%PERL5_MAN3%%/Image::ExifTool::GeoTiff.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Geotag.3.gz -%%PERL5_MAN3%%/Image::ExifTool::H264.3.gz -%%PERL5_MAN3%%/Image::ExifTool::HP.3.gz -%%PERL5_MAN3%%/Image::ExifTool::HTML.3.gz -%%PERL5_MAN3%%/Image::ExifTool::HtmlDump.3.gz -%%PERL5_MAN3%%/Image::ExifTool::ICC_Profile.3.gz -%%PERL5_MAN3%%/Image::ExifTool::ID3.3.gz -%%PERL5_MAN3%%/Image::ExifTool::IPTC.3.gz -%%PERL5_MAN3%%/Image::ExifTool::ITC.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Import.3.gz -%%PERL5_MAN3%%/Image::ExifTool::InDesign.3.gz -%%PERL5_MAN3%%/Image::ExifTool::JPEG.3.gz -%%PERL5_MAN3%%/Image::ExifTool::JPEGDigest.3.gz -%%PERL5_MAN3%%/Image::ExifTool::JVC.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Jpeg2000.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Kodak.3.gz -%%PERL5_MAN3%%/Image::ExifTool::KyoceraRaw.3.gz -%%PERL5_MAN3%%/Image::ExifTool::LNK.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::cs.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::de.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::en_ca.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::en_gb.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::es.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::fi.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::fr.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::it.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::ja.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::ko.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::nl.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::pl.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::ru.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::sv.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::tr.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::zh_cn.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Lang::zh_tw.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Leaf.3.gz -%%PERL5_MAN3%%/Image::ExifTool::M2TS.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MIE.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MIEUnits.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MIFF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MNG.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MPC.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MPEG.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MPF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MWG.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MXF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MakerNotes.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Matroska.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Microsoft.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Minolta.3.gz -%%PERL5_MAN3%%/Image::ExifTool::MinoltaRaw.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Nikon.3.gz -%%PERL5_MAN3%%/Image::ExifTool::NikonCapture.3.gz -%%PERL5_MAN3%%/Image::ExifTool::NikonCustom.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Nintendo.3.gz -%%PERL5_MAN3%%/Image::ExifTool::OOXML.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Ogg.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Olympus.3.gz -%%PERL5_MAN3%%/Image::ExifTool::OpenEXR.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PDF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PGF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PICT.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PLIST.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PNG.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PPM.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PSP.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Panasonic.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PanasonicRaw.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Pentax.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PhaseOne.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PhotoCD.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PhotoMechanic.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Photoshop.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PostScript.3.gz -%%PERL5_MAN3%%/Image::ExifTool::PrintIM.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Qualcomm.3.gz -%%PERL5_MAN3%%/Image::ExifTool::QuickTime.3.gz -%%PERL5_MAN3%%/Image::ExifTool::RIFF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::RSRC.3.gz -%%PERL5_MAN3%%/Image::ExifTool::RTF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Radiance.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Rawzor.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Real.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Reconyx.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Ricoh.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Samsung.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Sanyo.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Scalado.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Shift.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Shortcuts.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Sigma.3.gz -%%PERL5_MAN3%%/Image::ExifTool::SigmaRaw.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Sony.3.gz -%%PERL5_MAN3%%/Image::ExifTool::SonyIDC.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Stim.3.gz -%%PERL5_MAN3%%/Image::ExifTool::TagInfoXML.3.gz -%%PERL5_MAN3%%/Image::ExifTool::TagLookup.3.gz -%%PERL5_MAN3%%/Image::ExifTool::TagNames.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Theora.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Torrent.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Unknown.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Vorbis.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WriteCanonRaw.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WriteExif.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WriteIPTC.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WritePDF.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WritePNG.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WritePhotoshop.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WritePostScript.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WriteQuickTime.3.gz -%%PERL5_MAN3%%/Image::ExifTool::WriteXMP.3.gz -%%PERL5_MAN3%%/Image::ExifTool::Writer.3.gz -%%PERL5_MAN3%%/Image::ExifTool::XMP.3.gz -%%PERL5_MAN3%%/Image::ExifTool::XMP2.3.gz -%%PERL5_MAN3%%/Image::ExifTool::XMPStruct.3.gz -%%PERL5_MAN3%%/Image::ExifTool::ZIP.3.gz -%%PERL5_MAN3%%/Image::ExifTool::iWork.3.gz %%SITE_PERL%%/File/RandomAccess.pm %%SITE_PERL%%/File/RandomAccess.pod %%SITE_PERL%%/Image/ExifTool.pm @@ -266,6 +108,7 @@ bin/exiftool %%SITE_PERL%%/Image/ExifTool/Lang/zh_cn.pm %%SITE_PERL%%/Image/ExifTool/Lang/zh_tw.pm %%SITE_PERL%%/Image/ExifTool/Leaf.pm +%%SITE_PERL%%/Image/ExifTool/Lytro.pm %%SITE_PERL%%/Image/ExifTool/M2TS.pm %%SITE_PERL%%/Image/ExifTool/MIE.pm %%SITE_PERL%%/Image/ExifTool/MIEUnits.pod @@ -296,6 +139,7 @@ bin/exiftool %%SITE_PERL%%/Image/ExifTool/PNG.pm %%SITE_PERL%%/Image/ExifTool/PPM.pm %%SITE_PERL%%/Image/ExifTool/PSP.pm +%%SITE_PERL%%/Image/ExifTool/Palm.pm %%SITE_PERL%%/Image/ExifTool/Panasonic.pm %%SITE_PERL%%/Image/ExifTool/PanasonicRaw.pm %%SITE_PERL%%/Image/ExifTool/Pentax.pm @@ -348,4 +192,164 @@ bin/exiftool %%SITE_PERL%%/Image/ExifTool/XMPStruct.pl %%SITE_PERL%%/Image/ExifTool/ZIP.pm %%SITE_PERL%%/Image/ExifTool/iWork.pm +%%PERL5_MAN3%%/File::RandomAccess.3.gz +%%PERL5_MAN3%%/Image::ExifTool.3.gz +%%PERL5_MAN3%%/Image::ExifTool::AES.3.gz +%%PERL5_MAN3%%/Image::ExifTool::AFCP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::AIFF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::APE.3.gz +%%PERL5_MAN3%%/Image::ExifTool::APP12.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ASF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Apple.3.gz +%%PERL5_MAN3%%/Image::ExifTool::BMP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::BZZ.3.gz +%%PERL5_MAN3%%/Image::ExifTool::BigTIFF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::BuildTagLookup.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Canon.3.gz +%%PERL5_MAN3%%/Image::ExifTool::CanonCustom.3.gz +%%PERL5_MAN3%%/Image::ExifTool::CanonRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::CanonVRD.3.gz +%%PERL5_MAN3%%/Image::ExifTool::CaptureOne.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Casio.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Charset.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DICOM.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DNG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DPX.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DV.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DarwinCore.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DjVu.3.gz +%%PERL5_MAN3%%/Image::ExifTool::EXE.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Exif.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FLAC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FLIR.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Fixup.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Flash.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FlashPix.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Font.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FotoStation.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FujiFilm.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GE.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GIF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GIMP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GPS.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GeoTiff.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Geotag.3.gz +%%PERL5_MAN3%%/Image::ExifTool::H264.3.gz +%%PERL5_MAN3%%/Image::ExifTool::HP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::HTML.3.gz +%%PERL5_MAN3%%/Image::ExifTool::HtmlDump.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ICC_Profile.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ID3.3.gz +%%PERL5_MAN3%%/Image::ExifTool::IPTC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ITC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Import.3.gz +%%PERL5_MAN3%%/Image::ExifTool::InDesign.3.gz +%%PERL5_MAN3%%/Image::ExifTool::JPEG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::JPEGDigest.3.gz +%%PERL5_MAN3%%/Image::ExifTool::JVC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Jpeg2000.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Kodak.3.gz +%%PERL5_MAN3%%/Image::ExifTool::KyoceraRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::LNK.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::cs.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::de.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::en_ca.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::en_gb.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::es.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::fi.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::fr.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::it.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::ja.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::ko.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::nl.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::pl.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::ru.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::sv.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::tr.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::zh_cn.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::zh_tw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Leaf.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lytro.3.gz +%%PERL5_MAN3%%/Image::ExifTool::M2TS.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MIE.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MIEUnits.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MIFF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MNG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MPC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MPEG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MPF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MWG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MXF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MakerNotes.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Matroska.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Microsoft.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Minolta.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MinoltaRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Nikon.3.gz +%%PERL5_MAN3%%/Image::ExifTool::NikonCapture.3.gz +%%PERL5_MAN3%%/Image::ExifTool::NikonCustom.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Nintendo.3.gz +%%PERL5_MAN3%%/Image::ExifTool::OOXML.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Ogg.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Olympus.3.gz +%%PERL5_MAN3%%/Image::ExifTool::OpenEXR.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PDF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PGF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PICT.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PLIST.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PNG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PPM.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PSP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Palm.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Panasonic.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PanasonicRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Pentax.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PhaseOne.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PhotoCD.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PhotoMechanic.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Photoshop.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PostScript.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PrintIM.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Qualcomm.3.gz +%%PERL5_MAN3%%/Image::ExifTool::QuickTime.3.gz +%%PERL5_MAN3%%/Image::ExifTool::RIFF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::RSRC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::RTF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Radiance.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Rawzor.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Real.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Reconyx.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Ricoh.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Samsung.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Sanyo.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Scalado.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Shift.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Shortcuts.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Sigma.3.gz +%%PERL5_MAN3%%/Image::ExifTool::SigmaRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Sony.3.gz +%%PERL5_MAN3%%/Image::ExifTool::SonyIDC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Stim.3.gz +%%PERL5_MAN3%%/Image::ExifTool::TagInfoXML.3.gz +%%PERL5_MAN3%%/Image::ExifTool::TagLookup.3.gz +%%PERL5_MAN3%%/Image::ExifTool::TagNames.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Theora.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Torrent.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Unknown.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Vorbis.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteCanonRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteExif.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteIPTC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WritePDF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WritePNG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WritePhotoshop.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WritePostScript.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteQuickTime.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteXMP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Writer.3.gz +%%PERL5_MAN3%%/Image::ExifTool::XMP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::XMP2.3.gz +%%PERL5_MAN3%%/Image::ExifTool::XMPStruct.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ZIP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::iWork.3.gz man/man1/exiftool.1.gz From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 19:58:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4CF8CA7B; Thu, 19 Feb 2015 19:58:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D7E59D0; Thu, 19 Feb 2015 19:58:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JJwwSe063808; Thu, 19 Feb 2015 19:58:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JJwwTX063806; Thu, 19 Feb 2015 19:58:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502191958.t1JJwwTX063806@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 19:58:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379384 - 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.18-1 Precedence: list List-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, 19 Feb 2015 19:58:59 -0000 Author: sunpoet Date: Thu Feb 19 19:58:58 2015 New Revision: 379384 URL: https://svnweb.freebsd.org/changeset/ports/379384 QAT: https://qat.redports.org/buildarchive/r379384/ Log: - Update to 3.4.12 - While I'm here: - Pet portlint - Remove contiguous blank lines Changes: http://www.squid-cache.org/Versions/v3/3.4/RELEASENOTES.html PR: 197812 Submitted by: Modified: head/www/squid/Makefile head/www/squid/distinfo Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Thu Feb 19 19:58:52 2015 (r379383) +++ head/www/squid/Makefile Thu Feb 19 19:58:58 2015 (r379384) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= squid -PORTVERSION= 3.4.11 +PORTVERSION= 3.4.12 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ @@ -9,7 +9,7 @@ MASTER_SITES= http://www.squid-cache.org http://www.eu.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www1.jp.squid-cache.org/Versions/v3/${PORTVERSION:R}/ MASTER_SITE_SUBDIR= squid -DIST_SUBDIR= squid3.4 +DIST_SUBDIR= squid${PORTVERSION:R} PATCH_SITES= http://www.squid-cache.org/%SUBDIR%/ \ http://www2.us.squid-cache.org/%SUBDIR%/ \ @@ -18,7 +18,7 @@ PATCH_SITES= http://www.squid-cache.org/ http://www1.jp.squid-cache.org/%SUBDIR%/ \ http://master.squid-cache.org/~amosjeffries/patches/:nosid PATCH_SITE_SUBDIR= Versions/v3/${PORTVERSION:R}/changesets -#PATCHFILES= +PATCHFILES= # empty MAINTAINER= ports@FreeBSD.org COMMENT= HTTP Caching Proxy @@ -268,7 +268,6 @@ diskio_modules+= DiskDaemon storage_schemes+= rock .endif - CONFIGURE_ARGS+= --enable-storeio="${storage_schemes}" \ --enable-disk-io="${diskio_modules}" Modified: head/www/squid/distinfo ============================================================================== --- head/www/squid/distinfo Thu Feb 19 19:58:52 2015 (r379383) +++ head/www/squid/distinfo Thu Feb 19 19:58:58 2015 (r379384) @@ -1,2 +1,2 @@ -SHA256 (squid3.4/squid-3.4.11.tar.xz) = b4ede14221d043bbde94655aee195b090fe33a9a0a3d4ed83a9b41fcd46cac1d -SIZE (squid3.4/squid-3.4.11.tar.xz) = 2162148 +SHA256 (squid3.4/squid-3.4.12.tar.xz) = a3f4f18fa17e81a8d8e1a2ec059cdbe3211a90ccd1717c3d9e092c0afdde2864 +SIZE (squid3.4/squid-3.4.12.tar.xz) = 2162096 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 20:07:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D868D65; Thu, 19 Feb 2015 20:07:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47694AD4; Thu, 19 Feb 2015 20:07:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JK7YAs068601; Thu, 19 Feb 2015 20:07:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JK7Xfp068594; Thu, 19 Feb 2015 20:07:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502192007.t1JK7Xfp068594@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 20:07:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379385 - in head: devel/cppcheck multimedia/libmediainfo textproc/tinyxml2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 20:07:34 -0000 Author: sunpoet Date: Thu Feb 19 20:07:32 2015 New Revision: 379385 URL: https://svnweb.freebsd.org/changeset/ports/379385 QAT: https://qat.redports.org/buildarchive/r379385/ Log: - Update to 2.2.0 - Simplify Makefile - Bump PORTREVISION for textproc/tinyxml2 shlib change Changes: https://github.com/leethomason/tinyxml2/commits/master PR: 196884 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 1 month) Modified: head/devel/cppcheck/Makefile head/multimedia/libmediainfo/Makefile head/textproc/tinyxml2/Makefile head/textproc/tinyxml2/distinfo Modified: head/devel/cppcheck/Makefile ============================================================================== --- head/devel/cppcheck/Makefile Thu Feb 19 19:58:58 2015 (r379384) +++ head/devel/cppcheck/Makefile Thu Feb 19 20:07:32 2015 (r379385) @@ -3,6 +3,7 @@ PORTNAME= cppcheck PORTVERSION= 1.63 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ Modified: head/multimedia/libmediainfo/Makefile ============================================================================== --- head/multimedia/libmediainfo/Makefile Thu Feb 19 19:58:58 2015 (r379384) +++ head/multimedia/libmediainfo/Makefile Thu Feb 19 20:07:32 2015 (r379385) @@ -3,6 +3,7 @@ PORTNAME= libmediainfo PORTVERSION= 0.7.72 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/textproc/tinyxml2/Makefile ============================================================================== --- head/textproc/tinyxml2/Makefile Thu Feb 19 19:58:58 2015 (r379384) +++ head/textproc/tinyxml2/Makefile Thu Feb 19 20:07:32 2015 (r379385) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= tinyxml2 -PORTVERSION= 20140124 +PORTVERSION= 2.2.0 +PORTEPOCH= 1 CATEGORIES= textproc -MASTER_SITES= LOCAL/bf GH MAINTAINER= bf@FreeBSD.org COMMENT= Small C++ XML Parser @@ -16,20 +16,18 @@ USE_LDCONFIG= yes USES= cmake dos2unix GH_ACCOUNT= leethomason -GH_COMMIT= 5bb2d80 -GH_TAGNAME= ${GH_COMMIT} +GH_COMMIT= 5321a0e PLIST_FILES= include/tinyxml2.h \ lib/libtinyxml2.a \ lib/libtinyxml2.so \ - lib/libtinyxml2.so.1 \ - lib/libtinyxml2.so.1.0.14 \ + lib/libtinyxml2.so.2 \ + lib/libtinyxml2.so.2.2.0 \ libdata/pkgconfig/tinyxml2.pc +PORTEXAMPLES= xmltest.cpp resources OPTIONS_DEFINE= EXAMPLES -.include - post-patch: @${REINPLACE_CMD} -E \ -e 's@(DESTINATION )(.*)(/pkgconfig)@\1${PREFIX}/libdata\3@' \ @@ -39,13 +37,8 @@ check regression-test test: build @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test ; \ ./test -.if ${PORT_OPTIONS:MEXAMPLES} -PORTEXAMPLES= xmltest.cpp resources - post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @cd ${WRKSRC}; ${COPYTREE_SHARE} "${PORTEXAMPLES}" ${STAGEDIR}${EXAMPLESDIR} -.endif - .include Modified: head/textproc/tinyxml2/distinfo ============================================================================== --- head/textproc/tinyxml2/distinfo Thu Feb 19 19:58:58 2015 (r379384) +++ head/textproc/tinyxml2/distinfo Thu Feb 19 20:07:32 2015 (r379385) @@ -1,2 +1,2 @@ -SHA256 (tinyxml2-20140124.tar.gz) = 571bcf2d08954fd8d28b849fe73c20ee2c4670d738786bc568ebfbcab6c29ebb -SIZE (tinyxml2-20140124.tar.gz) = 451789 +SHA256 (tinyxml2-2.2.0.tar.gz) = ef38f6fa292c922ede197fa1e115b0b1a7eda79ee3fba795e3ea4f0b4646aa06 +SIZE (tinyxml2-2.2.0.tar.gz) = 455286 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 20:12:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 179DFF6; Thu, 19 Feb 2015 20:12:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC09BC04; Thu, 19 Feb 2015 20:12:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JKCEm2072854; Thu, 19 Feb 2015 20:12:14 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JKCEU9072851; Thu, 19 Feb 2015 20:12:14 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502192012.t1JKCEU9072851@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 19 Feb 2015 20:12:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379386 - in head/www/bluefish: . 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.18-1 Precedence: list List-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, 19 Feb 2015 20:12:15 -0000 Author: adamw Date: Thu Feb 19 20:12:13 2015 New Revision: 379386 URL: https://svnweb.freebsd.org/changeset/ports/379386 QAT: https://qat.redports.org/buildarchive/r379386/ Log: Update to 2.2.7, and use OPTIONS helpers. Instead of patching the Makefile to only install a file if DOCS is enabled, install it unconditionally and let pkg(8) sort it out. Also, the file in question is an example file, not a documentation file, so control it with EXAMPLES, not DOCS. Deleted: head/www/bluefish/files/ Modified: head/www/bluefish/Makefile head/www/bluefish/distinfo head/www/bluefish/pkg-plist Modified: head/www/bluefish/Makefile ============================================================================== --- head/www/bluefish/Makefile Thu Feb 19 20:07:32 2015 (r379385) +++ head/www/bluefish/Makefile Thu Feb 19 20:12:13 2015 (r379386) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bluefish -PORTVERSION= 2.2.6 -PORTREVISION= 1 +PORTVERSION= 2.2.7 CATEGORIES= www editors MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/ \ http://bluefish.mrball.net/stable/source/ \ @@ -31,53 +30,31 @@ CONFIGURE_ARGS= --with-gtk2 \ --with-freedesktop_org-menu=${PREFIX}/share/applications \ --with-freedesktop_org-mime=${PREFIX}/share/mime \ --with-icon-path=${PREFIX}/share/pixmaps +INSTALL_TARGET= install-strip -OPTIONS_DEFINE= DEBUG NLS TIDY WEBLINT DOCS +OPTIONS_DEFINE= DEBUG NLS TIDY WEBLINT EXAMPLES DEBUG_DESC= Enable debugging output TIDY_DESC= Include Tidy HTML cleanup program WEBLINT_DESC= Include Weblint syntax and style checker -OPTIONS_DEFAULT= WEBLINT +OPTIONS_DEFAULT=WEBLINT -.include +OPTIONS_SUB= yes -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --with-debugging-output -.endif - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.if ${PORT_OPTIONS:MTIDY} -RUN_DEPENDS+= tidy4:${PORTSDIR}/www/tidy -.endif - -.if ${PORT_OPTIONS:MWEBLINT} -RUN_DEPENDS+= weblint:${PORTSDIR}/www/weblint -.endif - -.include - -.if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_GNOME+= libgnomeui -.endif +NLS_USES= gettext +NLS_CONFIGURE_OFF= --disable-nls + +DEBUG_CONFIGURE_ON= --with-debugging-output +LIBGNOME_USE= GNOME=libgnomeui +TIDY_RUN_DEPENDS= tidy4:${PORTSDIR}/www/tidy +WEBLINT_RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint + +post-patch: + @${REINPLACE_CMD} -e '/^bflangsampledir = /s|$$(docdir)/bflang|${EXAMPLESDIR}|' \ + ${WRKSRC}/data/bflang/Makefile.in pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime -post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}${DOCSDIR}/bflang - ${INSTALL_DATA} ${WRKSRC}/data/bflang/sample.bflang2 \ - ${STAGEDIR}${DOCSDIR}/bflang -.endif - (cd ${STAGEDIR}${PREFIX}/lib/bluefish/ && \ - ${STRIP_CMD} *.so) - -.include +.include Modified: head/www/bluefish/distinfo ============================================================================== --- head/www/bluefish/distinfo Thu Feb 19 20:07:32 2015 (r379385) +++ head/www/bluefish/distinfo Thu Feb 19 20:12:13 2015 (r379386) @@ -1,2 +1,2 @@ -SHA256 (bluefish-2.2.6.tar.bz2) = 54c2892c317eb2287c9fb0a3e29c3f19bef51d9ab0353bfb158e52a1cdae4216 -SIZE (bluefish-2.2.6.tar.bz2) = 3793018 +SHA256 (bluefish-2.2.7.tar.bz2) = 23534b73b929754e15b86d12904ca3ffc1b069da5dcd4f34a67e842fe9e858df +SIZE (bluefish-2.2.7.tar.bz2) = 3836580 Modified: head/www/bluefish/pkg-plist ============================================================================== --- head/www/bluefish/pkg-plist Thu Feb 19 20:07:32 2015 (r379385) +++ head/www/bluefish/pkg-plist Thu Feb 19 20:12:13 2015 (r379386) @@ -131,7 +131,7 @@ share/applications/bluefish.desktop %%DATADIR%%/templates/PHP %%DATADIR%%/templates/XHTML_1.0 %%DATADIR%%/ui/bluefish_menu_ui.xml -%%PORTDOCS%%%%DOCSDIR%%/bflang/sample.bflang2 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.bflang2 share/icons/hicolor/128x128/apps/bluefish.png share/icons/hicolor/128x128/mimetypes/application-x-bluefish-project.png share/icons/hicolor/16x16/apps/bluefish.png @@ -425,27 +425,3 @@ share/pixmaps/application-x-bluefish-pro share/pixmaps/bluefish.png share/xml/bluefish/2.0/bflang2.rng share/xml/bluefish/catalog.xml -@dirrm lib/bluefish -@dirrm %%DATADIR%%/bflang -@dirrm %%DATADIR%%/bflib -@dirrm %%DATADIR%%/jsbeautifier -@dirrm %%DATADIR%%/jsbeautifier/unpackers -@dirrm %%DATADIR%%/lipsum/data -@dirrm %%DATADIR%%/lipsum -@dirrm %%DATADIR%%/plugins/htmlbar/ui -@dirrm %%DATADIR%%/plugins/htmlbar -@dirrm %%DATADIR%%/plugins/zencoding/actions -@dirrm %%DATADIR%%/plugins/zencoding/filters -@dirrm %%DATADIR%%/plugins/zencoding/interface -@dirrm %%DATADIR%%/plugins/zencoding/parser -@dirrm %%DATADIR%%/plugins/zencoding -@dirrm %%DATADIR%%/plugins -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/bflang -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/appdata -@dirrmtry share/mime/application -@dirrm share/xml/bluefish/2.0 -@dirrm share/xml/bluefish From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 20:34:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7200C9F4; Thu, 19 Feb 2015 20:34:14 +0000 (UTC) Received: from forward9l.mail.yandex.net (forward9l.mail.yandex.net [IPv6:2a02:6b8:0:1819::9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 31A0AE4E; Thu, 19 Feb 2015 20:34:14 +0000 (UTC) Received: from smtp13.mail.yandex.net (smtp13.mail.yandex.net [95.108.130.68]) by forward9l.mail.yandex.net (Yandex) with ESMTP id 8C118E60F75; Thu, 19 Feb 2015 23:33:56 +0300 (MSK) Received: from smtp13.mail.yandex.net (localhost [127.0.0.1]) by smtp13.mail.yandex.net (Yandex) with ESMTP id CB47CE403DE; Thu, 19 Feb 2015 23:33:55 +0300 (MSK) Received: from 46.38.38.108.tel.ru (46.38.38.108.tel.ru [46.38.38.108]) by smtp13.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id fuTv34CwLj-XtaGK1Nw; Thu, 19 Feb 2015 23:33:55 +0300 (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) Message-ID: <54E648B3.7040502@passap.ru> Date: Thu, 19 Feb 2015 23:33:55 +0300 From: Boris Samorodov Organization: =?UTF-8?B?0JfQkNCeICLQktCQ0KDQoiI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Nicola Vitale , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r379314 - head/print/foxitreader References: <201502182118.t1ILIfDZ009172@svn.freebsd.org> In-Reply-To: <201502182118.t1ILIfDZ009172@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 20:34:14 -0000 19.02.2015 00:18, Nicola Vitale пишет: > Author: nivit > Date: Wed Feb 18 21:18:41 2015 > New Revision: 379314 > URL: https://svnweb.freebsd.org/changeset/ports/379314 > QAT: https://qat.redports.org/buildarchive/r379314/ > > Log: > - Fix installation when DOCS option is off > > PR: 197807 > Submitted by: xmj > > Modified: > head/print/foxitreader/Makefile > > Modified: head/print/foxitreader/Makefile > ============================================================================== > --- head/print/foxitreader/Makefile Wed Feb 18 20:49:13 2015 (r379313) > +++ head/print/foxitreader/Makefile Wed Feb 18 21:18:41 2015 (r379314) > @@ -46,7 +46,9 @@ do-install: > ${INSTALL_DATA} ${WRKSRC}/po/${locale}/FoxitReader.mo ${STAGEDIR}${PREFIX}/share/locale/${locale}/LC_MESSAGES/ > .endfor > .endif > +.if ${PORT_OPTIONS:MDOCS} > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${DISTDIR}/FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf ${STAGEDIR}${DOCSDIR} > +.endif > > .include I was under an impression that this should be automagically treated by staging. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 20:49:03 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FD31D5C; Thu, 19 Feb 2015 20:49:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 392AAF64; Thu, 19 Feb 2015 20:49:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JKn2nv087752; Thu, 19 Feb 2015 20:49:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JKn2rJ087750; Thu, 19 Feb 2015 20:49:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502192049.t1JKn2rJ087750@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 20:49:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379387 - 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.18-1 Precedence: list List-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, 19 Feb 2015 20:49:03 -0000 Author: sunpoet Date: Thu Feb 19 20:49:01 2015 New Revision: 379387 URL: https://svnweb.freebsd.org/changeset/ports/379387 QAT: https://qat.redports.org/buildarchive/r379387/ Log: - Update to 7.4.640 Changes: https://code.google.com/p/vim/source/list Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Thu Feb 19 20:12:13 2015 (r379386) +++ head/editors/vim/Makefile Thu Feb 19 20:49:01 2015 (r379387) @@ -41,7 +41,7 @@ REINPLACE_ARGS= -i '' USES= cpe iconv pkgconfig shebangfix tar:bzip2 WANT_GNOME= yes -PATCHLEVEL= 591 +PATCHLEVEL= 640 PATCHFILES!= /usr/bin/jot -s " " -w "%03d" ${PATCHLEVEL} 1 ${PATCHLEVEL} #POSTPONED_PATCHES= 064 087 147 # patch files postponed to be applied in post-patch: SKIPPED_PATCHES= 208 356 # patch files skipped Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Thu Feb 19 20:12:13 2015 (r379386) +++ head/editors/vim/distinfo Thu Feb 19 20:49:01 2015 (r379387) @@ -1178,3 +1178,101 @@ SHA256 (vim/7.4.590) = 715eb9487df75289a SIZE (vim/7.4.590) = 1739 SHA256 (vim/7.4.591) = ffee19b498c28dec846a24aae15eff78c7a379d3610151ff22a22348ed9a7d9c SIZE (vim/7.4.591) = 1756 +SHA256 (vim/7.4.592) = db26f104f7260cd4562db2cf4a77348d6d62b65d2f889b586cd0e16e3bf0ad6b +SIZE (vim/7.4.592) = 1645 +SHA256 (vim/7.4.593) = eb9e71d3b48132a02ed3760fa4530b772255c9cd73b8a2f8ce5a6879e9b9bd02 +SIZE (vim/7.4.593) = 4914 +SHA256 (vim/7.4.594) = 4e6abc65fe9064d5a4b3a565ed7c2e00e307057c55e46f1c4a3a78c33db8351a +SIZE (vim/7.4.594) = 3194 +SHA256 (vim/7.4.595) = c811c3661c3b529996b49602f57ff9c43f2788215c9d5cd5337e800e51a8e719 +SIZE (vim/7.4.595) = 1533 +SHA256 (vim/7.4.596) = 543c2f71f5d9aad14927e6afefd97654eaacc54202a9a2c409817c7314c9adb0 +SIZE (vim/7.4.596) = 1604 +SHA256 (vim/7.4.597) = 1cf107bbee71ba4657d2232e014c660fec3048ddea9594a4b446b81e70edb996 +SIZE (vim/7.4.597) = 1729 +SHA256 (vim/7.4.598) = 7b7860210247898d69a220c4ea7c608d436586bee7db36d5db1691f10ffa0adc +SIZE (vim/7.4.598) = 7175 +SHA256 (vim/7.4.599) = a1c682dce95b0a96c628b4e977eb7f7bbb456f3a1da5cfb712b27228c6f19aad +SIZE (vim/7.4.599) = 1503 +SHA256 (vim/7.4.600) = e59a721ef08966aa95094c2c64a932e18126f3df533d22cefe272889e2ee3289 +SIZE (vim/7.4.600) = 14844 +SHA256 (vim/7.4.601) = 5c6f32aabaad586995916bedccfb6aacc2158c00f52549d1860a3d883a2d5d43 +SIZE (vim/7.4.601) = 3684 +SHA256 (vim/7.4.602) = 309df0040ad5bc28a5df2f264316d420b028ca6d2fac5f81f51e49eed2e14f1e +SIZE (vim/7.4.602) = 3058 +SHA256 (vim/7.4.603) = edf328a880b84733de98ec3ffe51dde7f10f18d5ab0bc9e01d3b3d9671613259 +SIZE (vim/7.4.603) = 6468 +SHA256 (vim/7.4.604) = 328cf55361c1276efe1a93545e517883ddc9cd808ffe11c63cb62ede1fee23e9 +SIZE (vim/7.4.604) = 1610 +SHA256 (vim/7.4.605) = 369aa5a4d1da2cd71f589239f34daec3d80c34be3e4010028d72593d5e83a2ba +SIZE (vim/7.4.605) = 10078 +SHA256 (vim/7.4.606) = c9ded113f97cf96553e1f1adb19e10826a8188a7a87b42ae71c0b7fa04f221e0 +SIZE (vim/7.4.606) = 1457 +SHA256 (vim/7.4.607) = 37cd5535d19f6550102a1eba38524246196c877c126a3eda17a4c25092a02129 +SIZE (vim/7.4.607) = 1825 +SHA256 (vim/7.4.608) = 0901baebe7474d8b693b2cdf2fae2c75adeef2e9c0cac17cc03aeb486142d616 +SIZE (vim/7.4.608) = 5034 +SHA256 (vim/7.4.609) = c0997b40dfa148168890a7cd0676c3cf42e5317f6bc9b25a2aabc123fd8f4a08 +SIZE (vim/7.4.609) = 20895 +SHA256 (vim/7.4.610) = 98c9e8df3dd4f424b8e6098f4ef6e0efbf782ebc5284d8026b09cad885ea7b74 +SIZE (vim/7.4.610) = 2518 +SHA256 (vim/7.4.611) = 6d2af7ec3700e8b2972ac5af0a5f311fca0b9d7b20147e89e72dae0e59c1dca3 +SIZE (vim/7.4.611) = 1341 +SHA256 (vim/7.4.612) = 668af1956f8c8c3bea3e880832dc9a8b845213d825d4c26ad0ea51271e1ef91f +SIZE (vim/7.4.612) = 3589 +SHA256 (vim/7.4.613) = 526f519039cbc400460fdbeedafc0e7da1ae347786fec42af1f06b9775e27aa5 +SIZE (vim/7.4.613) = 6713 +SHA256 (vim/7.4.614) = d8138cdce78757c420fe91870541d69a9313a0e84b36d31823c6d6f92f89da08 +SIZE (vim/7.4.614) = 1880 +SHA256 (vim/7.4.615) = 39793f6742239c44efca877c49d603eef025ffee3a57ffb4fb60aaba2dbdacfc +SIZE (vim/7.4.615) = 4050 +SHA256 (vim/7.4.616) = caa7527babb78c5cb2dfa163015b5f5aaeeb10602645d463126421f3ceb72459 +SIZE (vim/7.4.616) = 4582 +SHA256 (vim/7.4.617) = d7ecdde8c9b0bac802d4fab120cf583e6a6457c35e29e00735d763cc810cf090 +SIZE (vim/7.4.617) = 2790 +SHA256 (vim/7.4.618) = d3f936369b4ff2f60dd504ef52c040d4f070d1dddc5ec62a0c74cf1065ffd186 +SIZE (vim/7.4.618) = 1337 +SHA256 (vim/7.4.619) = acd0735f9aafefd651e0781c59c743bfb12a568a5f40dd0863f690e501c305b0 +SIZE (vim/7.4.619) = 1929 +SHA256 (vim/7.4.620) = 7e04ad4a3f3c2be4505828c9d12f25c391156e06e9003e47d1e87cbcc6360b0e +SIZE (vim/7.4.620) = 1549 +SHA256 (vim/7.4.621) = 6b355fcc8c64d377b406756a85e6ea23043d9de2c143fec3b15e6aad660907db +SIZE (vim/7.4.621) = 1755 +SHA256 (vim/7.4.622) = 90ced5c28a8b811e8e7781f6262157b7db6eb927aba250d6bd770ebc97e09d62 +SIZE (vim/7.4.622) = 1584 +SHA256 (vim/7.4.623) = 7c00d23deb9b3879c1e975f5068631aaef7b6bef4834542aef1e310c1514561c +SIZE (vim/7.4.623) = 2555 +SHA256 (vim/7.4.624) = 7c1dad95bab214fc4e046346b24f70914b3169423cb1c2e666a4e17d948afe47 +SIZE (vim/7.4.624) = 5520 +SHA256 (vim/7.4.625) = 0acf08f3daae3a605f9ea349032514bd121134e6ab38bf96f340bcc67a49bf65 +SIZE (vim/7.4.625) = 1976 +SHA256 (vim/7.4.626) = 1bb86add57344b354876802cf4a0e23c551564b20d2b6a22fe1e06912b7dd3ed +SIZE (vim/7.4.626) = 2091 +SHA256 (vim/7.4.627) = a2661f0a205a6c30a2c00e1a5eae9811d143189142d100c610a421f825e3de30 +SIZE (vim/7.4.627) = 6670 +SHA256 (vim/7.4.628) = 41b72b787aa64048c8cba9853623086eddc4d2341f3653ab7718a86038142458 +SIZE (vim/7.4.628) = 1782 +SHA256 (vim/7.4.629) = 18fcc0dd6004a3f005703380d5f707fdc4543824f1c57f8ecd8d145ad15813bc +SIZE (vim/7.4.629) = 2023 +SHA256 (vim/7.4.630) = 8a57f13f041878230b612cf3862e32133958ecc8215e18631037b16940beb4e1 +SIZE (vim/7.4.630) = 2242 +SHA256 (vim/7.4.631) = 9f7f758d620eb76926b58c5c4a96e6fcba5403444021c5b679bc1bc8088c6484 +SIZE (vim/7.4.631) = 1674 +SHA256 (vim/7.4.632) = ed9b6dd8422d089de27a425c431709ca2a3f6fdfde108c1919039d0d0cb97778 +SIZE (vim/7.4.632) = 1620 +SHA256 (vim/7.4.633) = fd74c2516408ef2174b503a91ac6449f06a4da1a41586d3e36360e3c0f94ce69 +SIZE (vim/7.4.633) = 2528 +SHA256 (vim/7.4.634) = 6d99d82eccff594747a5087a5ff9ce9981aa849dd6f9ca1e46d62357a5d477cc +SIZE (vim/7.4.634) = 5527 +SHA256 (vim/7.4.635) = 784f32831b0c29d9e5dfa44e14a32318321b663fbb24727a908ab596c0387749 +SIZE (vim/7.4.635) = 2039 +SHA256 (vim/7.4.636) = 273e873fdee6c8ea32876b994a673f178487d7dd86f4eac73072870719419278 +SIZE (vim/7.4.636) = 4780 +SHA256 (vim/7.4.637) = 24a4ea2fe73c7f08cdc0dc40e476b6101e91450c294be2ea48d437336064254d +SIZE (vim/7.4.637) = 2612 +SHA256 (vim/7.4.638) = f875a5ef4b4316d595a69396dd8ef39be5a36e3dda3891925abe4741a49dae56 +SIZE (vim/7.4.638) = 1674 +SHA256 (vim/7.4.639) = f34712da3a7a95119242ee3ee16c629dcb58d5765ae81b71911ba83ade853052 +SIZE (vim/7.4.639) = 6808 +SHA256 (vim/7.4.640) = ba9ab381f53de2a35e5a264e79855b5b70d405ff3c8e3088c6371f93aa865c3f +SIZE (vim/7.4.640) = 2214 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 20:51:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE195F79; Thu, 19 Feb 2015 20:51:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D867FF93; Thu, 19 Feb 2015 20:51:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JKpXv1091623; Thu, 19 Feb 2015 20:51:33 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JKpXqa091620; Thu, 19 Feb 2015 20:51:33 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201502192051.t1JKpXqa091620@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 19 Feb 2015 20:51:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379388 - head/print/lyx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 20:51:34 -0000 Author: rakuco Date: Thu Feb 19 20:51:32 2015 New Revision: 379388 URL: https://svnweb.freebsd.org/changeset/ports/379388 QAT: https://qat.redports.org/buildarchive/r379388/ Log: Update to 2.1.3. Modified: head/print/lyx/Makefile head/print/lyx/distinfo head/print/lyx/pkg-plist Modified: head/print/lyx/Makefile ============================================================================== --- head/print/lyx/Makefile Thu Feb 19 20:49:01 2015 (r379387) +++ head/print/lyx/Makefile Thu Feb 19 20:51:32 2015 (r379388) @@ -20,7 +20,7 @@ LIB_DEPENDS= libboost_regex.so:${PORTSDI libmythes-1.2.so:${PORTSDIR}/textproc/mythes MAJOR_VERSION= 2.1 -MINOR_VERSION= 2 +MINOR_VERSION= 3 USES= desktop-file-utils gmake iconv pkgconfig perl5 python:2 tar:xz USE_QT4= corelib gui moc_build uic_build rcc_build Modified: head/print/lyx/distinfo ============================================================================== --- head/print/lyx/distinfo Thu Feb 19 20:49:01 2015 (r379387) +++ head/print/lyx/distinfo Thu Feb 19 20:51:32 2015 (r379388) @@ -1,2 +1,2 @@ -SHA256 (lyx-2.1.2.tar.xz) = c8783822341e95cc2a6b5da1b0e838542fd875017d8775f237b17c1790b1bba5 -SIZE (lyx-2.1.2.tar.xz) = 10669264 +SHA256 (lyx-2.1.3.tar.xz) = 2fd52e7e5ee372983eb6b0a7f04765cb0df6f8c1f3420081d9f7761acfc75682 +SIZE (lyx-2.1.3.tar.xz) = 10778624 Modified: head/print/lyx/pkg-plist ============================================================================== --- head/print/lyx/pkg-plist Thu Feb 19 20:49:01 2015 (r379387) +++ head/print/lyx/pkg-plist Thu Feb 19 20:51:32 2015 (r379388) @@ -254,6 +254,7 @@ share/icons/hicolor/scalable/apps/lyx.sv %%DATADIR%%/examples/ItemizeBullets.lyx %%DATADIR%%/examples/Literate.lyx %%DATADIR%%/examples/MultilingualCaptions.lyx +%%DATADIR%%/examples/PDF-comment.lyx %%DATADIR%%/examples/R-S-statements.lyx %%DATADIR%%/examples/aa_sample.lyx %%DATADIR%%/examples/aas_sample.lyx @@ -1963,6 +1964,7 @@ share/icons/hicolor/scalable/apps/lyx.sv %%DATADIR%%/layouts/IEEEtran-TransMag.layout %%DATADIR%%/layouts/IEEEtran.layout %%DATADIR%%/layouts/RJournal.layout +%%DATADIR%%/layouts/a0poster.layout %%DATADIR%%/layouts/aa.layout %%DATADIR%%/layouts/aapaper.inc %%DATADIR%%/layouts/aapaper.layout @@ -1992,6 +1994,7 @@ share/icons/hicolor/scalable/apps/lyx.sv %%DATADIR%%/layouts/article.layout %%DATADIR%%/layouts/basic.module %%DATADIR%%/layouts/beamer.layout +%%DATADIR%%/layouts/beamerposter.layout %%DATADIR%%/layouts/bicaption.module %%DATADIR%%/layouts/book.layout %%DATADIR%%/layouts/braille.module @@ -2084,6 +2087,7 @@ share/icons/hicolor/scalable/apps/lyx.sv %%DATADIR%%/layouts/numreport.inc %%DATADIR%%/layouts/numrevtex.inc %%DATADIR%%/layouts/paper.layout +%%DATADIR%%/layouts/pdfcomment.module %%DATADIR%%/layouts/powerdot.layout %%DATADIR%%/layouts/recipebook.layout %%DATADIR%%/layouts/report.layout @@ -2091,6 +2095,7 @@ share/icons/hicolor/scalable/apps/lyx.sv %%DATADIR%%/layouts/revtex4-1.layout %%DATADIR%%/layouts/revtex4.layout %%DATADIR%%/layouts/rsphrase.module +%%DATADIR%%/layouts/sciposter.layout %%DATADIR%%/layouts/scrartcl.layout %%DATADIR%%/layouts/scrarticle-beamer.layout %%DATADIR%%/layouts/scrbook.layout @@ -2098,6 +2103,7 @@ share/icons/hicolor/scalable/apps/lyx.sv %%DATADIR%%/layouts/scrlettr.layout %%DATADIR%%/layouts/scrlttr2.layout %%DATADIR%%/layouts/scrreprt.layout +%%DATADIR%%/layouts/sectionbox.module %%DATADIR%%/layouts/seminar.layout %%DATADIR%%/layouts/shapepar.module %%DATADIR%%/layouts/siamltex.layout @@ -2134,6 +2140,7 @@ share/icons/hicolor/scalable/apps/lyx.sv %%DATADIR%%/layouts/tabs-within-sections.module %%DATADIR%%/layouts/tarticle.layout %%DATADIR%%/layouts/tbook.layout +%%DATADIR%%/layouts/tcolorbox.module %%DATADIR%%/layouts/theorems-ams-bytype.inc %%DATADIR%%/layouts/theorems-ams-bytype.module %%DATADIR%%/layouts/theorems-ams-extended-bytype.module @@ -2303,6 +2310,10 @@ share/icons/hicolor/scalable/apps/lyx.sv %%DATADIR%%/templates/koma-letter2.lyx %%DATADIR%%/templates/letter.lyx %%DATADIR%%/templates/lettre.lyx +%%DATADIR%%/templates/poster-a0poster-colored.lyx +%%DATADIR%%/templates/poster-a0poster-simple.lyx +%%DATADIR%%/templates/poster-beamerposter.lyx +%%DATADIR%%/templates/poster-sciposter.lyx %%DATADIR%%/templates/revtex4-1.lyx %%DATADIR%%/templates/revtex4.lyx %%DATADIR%%/templates/slides.lyx From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 21:07:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18F796F4; Thu, 19 Feb 2015 21:07:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 040911EB; Thu, 19 Feb 2015 21:07:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JL7vYR097498; Thu, 19 Feb 2015 21:07:57 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JL7v7S097494; Thu, 19 Feb 2015 21:07:57 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502192107.t1JL7v7S097494@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 19 Feb 2015 21:07:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379389 - head/devel/p5-EV X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 21:07:58 -0000 Author: adamw Date: Thu Feb 19 21:07:56 2015 New Revision: 379389 URL: https://svnweb.freebsd.org/changeset/ports/379389 QAT: https://qat.redports.org/buildarchive/r379389/ Log: Update to 4.18. Changes: https://metacpan.org/changes/distribution/EV PR: 197830 Approved by: maintainer Modified: head/devel/p5-EV/Makefile head/devel/p5-EV/distinfo Modified: head/devel/p5-EV/Makefile ============================================================================== --- head/devel/p5-EV/Makefile Thu Feb 19 20:51:32 2015 (r379388) +++ head/devel/p5-EV/Makefile Thu Feb 19 21:07:56 2015 (r379389) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= EV -PORTVERSION= 4.15 -PORTREVISION= 1 +PORTVERSION= 4.18 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN Modified: head/devel/p5-EV/distinfo ============================================================================== --- head/devel/p5-EV/distinfo Thu Feb 19 20:51:32 2015 (r379388) +++ head/devel/p5-EV/distinfo Thu Feb 19 21:07:56 2015 (r379389) @@ -1,2 +1,2 @@ -SHA256 (EV-4.15.tar.gz) = 7bc3701a94dcfb13cfb382dc36cd3455c7497afe976c604a1e1783c032ae9975 -SIZE (EV-4.15.tar.gz) = 189514 +SHA256 (EV-4.18.tar.gz) = 7d16b820a0b321b0631f0f9f857e87cd0b29da8e11f5686f767cb8dca424fe02 +SIZE (EV-4.18.tar.gz) = 190556 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 21:10:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6AB808CF; Thu, 19 Feb 2015 21:10:34 +0000 (UTC) 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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 428A11FE; Thu, 19 Feb 2015 21:10:33 +0000 (UTC) Received: from [192.168.192.25] (67-0-109-75.albq.qwest.net [67.0.109.75]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id D928813C7B8; Thu, 19 Feb 2015 14:10:26 -0700 (MST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: svn commit: r379314 - head/print/foxitreader From: Adam Weinberger In-Reply-To: <54E648B3.7040502@passap.ru> Date: Thu, 19 Feb 2015 14:10:24 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201502182118.t1ILIfDZ009172@svn.freebsd.org> <54E648B3.7040502@passap.ru> To: Boris Samorodov X-Mailer: Apple Mail (2.2070.6) Cc: Nicola Vitale , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 21:10:34 -0000 > On 19 Feb, 2015, at 13:33, Boris Samorodov wrote: >=20 > 19.02.2015 00:18, Nicola Vitale =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >> Author: nivit >> Date: Wed Feb 18 21:18:41 2015 >> New Revision: 379314 >> URL: https://svnweb.freebsd.org/changeset/ports/379314 >> QAT: https://qat.redports.org/buildarchive/r379314/ >>=20 >> Log: >> - Fix installation when DOCS option is off >>=20 >> PR: 197807 >> Submitted by: xmj >>=20 >> Modified: >> head/print/foxitreader/Makefile >>=20 >> Modified: head/print/foxitreader/Makefile >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/print/foxitreader/Makefile Wed Feb 18 20:49:13 2015 = (r379313) >> +++ head/print/foxitreader/Makefile Wed Feb 18 21:18:41 2015 = (r379314) >> @@ -46,7 +46,9 @@ do-install: >> ${INSTALL_DATA} ${WRKSRC}/po/${locale}/FoxitReader.mo = ${STAGEDIR}${PREFIX}/share/locale/${locale}/LC_MESSAGES/ >> .endfor >> .endif >> +.if ${PORT_OPTIONS:MDOCS} >> @${MKDIR} ${STAGEDIR}${DOCSDIR} >> ${INSTALL_DATA} = ${DISTDIR}/FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf = ${STAGEDIR}${DOCSDIR} >> +.endif >>=20 >> .include >=20 > I was under an impression that this should be automagically > treated by staging. In general, you're right, but in this case, the DOCS option adds an = extra DISTFILE containing the manual. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 21:13:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F087AB3; Thu, 19 Feb 2015 21:13:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37EF02DE; Thu, 19 Feb 2015 21:13:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JLDqWh002135; Thu, 19 Feb 2015 21:13:52 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JLDq2g002134; Thu, 19 Feb 2015 21:13:52 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502192113.t1JLDq2g002134@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Thu, 19 Feb 2015 21:13:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379390 - head/devel/libvirt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 21:13:52 -0000 Author: jgh Date: Thu Feb 19 21:13:51 2015 New Revision: 379390 URL: https://svnweb.freebsd.org/changeset/ports/379390 QAT: https://qat.redports.org/buildarchive/r379390/ Log: - add dmidecode run dependency - filed issue upstream to potentially use sysctl PR: 196733 Submitted by: fabian.freyer@physik.tu-berlin.de Modified: head/devel/libvirt/Makefile Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Thu Feb 19 21:07:56 2015 (r379389) +++ head/devel/libvirt/Makefile Thu Feb 19 21:13:51 2015 (r379390) @@ -3,6 +3,7 @@ PORTNAME= libvirt PORTVERSION= 1.2.12 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -18,7 +19,8 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/ libgnutls.so:${PORTSDIR}/security/gnutls \ libssh2.so:${PORTSDIR}/security/libssh2 BUILD_DEPENDS= dnsmasq:${PORTSDIR}/dns/dnsmasq -RUN_DEPENDS= dnsmasq:${PORTSDIR}/dns/dnsmasq +RUN_DEPENDS= dnsmasq:${PORTSDIR}/dns/dnsmasq \ + dmidecode:${PORTSDIR}/sysutils/dmidecode OPTIONS_DEFINE= DOCS NLS QEMU SASL .if exists(/usr/sbin/bhyve) From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 21:15:12 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6970BB0; Thu, 19 Feb 2015 21:15:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF1B02F5; Thu, 19 Feb 2015 21:15:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JLFCYW002480; Thu, 19 Feb 2015 21:15:12 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JLFCuj002478; Thu, 19 Feb 2015 21:15:12 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201502192115.t1JLFCuj002478@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Thu, 19 Feb 2015 21:15:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379391 - head/devel/qmake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 21:15:13 -0000 Author: makc Date: Thu Feb 19 21:15:11 2015 New Revision: 379391 URL: https://svnweb.freebsd.org/changeset/ports/379391 QAT: https://qat.redports.org/buildarchive/r379391/ Log: devel/qmake: - Make it clear this qmake is from ancient Qt 3. I'd remove this port, but maintainer still has hopes for KDE 3 rebirth - update WWW PR: 182857 Approved by: mi (maintainer) Modified: head/devel/qmake/Makefile head/devel/qmake/pkg-descr Modified: head/devel/qmake/Makefile ============================================================================== --- head/devel/qmake/Makefile Thu Feb 19 21:13:51 2015 (r379390) +++ head/devel/qmake/Makefile Thu Feb 19 21:15:11 2015 (r379391) @@ -11,7 +11,7 @@ DISTNAME= qt-x11-free-${PORTVERSION} DIST_SUBDIR= KDE MAINTAINER= mi@aldan.algebra.com -COMMENT= The build utility of the Qt project +COMMENT= The build utility of the Qt 3 project REINPLACE_ARGS= -i "" WRKSRC= ${WRKDIR}/${DISTNAME}/qmake Modified: head/devel/qmake/pkg-descr ============================================================================== --- head/devel/qmake/pkg-descr Thu Feb 19 21:13:51 2015 (r379390) +++ head/devel/qmake/pkg-descr Thu Feb 19 21:15:11 2015 (r379391) @@ -1,8 +1,8 @@ -Qt is a C++ toolkit for application development. It lets application +Qt 3 is a C++ toolkit for application development. It lets application developers target all major operating systems with a single application source code. -Qmake is a project and makefile creating utility, that is part of Qt. +Qmake is a project and makefile creating utility, that is part of Qt 3. For ease of maintenance it is split out into a port of its own. -WWW: http://www.trolltech.com/products/qt/index.html +WWW: http://doc.qt.digia.com/3.3/index.html From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 21:16:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2F31CC2; Thu, 19 Feb 2015 21:16:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD80831C; Thu, 19 Feb 2015 21:16:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JLGOvk002768; Thu, 19 Feb 2015 21:16:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JLGOon002766; Thu, 19 Feb 2015 21:16:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502192116.t1JLGOon002766@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 21:16:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379392 - in head/graphics/gdal: . 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.18-1 Precedence: list List-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, 19 Feb 2015 21:16:24 -0000 Author: sunpoet Date: Thu Feb 19 21:16:23 2015 New Revision: 379392 URL: https://svnweb.freebsd.org/changeset/ports/379392 QAT: https://qat.redports.org/buildarchive/r379392/ Log: - Update to 1.11.2 Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.2-News Deleted: head/graphics/gdal/files/ Modified: head/graphics/gdal/Makefile head/graphics/gdal/distinfo Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Thu Feb 19 21:15:11 2015 (r379391) +++ head/graphics/gdal/Makefile Thu Feb 19 21:16:23 2015 (r379392) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.11.1 -PORTREVISION= 6 +PORTVERSION= 1.11.2 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ Modified: head/graphics/gdal/distinfo ============================================================================== --- head/graphics/gdal/distinfo Thu Feb 19 21:15:11 2015 (r379391) +++ head/graphics/gdal/distinfo Thu Feb 19 21:16:23 2015 (r379392) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.1.tar.xz) = 20e1042cff15a71038459a299732fb342428aea9912f32df30c85790fcab6302 -SIZE (gdal-1.11.1.tar.xz) = 6464112 +SHA256 (gdal-1.11.2.tar.xz) = b7a18956dde45d636330d558a3a804684565f9356b517ddec223462f2430075f +SIZE (gdal-1.11.2.tar.xz) = 6473004 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 21:16:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 930FBD9C; Thu, 19 Feb 2015 21:16:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E22931D; Thu, 19 Feb 2015 21:16:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JLGTDA002904; Thu, 19 Feb 2015 21:16:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JLGTkI002900; Thu, 19 Feb 2015 21:16:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502192116.t1JLGTkI002900@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 21:16:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379393 - 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.18-1 Precedence: list List-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, 19 Feb 2015 21:16:29 -0000 Author: sunpoet Date: Thu Feb 19 21:16:28 2015 New Revision: 379393 URL: https://svnweb.freebsd.org/changeset/ports/379393 QAT: https://qat.redports.org/buildarchive/r379393/ Log: - Update to 1.11.2 Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.2-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 Feb 19 21:16:23 2015 (r379392) +++ head/graphics/p5-Geo-GDAL/Makefile Thu Feb 19 21:16:28 2015 (r379393) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-GDAL -PORTVERSION= 1.11.1 +PORTVERSION= 1.11.2 PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= http://download.osgeo.org/gdal/ \ Modified: head/graphics/p5-Geo-GDAL/distinfo ============================================================================== --- head/graphics/p5-Geo-GDAL/distinfo Thu Feb 19 21:16:23 2015 (r379392) +++ head/graphics/p5-Geo-GDAL/distinfo Thu Feb 19 21:16:28 2015 (r379393) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.1.tar.xz) = 20e1042cff15a71038459a299732fb342428aea9912f32df30c85790fcab6302 -SIZE (gdal-1.11.1.tar.xz) = 6464112 +SHA256 (gdal-1.11.2.tar.xz) = b7a18956dde45d636330d558a3a804684565f9356b517ddec223462f2430075f +SIZE (gdal-1.11.2.tar.xz) = 6473004 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 21:16:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C86CE7A; Thu, 19 Feb 2015 21:16:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87499324; Thu, 19 Feb 2015 21:16:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JLGYSs003028; Thu, 19 Feb 2015 21:16:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JLGYOj003026; Thu, 19 Feb 2015 21:16:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502192116.t1JLGYOj003026@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 21:16:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379394 - 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.18-1 Precedence: list List-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, 19 Feb 2015 21:16:34 -0000 Author: sunpoet Date: Thu Feb 19 21:16:33 2015 New Revision: 379394 URL: https://svnweb.freebsd.org/changeset/ports/379394 QAT: https://qat.redports.org/buildarchive/r379394/ Log: - Update to 1.11.2 Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.2-News Modified: head/graphics/php-gdal/Makefile head/graphics/php-gdal/distinfo Modified: head/graphics/php-gdal/Makefile ============================================================================== --- head/graphics/php-gdal/Makefile Thu Feb 19 21:16:28 2015 (r379393) +++ head/graphics/php-gdal/Makefile Thu Feb 19 21:16:33 2015 (r379394) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.11.1 +PORTVERSION= 1.11.2 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/gdal/ \ ftp://ftp.remotesensing.org/pub/gdal/ \ Modified: head/graphics/php-gdal/distinfo ============================================================================== --- head/graphics/php-gdal/distinfo Thu Feb 19 21:16:28 2015 (r379393) +++ head/graphics/php-gdal/distinfo Thu Feb 19 21:16:33 2015 (r379394) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.1.tar.xz) = 20e1042cff15a71038459a299732fb342428aea9912f32df30c85790fcab6302 -SIZE (gdal-1.11.1.tar.xz) = 6464112 +SHA256 (gdal-1.11.2.tar.xz) = b7a18956dde45d636330d558a3a804684565f9356b517ddec223462f2430075f +SIZE (gdal-1.11.2.tar.xz) = 6473004 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 21:16:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 689F6F57; Thu, 19 Feb 2015 21:16:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53B0C329; Thu, 19 Feb 2015 21:16:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JLGd8F003154; Thu, 19 Feb 2015 21:16:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JLGc3u003152; Thu, 19 Feb 2015 21:16:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502192116.t1JLGc3u003152@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 21:16:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379395 - 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.18-1 Precedence: list List-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, 19 Feb 2015 21:16:39 -0000 Author: sunpoet Date: Thu Feb 19 21:16:38 2015 New Revision: 379395 URL: https://svnweb.freebsd.org/changeset/ports/379395 QAT: https://qat.redports.org/buildarchive/r379395/ Log: - Update to 1.11.2 Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.2-News Modified: head/graphics/py-gdal/Makefile head/graphics/py-gdal/distinfo Modified: head/graphics/py-gdal/Makefile ============================================================================== --- head/graphics/py-gdal/Makefile Thu Feb 19 21:16:33 2015 (r379394) +++ head/graphics/py-gdal/Makefile Thu Feb 19 21:16:38 2015 (r379395) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.11.1 +PORTVERSION= 1.11.2 CATEGORIES= graphics python MASTER_SITES= http://download.osgeo.org/gdal/ \ ftp://ftp.remotesensing.org/pub/gdal/ \ Modified: head/graphics/py-gdal/distinfo ============================================================================== --- head/graphics/py-gdal/distinfo Thu Feb 19 21:16:33 2015 (r379394) +++ head/graphics/py-gdal/distinfo Thu Feb 19 21:16:38 2015 (r379395) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.1.tar.xz) = 20e1042cff15a71038459a299732fb342428aea9912f32df30c85790fcab6302 -SIZE (gdal-1.11.1.tar.xz) = 6464112 +SHA256 (gdal-1.11.2.tar.xz) = b7a18956dde45d636330d558a3a804684565f9356b517ddec223462f2430075f +SIZE (gdal-1.11.2.tar.xz) = 6473004 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 21:16:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E8AEBD; Thu, 19 Feb 2015 21:16:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 390AF32F; Thu, 19 Feb 2015 21:16:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JLGi4b003293; Thu, 19 Feb 2015 21:16:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JLGh3A003290; Thu, 19 Feb 2015 21:16:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502192116.t1JLGh3A003290@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 19 Feb 2015 21:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379396 - 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.18-1 Precedence: list List-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, 19 Feb 2015 21:16:44 -0000 Author: sunpoet Date: Thu Feb 19 21:16:43 2015 New Revision: 379396 URL: https://svnweb.freebsd.org/changeset/ports/379396 QAT: https://qat.redports.org/buildarchive/r379396/ Log: - Update to 1.11.2 Changes: http://trac.osgeo.org/gdal/wiki/Release/1.11.2-News Modified: head/graphics/ruby-gdal/Makefile head/graphics/ruby-gdal/distinfo Modified: head/graphics/ruby-gdal/Makefile ============================================================================== --- head/graphics/ruby-gdal/Makefile Thu Feb 19 21:16:38 2015 (r379395) +++ head/graphics/ruby-gdal/Makefile Thu Feb 19 21:16:43 2015 (r379396) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gdal -PORTVERSION= 1.11.1 +PORTVERSION= 1.11.2 PORTREVISION= 2 CATEGORIES= graphics ruby MASTER_SITES= http://download.osgeo.org/gdal/ \ Modified: head/graphics/ruby-gdal/distinfo ============================================================================== --- head/graphics/ruby-gdal/distinfo Thu Feb 19 21:16:38 2015 (r379395) +++ head/graphics/ruby-gdal/distinfo Thu Feb 19 21:16:43 2015 (r379396) @@ -1,2 +1,2 @@ -SHA256 (gdal-1.11.1.tar.xz) = 20e1042cff15a71038459a299732fb342428aea9912f32df30c85790fcab6302 -SIZE (gdal-1.11.1.tar.xz) = 6464112 +SHA256 (gdal-1.11.2.tar.xz) = b7a18956dde45d636330d558a3a804684565f9356b517ddec223462f2430075f +SIZE (gdal-1.11.2.tar.xz) = 6473004 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 21:20:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 921DA257; Thu, 19 Feb 2015 21:20:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D133371; Thu, 19 Feb 2015 21:20:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JLK0AA003825; Thu, 19 Feb 2015 21:20:00 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JLK0Go003808; Thu, 19 Feb 2015 21:20:00 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201502192120.t1JLK0Go003808@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Thu, 19 Feb 2015 21:20:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379397 - head/math/grace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 21:20:00 -0000 Author: thierry Date: Thu Feb 19 21:19:59 2015 New Revision: 379397 URL: https://svnweb.freebsd.org/changeset/ports/379397 QAT: https://qat.redports.org/buildarchive/r379397/ Log: Upgrade to 5.1.25. Modified: head/math/grace/Makefile head/math/grace/distinfo Modified: head/math/grace/Makefile ============================================================================== --- head/math/grace/Makefile Thu Feb 19 21:16:43 2015 (r379396) +++ head/math/grace/Makefile Thu Feb 19 21:19:59 2015 (r379397) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= grace -PORTVERSION= 5.1.24 -PORTREVISION= 1 +PORTVERSION= 5.1.25 CATEGORIES= math print MASTER_SITES= ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \ ftp://ftp.ntua.gr/pub/graphics/grace/src/stable/ \ Modified: head/math/grace/distinfo ============================================================================== --- head/math/grace/distinfo Thu Feb 19 21:16:43 2015 (r379396) +++ head/math/grace/distinfo Thu Feb 19 21:19:59 2015 (r379397) @@ -1,2 +1,2 @@ -SHA256 (grace-5.1.24.tar.gz) = 25767a0d465e2fe999c50b05001aef1f4bf99315c55fdaecf1c52cb0e9be5fec -SIZE (grace-5.1.24.tar.gz) = 2956384 +SHA256 (grace-5.1.25.tar.gz) = 751ab9917ed0f6232073c193aba74046037e185d73b77bab0f5af3e3ff1da2ac +SIZE (grace-5.1.25.tar.gz) = 2957689 From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 21:22:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD17E3F9; Thu, 19 Feb 2015 21:22:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E0B861C; Thu, 19 Feb 2015 21:22:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JLMZBl007712; Thu, 19 Feb 2015 21:22:35 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JLMYR3007709; Thu, 19 Feb 2015 21:22:34 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201502192122.t1JLMYR3007709@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 19 Feb 2015 21:22:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379398 - in head/net/freeradius3: . 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.18-1 Precedence: list List-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, 19 Feb 2015 21:22:35 -0000 Author: zi Date: Thu Feb 19 21:22:34 2015 New Revision: 379398 URL: https://svnweb.freebsd.org/changeset/ports/379398 QAT: https://qat.redports.org/buildarchive/r379398/ Log: - Update to 3.0.7 PR: 197829 Submitted by: ncrogers@gmail.com Deleted: head/net/freeradius3/files/patch-src__lib__event.c Modified: head/net/freeradius3/Makefile head/net/freeradius3/distinfo head/net/freeradius3/pkg-plist Modified: head/net/freeradius3/Makefile ============================================================================== --- head/net/freeradius3/Makefile Thu Feb 19 21:19:59 2015 (r379397) +++ head/net/freeradius3/Makefile Thu Feb 19 21:22:34 2015 (r379398) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= freeradius -DISTVERSION= 3.0.6 -PORTREVISION= 2 +DISTVERSION= 3.0.7 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \ Modified: head/net/freeradius3/distinfo ============================================================================== --- head/net/freeradius3/distinfo Thu Feb 19 21:19:59 2015 (r379397) +++ head/net/freeradius3/distinfo Thu Feb 19 21:22:34 2015 (r379398) @@ -1,2 +1,2 @@ -SHA256 (freeradius-server-3.0.6.tar.bz2) = f9898b19564e7bf859396a9bdf492f72b918844b4916f1b46c56dfcd9e8dafcd -SIZE (freeradius-server-3.0.6.tar.bz2) = 2870327 +SHA256 (freeradius-server-3.0.7.tar.bz2) = 56251904344db9379129879f1bb97ff68639d3c63948db9273c337b34a5d851a +SIZE (freeradius-server-3.0.7.tar.bz2) = 2923352 Modified: head/net/freeradius3/pkg-plist ============================================================================== --- head/net/freeradius3/pkg-plist Thu Feb 19 21:19:59 2015 (r379397) +++ head/net/freeradius3/pkg-plist Thu Feb 19 21:22:34 2015 (r379398) @@ -12,6 +12,7 @@ bin/radsqlrelay bin/radtest bin/radwho bin/radzap +bin/rbmonkey bin/rlm_ippool_tool bin/smbencrypt include/freeradius/attributes.h @@ -244,6 +245,9 @@ include/freeradius/udpfromto.h %%SQLITE3%%%%LIBDIR%%/rlm_sql_sqlite.a %%SQLITE3%%%%LIBDIR%%/rlm_sql_sqlite.la %%SQLITE3%%%%LIBDIR%%/rlm_sql_sqlite.so +%%LIBDIR%%/rlm_test.a +%%LIBDIR%%/rlm_test.la +%%LIBDIR%%/rlm_test.so %%LIBDIR%%/rlm_unix.a %%LIBDIR%%/rlm_unix.la %%LIBDIR%%/rlm_unix.so @@ -780,6 +784,7 @@ sbin/radmin %%DATADIR%%/dictionary.packeteer %%DATADIR%%/dictionary.paloalto %%DATADIR%%/dictionary.patton +%%DATADIR%%/dictionary.perle %%DATADIR%%/dictionary.propel %%DATADIR%%/dictionary.prosoft %%DATADIR%%/dictionary.proxim @@ -821,6 +826,7 @@ sbin/radmin %%DATADIR%%/dictionary.riverstone %%DATADIR%%/dictionary.roaringpenguin %%DATADIR%%/dictionary.ruckus +%%DATADIR%%/dictionary.ruggedcom %%DATADIR%%/dictionary.sg %%DATADIR%%/dictionary.shasta %%DATADIR%%/dictionary.shiva @@ -838,6 +844,7 @@ sbin/radmin %%DATADIR%%/dictionary.telkom %%DATADIR%%/dictionary.terena %%DATADIR%%/dictionary.trapeze +%%DATADIR%%/dictionary.travelping %%DATADIR%%/dictionary.tropos %%DATADIR%%/dictionary.ukerna %%DATADIR%%/dictionary.unix From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 21:44:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DEF59993; Thu, 19 Feb 2015 21:44:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA25689A; Thu, 19 Feb 2015 21:44:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JLikxw017360; Thu, 19 Feb 2015 21:44:46 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JLikOF017359; Thu, 19 Feb 2015 21:44:46 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502192144.t1JLikOF017359@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Thu, 19 Feb 2015 21:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379399 - head/java/eclipse-ecj X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 21:44:47 -0000 Author: jgh Date: Thu Feb 19 21:44:45 2015 New Revision: 379399 URL: https://svnweb.freebsd.org/changeset/ports/379399 QAT: https://qat.redports.org/buildarchive/r379399/ Log: - fix fetch Modified: head/java/eclipse-ecj/Makefile Modified: head/java/eclipse-ecj/Makefile ============================================================================== --- head/java/eclipse-ecj/Makefile Thu Feb 19 21:22:34 2015 (r379398) +++ head/java/eclipse-ecj/Makefile Thu Feb 19 21:44:45 2015 (r379399) @@ -4,8 +4,7 @@ PORTNAME= ecj PORTVERSION= 3.8.2 CATEGORIES= java devel -MASTER_SITES= http://archive.eclipse.org/eclipse/downloads/drops/ -MASTER_SITE_SUBDIR= R-${PORTVERSION}-${DROPDATE} +MASTER_SITES= http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-${PORTVERSION}-${DROPDATE}/ PKGNAMEPREFIX= eclipse- DISTNAME= ecjsrc-${PORTVERSION} EXTRACT_SUFX= .jar From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 22:08:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C8DE245; Thu, 19 Feb 2015 22:08:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07D79AB3; Thu, 19 Feb 2015 22:08:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JM83AL027316; Thu, 19 Feb 2015 22:08:03 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JM83Y6027315; Thu, 19 Feb 2015 22:08:03 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201502192208.t1JM83Y6027315@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Thu, 19 Feb 2015 22:08:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379400 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 22:08:04 -0000 Author: makc Date: Thu Feb 19 22:08:03 2015 New Revision: 379400 URL: https://svnweb.freebsd.org/changeset/ports/379400 QAT: https://qat.redports.org/buildarchive/r379400/ Log: Mk/bsd.qt.mk: convert USE_XZ to USES Modified: head/Mk/bsd.qt.mk Modified: head/Mk/bsd.qt.mk ============================================================================== --- head/Mk/bsd.qt.mk Thu Feb 19 21:44:45 2015 (r379399) +++ head/Mk/bsd.qt.mk Thu Feb 19 22:08:03 2015 (r379400) @@ -88,7 +88,7 @@ MASTER_SITE_SUBDIR= official_releases/qt DISTNAME= ${QT_DIST:S,^,qt,:S,$,-opensource-src-${_QT_VERSION},} DISTFILES= ${DISTNAME:S,$,${EXTRACT_SUFX},} DIST_SUBDIR= KDE/Qt/${_QT_VERSION} -USE_XZ= yes +USES+= tar:xz . if ${.TARGETS:Mmakesum} || ${.TARGETS:Mfetch} && \ defined(DISABLE_SIZE) && defined(NO_CHECKSUM) From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 22:42:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7995CF80; Thu, 19 Feb 2015 22:42:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62BC8EF3; Thu, 19 Feb 2015 22:42:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JMgZfu045904; Thu, 19 Feb 2015 22:42:35 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JMgXqB045888; Thu, 19 Feb 2015 22:42:33 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201502192242.t1JMgXqB045888@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Thu, 19 Feb 2015 22:42:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379401 - in head/graphics/cimg: . 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.18-1 Precedence: list List-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, 19 Feb 2015 22:42:35 -0000 Author: thierry Date: Thu Feb 19 22:42:33 2015 New Revision: 379401 URL: https://svnweb.freebsd.org/changeset/ports/379401 QAT: https://qat.redports.org/buildarchive/r379401/ Log: Upgrade to 1.6.0. Modified: head/graphics/cimg/Makefile head/graphics/cimg/distinfo head/graphics/cimg/files/patch-examples__Makefile head/graphics/cimg/pkg-plist Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Thu Feb 19 22:08:03 2015 (r379400) +++ head/graphics/cimg/Makefile Thu Feb 19 22:42:33 2015 (r379401) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= cimg -PORTVERSION= 1.5.9 -PORTREVISION= 8 +PORTVERSION= 1.6.0 PORTEPOCH= 3 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME} \ - SF/${PORTNAME}/old -DISTNAME= CImg-${DISTVERSION} + SF/${PORTNAME}/older_versions +DISTNAME= CImg_${PORTVERSION} DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}_${TARBALLREVISION} MAINTAINER= thierry@FreeBSD.org @@ -26,7 +25,7 @@ LICENSE_PERMS_CeCILL= dist-mirror dist-s ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= "invokes i386 asm" -TARBALLREVISION=3 +TARBALLREVISION=0 USES= zip .if !defined(WITHOUT_LAPACK) @@ -114,7 +113,7 @@ pre-configure: . endif . if !defined(WITHOUT_LAPACK) ${REINPLACE_CMD} -e 's|#CIMG_LAPACK_CFLAGS|CIMG_LAPACK_CFLAGS|' \ - -e 's|#CIMG_LAPACK_LDFLAGS|CIMG_LAPACK_LDFLAGS|' \ + -e 's|#CIMG_LAPACK_LIBS|CIMG_LAPACK_LIBS|' \ -e 's|-lblas -llapack|-L${LOCALBASE}/lib ${BLASLIB} ${LAPACKLIB}|' \ ${BUILD_WRKSRC}/Makefile . endif @@ -132,7 +131,6 @@ do-install: ${INSTALL_PROGRAM} ${PROGS:C|^|${BUILD_WRKSRC}/|} ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCBASE:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/html && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} .endif .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} Modified: head/graphics/cimg/distinfo ============================================================================== --- head/graphics/cimg/distinfo Thu Feb 19 22:08:03 2015 (r379400) +++ head/graphics/cimg/distinfo Thu Feb 19 22:42:33 2015 (r379401) @@ -1,2 +1,2 @@ -SHA256 (cimg-1.5.9_3/CImg-1.5.9.zip) = ecb863210e96cf5691aa62e0625e1d6749e917875225bfa73974b1378801c2f6 -SIZE (cimg-1.5.9_3/CImg-1.5.9.zip) = 11584769 +SHA256 (cimg-1.6.0_0/CImg_1.6.0.zip) = d11231b47a9a2822320d64b6afe2d3e3154b3eb926a5777b861d7c925a4fcc9a +SIZE (cimg-1.6.0_0/CImg_1.6.0.zip) = 3247671 Modified: head/graphics/cimg/files/patch-examples__Makefile ============================================================================== --- head/graphics/cimg/files/patch-examples__Makefile Thu Feb 19 22:08:03 2015 (r379400) +++ head/graphics/cimg/files/patch-examples__Makefile Thu Feb 19 22:42:33 2015 (r379401) @@ -1,9 +1,9 @@ ---- examples/Makefile.orig 2014-07-03 12:15:02.000000000 +0200 -+++ examples/Makefile 2014-07-04 18:54:56.000000000 +0200 +--- examples/Makefile.orig 2015-02-06 11:10:43.000000000 +0100 ++++ examples/Makefile 2015-02-07 19:42:00.000000000 +0100 @@ -85,8 +85,8 @@ # Set correct variables and paths #--------------------------------- - CIMG_VERSION = 1.5.9 + CIMG_VERSION = 1.6.0 -X11PATH = /usr/X11R6 -CC = g++ +#X11PATH = $(X11PATH) @@ -11,25 +11,26 @@ EXEPFX = CCVER = $(CC) ifeq ($(CC),g++) -@@ -100,8 +100,8 @@ +@@ -100,7 +100,7 @@ CFLAGS = -I.. - LDFLAGS = + LIBS = else -CFLAGS = -I.. -Wall -W --LDFLAGS = -lm +CFLAGS = -I.. -Wall -W $(CPPFLAGS) -+LDFLAGS += -lm + LIBS = -lm endif - #-------------------------------------------------- -@@ -127,9 +127,9 @@ - CIMG_OPT_CFLAGS = -O3 -ipo -no-prec-div - else +@@ -124,12 +124,12 @@ + + # Flags to enable code optimization by the compiler. ifeq ($(CC),g++) --CIMG_OPT_CFLAGS = -O3 -fno-tree-pre -+CIMG_OPT_CFLAGS = +-CIMG_OPT_CFLAGS = -O2 -mtune=generic ++CIMG_OPT_CFLAGS = -mtune=generic + else + ifeq ($(CC),icpc) + CIMG_OPT_CFLAGS = -fast else --CIMG_OPT_CFLAGS = -O3 +-CIMG_OPT_CFLAGS = -O2 +CIMG_OPT_CFLAGS = endif endif @@ -40,15 +41,15 @@ # Flags to enable OpenCV support. -CIMG_OPENCV_CFLAGS = -Dcimg_use_opencv -I/usr/include/opencv +CIMG_OPENCV_CFLAGS = -Dcimg_use_opencv -I$(LOCALBASE)/include/opencv - CIMG_OPENCV_LDFLAGS = -lopencv_core -lopencv_highgui - #CIMG_OPENCV_LDFLAGS = -lcv -lhighgui #-> Use this for OpenCV < 2.2.0 + CIMG_OPENCV_LIBS = -lopencv_core -lopencv_highgui + #CIMG_OPENCV_LIBS = -lcv -lhighgui #-> Use this for OpenCV < 2.2.0 @@ -152,7 +152,7 @@ # (X11 is used by CImg to handle display windows) # !!! For 64bits systems : replace -L$(X11PATH)/lib by -L$(X11PATH)/lib64 !!! CIMG_X11_CFLAGS = -I$(X11PATH)/include --CIMG_X11_LDFLAGS = -L$(X11PATH)/lib -lpthread -lX11 -+CIMG_X11_LDFLAGS = -L$(X11PATH)/lib -lX11 $(PTHREAD_LIBS) +-CIMG_X11_LIBS = -L$(X11PATH)/lib -lpthread -lX11 ++CIMG_X11_LIBS = -L$(X11PATH)/lib -lX11 $(PTHREAD_LIBS) # Flags to enable fast image display, using the XSHM library (when using X11). # !!! Seems to randomly crash when used on MacOSX and 64bits systems, so use it only when necessary !!! @@ -56,8 +57,8 @@ # Flags to enable native support for TIFF image files, using the TIFF library. # ( http://www.libtiff.org/ ) CIMG_TIFF_CFLAGS = -Dcimg_use_tiff --CIMG_TIFF_LDFLAGS = -ltiff -+CIMG_TIFF_LDFLAGS = -ltiff -ltiffxx +-CIMG_TIFF_LIBS = -ltiff ++CIMG_TIFF_LIBS = -ltiff -ltiffxx # Flags to enable native support for MINC2 image files, using the MINC2 library. # ( http://en.wikibooks.org/wiki/MINC/Reference/MINC2.0_Users_Guide ) @@ -66,24 +67,27 @@ # Flags to enable native support for EXR image files, using the OpenEXR library. # ( http://www.openexr.com/ ) -CIMG_EXR_CFLAGS = -Dcimg_use_openexr -I/usr/include/OpenEXR -+CIMG_EXR_CFLAGS = -Dcimg_use_openexr -I/$(LOCALBASE)/include/OpenEXR - CIMG_EXR_LDFLAGS = -lIlmImf -lHalf ++CIMG_EXR_CFLAGS = -Dcimg_use_openexr -I$(LOCALBASE)/include/OpenEXR + CIMG_EXR_LIBS = -lIlmImf -lHalf # Flags to enable native support for various video files, using the FFMPEG library. # ( http://www.ffmpeg.org/ ) -CIMG_FFMPEG_CFLAGS = -Dcimg_use_ffmpeg -D__STDC_CONSTANT_MACROS -I/usr/include/libavcodec -I/usr/include/libavformat -I/usr/include/libswscale -I/usr/include/ffmpeg +CIMG_FFMPEG_CFLAGS = -Dcimg_use_ffmpeg -D__STDC_CONSTANT_MACROS -I$(LOCALBASE)/include/libavcodec -I$(LOCALBASE)/include/libavformat -I$(LOCALBASE)/include/libswscale -I$(LOCALBASE)/include/ffmpeg - CIMG_FFMPEG_LDFLAGS = -lavcodec -lavformat -lswscale + CIMG_FFMPEG_LIBS = -lavcodec -lavformat -lswscale # Flags to enable native support for compressed .cimgz files, using the Zlib library. -@@ -206,8 +206,8 @@ +@@ -204,10 +204,10 @@ + CIMG_ZLIB_CFLAGS = -Dcimg_use_zlib + CIMG_ZLIB_LIBS = -lz - # Flags to enable native support of most classical image file formats, using the Magick++ library. +-# Flags to enable native support of most classical image file formats, using the Magick++ library. ++# Flags to enable native support of most classical image file formats, using the GraphicsMagick++ library. # ( http://www.imagemagick.org/Magick++/ ) -CIMG_MAGICK_CFLAGS = -Dcimg_use_magick `Magick++-config --cppflags` `Magick++-config --cxxflags` --CIMG_MAGICK_LDFLAGS = `Magick++-config --ldflags` `Magick++-config --libs` +-CIMG_MAGICK_LIBS = `Magick++-config --ldflags` `Magick++-config --libs` +CIMG_MAGICK_CFLAGS = -Dcimg_use_magick `GraphicsMagick++-config --cppflags` `GraphicsMagick++-config --cxxflags` -+CIMG_MAGICK_LDFLAGS = `GraphicsMagick++-config --ldflags` `GraphicsMagick++-config --libs` ++CIMG_MAGICK_LIBS = `GraphicsMagick++-config --ldflags` `GraphicsMagick++-config --libs` # Flags to enable faster Discrete Fourier Transform computation, using the FFTW3 library # ( http://www.fftw.org/ ) @@ -92,21 +96,21 @@ # Flags to enable the use of LAPACK routines for matrix computation # ( http://www.netlib.org/lapack/ ) -CIMG_LAPACK_CFLAGS = -Dcimg_use_lapack --CIMG_LAPACK_LDFLAGS = -lblas -lg2c -llapack +-CIMG_LAPACK_LIBS = -lblas -lg2c -llapack +#CIMG_LAPACK_CFLAGS = -Dcimg_use_lapack -+#CIMG_LAPACK_LDFLAGS = -lblas -llapack ++#CIMG_LAPACK_LIBS = -lblas -llapack # Flags to enable the use of the Board library # ( http://libboard.sourceforge.net/ ) -CIMG_BOARD_CFLAGS = -Dcimg_use_board -I/usr/include/board +CIMG_BOARD_CFLAGS = -Dcimg_use_board -I$(LOCALBASE)/include/board - CIMG_BOARD_LDFLAGS = -lboard + CIMG_BOARD_LIBS = -lboard +# Flags to compile on FreeBSD +CIMG_FREEBSD_LDFLAGS = -ansi -ffast-math -I$(X11PATH)/include $(EXTRA_FLAGS) -lX11 -L$(X11PATH)/lib + # Flags to compile on Sun Solaris - CIMG_SOLARIS_LDFLAGS = -R$(X11PATH)/lib -lrt -lnsl -lsocket + CIMG_SOLARIS_LIBS = -R$(X11PATH)/lib -lrt -lnsl -lsocket @@ -372,6 +375,7 @@ $(CIMG_ZLIB_CFLAGS) \ @@ -114,13 +118,13 @@ $(CIMG_MAGICK_CFLAGS) \ +$(CIMG_LAPACK_CFLAGS) \ $(CIMG_FFTW3_CFLAGS)" \ - "CONF_LDFLAGS = \ - $(CIMG_X11_LDFLAGS) \ + "CONF_LIBS = \ + $(CIMG_X11_LIBS) \ @@ -382,6 +386,7 @@ - $(CIMG_PNG_LDFLAGS) \ - $(CIMG_JPEG_LDFLAGS) \ - $(CIMG_ZLIB_LDFLAGS) \ -+$(CIMG_LAPACK_LDFLAGS) \ - $(CIMG_OPENCV_LDFLAGS) \ - $(CIMG_MAGICK_LDFLAGS) \ - $(CIMG_FFTW3_LDFLAGS)" \ + $(CIMG_PNG_LIBS) \ + $(CIMG_JPEG_LIBS) \ + $(CIMG_ZLIB_LIBS) \ ++$(CIMG_LAPACK_LIBS) \ + $(CIMG_OPENCV_LIBS) \ + $(CIMG_MAGICK_LIBS) \ + $(CIMG_FFTW3_LIBS)" \ Modified: head/graphics/cimg/pkg-plist ============================================================================== --- head/graphics/cimg/pkg-plist Thu Feb 19 22:08:03 2015 (r379400) +++ head/graphics/cimg/pkg-plist Thu Feb 19 22:42:33 2015 (r379401) @@ -31,419 +31,7 @@ %%PORTDOCS%%bin/use_skeleton %%PORTDOCS%%bin/wavelet_atrous include/CImg.h -%%PORTDOCS%%%%DOCSDIR%%/CImg.doxygen -%%PORTDOCS%%%%DOCSDIR%%/CImg_documentation.h -%%PORTDOCS%%%%DOCSDIR%%/CImg_reference.pdf %%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%%%DOCSDIR%%/download.shtml -%%PORTDOCS%%%%DOCSDIR%%/favicon.ico -%%PORTDOCS%%%%DOCSDIR%%/favicon.png -%%PORTDOCS%%%%DOCSDIR%%/footer.html -%%PORTDOCS%%%%DOCSDIR%%/header.html -%%PORTDOCS%%%%DOCSDIR%%/header_reference.html -%%PORTDOCS%%%%DOCSDIR%%/img/CImgLogo.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/CImg_flyer.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/curve_editor.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_authors.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_chat.gif -%%PORTDOCS%%%%DOCSDIR%%/img/item_clickvideo.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_clickvideo2.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_copyrights.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_debian_package.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_debian_package2.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_description.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_download.gif -%%PORTDOCS%%%%DOCSDIR%%/img/item_extensibility.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_file.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_freedom.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_genericity.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_guestbook.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_howtohelp.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_intro.gif -%%PORTDOCS%%%%DOCSDIR%%/img/item_learnmore.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_licenses.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_links.gif -%%PORTDOCS%%%%DOCSDIR%%/img/item_news.gif -%%PORTDOCS%%%%DOCSDIR%%/img/item_portability.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_precompiled.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_precompiled2.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_quickhistory.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_screenshots.gif -%%PORTDOCS%%%%DOCSDIR%%/img/item_simplicity.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_sources.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_sources2.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_standard_package.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_standard_package2.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/item_usefulness.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/logoCNRS.gif -%%PORTDOCS%%%%DOCSDIR%%/img/logoGMIC.ppm -%%PORTDOCS%%%%DOCSDIR%%/img/logoGREYC.gif -%%PORTDOCS%%%%DOCSDIR%%/img/logoIMAGE.gif -%%PORTDOCS%%%%DOCSDIR%%/img/logoINRIA.gif -%%PORTDOCS%%%%DOCSDIR%%/img/logoODYSSEE.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard1.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard10.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard11.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard12.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard13.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard14.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard15.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard16.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard17.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard18.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard19.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard2.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard20.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard21.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard22.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard23.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard24.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard25.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard26.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard27.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard28.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard29.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard3.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard30.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard31.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard32.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard33.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard34.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard35.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard36.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard37.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard38.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard39.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard4.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard40.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard41.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard42.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard43.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard44.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard45.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard46.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard47.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard5.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard6.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard7.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard8.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/postcard9.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/project-support.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_box3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_colormap_cool.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_colormap_cube.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_colormap_default.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_colormap_flag.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_colormap_hot.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_colormap_hsv.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_colormap_jet.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_colormap_lines.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_cone3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_constructor1.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_constructor2.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_contrast_LUT256.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_cut.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_cylinder3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_default_LUT256.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_elevation3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_ellipsoid3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_equalize.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_histogram.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_image.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_index.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_isoline3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_isosurface3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_label_regions.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_map.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_noise.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_norm.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_normalize.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_normalize2.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_operator_comma.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_operator_eq.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_operator_less.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_operator_minus.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_operator_plus.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_operator_plus1.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_plane3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_quantize.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_rainbow_LUT256.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_sphere3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_sqr.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_sqrt.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_threshold.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/reference/ref_torus3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_blobs.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_bubble.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_bump.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_demomenu.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_dtmri.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_fourier.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_hough.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_imgfade.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_jawbreaker.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_landscape.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mandelbrot.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_metaballs.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000000.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000001.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000002.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000003.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000004.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000005.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000006.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000007.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000008.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000009.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000010.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000011.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000012.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000013.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000014.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000015.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000016.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000017.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000018.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000019.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000020.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000021.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000022.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000023.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000024.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000025.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000026.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_mini_000027.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_odykill.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_optflow.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_paint.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_plasma.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_puzzle.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_reflection.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_render3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_restoration.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_rotozoom.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_shadebobs.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_surface.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_tetris.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_triangle.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_volume3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/ss_waves.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/tutorial.jpg -%%PORTDOCS%%%%DOCSDIR%%/img/video_blobs.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_bubble.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_bump.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_cimgdemo.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_curveeditor.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_doubletorus.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_dtmri.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_fourier.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_imagesurface.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_jawbreaker.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_landscape.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_mandelbrot.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_menu.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_metaballs.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_minipaint.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_plasma.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_reflection.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_shadebobs.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_tetris.html -%%PORTDOCS%%%%DOCSDIR%%/img/video_waves.html -%%PORTDOCS%%%%DOCSDIR%%/index.shtml -%%PORTDOCS%%%%DOCSDIR%%/links.shtml -%%PORTDOCS%%%%DOCSDIR%%/news.shtml -%%PORTDOCS%%%%DOCSDIR%%/reference/annotated.html -%%PORTDOCS%%%%DOCSDIR%%/reference/bc_s.png -%%PORTDOCS%%%%DOCSDIR%%/reference/bdwn.png -%%PORTDOCS%%%%DOCSDIR%%/reference/classes.html -%%PORTDOCS%%%%DOCSDIR%%/reference/closed.png -%%PORTDOCS%%%%DOCSDIR%%/reference/doxygen.css -%%PORTDOCS%%%%DOCSDIR%%/reference/doxygen.png -%%PORTDOCS%%%%DOCSDIR%%/reference/dynsections.js -%%PORTDOCS%%%%DOCSDIR%%/reference/form_0.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_1.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_10.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_11.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_12.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_13.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_14.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_15.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_16.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_17.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_18.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_19.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_2.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_20.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_21.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_22.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_23.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_24.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_25.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_26.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_27.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_28.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_29.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_3.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_30.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_31.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_32.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_33.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_4.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_5.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_6.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_7.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_8.png -%%PORTDOCS%%%%DOCSDIR%%/reference/form_9.png -%%PORTDOCS%%%%DOCSDIR%%/reference/formula.repository -%%PORTDOCS%%%%DOCSDIR%%/reference/ftv2blank.png -%%PORTDOCS%%%%DOCSDIR%%/reference/ftv2cl.png -%%PORTDOCS%%%%DOCSDIR%%/reference/ftv2doc.png -%%PORTDOCS%%%%DOCSDIR%%/reference/ftv2folderclosed.png -%%PORTDOCS%%%%DOCSDIR%%/reference/ftv2folderopen.png -%%PORTDOCS%%%%DOCSDIR%%/reference/ftv2lastnode.png -%%PORTDOCS%%%%DOCSDIR%%/reference/ftv2link.png -%%PORTDOCS%%%%DOCSDIR%%/reference/ftv2mlastnode.png -%%PORTDOCS%%%%DOCSDIR%%/reference/ftv2mnode.png -%%PORTDOCS%%%%DOCSDIR%%/reference/ftv2mo.png -%%PORTDOCS%%%%DOCSDIR%%/reference/ftv2node.png -%%PORTDOCS%%%%DOCSDIR%%/reference/ftv2ns.png -%%PORTDOCS%%%%DOCSDIR%%/reference/ftv2plastnode.png -%%PORTDOCS%%%%DOCSDIR%%/reference/ftv2pnode.png -%%PORTDOCS%%%%DOCSDIR%%/reference/ftv2splitbar.png -%%PORTDOCS%%%%DOCSDIR%%/reference/ftv2vertline.png -%%PORTDOCS%%%%DOCSDIR%%/reference/functions.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_b.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_c.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_d.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_e.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_f.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_b.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_c.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_d.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_e.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_f.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_g.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_h.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_i.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_j.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_k.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_l.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_m.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_n.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_o.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_p.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_q.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_r.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_s.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_t.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_u.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_v.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_w.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_x.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_y.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_func_~.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_g.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_h.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_i.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_j.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_k.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_l.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_m.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_n.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_o.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_p.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_q.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_r.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_s.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_t.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_type.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_u.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_v.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_w.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_x.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_y.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions_~.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__displays.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__drawing.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__environment.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__faq.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__files__io.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__loops.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__options.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__overview.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__storage.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__tutorial.html -%%PORTDOCS%%%%DOCSDIR%%/reference/group__cimg__visual2005.html -%%PORTDOCS%%%%DOCSDIR%%/reference/hierarchy.html -%%PORTDOCS%%%%DOCSDIR%%/reference/index.html -%%PORTDOCS%%%%DOCSDIR%%/reference/modules.html -%%PORTDOCS%%%%DOCSDIR%%/reference/namespacecimg__library.html -%%PORTDOCS%%%%DOCSDIR%%/reference/namespacecimg__library_1_1cimg.html -%%PORTDOCS%%%%DOCSDIR%%/reference/namespacemembers.html -%%PORTDOCS%%%%DOCSDIR%%/reference/namespacemembers_func.html -%%PORTDOCS%%%%DOCSDIR%%/reference/namespacemembers_vars.html -%%PORTDOCS%%%%DOCSDIR%%/reference/namespaces.html -%%PORTDOCS%%%%DOCSDIR%%/reference/nav_f.png -%%PORTDOCS%%%%DOCSDIR%%/reference/nav_g.png -%%PORTDOCS%%%%DOCSDIR%%/reference/nav_h.png -%%PORTDOCS%%%%DOCSDIR%%/reference/open.png -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_box3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_colormap_cool.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_colormap_cube.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_colormap_default.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_colormap_flag.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_colormap_hot.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_colormap_hsv.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_colormap_jet.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_colormap_lines.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_cone3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_constructor1.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_constructor2.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_cut.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_cylinder3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_elevation3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_ellipsoid3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_equalize.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_histogram.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_image.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_index.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_isoline3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_isosurface3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_map.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_noise.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_norm.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_normalize.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_normalize2.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_operator_comma.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_operator_eq.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_operator_less.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_operator_minus.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_operator_plus.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_operator_plus1.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_plane3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_quantize.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_sphere3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_sqr.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_sqrt.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_threshold.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/ref_torus3d.jpg -%%PORTDOCS%%%%DOCSDIR%%/reference/structcimg__library_1_1CImg-members.html -%%PORTDOCS%%%%DOCSDIR%%/reference/structcimg__library_1_1CImg.html -%%PORTDOCS%%%%DOCSDIR%%/reference/structcimg__library_1_1CImgDisplay-members.html -%%PORTDOCS%%%%DOCSDIR%%/reference/structcimg__library_1_1CImgDisplay.html -%%PORTDOCS%%%%DOCSDIR%%/reference/structcimg__library_1_1CImgException-members.html -%%PORTDOCS%%%%DOCSDIR%%/reference/structcimg__library_1_1CImgException.html -%%PORTDOCS%%%%DOCSDIR%%/reference/structcimg__library_1_1CImgList-members.html -%%PORTDOCS%%%%DOCSDIR%%/reference/structcimg__library_1_1CImgList.html -%%PORTDOCS%%%%DOCSDIR%%/reference/sync_off.png -%%PORTDOCS%%%%DOCSDIR%%/reference/sync_on.png -%%PORTDOCS%%%%DOCSDIR%%/reference/tab_a.png -%%PORTDOCS%%%%DOCSDIR%%/reference/tab_b.png -%%PORTDOCS%%%%DOCSDIR%%/reference/tab_h.png -%%PORTDOCS%%%%DOCSDIR%%/reference/tab_s.png -%%PORTDOCS%%%%DOCSDIR%%/reference/tabs.css -%%PORTDOCS%%%%DOCSDIR%%/screenshots.shtml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CImg_demo.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeLists.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 23:02:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3A2E4DF; Thu, 19 Feb 2015 23:02:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEC38189; Thu, 19 Feb 2015 23:02:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JN2xWF055572; Thu, 19 Feb 2015 23:02:59 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JN2xEN055571; Thu, 19 Feb 2015 23:02:59 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502192302.t1JN2xEN055571@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Thu, 19 Feb 2015 23:02:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379402 - head/editors/leafpad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 23:03:00 -0000 Author: jgh Date: Thu Feb 19 23:02:58 2015 New Revision: 379402 URL: https://svnweb.freebsd.org/changeset/ports/379402 QAT: https://qat.redports.org/buildarchive/r379402/ Log: - attach gplv2 license Modified: head/editors/leafpad/Makefile Modified: head/editors/leafpad/Makefile ============================================================================== --- head/editors/leafpad/Makefile Thu Feb 19 22:42:33 2015 (r379401) +++ head/editors/leafpad/Makefile Thu Feb 19 23:02:58 2015 (r379402) @@ -11,6 +11,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jgh@FreeBSD.org COMMENT= GTK+ based simple text editor +LICENSE= GPLv2 + USE_GNOME= gtk20 intlhack USES= desktop-file-utils gmake pkgconfig GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 23:27:03 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C84D2C5C; Thu, 19 Feb 2015 23:27:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98C273FA; Thu, 19 Feb 2015 23:27:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JNR3rF065691; Thu, 19 Feb 2015 23:27:03 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JNR294065681; Thu, 19 Feb 2015 23:27:02 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201502192327.t1JNR294065681@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Thu, 19 Feb 2015 23:27:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379403 - in head: devel/llvm36 lang/clang36 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 19 Feb 2015 23:27:03 -0000 Author: brooks Date: Thu Feb 19 23:27:01 2015 New Revision: 379403 URL: https://svnweb.freebsd.org/changeset/ports/379403 QAT: https://qat.redports.org/buildarchive/r379403/ Log: Update to rc3 Modified: head/devel/llvm36/Makefile head/devel/llvm36/distinfo head/lang/clang36/Makefile head/lang/clang36/distinfo Modified: head/devel/llvm36/Makefile ============================================================================== --- head/devel/llvm36/Makefile Thu Feb 19 23:02:58 2015 (r379402) +++ head/devel/llvm36/Makefile Thu Feb 19 23:27:01 2015 (r379403) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= llvm -DISTVERSION= 3.6.0rc2 +DISTVERSION= 3.6.0rc3 CATEGORIES= devel lang -MASTER_SITES= http://llvm.org/pre-releases/3.6.0/rc2/ +MASTER_SITES= http://llvm.org/pre-releases/3.6.0/rc3/ DISTNAME= ${PORTNAME}-${DISTVERSION}.src PKGNAMESUFFIX= ${LLVM_SUFFIX} Modified: head/devel/llvm36/distinfo ============================================================================== --- head/devel/llvm36/distinfo Thu Feb 19 23:02:58 2015 (r379402) +++ head/devel/llvm36/distinfo Thu Feb 19 23:27:01 2015 (r379403) @@ -1,2 +1,2 @@ -SHA256 (llvm-3.6.0rc2.src.tar.xz) = b27e9b5a9481aefdb0da05940c1ef4cefdd809829e255e8ac40b0989dd88a611 -SIZE (llvm-3.6.0rc2.src.tar.xz) = 12748444 +SHA256 (llvm-3.6.0rc3.src.tar.xz) = 2f668a92eac65c69c121a7fe0a1d3b6c02d918a715b6e85d6b693fb9c8488c11 +SIZE (llvm-3.6.0rc3.src.tar.xz) = 12742724 Modified: head/lang/clang36/Makefile ============================================================================== --- head/lang/clang36/Makefile Thu Feb 19 23:02:58 2015 (r379402) +++ head/lang/clang36/Makefile Thu Feb 19 23:27:01 2015 (r379403) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= clang -DISTVERSION= 3.6.0rc2 +DISTVERSION= 3.6.0rc3 CATEGORIES= lang devel -MASTER_SITES= http://llvm.org/pre-releases/3.6.0/rc2/ +MASTER_SITES= http://llvm.org/pre-releases/3.6.0/rc3/ PKGNAMESUFFIX= ${LLVM_SUFFIX} DISTNAME= ${CLANG_NAME} DISTFILES= ${CLANG_SOURCE} \ Modified: head/lang/clang36/distinfo ============================================================================== --- head/lang/clang36/distinfo Thu Feb 19 23:02:58 2015 (r379402) +++ head/lang/clang36/distinfo Thu Feb 19 23:27:01 2015 (r379403) @@ -1,4 +1,4 @@ -SHA256 (cfe-3.6.0rc2.src.tar.xz) = 0fcf1af46d8084644d3a343130480f993e1fd70f8778280221ab1b6d8dda79e9 -SIZE (cfe-3.6.0rc2.src.tar.xz) = 8639040 -SHA256 (llvm-3.6.0rc2.src.tar.xz) = b27e9b5a9481aefdb0da05940c1ef4cefdd809829e255e8ac40b0989dd88a611 -SIZE (llvm-3.6.0rc2.src.tar.xz) = 12748444 +SHA256 (cfe-3.6.0rc3.src.tar.xz) = 5c202587733a2267506821f49779adf58f4fdde6d19a6892d9359584d0cb3dcd +SIZE (cfe-3.6.0rc3.src.tar.xz) = 8640656 +SHA256 (llvm-3.6.0rc3.src.tar.xz) = 2f668a92eac65c69c121a7fe0a1d3b6c02d918a715b6e85d6b693fb9c8488c11 +SIZE (llvm-3.6.0rc3.src.tar.xz) = 12742724 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 00:14:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A946AC6; Fri, 20 Feb 2015 00:14:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B4A6BC5; Fri, 20 Feb 2015 00:14:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K0EY8d090228; Fri, 20 Feb 2015 00:14:34 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K0EYBO090219; Fri, 20 Feb 2015 00:14:34 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502200014.t1K0EYBO090219@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Fri, 20 Feb 2015 00:14:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379405 - in head/www: . py-trello X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 00:14:35 -0000 Author: jgh Date: Fri Feb 20 00:14:33 2015 New Revision: 379405 URL: https://svnweb.freebsd.org/changeset/ports/379405 QAT: https://qat.redports.org/buildarchive/r379405/ Log: Python library for interacting with the Trello API WWW: http://packages.python.org/trello/ Added: head/www/py-trello/ head/www/py-trello/Makefile (contents, props changed) head/www/py-trello/distinfo (contents, props changed) head/www/py-trello/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Feb 20 00:00:30 2015 (r379404) +++ head/www/Makefile Fri Feb 20 00:14:33 2015 (r379405) @@ -1701,6 +1701,7 @@ SUBDIR += py-tgwebservices SUBDIR += py-tmdb3 SUBDIR += py-tornado + SUBDIR += py-trello SUBDIR += py-turbogears SUBDIR += py-turbogears2 SUBDIR += py-tvdb_api Added: head/www/py-trello/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-trello/Makefile Fri Feb 20 00:14:33 2015 (r379405) @@ -0,0 +1,19 @@ +# Created by: Jason Helfman +# $FreeBSD$ + +PORTNAME= trello +PORTVERSION= 0.9.1 +CATEGORIES= www devel +MASTER_SITES= CHEESESHOP +MASTER_SITE_SUBDIR= /source/t/trello +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jgh@FreeBSD.org +COMMENT= Python library for interacting with the Trello API + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests + +USES= python zip +USE_PYTHON= distutils autoplist + +.include Added: head/www/py-trello/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-trello/distinfo Fri Feb 20 00:14:33 2015 (r379405) @@ -0,0 +1,2 @@ +SHA256 (trello-0.9.1.zip) = 594f88ea5f2a4edd337747f00fb0acb80116b92c9bbe1c2c3acfa8c891e5b226 +SIZE (trello-0.9.1.zip) = 10868 Added: head/www/py-trello/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-trello/pkg-descr Fri Feb 20 00:14:33 2015 (r379405) @@ -0,0 +1,3 @@ +Python library for interacting with the Trello API + +WWW: http://packages.python.org/trello/ From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 00:23:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4298C6C; Fri, 20 Feb 2015 00:23:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F2B2CA5; Fri, 20 Feb 2015 00:23:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K0NQZk095094; Fri, 20 Feb 2015 00:23:26 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K0NQUK095092; Fri, 20 Feb 2015 00:23:26 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201502200023.t1K0NQUK095092@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 20 Feb 2015 00:23:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379406 - in head/sysutils/zetaback: . 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.18-1 Precedence: list List-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, 20 Feb 2015 00:23:26 -0000 Author: cy Date: Fri Feb 20 00:23:25 2015 New Revision: 379406 URL: https://svnweb.freebsd.org/changeset/ports/379406 QAT: https://qat.redports.org/buildarchive/r379406/ Log: Update 1.0.4 --> 1.0.7. Deleted: head/sysutils/zetaback/files/ Modified: head/sysutils/zetaback/Makefile head/sysutils/zetaback/distinfo Modified: head/sysutils/zetaback/Makefile ============================================================================== --- head/sysutils/zetaback/Makefile Fri Feb 20 00:14:33 2015 (r379405) +++ head/sysutils/zetaback/Makefile Fri Feb 20 00:23:25 2015 (r379406) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= zetaback -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.7 CATEGORIES= sysutils -MASTER_SITES= https://labs.omniti.com/zetaback/tags/1.0/ +MASTER_SITES= http://mirrors.omniti.com/zetaback/ MAINTAINER= cy@FreeBSD.org COMMENT= Zetaback ZFS backup and recovery management system Modified: head/sysutils/zetaback/distinfo ============================================================================== --- head/sysutils/zetaback/distinfo Fri Feb 20 00:14:33 2015 (r379405) +++ head/sysutils/zetaback/distinfo Fri Feb 20 00:23:25 2015 (r379406) @@ -1,2 +1,2 @@ -SHA256 (zetaback-1.0.4.tar.gz) = 95bf1722462749de8f41fbc86ac329952eb9910b0508cc1e9b9d14d014748bc6 -SIZE (zetaback-1.0.4.tar.gz) = 39667 +SHA256 (zetaback-1.0.7.tar.gz) = e4bad4bb4a0149d44e5ae6022519b2927e4c0b5a0da465d47b4e66d707270270 +SIZE (zetaback-1.0.7.tar.gz) = 49934 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 00:40:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB3671FF; Fri, 20 Feb 2015 00:40:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6E2DE65; Fri, 20 Feb 2015 00:40:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K0ewfN004034; Fri, 20 Feb 2015 00:40:58 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K0ewTs004033; Fri, 20 Feb 2015 00:40:58 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502200040.t1K0ewTs004033@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Fri, 20 Feb 2015 00:40:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379407 - head/www/py-trello X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 00:40:58 -0000 Author: jgh Date: Fri Feb 20 00:40:57 2015 New Revision: 379407 URL: https://svnweb.freebsd.org/changeset/ports/379407 QAT: https://qat.redports.org/buildarchive/r379407/ Log: - attach Fog Creek Software license Portlint: happy Modified: head/www/py-trello/Makefile Modified: head/www/py-trello/Makefile ============================================================================== --- head/www/py-trello/Makefile Fri Feb 20 00:23:25 2015 (r379406) +++ head/www/py-trello/Makefile Fri Feb 20 00:40:57 2015 (r379407) @@ -11,6 +11,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jgh@FreeBSD.org COMMENT= Python library for interacting with the Trello API +LICENSE= FOG +LICENSE_NAME= Fog Creek Software +LICENSE_FILE= ${WRKSRC}/PKG-INFO +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests USES= python zip From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 01:30:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32D306FC; Fri, 20 Feb 2015 01:30:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D6C43DD; Fri, 20 Feb 2015 01:30:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K1UE5L024832; Fri, 20 Feb 2015 01:30:14 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K1UEHx024830; Fri, 20 Feb 2015 01:30:14 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201502200130.t1K1UEHx024830@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 20 Feb 2015 01:30:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379408 - 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.18-1 Precedence: list List-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, 20 Feb 2015 01:30:15 -0000 Author: gerald Date: Fri Feb 20 01:30:13 2015 New Revision: 379408 URL: https://svnweb.freebsd.org/changeset/ports/379408 QAT: https://qat.redports.org/buildarchive/r379408/ Log: Update to the 20150218 snapshot of GCC 4.9.3. Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Fri Feb 20 00:40:57 2015 (r379407) +++ head/lang/gcc49/Makefile Fri Feb 20 01:30:13 2015 (r379408) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc49 -PORTVERSION= 4.9.3.s20150211 +PORTVERSION= 4.9.3.s20150218 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Fri Feb 20 00:40:57 2015 (r379407) +++ head/lang/gcc49/distinfo Fri Feb 20 01:30:13 2015 (r379408) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20150211.tar.bz2) = f8c879d5547f18b78b3595499eed39a7ea1f8f9bfbdc4b141e3f7a664ce60415 -SIZE (gcc-4.9-20150211.tar.bz2) = 85667266 +SHA256 (gcc-4.9-20150218.tar.bz2) = 24e8c48cf0dd30498e299ca27202fc657825f8ee230ffd9f06866cab4800e3af +SIZE (gcc-4.9-20150218.tar.bz2) = 85679705 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 04:04:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A2EA505; Fri, 20 Feb 2015 04:04:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04D1894A; Fri, 20 Feb 2015 04:04:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K44uv7099767; Fri, 20 Feb 2015 04:04:56 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K44tfF099757; Fri, 20 Feb 2015 04:04:55 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201502200404.t1K44tfF099757@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 20 Feb 2015 04:04:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379409 - in head/math: . octave-forge-level-set octave-forge-level-set/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.18-1 Precedence: list List-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, 20 Feb 2015 04:04:57 -0000 Author: stephen Date: Fri Feb 20 04:04:54 2015 New Revision: 379409 URL: https://svnweb.freebsd.org/changeset/ports/379409 QAT: https://qat.redports.org/buildarchive/r379409/ Log: - New port math/octave-forge-level-set. 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 level-set. Added: head/math/octave-forge-level-set/ head/math/octave-forge-level-set/Makefile (contents, props changed) head/math/octave-forge-level-set/distinfo (contents, props changed) head/math/octave-forge-level-set/files/ head/math/octave-forge-level-set/files/patch-FastMarching.cpp (contents, props changed) head/math/octave-forge-level-set/pkg-descr (contents, props changed) head/math/octave-forge-level-set/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Feb 20 01:30:13 2015 (r379408) +++ head/math/Makefile Fri Feb 20 04:04:54 2015 (r379409) @@ -306,6 +306,7 @@ SUBDIR += octave-forge-interval SUBDIR += octave-forge-io SUBDIR += octave-forge-irsa + SUBDIR += octave-forge-level-set SUBDIR += octave-forge-linear-algebra SUBDIR += octave-forge-lssa SUBDIR += octave-forge-ltfat Added: head/math/octave-forge-level-set/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-level-set/Makefile Fri Feb 20 04:04:54 2015 (r379409) @@ -0,0 +1,28 @@ +# Created by: Stephen Montgomery-Smith +# $FreeBSD$ + +PORTNAME= octave-forge-level-set +PORTVERSION= 0.2.0 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LICENSE= GPLv3 + +ALL_TARGET= oct +USES= compiler:c++0x + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${OCTAVE_PKGNAME} + +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-level-set/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-level-set/distinfo Fri Feb 20 04:04:54 2015 (r379409) @@ -0,0 +1,2 @@ +SHA256 (octave-forge/level-set-0.2.0.tar.gz) = 1152e20bd84d12b031dab80320965d490289b25a9a9a0589ba171e8b1bea00b9 +SIZE (octave-forge/level-set-0.2.0.tar.gz) = 136521 Added: head/math/octave-forge-level-set/files/patch-FastMarching.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-level-set/files/patch-FastMarching.cpp Fri Feb 20 04:04:54 2015 (r379409) @@ -0,0 +1,10 @@ +--- FastMarching.cpp-orig 2015-02-20 03:51:59.000000000 +0000 ++++ FastMarching.cpp 2015-02-20 03:52:16.000000000 +0000 +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + + namespace fastMarching + { Added: head/math/octave-forge-level-set/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-level-set/pkg-descr Fri Feb 20 04:04:54 2015 (r379409) @@ -0,0 +1,11 @@ +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 level-set. + + Routines for calculating the time-evolution of the level-set equation and + extracting geometric information from the level-set function. + +WWW: http://octave.sourceforge.net/ Added: head/math/octave-forge-level-set/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-level-set/pkg-plist Fri Feb 20 04:04:54 2015 (r379409) @@ -0,0 +1 @@ +@comment This file intentionally left empty From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 04:09:43 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6673E627; Fri, 20 Feb 2015 04:09:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37F3197B; Fri, 20 Feb 2015 04:09:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K49h5m000540; Fri, 20 Feb 2015 04:09:43 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K49hlN000539; Fri, 20 Feb 2015 04:09:43 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201502200409.t1K49hlN000539@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 20 Feb 2015 04:09:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379410 - head/math/octave-forge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 04:09:43 -0000 Author: stephen Date: Fri Feb 20 04:09:42 2015 New Revision: 379410 URL: https://svnweb.freebsd.org/changeset/ports/379410 QAT: https://qat.redports.org/buildarchive/r379410/ Log: - Add optional dependency math/octave-forge-level-set. - Update to 20150220. Modified: head/math/octave-forge/Makefile Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Fri Feb 20 04:04:54 2015 (r379409) +++ head/math/octave-forge/Makefile Fri Feb 20 04:09:42 2015 (r379410) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge -PORTVERSION= 20150201 +PORTVERSION= 20150220 CATEGORIES= math MASTER_SITES= #none DISTFILES= #none @@ -20,7 +20,8 @@ OPTIONS_DEFINE= ACTUARIAL AD AUDIO BENCH DATABASE DATAFRAME DICOM DIVAND ECONOMETRICS ENGINE FENV FITS \ FINANCIAL FL_CORE FPL FUZZY_LOGIC_TOOLKIT GA GEOMETRY GENERAL \ GENERATE_HTML GNUPLOT GSL IDENT IMAGE \ - INFORMATIONTHEORY INTEGRATION INTERVAL IO IRSA LINEAR_ALGEBRA \ + INFORMATIONTHEORY INTEGRATION INTERVAL IO IRSA LEVEL_SET \ + LINEAR_ALGEBRA \ LSSA MAPPING MECHANICS MISCELLANEOUS MISSING_FUNCTIONS MSH \ MULTICORE MVN NAN NCARRAY NETCDF NLWING2 NNET NURBS OCS \ OCT2MAT OCTCDF OCTCLIP OCTGPR OCTPROJ ODEBVP ODEPKG OPTICS \ @@ -65,6 +66,7 @@ INTEGRATION_DESC= Install package: integ INTERVAL_DESC= Install package: interval IO_DESC= Install package: io IRSA_DESC= Install package: irsa +LEVEL_SET_DESC= Install package: level-set LINEAR_ALGEBRA_DESC= Install package: linear-algebra LSSA_DESC= Install package: lssa # Do not reenable without testing first @@ -234,6 +236,9 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz: .if ${PORT_OPTIONS:MIRSA} RUN_DEPENDS+= ${TARBALLS_DIR}/irsa.tar.gz:${PORTSDIR}/math/octave-forge-irsa .endif +.if ${PORT_OPTIONS:MLEVEL_SET} +RUN_DEPENDS+= ${TARBALLS_DIR}/level-set.tar.gz:${PORTSDIR}/math/octave-forge-level-set +.endif .if ${PORT_OPTIONS:MLINEAR_ALGEBRA} RUN_DEPENDS+= ${TARBALLS_DIR}/linear-algebra.tar.gz:${PORTSDIR}/math/octave-forge-linear-algebra .endif From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 05:15:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DE3BCF8; Fri, 20 Feb 2015 05:15:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F5D3F3B; Fri, 20 Feb 2015 05:15:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K5FIL6034284; Fri, 20 Feb 2015 05:15:18 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K5FHRx034282; Fri, 20 Feb 2015 05:15:17 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201502200515.t1K5FHRx034282@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 20 Feb 2015 05:15:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379411 - in head/japanese/mozc-server: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 05:15:18 -0000 Author: hrs Date: Fri Feb 20 05:15:17 2015 New Revision: 379411 URL: https://svnweb.freebsd.org/changeset/ports/379411 QAT: https://qat.redports.org/buildarchive/r379411/ Log: - Fix installation path of mozc_emacs_helper. - Fix mozc_tool path in the fcitx patch set. Added: head/japanese/mozc-server/files/extra-patch-unix_fcitx_fcitx_mozc.cc (contents, props changed) Modified: head/japanese/mozc-server/Makefile Modified: head/japanese/mozc-server/Makefile ============================================================================== --- head/japanese/mozc-server/Makefile Fri Feb 20 04:09:42 2015 (r379410) +++ head/japanese/mozc-server/Makefile Fri Feb 20 05:15:17 2015 (r379411) @@ -3,7 +3,7 @@ PORTNAME= mozc PORTVERSION= 2.16.2051.102 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= LOCAL/hrs DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -142,7 +142,7 @@ EXTRACT_DEPENDS+= lha:${PORTSDIR}/archiv PLIST_FILES+= bin/mozc \ bin/mozc_server \ - bin/mozc_emacs_helper + libexec/mozc_emacs_helper SUB_FILES+= mozc post-extract-mozc_server: @@ -163,8 +163,10 @@ do-build-mozc_server: do-install-mozc_server: ${INSTALL_PROGRAM} \ ${WRKSRC}/out_linux/${BUILD_MODE}/mozc_server \ - ${WRKSRC}/out_linux/${BUILD_MODE}/mozc_emacs_helper \ ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} \ + ${WRKSRC}/out_linux/${BUILD_MODE}/mozc_emacs_helper \ + ${STAGEDIR}${PREFIX}/libexec ${INSTALL_SCRIPT} \ ${WRKDIR}/mozc ${STAGEDIR}/${PREFIX}/bin .endif @@ -295,6 +297,11 @@ post-extract-fcitx_mozc: post-extract: post-extract-fcitx_mozc +post-patch-fcitx_mozc: + cd ${PATCH_WRKSRC} && ${PATCH} < ${PATCHDIR}/extra-patch-unix_fcitx_fcitx_mozc.cc + +post-patch: post-patch-fcitx_mozc + do-build-fcitx_mozc: ${BUILD_MOZC_CMD_BUILD} unix/fcitx/fcitx.gyp:fcitx-mozc Added: head/japanese/mozc-server/files/extra-patch-unix_fcitx_fcitx_mozc.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/mozc-server/files/extra-patch-unix_fcitx_fcitx_mozc.cc Fri Feb 20 05:15:17 2015 (r379411) @@ -0,0 +1,21 @@ +--- unix/fcitx/fcitx_mozc.cc.orig 2015-02-19 10:48:37.000000000 +0900 ++++ unix/fcitx/fcitx_mozc.cc 2015-02-19 10:54:04.000000000 +0900 +@@ -439,6 +439,8 @@ + boolean ToolMenuAction(struct _FcitxUIMenu *menu, int index) + { + string args; ++ size_t pid = 0; ++ + switch(index) { + case 0: + args = "--mode=config_dialog"; +@@ -459,7 +461,8 @@ + args = "--mode=about_dialog"; + break; + } +- mozc::Process::SpawnMozcProcess("mozc_tool", args); ++ ++ mozc::Process::SpawnProcess(mozc::FileUtil::JoinPath(mozc::SystemUtil::GetToolPath(), "mozc_tool"), args, &pid); + return true; + } + From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 06:27:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3CCB7A93; Fri, 20 Feb 2015 06:27:59 +0000 (UTC) Received: from forward9l.mail.yandex.net (forward9l.mail.yandex.net [84.201.143.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EB1F3880; Fri, 20 Feb 2015 06:27:58 +0000 (UTC) Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward9l.mail.yandex.net (Yandex) with ESMTP id 9347DE61144; Fri, 20 Feb 2015 09:27:53 +0300 (MSK) Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id 832DD2C56FF; Fri, 20 Feb 2015 09:27:52 +0300 (MSK) Received: from 194.5.8.185.sparktell.net (194.5.8.185.sparktell.net [185.8.5.194]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id AIBnY7LYLH-RpU8VfmD; Fri, 20 Feb 2015 09:27:52 +0300 (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) Message-ID: <54E6D3E7.9080306@passap.ru> Date: Fri, 20 Feb 2015 09:27:51 +0300 From: Boris Samorodov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Adam Weinberger Subject: Re: svn commit: r379314 - head/print/foxitreader References: <201502182118.t1ILIfDZ009172@svn.freebsd.org> <54E648B3.7040502@passap.ru> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Nicola Vitale , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 06:27:59 -0000 20.02.2015 00:10, Adam Weinberger пишет: >> On 19 Feb, 2015, at 13:33, Boris Samorodov wrote: >> >> 19.02.2015 00:18, Nicola Vitale пишет: >>> Author: nivit >>> Date: Wed Feb 18 21:18:41 2015 >>> New Revision: 379314 >>> URL: https://svnweb.freebsd.org/changeset/ports/379314 >>> QAT: https://qat.redports.org/buildarchive/r379314/ >>> >>> Log: >>> - Fix installation when DOCS option is off >>> >>> PR: 197807 >>> Submitted by: xmj >>> >>> Modified: >>> head/print/foxitreader/Makefile >>> >>> Modified: head/print/foxitreader/Makefile >>> ============================================================================== >>> --- head/print/foxitreader/Makefile Wed Feb 18 20:49:13 2015 (r379313) >>> +++ head/print/foxitreader/Makefile Wed Feb 18 21:18:41 2015 (r379314) >>> @@ -46,7 +46,9 @@ do-install: >>> ${INSTALL_DATA} ${WRKSRC}/po/${locale}/FoxitReader.mo ${STAGEDIR}${PREFIX}/share/locale/${locale}/LC_MESSAGES/ >>> .endfor >>> .endif >>> +.if ${PORT_OPTIONS:MDOCS} >>> @${MKDIR} ${STAGEDIR}${DOCSDIR} >>> ${INSTALL_DATA} ${DISTDIR}/FoxitReader${PORTVERSION:R}ForLinux_Manual.pdf ${STAGEDIR}${DOCSDIR} >>> +.endif >>> >>> .include >> >> I was under an impression that this should be automagically >> treated by staging. > > In general, you're right, but in this case, the DOCS option adds an extra DISTFILE containing the manual. Got it, interesting use case. Thanks! -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 06:53:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A6E4F9; Fri, 20 Feb 2015 06:53:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF627BC8; Fri, 20 Feb 2015 06:53:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K6rdJf080868; Fri, 20 Feb 2015 06:53:39 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K6rcDR080860; Fri, 20 Feb 2015 06:53:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502200653.t1K6rcDR080860@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 20 Feb 2015 06:53:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379412 - in head/games/cube: . 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.18-1 Precedence: list List-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, 20 Feb 2015 06:53:40 -0000 Author: jbeich Date: Fri Feb 20 06:53:37 2015 New Revision: 379412 URL: https://svnweb.freebsd.org/changeset/ports/379412 QAT: https://qat.redports.org/buildarchive/r379412/ Log: - Fix invalid dereferencing of null reference which causes startup crash for cube_client when built with clang 3.6 + -O1 or higher [1] - Properly track libenet dependency [2] PR: 197604 [1] PR: 197605 [2] Submitted by: dim [1] Added: head/games/cube/files/patch-entities.cpp (contents, props changed) head/games/cube/files/patch-physics.cpp (contents, props changed) head/games/cube/files/patch-protos.h (contents, props changed) head/games/cube/files/patch-rendermd2.cpp (contents, props changed) Modified: head/games/cube/Makefile Modified: head/games/cube/Makefile ============================================================================== --- head/games/cube/Makefile Fri Feb 20 05:15:17 2015 (r379411) +++ head/games/cube/Makefile Fri Feb 20 06:53:37 2015 (r379412) @@ -3,7 +3,7 @@ PORTNAME= cube DISTVERSION= 2005_08_29 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} DISTFILES= ${CUBE_DATA} ${CUBE_SRC} @@ -11,9 +11,10 @@ DISTFILES= ${CUBE_DATA} ${CUBE_SRC} MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL 3D FPS (first person shooter) game -BUILD_DEPENDS= ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet +LIB_DEPENDS= libenet.so:${PORTSDIR}/net/enet USES= dos2unix gmake +EXTRACT_AFTER_ARGS=--exclude enet ALL_TARGET= # USE_XORG= x11 Added: head/games/cube/files/patch-entities.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/cube/files/patch-entities.cpp Fri Feb 20 06:53:37 2015 (r379412) @@ -0,0 +1,15 @@ +--- entities.cpp.orig 2015-02-14 01:42:48.128349000 +0100 ++++ entities.cpp 2015-02-14 01:44:19.309526000 +0100 +@@ -25,9 +25,9 @@ + entity &e = ents[i]; + if(e.type==MAPMODEL) + { +- mapmodelinfo &mmi = getmminfo(e.attr2); +- if(!&mmi) continue; +- rendermodel(mmi.name, 0, 1, e.attr4, (float)mmi.rad, e.x, (float)S(e.x, e.y)->floor+mmi.zoff+e.attr3, e.y, (float)((e.attr1+7)-(e.attr1+7)%15), 0, false, 1.0f, 10.0f, mmi.snap); ++ mapmodelinfo *mmi = getmminfo(e.attr2); ++ if(!mmi) continue; ++ rendermodel(mmi->name, 0, 1, e.attr4, (float)mmi->rad, e.x, (float)S(e.x, e.y)->floor+mmi->zoff+e.attr3, e.y, (float)((e.attr1+7)-(e.attr1+7)%15), 0, false, 1.0f, 10.0f, mmi->snap); + } + else + { Added: head/games/cube/files/patch-physics.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/cube/files/patch-physics.cpp Fri Feb 20 06:53:37 2015 (r379412) @@ -0,0 +1,22 @@ +--- physics.cpp.orig 2015-02-14 01:31:41.351723000 +0100 ++++ physics.cpp 2015-02-14 01:40:28.770647000 +0100 +@@ -46,14 +46,14 @@ + { + entity &e = ents[i]; + if(e.type!=MAPMODEL) continue; +- mapmodelinfo &mmi = getmminfo(e.attr2); +- if(!&mmi || !mmi.h) continue; +- const float r = mmi.rad+d->radius; ++ mapmodelinfo *mmi = getmminfo(e.attr2); ++ if(!mmi || !mmi->h) continue; ++ const float r = mmi->rad+d->radius; + if(fabs(e.x-d->o.x)o.y)floor+mmi.zoff+e.attr3); ++ float mmz = (float)(S(e.x, e.y)->floor+mmi->zoff+e.attr3); + if(d->o.z-d->eyeheightlo) lo = mmz+mmi.h; ++ else if(mmz+mmi->h>lo) lo = mmz+mmi->h; + }; + }; + }; Added: head/games/cube/files/patch-protos.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/cube/files/patch-protos.h Fri Feb 20 06:53:37 2015 (r379412) @@ -0,0 +1,11 @@ +--- protos.h.orig 2015-02-14 01:31:41.352230000 +0100 ++++ protos.h 2015-02-14 01:39:01.934630000 +0100 +@@ -192,7 +192,7 @@ + + // rendermd2 + extern void rendermodel(char *mdl, int frame, int range, int tex, float rad, float x, float y, float z, float yaw, float pitch, bool teammate, float scale, float speed, int snap = 0, int basetime = 0); +-extern mapmodelinfo &getmminfo(int i); ++extern mapmodelinfo *getmminfo(int i); + + // server + extern void initserver(bool dedicated, int uprate, char *sdesc, char *ip, char *master, char *passwd, int maxcl); Added: head/games/cube/files/patch-rendermd2.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/cube/files/patch-rendermd2.cpp Fri Feb 20 06:53:37 2015 (r379412) @@ -0,0 +1,11 @@ +--- rendermd2.cpp.orig 2015-02-14 01:31:41.354388000 +0100 ++++ rendermd2.cpp 2015-02-14 01:39:38.592584000 +0100 +@@ -234,7 +234,7 @@ + + void mapmodelreset() { mapmodels.setsize(0); }; + +-mapmodelinfo &getmminfo(int i) { return immi : *(mapmodelinfo *)0; }; ++mapmodelinfo *getmminfo(int i) { return immi : 0; }; + + COMMAND(mapmodel, ARG_5STR); + COMMAND(mapmodelreset, ARG_NONE); From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 07:03:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C6AF2A3; Fri, 20 Feb 2015 07:03:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77891CA6; Fri, 20 Feb 2015 07:03:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K73ibR085781; Fri, 20 Feb 2015 07:03:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K73hYg085778; Fri, 20 Feb 2015 07:03:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502200703.t1K73hYg085778@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 20 Feb 2015 07:03:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379413 - head/math/gambit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 07:03:44 -0000 Author: jbeich Date: Fri Feb 20 07:03:42 2015 New Revision: 379413 URL: https://svnweb.freebsd.org/changeset/ports/379413 QAT: https://qat.redports.org/buildarchive/r379413/ Log: - Update to version 14.1.0 - Install .desktop file PR: 197444 Submitted by: tkato432@yahoo.com (modified) Modified: head/math/gambit/Makefile head/math/gambit/distinfo head/math/gambit/pkg-plist Modified: head/math/gambit/Makefile ============================================================================== --- head/math/gambit/Makefile Fri Feb 20 06:53:37 2015 (r379412) +++ head/math/gambit/Makefile Fri Feb 20 07:03:42 2015 (r379413) @@ -2,20 +2,27 @@ # $FreeBSD$ PORTNAME= gambit -PORTVERSION= 13.1.2 +PORTVERSION= 14.1.0 CATEGORIES= math -MASTER_SITES= SF/gambit/${PORTNAME}13/${PORTVERSION}/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PORTVERSION:R:R}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library of tools for doing computation in game theory LICENSE= GPLv2 +USES= compiler:c++11-lib USE_GNOME= gtk20 USE_WX= 3.0 +WX_CONF_ARGS= absolute WX_UNICODE= yes -USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG} +USE_LDCONFIG= yes + +post-install: + ${INSTALL_DATA} ${WRKSRC}/gambit.desktop \ + ${STAGEDIR}${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/src/gui/bitmaps/gambit.xpm \ + ${STAGEDIR}${PREFIX}/share/pixmaps .include Modified: head/math/gambit/distinfo ============================================================================== --- head/math/gambit/distinfo Fri Feb 20 06:53:37 2015 (r379412) +++ head/math/gambit/distinfo Fri Feb 20 07:03:42 2015 (r379413) @@ -1,2 +1,2 @@ -SHA256 (gambit-13.1.2.tar.gz) = 25cd18bc7ba448f7817c8c339fd092a4d5afaec1ae2098faa6d06a91d78a4b7e -SIZE (gambit-13.1.2.tar.gz) = 1659482 +SHA256 (gambit-14.1.0.tar.gz) = 128d570fc20f3e78739408c0c0485e37df2f3e9485e81acfc0970b49d5b6d327 +SIZE (gambit-14.1.0.tar.gz) = 1702475 Modified: head/math/gambit/pkg-plist ============================================================================== --- head/math/gambit/pkg-plist Fri Feb 20 06:53:37 2015 (r379412) +++ head/math/gambit/pkg-plist Fri Feb 20 07:03:42 2015 (r379413) @@ -1,4 +1,5 @@ bin/gambit +bin/gambit-convert bin/gambit-enummixed bin/gambit-enumpoly bin/gambit-enumpure @@ -8,11 +9,19 @@ bin/gambit-lcp bin/gambit-liap bin/gambit-logit bin/gambit-lp -bin/gambit-nfg-logitdyn -bin/gambit-nfg2html -bin/gambit-nfg2tex bin/gambit-simpdiv +include/libagg/GrayComposition.h +include/libagg/agg.h +include/libagg/bagg.h +include/libagg/gameagg.h +include/libagg/gamebagg.h +include/libagg/proj_func.h +include/libagg/trie_map.h +include/libagg/trie_map.imp +include/libgambit/GrayComposition.h +include/libgambit/agg.h include/libgambit/array.h +include/libgambit/bagg.h include/libgambit/behav.h include/libgambit/behav.imp include/libgambit/behavitr.h @@ -20,6 +29,8 @@ include/libgambit/behavspt.h include/libgambit/dvector.h include/libgambit/dvector.imp include/libgambit/game.h +include/libgambit/gameagg.h +include/libgambit/gamebagg.h include/libgambit/integer.h include/libgambit/libgambit.h include/libgambit/list.h @@ -28,6 +39,7 @@ include/libgambit/matrix.imp include/libgambit/mixed.h include/libgambit/mixed.imp include/libgambit/number.h +include/libgambit/proj_func.h include/libgambit/pvector.h include/libgambit/pvector.imp include/libgambit/rational.h @@ -36,5 +48,9 @@ include/libgambit/sqmatrix.h include/libgambit/sqmatrix.imp include/libgambit/stratitr.h include/libgambit/stratspt.h +include/libgambit/trie_map.h +include/libgambit/trie_map.imp include/libgambit/vector.h include/libgambit/vector.imp +share/applications/gambit.desktop +share/pixmaps/gambit.xpm From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 07:44:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55BCD6DF; Fri, 20 Feb 2015 07:44:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40B218F; Fri, 20 Feb 2015 07:44:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K7ikZo004647; Fri, 20 Feb 2015 07:44:46 GMT (envelope-from jadawin@FreeBSD.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K7ik7t004645; Fri, 20 Feb 2015 07:44:46 GMT (envelope-from jadawin@FreeBSD.org) Message-Id: <201502200744.t1K7ik7t004645@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jadawin set sender to jadawin@FreeBSD.org using -f From: Philippe Audeoud Date: Fri, 20 Feb 2015 07:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379414 - head/security/p5-IO-Socket-SSL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 07:44:47 -0000 Author: jadawin Date: Fri Feb 20 07:44:45 2015 New Revision: 379414 URL: https://svnweb.freebsd.org/changeset/ports/379414 QAT: https://qat.redports.org/buildarchive/r379414/ Log: - Update to 2.012 PR: 197737 Submitted by: adamw@ Modified: head/security/p5-IO-Socket-SSL/Makefile head/security/p5-IO-Socket-SSL/distinfo Modified: head/security/p5-IO-Socket-SSL/Makefile ============================================================================== --- head/security/p5-IO-Socket-SSL/Makefile Fri Feb 20 07:03:42 2015 (r379413) +++ head/security/p5-IO-Socket-SSL/Makefile Fri Feb 20 07:44:45 2015 (r379414) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Socket-SSL -PORTVERSION= 2.009 +PORTVERSION= 2.012 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SULLR Modified: head/security/p5-IO-Socket-SSL/distinfo ============================================================================== --- head/security/p5-IO-Socket-SSL/distinfo Fri Feb 20 07:03:42 2015 (r379413) +++ head/security/p5-IO-Socket-SSL/distinfo Fri Feb 20 07:44:45 2015 (r379414) @@ -1,2 +1,2 @@ -SHA256 (IO-Socket-SSL-2.009.tar.gz) = 9131b645bf8b1ede6585768cb94eb88875d7b074c73b5340584ffb3c05b0d8a7 -SIZE (IO-Socket-SSL-2.009.tar.gz) = 191333 +SHA256 (IO-Socket-SSL-2.012.tar.gz) = 02bd7f17ceb492e396eca6627f50aaa2a3ddfcb5bfa3889ddf145383b0b179d9 +SIZE (IO-Socket-SSL-2.012.tar.gz) = 193636 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 08:26:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7BC89F9; Fri, 20 Feb 2015 08:26:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66DAE65F; Fri, 20 Feb 2015 08:26:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K8QLhp023749; Fri, 20 Feb 2015 08:26:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K8QLhD023747; Fri, 20 Feb 2015 08:26:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502200826.t1K8QLhD023747@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 20 Feb 2015 08:26:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379415 - in head/sysutils/fusefs-libs: . 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.18-1 Precedence: list List-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, 20 Feb 2015 08:26:22 -0000 Author: jbeich Date: Fri Feb 20 08:26:20 2015 New Revision: 379415 URL: https://svnweb.freebsd.org/changeset/ports/379415 QAT: https://qat.redports.org/buildarchive/r379415/ Log: Pass "automounted" mount option to mount_fusefs(8) This only addresses libfuse rejecting unknown option. mount_fusefs(8) still needs to be fixed separately. PR: 192852 Modified: head/sysutils/fusefs-libs/Makefile head/sysutils/fusefs-libs/files/patch-lib_mount_bsd.c Modified: head/sysutils/fusefs-libs/Makefile ============================================================================== --- head/sysutils/fusefs-libs/Makefile Fri Feb 20 07:44:45 2015 (r379414) +++ head/sysutils/fusefs-libs/Makefile Fri Feb 20 08:26:20 2015 (r379415) @@ -3,7 +3,7 @@ PORTNAME= fusefs PORTVERSION= 2.9.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= SF/fuse/fuse-2.X/${PORTVERSION} PKGNAMESUFFIX= -libs Modified: head/sysutils/fusefs-libs/files/patch-lib_mount_bsd.c ============================================================================== --- head/sysutils/fusefs-libs/files/patch-lib_mount_bsd.c Fri Feb 20 07:44:45 2015 (r379414) +++ head/sysutils/fusefs-libs/files/patch-lib_mount_bsd.c Fri Feb 20 08:26:20 2015 (r379415) @@ -9,6 +9,14 @@ #include #include #include +@@ -78,6 +80,7 @@ static const struct fuse_opt fuse_mount_ + FUSE_DUAL_OPT_KEY("ro", KEY_KERN), + FUSE_DUAL_OPT_KEY("rw", KEY_KERN), + FUSE_DUAL_OPT_KEY("auto", KEY_KERN), ++ FUSE_DUAL_OPT_KEY("automounted", KEY_KERN), + /* options supported under both Linux and FBSD */ + FUSE_DUAL_OPT_KEY("allow_other", KEY_KERN), + FUSE_DUAL_OPT_KEY("default_permissions",KEY_KERN), @@ -192,56 +194,12 @@ free(umount_cmd); } From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 08:46:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7A30634; Fri, 20 Feb 2015 08:46:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C31108D7; Fri, 20 Feb 2015 08:46:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K8k01g033162; Fri, 20 Feb 2015 08:46:00 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K8jxfL033154; Fri, 20 Feb 2015 08:45:59 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201502200845.t1K8jxfL033154@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Fri, 20 Feb 2015 08:45:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379416 - head/security/opensc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 08:46:01 -0000 Author: ale Date: Fri Feb 20 08:45:59 2015 New Revision: 379416 URL: https://svnweb.freebsd.org/changeset/ports/379416 QAT: https://qat.redports.org/buildarchive/r379416/ Log: Remove xstproc dependency if DOCS & MANPAGES are not selected. PR: 195935 Submitted by: jbeich Modified: head/security/opensc/Makefile head/security/opensc/pkg-plist Modified: head/security/opensc/Makefile ============================================================================== --- head/security/opensc/Makefile Fri Feb 20 08:26:20 2015 (r379415) +++ head/security/opensc/Makefile Fri Feb 20 08:45:59 2015 (r379416) @@ -11,13 +11,10 @@ COMMENT= Libraries and utilities to acce LICENSE= LGPL21 -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ - ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl - OPTIONS_SINGLE= BACKEND OPTIONS_SINGLE_BACKEND=PCSC OPENCT CTAPI -OPTIONS_DEFINE= SM DOCS -OPTIONS_DEFAULT=PCSC SM +OPTIONS_DEFINE= SM DOCS MANPAGES +OPTIONS_DEFAULT=PCSC SM MANPAGES PCSC_DESC= Use PC/SC backend OPENCT_DESC= Use OpenCT backend @@ -32,15 +29,29 @@ INSTALL_TARGET= install-strip CONFIGURE_ENV= \ OPENSSL_CFLAGS="-I${OPENSSLINC}" \ - OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" \ - XSLTPROC="${LOCALBASE}/bin/xsltproc" - -CONFIGURE_ARGS= --with-xsl-stylesheetsdir=${LOCALBASE}/share/xsl/docbook + OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" PORTDOCS= * .include +.if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MMANPAGES} +BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \ + ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl +CONFIGURE_ENV+= XSLTPROC="${LOCALBASE}/bin/xsltproc" +CONFIGURE_ARGS+=--with-xsl-stylesheetsdir=${LOCALBASE}/share/xsl/docbook +.else +CONFIGURE_ENV+= XSLTPROC="${FALSE}" +CONFIGURE_ARGS+=--without-xsl-stylesheetsdir +.endif + +.if ${PORT_OPTIONS:MMANPAGES} +PLIST_SUB+= MANPAGES="" +.else +CONFIGURE_ARGS+=--disable-man +PLIST_SUB+= MANPAGES="@comment " +.endif + .if ${PORT_OPTIONS:MOPENCT} LIB_DEPENDS+= libopenct.so:${PORTSDIR}/security/openct CONFIGURE_ARGS+=--enable-openct Modified: head/security/opensc/pkg-plist ============================================================================== --- head/security/opensc/pkg-plist Fri Feb 20 08:26:20 2015 (r379415) +++ head/security/opensc/pkg-plist Fri Feb 20 08:45:59 2015 (r379416) @@ -58,21 +58,19 @@ lib/pkcs11/pkcs11-spy.so %%DATADIR%%/setcos.profile %%DATADIR%%/starcos.profile %%DATADIR%%/westcos.profile -man/man1/cardos-tool.1.gz -man/man1/cryptoflex-tool.1.gz -man/man1/eidenv.1.gz -man/man1/iasecc-tool.1.gz -man/man1/netkey-tool.1.gz -man/man1/openpgp-tool.1.gz -man/man1/opensc-explorer.1.gz -man/man1/opensc-tool.1.gz -man/man1/piv-tool.1.gz -man/man1/pkcs11-tool.1.gz -man/man1/pkcs15-crypt.1.gz -man/man1/pkcs15-init.1.gz -man/man1/pkcs15-tool.1.gz -man/man1/sc-hsm-tool.1.gz -man/man1/westcos-tool.1.gz -man/man5/pkcs15-profile.5.gz -@dirrm lib/pkcs11 -@dirrm %%DATADIR%% +%%MANPAGES%%man/man1/cardos-tool.1.gz +%%MANPAGES%%man/man1/cryptoflex-tool.1.gz +%%MANPAGES%%man/man1/eidenv.1.gz +%%MANPAGES%%man/man1/iasecc-tool.1.gz +%%MANPAGES%%man/man1/netkey-tool.1.gz +%%MANPAGES%%man/man1/openpgp-tool.1.gz +%%MANPAGES%%man/man1/opensc-explorer.1.gz +%%MANPAGES%%man/man1/opensc-tool.1.gz +%%MANPAGES%%man/man1/piv-tool.1.gz +%%MANPAGES%%man/man1/pkcs11-tool.1.gz +%%MANPAGES%%man/man1/pkcs15-crypt.1.gz +%%MANPAGES%%man/man1/pkcs15-init.1.gz +%%MANPAGES%%man/man1/pkcs15-tool.1.gz +%%MANPAGES%%man/man1/sc-hsm-tool.1.gz +%%MANPAGES%%man/man1/westcos-tool.1.gz +%%MANPAGES%%man/man5/pkcs15-profile.5.gz From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 09:01:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F01D8F3; Fri, 20 Feb 2015 09:01:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE22C9CD; Fri, 20 Feb 2015 09:01:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K91Q8H039780; Fri, 20 Feb 2015 09:01:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K91QAq039778; Fri, 20 Feb 2015 09:01:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502200901.t1K91QAq039778@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Feb 2015 09:01:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379417 - head/devel/rubygem-notiffany X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 09:01:27 -0000 Author: sunpoet Date: Fri Feb 20 09:01:25 2015 New Revision: 379417 URL: https://svnweb.freebsd.org/changeset/ports/379417 QAT: https://qat.redports.org/buildarchive/r379417/ Log: - Update to 0.0.6 Changes: https://github.com/guard/notiffany/releases Modified: head/devel/rubygem-notiffany/Makefile head/devel/rubygem-notiffany/distinfo Modified: head/devel/rubygem-notiffany/Makefile ============================================================================== --- head/devel/rubygem-notiffany/Makefile Fri Feb 20 08:45:59 2015 (r379416) +++ head/devel/rubygem-notiffany/Makefile Fri Feb 20 09:01:25 2015 (r379417) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= notiffany -PORTVERSION= 0.0.5 +PORTVERSION= 0.0.6 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-notiffany/distinfo ============================================================================== --- head/devel/rubygem-notiffany/distinfo Fri Feb 20 08:45:59 2015 (r379416) +++ head/devel/rubygem-notiffany/distinfo Fri Feb 20 09:01:25 2015 (r379417) @@ -1,2 +1,2 @@ -SHA256 (rubygem/notiffany-0.0.5.gem) = 50b574a43ce598db525bc456db007fbaa91bf97c306e196de603c479e0259bc2 -SIZE (rubygem/notiffany-0.0.5.gem) = 191488 +SHA256 (rubygem/notiffany-0.0.6.gem) = 124e34e0cad5c697363864b7d9d3ad8e418c0b8d6547f3192d27fbf723e01cca +SIZE (rubygem/notiffany-0.0.6.gem) = 185344 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 09:01:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38A5A9E9; Fri, 20 Feb 2015 09:01:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23F309D3; Fri, 20 Feb 2015 09:01:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K91cgc040034; Fri, 20 Feb 2015 09:01:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K91bZV040028; Fri, 20 Feb 2015 09:01:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502200901.t1K91bZV040028@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Feb 2015 09:01:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379419 - head/devel/rubygem-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.18-1 Precedence: list List-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, 20 Feb 2015 09:01:38 -0000 Author: sunpoet Date: Fri Feb 20 09:01:36 2015 New Revision: 379419 URL: https://svnweb.freebsd.org/changeset/ports/379419 QAT: https://qat.redports.org/buildarchive/r379419/ Log: - Update to 1.12.0 Changes: https://github.com/mongodb/mongo-ruby-driver/releases Modified: head/devel/rubygem-mongo/Makefile head/devel/rubygem-mongo/distinfo Modified: head/devel/rubygem-mongo/Makefile ============================================================================== --- head/devel/rubygem-mongo/Makefile Fri Feb 20 09:01:31 2015 (r379418) +++ head/devel/rubygem-mongo/Makefile Fri Feb 20 09:01:36 2015 (r379419) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongo -PORTVERSION= 1.11.1 +PORTVERSION= 1.12.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Ruby driver for MongoDB LICENSE= APACHE20 -RUN_DEPENDS= rubygem-bson1>=1.11.1:${PORTSDIR}/devel/rubygem-bson1 +RUN_DEPENDS= rubygem-bson1>=1.12.0:${PORTSDIR}/devel/rubygem-bson1 USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/devel/rubygem-mongo/distinfo ============================================================================== --- head/devel/rubygem-mongo/distinfo Fri Feb 20 09:01:31 2015 (r379418) +++ head/devel/rubygem-mongo/distinfo Fri Feb 20 09:01:36 2015 (r379419) @@ -1,2 +1,2 @@ -SHA256 (rubygem/mongo-1.11.1.gem) = 8b6c85492c2a54867f944f9c7e26bb8005a37c4046e524ada46bb7cf75a8a256 -SIZE (rubygem/mongo-1.11.1.gem) = 167936 +SHA256 (rubygem/mongo-1.12.0.gem) = dfa6d4a7d8fc378183ecf2ae6099fdc954b7b2243f41d02b2bc8e8bd26f5a036 +SIZE (rubygem/mongo-1.12.0.gem) = 176640 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 09:01:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C47659CE; Fri, 20 Feb 2015 09:01:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B045F9CF; Fri, 20 Feb 2015 09:01:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K91Wvs039906; Fri, 20 Feb 2015 09:01:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K91W3p039904; Fri, 20 Feb 2015 09:01:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502200901.t1K91W3p039904@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Feb 2015 09:01:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379418 - head/devel/rubygem-bson1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 09:01:32 -0000 Author: sunpoet Date: Fri Feb 20 09:01:31 2015 New Revision: 379418 URL: https://svnweb.freebsd.org/changeset/ports/379418 QAT: https://qat.redports.org/buildarchive/r379418/ Log: - Update to 1.12.0 Changes: https://github.com/mongodb/bson-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-bson1/Makefile head/devel/rubygem-bson1/distinfo Modified: head/devel/rubygem-bson1/Makefile ============================================================================== --- head/devel/rubygem-bson1/Makefile Fri Feb 20 09:01:25 2015 (r379417) +++ head/devel/rubygem-bson1/Makefile Fri Feb 20 09:01:31 2015 (r379418) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bson -PORTVERSION= 1.11.1 +PORTVERSION= 1.12.0 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 1 @@ -16,6 +16,8 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +PLIST_FILES= bin/b2json bin/j2bson + PORTSCOUT= limit:^1\. .include Modified: head/devel/rubygem-bson1/distinfo ============================================================================== --- head/devel/rubygem-bson1/distinfo Fri Feb 20 09:01:25 2015 (r379417) +++ head/devel/rubygem-bson1/distinfo Fri Feb 20 09:01:31 2015 (r379418) @@ -1,2 +1,2 @@ -SHA256 (rubygem/bson-1.11.1.gem) = cfb68916752ffc90ce68660841ffed5da0e8b44d912698688d46808e12455d27 -SIZE (rubygem/bson-1.11.1.gem) = 28672 +SHA256 (rubygem/bson-1.12.0.gem) = 15f01db8531da0ed4b76ea98198ad27a1800f4bbafc0998b900c45885a05d30f +SIZE (rubygem/bson-1.12.0.gem) = 28672 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 09:49:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 41E0554C; Fri, 20 Feb 2015 09:49:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13644F14; Fri, 20 Feb 2015 09:49:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K9nhb8062058; Fri, 20 Feb 2015 09:49:43 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K9nhnM062055; Fri, 20 Feb 2015 09:49:43 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201502200949.t1K9nhnM062055@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Fri, 20 Feb 2015 09:49:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379420 - 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.18-1 Precedence: list List-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, 20 Feb 2015 09:49:44 -0000 Author: gblach Date: Fri Feb 20 09:49:42 2015 New Revision: 379420 URL: https://svnweb.freebsd.org/changeset/ports/379420 QAT: https://qat.redports.org/buildarchive/r379420/ Log: Update to 0.8.0 Modified: head/multimedia/mpv/Makefile head/multimedia/mpv/distinfo head/multimedia/mpv/pkg-plist Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Fri Feb 20 09:01:36 2015 (r379419) +++ head/multimedia/mpv/Makefile Fri Feb 20 09:49:42 2015 (r379420) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mpv -PORTVERSION= 0.7.3 -PORTREVISION= 1 +PORTVERSION= 0.8.0 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= GH:0 GHC:0 http://ftp.waf.io/pub/release/:1 \ @@ -25,9 +24,9 @@ BUILD_DEPENDS= rst2man:${PORTSDIR}/textp USE_GITHUB= yes GH_ACCOUNT= mpv-player GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 79ca51d +GH_COMMIT= 0c9f10e -WAF_VERSION= 1.8.5 +WAF_VERSION= 1.8.6 USES= compiler:c11 desktop-file-utils iconv pkgconfig python:build USE_XORG= x11 xv xxf86vm @@ -45,8 +44,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --enable-libmpv-shared \ --disable-mpg123 \ --disable-alsa \ - --disable-portaudio \ - --disable-pulse \ --disable-pdf OPTIONS_DEFINE= BS2B DOCS ENCA LADSPA LCMS2 LIBGUESS LIRC LUAJIT ZSH Modified: head/multimedia/mpv/distinfo ============================================================================== --- head/multimedia/mpv/distinfo Fri Feb 20 09:01:36 2015 (r379419) +++ head/multimedia/mpv/distinfo Fri Feb 20 09:49:42 2015 (r379420) @@ -1,4 +1,4 @@ -SHA256 (mpv-0.7.3.tar.gz) = 5379fa5b2945a6ba79a33f59befabefc4ec5cd15c4c8e70e871a6c3a700d5816 -SIZE (mpv-0.7.3.tar.gz) = 2672769 -SHA256 (waf-1.8.5) = 05d6cae3a48ff0646bbf748d60926e53ec3947f353333ff977a95d738031023e -SIZE (waf-1.8.5) = 96280 +SHA256 (mpv-0.8.0.tar.gz) = 1a6c12abb932663bfebf30e2be92859b6df1f3e191ad646d8500ab09bff74b5b +SIZE (mpv-0.8.0.tar.gz) = 2661947 +SHA256 (waf-1.8.6) = 81c4e6a3144c7b2021a839e7277bdaf1cedbbc87302186897b4ae03f4effcbf5 +SIZE (waf-1.8.6) = 96490 Modified: head/multimedia/mpv/pkg-plist ============================================================================== --- head/multimedia/mpv/pkg-plist Fri Feb 20 09:01:36 2015 (r379419) +++ head/multimedia/mpv/pkg-plist Fri Feb 20 09:49:42 2015 (r379420) @@ -1,10 +1,11 @@ bin/mpv %%ETCDIR%%/encoding-profiles.conf include/mpv/client.h +include/mpv/opengl_cb.h include/mpv/qthelper.hpp lib/libmpv.so lib/libmpv.so.1 -lib/libmpv.so.1.10.0 +lib/libmpv.so.1.14.0 libdata/pkgconfig/mpv.pc man/man1/mpv.1.gz share/applications/mpv.desktop From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 09:54:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 317D0660; Fri, 20 Feb 2015 09:54:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D2DDFC7; Fri, 20 Feb 2015 09:54:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1K9sLg6066148; Fri, 20 Feb 2015 09:54:21 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1K9sLPp066146; Fri, 20 Feb 2015 09:54:21 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201502200954.t1K9sLPp066146@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Fri, 20 Feb 2015 09:54:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379421 - head/sysutils/fpart X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 09:54:22 -0000 Author: martymac Date: Fri Feb 20 09:54:20 2015 New Revision: 379421 URL: https://svnweb.freebsd.org/changeset/ports/379421 QAT: https://qat.redports.org/buildarchive/r379421/ Log: Update to 0.9.2 Modified: head/sysutils/fpart/Makefile head/sysutils/fpart/distinfo Modified: head/sysutils/fpart/Makefile ============================================================================== --- head/sysutils/fpart/Makefile Fri Feb 20 09:49:42 2015 (r379420) +++ head/sysutils/fpart/Makefile Fri Feb 20 09:54:20 2015 (r379421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fpart -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://contribs.martymac.org/fpart/ Modified: head/sysutils/fpart/distinfo ============================================================================== --- head/sysutils/fpart/distinfo Fri Feb 20 09:49:42 2015 (r379420) +++ head/sysutils/fpart/distinfo Fri Feb 20 09:54:20 2015 (r379421) @@ -1,2 +1,2 @@ -SHA256 (fpart-0.9.1.tar.gz) = 553a934a9317001d018dd16b35539b703f4dc6ca9484fdb7194193bc48c55e7d -SIZE (fpart-0.9.1.tar.gz) = 173938 +SHA256 (fpart-0.9.2.tar.gz) = 613d62310b3e832218ba966c213e49ba7922408a4934cafeb899cc829c53e19a +SIZE (fpart-0.9.2.tar.gz) = 179185 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 12:46:28 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB99A6F5; Fri, 20 Feb 2015 12:46:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6E4437B; Fri, 20 Feb 2015 12:46:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KCkSMl045413; Fri, 20 Feb 2015 12:46:28 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KCkSd4045412; Fri, 20 Feb 2015 12:46:28 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502201246.t1KCkSd4045412@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 20 Feb 2015 12:46:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379422 - head/audio/ocp/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.18-1 Precedence: list List-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, 20 Feb 2015 12:46:28 -0000 Author: marino Date: Fri Feb 20 12:46:27 2015 New Revision: 379422 URL: https://svnweb.freebsd.org/changeset/ports/379422 QAT: https://qat.redports.org/buildarchive/r379422/ Log: audio/ocp: Fix configure script to support gcc-5 (from upstream) PR: 197813 Submitted by: marino Approved by: maintainer (ehaupt) Added: head/audio/ocp/files/patch-configure (contents, props changed) Added: head/audio/ocp/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/ocp/files/patch-configure Fri Feb 20 12:46:27 2015 (r379422) @@ -0,0 +1,11 @@ +--- configure.orig 2010-05-17 09:55:17 UTC ++++ configure +@@ -4511,7 +4511,7 @@ else + '') + as_fn_error "not found" "$LINENO" 5; + ;; +- 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9]|3.[0-9].[0-9]-*|4.*) ++ 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9]|3.[0-9].[0-9]-*|4.*|5.*) + _cc_major=`echo $cc_version | cut -d '.' -f 1` + _cc_minor=`echo $cc_version | cut -d '.' -f 2` + _cc_mini=`echo $cc_version | cut -d '.' -f 3` From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 13:04:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA3F4A84; Fri, 20 Feb 2015 13:04:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C54D077B; Fri, 20 Feb 2015 13:04:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KD4oCJ054576; Fri, 20 Feb 2015 13:04:50 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KD4oRS054575; Fri, 20 Feb 2015 13:04:50 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502201304.t1KD4oRS054575@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 20 Feb 2015 13:04:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379423 - head/devel/ptlib/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.18-1 Precedence: list List-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, 20 Feb 2015 13:04:51 -0000 Author: marino Date: Fri Feb 20 13:04:49 2015 New Revision: 379423 URL: https://svnweb.freebsd.org/changeset/ports/379423 QAT: https://qat.redports.org/buildarchive/r379423/ Log: devel/ptlib: Fix support for gcc-5 The ptlib port has a bug in a macro condition. The condition wants to include a different c++ header if GCC 4.1 or below is used. Since this compiler doesn't exist in ports and is ancient, I'm just going to remove the check rather than fix it. This change fixes the build for the upcoming gcc-5 release. Approved by: just-fix-it blanket Added: head/devel/ptlib/files/patch-include_ptlib_critsec.h (contents, props changed) Added: head/devel/ptlib/files/patch-include_ptlib_critsec.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ptlib/files/patch-include_ptlib_critsec.h Fri Feb 20 13:04:49 2015 (r379423) @@ -0,0 +1,14 @@ +--- include/ptlib/critsec.h.orig 2013-02-20 02:12:17 UTC ++++ include/ptlib/critsec.h +@@ -40,11 +40,7 @@ + #if P_HAS_ATOMIC_INT + + #if defined(__GNUC__) +-# if __GNUC__ >= 4 && __GNUC_MINOR__ >= 2 + # include +-# else +-# include +-# endif + #endif + + #if P_NEEDS_GNU_CXX_NAMESPACE From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 13:24:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 736C925D; Fri, 20 Feb 2015 13:24:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CD719CA; Fri, 20 Feb 2015 13:24:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KDO0Ph063862; Fri, 20 Feb 2015 13:24:00 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KDNxUV063849; Fri, 20 Feb 2015 13:23:59 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201502201323.t1KDNxUV063849@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Fri, 20 Feb 2015 13:23:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379424 - in head/www/testlink: . 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.18-1 Precedence: list List-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, 20 Feb 2015 13:24:00 -0000 Author: tota Date: Fri Feb 20 13:23:58 2015 New Revision: 379424 URL: https://svnweb.freebsd.org/changeset/ports/379424 QAT: https://qat.redports.org/buildarchive/r379424/ Log: - Update to 1.9.13 Deleted: head/www/testlink/files/patch-lib-plan-planView.pnp Modified: head/www/testlink/Makefile head/www/testlink/distinfo head/www/testlink/pkg-plist Modified: head/www/testlink/Makefile ============================================================================== --- head/www/testlink/Makefile Fri Feb 20 13:04:49 2015 (r379423) +++ head/www/testlink/Makefile Fri Feb 20 13:23:58 2015 (r379424) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= testlink -PORTVERSION= 1.9.12 -PORTREVISION= 2 +PORTVERSION= 1.9.13 CATEGORIES= www devel MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/TestLink%201.9/TestLink%20${PORTVERSION} @@ -92,7 +91,7 @@ x-generate-plist: stage ${SORT} pkg-plist.new -o pkg-plist.new.tmp ${MV} pkg-plist.new.tmp pkg-plist.new ${REINPLACE_CMD} -e 's,%%WWWDIR%%/docs,%%PORTDOCS%%&,' pkg-plist.new -.for f in logs upload_area +.for f in gui/templates_c logs upload_area ${ECHO} '@dir %%WWWDIR%%/${f}' >> pkg-plist.new .endfor ${ECHO} '@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%%' >> pkg-plist.new Modified: head/www/testlink/distinfo ============================================================================== --- head/www/testlink/distinfo Fri Feb 20 13:04:49 2015 (r379423) +++ head/www/testlink/distinfo Fri Feb 20 13:23:58 2015 (r379424) @@ -1,2 +1,2 @@ -SHA256 (testlink-1.9.12.tar.gz) = deadc06fb8d3c5c0b287cb60b67dea5a588487a863db8e68fbcac2a9f56c49ee -SIZE (testlink-1.9.12.tar.gz) = 26435862 +SHA256 (testlink-1.9.13.tar.gz) = 8159b0086bc669caa7db20d5f1e6f370981dadd3e8b82320ebd824aa13938bae +SIZE (testlink-1.9.13.tar.gz) = 26463453 Modified: head/www/testlink/pkg-plist ============================================================================== --- head/www/testlink/pkg-plist Fri Feb 20 13:04:49 2015 (r379423) +++ head/www/testlink/pkg-plist Fri Feb 20 13:23:58 2015 (r379424) @@ -51,6 +51,7 @@ %%WWWDIR%%/gui/templates/attachment404.tpl %%WWWDIR%%/gui/templates/attachmentdelete.tpl %%WWWDIR%%/gui/templates/attachments.inc.tpl +%%WWWDIR%%/gui/templates/attachments_simple.inc.tpl %%WWWDIR%%/gui/templates/attachmentupload.tpl %%WWWDIR%%/gui/templates/cfields/cfieldsEdit.tpl %%WWWDIR%%/gui/templates/cfields/cfieldsExport.tpl @@ -141,6 +142,7 @@ %%WWWDIR%%/gui/templates/plan/planUrgency.tpl %%WWWDIR%%/gui/templates/plan/planView.tpl %%WWWDIR%%/gui/templates/plan/tc_exec_assignment.tpl +%%WWWDIR%%/gui/templates/plan/tc_exec_assignment_flat.tpl %%WWWDIR%%/gui/templates/plan/tc_exec_unassign_all.tpl %%WWWDIR%%/gui/templates/platforms/platformsAssign.tpl %%WWWDIR%%/gui/templates/platforms/platformsEdit.tpl @@ -201,6 +203,7 @@ %%WWWDIR%%/gui/templates/results/tcCreatedPerUser.tpl %%WWWDIR%%/gui/templates/results/tcCreatedPerUserGUI.tpl %%WWWDIR%%/gui/templates/results/tcCreatedPerUserOnTestProject.tpl +%%WWWDIR%%/gui/templates/results/tcCreatedPerUserOnTestProjectGUI.inc.tpl %%WWWDIR%%/gui/templates/results/tcCreatedPerUserOnTestProjectGUI.tpl %%WWWDIR%%/gui/templates/results/tcNotRunAnyPlatform.tpl %%WWWDIR%%/gui/templates/results/testCasesWithCF.tpl @@ -226,6 +229,8 @@ %%WWWDIR%%/gui/templates/testcases/inc_tcbody.tpl %%WWWDIR%%/gui/templates/testcases/inc_testsuite_viewer_ro.tpl %%WWWDIR%%/gui/templates/testcases/inc_testsuite_viewer_rw.tpl +%%WWWDIR%%/gui/templates/testcases/keywords.inc.tpl +%%WWWDIR%%/gui/templates/testcases/quickexec.inc.tpl %%WWWDIR%%/gui/templates/testcases/relations.inc.tpl %%WWWDIR%%/gui/templates/testcases/tcAssign2Tplan.tpl %%WWWDIR%%/gui/templates/testcases/tcAssignedToUser.tpl @@ -241,6 +246,7 @@ %%WWWDIR%%/gui/templates/testcases/tcNew.tpl %%WWWDIR%%/gui/templates/testcases/tcReorder.tpl %%WWWDIR%%/gui/templates/testcases/tcSearchForm.tpl +%%WWWDIR%%/gui/templates/testcases/tcSearchGUI.inc.tpl %%WWWDIR%%/gui/templates/testcases/tcSearchResults.tpl %%WWWDIR%%/gui/templates/testcases/tcStepEdit.tpl %%WWWDIR%%/gui/templates/testcases/tcStepEditViewer.tpl @@ -257,18 +263,6 @@ %%WWWDIR%%/gui/templates/usermanagement/usersExport.tpl %%WWWDIR%%/gui/templates/usermanagement/usersView.tpl %%WWWDIR%%/gui/templates/workAreaSimple.tpl -%%WWWDIR%%/gui/templates_c/0cecaa10af154fb91999d67b31ee1bd62670b449.file.inc_head.tpl.php -%%WWWDIR%%/gui/templates_c/40700b087f1ffdbb79cb9922409b600c3e1d9bd5.file.login.tpl.php -%%WWWDIR%%/gui/templates_c/4c9d7916023aae15dbf8c63a2b2d9a5752c59914.file.inc_jsCheckboxes.tpl.php -%%WWWDIR%%/gui/templates_c/577de20af52bc50c0a7c7a26a4c46102a65d664e.file.inc_ext_js.tpl.php -%%WWWDIR%%/gui/templates_c/88b6975c3d9979d01b0505771a86528f54906501.file.printDocOptions.tpl.php -%%WWWDIR%%/gui/templates_c/8aebd5f95c4acaab3bf5e2e742933e13e93cced6.file.inc_jsCfieldsValidation.tpl.php -%%WWWDIR%%/gui/templates_c/901775a80a539bbb238096b3626f5c0ca3148cba.file.eventviewer.tpl.php -%%WWWDIR%%/gui/templates_c/cd15736a07867613ddfa27e2c5ac6d92b2cb884e.file.inc_login_title.tpl.php -%%WWWDIR%%/gui/templates_c/d20d47d42e124c1d75750b7d0f12012f62aea0ec.file.inc_msg_from_array.tpl.php -%%WWWDIR%%/gui/templates_c/d432c01e2e89e428cc05699aa561ac9116027027.input_dimensions.conf.config.php -%%WWWDIR%%/gui/templates_c/e2b424f6f71d280f53be6aab5b0046985c6c0abf.file.inc_copyrightnotice.tpl.php -%%WWWDIR%%/gui/templates_c/ff1b66806d4145964c03afc0eeb2e672352d9bee.file.inc_ext_table.tpl.php %%WWWDIR%%/gui/themes/default/css/custom.css.example %%WWWDIR%%/gui/themes/default/css/testlink.css %%WWWDIR%%/gui/themes/default/css/tl_documents.css @@ -509,6 +503,12 @@ %%WWWDIR%%/install/sql/alter_tables/1.9.12/mysql/DB.1.9.12/stepZ/z_final_step.sql %%WWWDIR%%/install/sql/alter_tables/1.9.12/postgres/DB.1.9.12/step1/db_schema_update.sql %%WWWDIR%%/install/sql/alter_tables/1.9.12/postgres/DB.1.9.12/stepZ/z_final_step.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.13/mssql/DB.1.9.13/step1/db_schema_update.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.13/mssql/DB.1.9.13/stepZ/z_final_step.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.13/mysql/DB.1.9.13/step1/db_schema_update.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.13/mysql/DB.1.9.13/stepZ/z_final_step.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.13/postgres/DB.1.9.13/step1/db_schema_update.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.13/postgres/DB.1.9.13/stepZ/z_final_step.sql %%WWWDIR%%/install/sql/alter_tables/1.9.4/mssql/DB.1.5/step1/db_schema_update.sql %%WWWDIR%%/install/sql/alter_tables/1.9.4/mssql/DB.1.5/stepZ/z_final_step.sql %%WWWDIR%%/install/sql/alter_tables/1.9.4/mysql/DB.1.5/step1/db_schema_update.sql @@ -580,6 +580,7 @@ %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/perl/clientGetProjects.pl %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/README.TXT %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientAddPlatformToTestPlan.php +%%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientAddTestCaseKeywords.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientAddTestCaseToTestPlan.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientAssignRequirements.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientAssignTestCaseExecutionTask.php @@ -587,6 +588,7 @@ %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientCreateBuild.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientCreateNTestCases.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientCreatePlatform.php +%%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientCreateScenario.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientCreateTestCase.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientCreateTestCaseSteps.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientCreateTestPlan.php @@ -600,6 +602,7 @@ %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetFirstLevelTestSuitesForTestProject.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetFullPath.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetLastExecutionResult.php +%%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetProjectKeywords.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetProjectPlatforms.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetProjectTestPlans.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetProjects.php @@ -609,6 +612,7 @@ %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCaseBugs.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCaseCustomFieldDesignValue.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCaseIDByName.php +%%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCaseKeywords.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCasesForTestPlan.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCasesForTestSuite.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetTestCasesIDByName.php @@ -621,6 +625,7 @@ %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetUserByID.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientGetUserByLogin.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientRemovePlatformFromTestPlan.php +%%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientRemoveTestCaseKeywords.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientReportTCResult.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientReportTCResultForcingTester.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientReportTCResultOVERWRITE.php @@ -630,6 +635,7 @@ %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientSetupTicket-5451.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientTestLinkVersion.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientTestSuiteTestCaseStepsManagement.php +%%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientUnassignTestCaseExecutionTask.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientUpdateTestCase.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientUpdateTestCaseCustomFieldDesignValue.php %%WWWDIR%%/lib/api/xmlrpc/v1/sample_clients/php/clientUploadTestCaseAttachment.php @@ -773,10 +779,17 @@ %%WWWDIR%%/lib/issuetrackerintegration/code_testing/gforge/test.gforgesoapInterface.class.php %%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/db/test.jiradbInterface.class.php %%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/rest/curl/create.sh +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/rest/curl/createWithPriority.sh +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/rest/curl/createWithPriorityByName.sh %%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/rest/curl/create_debug.txt %%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/rest/curl/issue.json +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/rest/curl/issueWithPriority.json +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/rest/curl/issueWithPriorityByName.json +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/rest/jiraOnDemandCfg.xml +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/rest/test.addIssueComment.jiraOnDemand.jirarestInterface.class.php %%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/rest/test.createIssue.jiraOnDemand.jirarestInterface.class.php %%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/rest/test.getIssue.jiraOnDemand.jirarestInterface.class.php +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/rest/test.getMetaData.jiraOnDemand.jirarestInterface.class.php %%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/soap/config_string_jira_on_demand_full.xml %%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/soap/config_string_jira_on_demand_mini.xml %%WWWDIR%%/lib/issuetrackerintegration/code_testing/jira/soap/jiraOnDemandCfg.xml @@ -1003,6 +1016,33 @@ %%WWWDIR%%/login.php %%WWWDIR%%/logout.php %%WWWDIR%%/lostPassword.php +%%WWWDIR%%/third_party/DataTables-1.10.4/Contributing.md +%%WWWDIR%%/third_party/DataTables-1.10.4/Readme.md +%%WWWDIR%%/third_party/DataTables-1.10.4/bower.json +%%WWWDIR%%/third_party/DataTables-1.10.4/composer.json +%%WWWDIR%%/third_party/DataTables-1.10.4/dataTables.jquery.json +%%WWWDIR%%/third_party/DataTables-1.10.4/license.txt +%%WWWDIR%%/third_party/DataTables-1.10.4/media/css/jquery.dataTables.TestLink.css +%%WWWDIR%%/third_party/DataTables-1.10.4/media/css/jquery.dataTables.css +%%WWWDIR%%/third_party/DataTables-1.10.4/media/css/jquery.dataTables.min.css +%%WWWDIR%%/third_party/DataTables-1.10.4/media/css/jquery.dataTables_themeroller.css +%%WWWDIR%%/third_party/DataTables-1.10.4/media/images/Sorting icons.psd +%%WWWDIR%%/third_party/DataTables-1.10.4/media/images/back_disabled.png +%%WWWDIR%%/third_party/DataTables-1.10.4/media/images/back_enabled.png +%%WWWDIR%%/third_party/DataTables-1.10.4/media/images/back_enabled_hover.png +%%WWWDIR%%/third_party/DataTables-1.10.4/media/images/favicon.ico +%%WWWDIR%%/third_party/DataTables-1.10.4/media/images/forward_disabled.png +%%WWWDIR%%/third_party/DataTables-1.10.4/media/images/forward_enabled.png +%%WWWDIR%%/third_party/DataTables-1.10.4/media/images/forward_enabled_hover.png +%%WWWDIR%%/third_party/DataTables-1.10.4/media/images/sort_asc.png +%%WWWDIR%%/third_party/DataTables-1.10.4/media/images/sort_asc_disabled.png +%%WWWDIR%%/third_party/DataTables-1.10.4/media/images/sort_both.png +%%WWWDIR%%/third_party/DataTables-1.10.4/media/images/sort_desc.png +%%WWWDIR%%/third_party/DataTables-1.10.4/media/images/sort_desc_disabled.png +%%WWWDIR%%/third_party/DataTables-1.10.4/media/js/jquery.dataTables.js +%%WWWDIR%%/third_party/DataTables-1.10.4/media/js/jquery.dataTables.min.js +%%WWWDIR%%/third_party/DataTables-1.10.4/media/js/jquery.js +%%WWWDIR%%/third_party/DataTables-1.10.4/package.json %%WWWDIR%%/third_party/Slim/Environment.php %%WWWDIR%%/third_party/Slim/Exception/Pass.php %%WWWDIR%%/third_party/Slim/Exception/Stop.php @@ -4939,6 +4979,7 @@ %%WWWDIR%%/third_party/youtrackclient/test/YouTrackIssueTest.php %%WWWDIR%%/third_party/youtrackclient/test/issue.xml %%WWWDIR%%/third_party/youtrackclient/test/requirements.php +@dir %%WWWDIR%%/gui/templates_c @dir %%WWWDIR%%/logs @dir %%WWWDIR%%/upload_area @exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%% From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 13:30:19 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E542B40C; Fri, 20 Feb 2015 13:30:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0FB7A01; Fri, 20 Feb 2015 13:30:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KDUJah064767; Fri, 20 Feb 2015 13:30:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KDUJLj064766; Fri, 20 Feb 2015 13:30:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502201330.t1KDUJLj064766@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 20 Feb 2015 13:30:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379425 - head/audio/py-ogg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 13:30:20 -0000 Author: amdmi3 Date: Fri Feb 20 13:30:18 2015 New Revision: 379425 URL: https://svnweb.freebsd.org/changeset/ports/379425 QAT: https://qat.redports.org/buildarchive/r379425/ Log: - Strip library Modified: head/audio/py-ogg/Makefile Modified: head/audio/py-ogg/Makefile ============================================================================== --- head/audio/py-ogg/Makefile Fri Feb 20 13:23:58 2015 (r379424) +++ head/audio/py-ogg/Makefile Fri Feb 20 13:30:18 2015 (r379425) @@ -22,4 +22,7 @@ USE_PYTHON= distutils autoplist do-configure: @cd ${WRKSRC} && ${MAKE_ENV} ${PYTHON_CMD} config_unix.py --prefix ${LOCALBASE} +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ogg/_ogg.so + .include From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 13:30:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 341444EC; Fri, 20 Feb 2015 13:30:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F66EA97; Fri, 20 Feb 2015 13:30:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KDUS4C065367; Fri, 20 Feb 2015 13:30:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KDUSdM065364; Fri, 20 Feb 2015 13:30:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502201330.t1KDUSdM065364@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 20 Feb 2015 13:30:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379426 - head/security/massh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 13:30:29 -0000 Author: amdmi3 Date: Fri Feb 20 13:30:27 2015 New Revision: 379426 URL: https://svnweb.freebsd.org/changeset/ports/379426 QAT: https://qat.redports.org/buildarchive/r379426/ Log: - Add empty directory to plist - Clarify LICENSE Modified: head/security/massh/Makefile head/security/massh/pkg-plist Modified: head/security/massh/Makefile ============================================================================== --- head/security/massh/Makefile Fri Feb 20 13:30:18 2015 (r379425) +++ head/security/massh/Makefile Fri Feb 20 13:30:27 2015 (r379426) @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Parallel ssh command execution and file transfer on multiple hosts -LICENSE= GPLv3 +LICENSE= GPLv3 # or later RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ ambit:${PORTSDIR}/shells/ambit Modified: head/security/massh/pkg-plist ============================================================================== --- head/security/massh/pkg-plist Fri Feb 20 13:30:18 2015 (r379425) +++ head/security/massh/pkg-plist Fri Feb 20 13:30:27 2015 (r379426) @@ -5,3 +5,4 @@ man/man1/massh.1.gz @dir %%MASSHDIR%%/pull @dir %%MASSHDIR%%/push @dir %%MASSHDIR%%/scripts +@dir %%MASSHDIR%% From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 13:30:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59EEE5C7; Fri, 20 Feb 2015 13:30:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45205A9B; Fri, 20 Feb 2015 13:30:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KDUejW066571; Fri, 20 Feb 2015 13:30:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KDUer6066539; Fri, 20 Feb 2015 13:30:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502201330.t1KDUer6066539@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 20 Feb 2015 13:30:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379427 - head/devel/tdl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 13:30:40 -0000 Author: amdmi3 Date: Fri Feb 20 13:30:39 2015 New Revision: 379427 URL: https://svnweb.freebsd.org/changeset/ports/379427 QAT: https://qat.redports.org/buildarchive/r379427/ Log: - Add LICENSE - Silence post-patch - Strip binary Modified: head/devel/tdl/Makefile Modified: head/devel/tdl/Makefile ============================================================================== --- head/devel/tdl/Makefile Fri Feb 20 13:30:27 2015 (r379426) +++ head/devel/tdl/Makefile Fri Feb 20 13:30:39 2015 (r379427) @@ -9,6 +9,9 @@ MASTER_SITES= http://www.rpcurnow.force9 MAINTAINER= ports@FreeBSD.org COMMENT= To-do list manager +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + CONFLICTS= devtodo-[0-9]* USES= readline @@ -18,6 +21,11 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${PREFIX} --readline-dir=${LOCALBASE} post-patch: - ${REINPLACE_CMD} -e 's/-R\$$/-Wl,-rpath,$$/' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's/-R\$$/-Wl,-rpath,$$/' ${WRKSRC}/configure + +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 13:30:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BB636A3; Fri, 20 Feb 2015 13:30:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87717AA0; Fri, 20 Feb 2015 13:30:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KDUml3067923; Fri, 20 Feb 2015 13:30:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KDUmSp067922; Fri, 20 Feb 2015 13:30:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502201330.t1KDUmSp067922@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 20 Feb 2015 13:30:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379428 - head/sysutils/pear-Translation2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 13:30:48 -0000 Author: amdmi3 Date: Fri Feb 20 13:30:47 2015 New Revision: 379428 URL: https://svnweb.freebsd.org/changeset/ports/379428 QAT: https://qat.redports.org/buildarchive/r379428/ Log: - Fix shebangs - Add NO_ARCH Modified: head/sysutils/pear-Translation2/Makefile Modified: head/sysutils/pear-Translation2/Makefile ============================================================================== --- head/sysutils/pear-Translation2/Makefile Fri Feb 20 13:30:39 2015 (r379427) +++ head/sysutils/pear-Translation2/Makefile Fri Feb 20 13:30:47 2015 (r379428) @@ -9,7 +9,9 @@ CATEGORIES= sysutils devel pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR class for multilingual applications management -USES= pear +USES= pear shebangfix +SHEBANG_FILES= scripts/t2xmlchk.php +NO_ARCH= yes USE_PHP= yes OPTIONS_DEFINE= PEAR_CACHE_LITE PEAR_DB PEAR_DB_DATAOBJECT PEAR_MDB PEAR_MDB2 \ From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 13:30:57 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2BA078A; Fri, 20 Feb 2015 13:30:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE33AAA8; Fri, 20 Feb 2015 13:30:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KDUvNs068039; Fri, 20 Feb 2015 13:30:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KDUvuM068038; Fri, 20 Feb 2015 13:30:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502201330.t1KDUvuM068038@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 20 Feb 2015 13:30:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379429 - head/devel/scandoc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 13:30:57 -0000 Author: amdmi3 Date: Fri Feb 20 13:30:56 2015 New Revision: 379429 URL: https://svnweb.freebsd.org/changeset/ports/379429 QAT: https://qat.redports.org/buildarchive/r379429/ Log: - Fix shebangs Modified: head/devel/scandoc/Makefile Modified: head/devel/scandoc/Makefile ============================================================================== --- head/devel/scandoc/Makefile Fri Feb 20 13:30:47 2015 (r379428) +++ head/devel/scandoc/Makefile Fri Feb 20 13:30:56 2015 (r379429) @@ -13,7 +13,8 @@ COMMENT= C/C++ documentation generator # the file COPYING should be removed from DOCSDIR installation and plist #LICENSE= ARTPERL10 -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= ${PORTNAME} NO_BUILD= yes OPTIONS_DEFINE= DOCS From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 13:31:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F463866; Fri, 20 Feb 2015 13:31:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AA46AB0; Fri, 20 Feb 2015 13:31:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KDV5u6068177; Fri, 20 Feb 2015 13:31:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KDV5sl068176; Fri, 20 Feb 2015 13:31:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502201331.t1KDV5sl068176@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 20 Feb 2015 13:31:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379430 - head/sysutils/titlefix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 13:31:05 -0000 Author: amdmi3 Date: Fri Feb 20 13:31:04 2015 New Revision: 379430 URL: https://svnweb.freebsd.org/changeset/ports/379430 QAT: https://qat.redports.org/buildarchive/r379430/ Log: - Add LICENSE - Fix shebangs - Add NO_ARCH Modified: head/sysutils/titlefix/Makefile Modified: head/sysutils/titlefix/Makefile ============================================================================== --- head/sysutils/titlefix/Makefile Fri Feb 20 13:30:56 2015 (r379429) +++ head/sysutils/titlefix/Makefile Fri Feb 20 13:31:04 2015 (r379430) @@ -9,11 +9,16 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Renames files in a proper English title format +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= id3v2:${PORTSDIR}/audio/id3v2 -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= ${PORTNAME} USE_PERL5= run NO_BUILD= yes +NO_ARCH= yes MAN1S= titlefix.1 titlefixid3.1 titleid3.1 do-install: From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 13:41:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24CA0DDC; Fri, 20 Feb 2015 13:41:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FF3EC52; Fri, 20 Feb 2015 13:41:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KDfh1L073626; Fri, 20 Feb 2015 13:41:43 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KDfhLo073622; Fri, 20 Feb 2015 13:41:43 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502201341.t1KDfhLo073622@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 20 Feb 2015 13:41:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379431 - head/deskutils/treesheets X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 13:41:44 -0000 Author: marino Date: Fri Feb 20 13:41:42 2015 New Revision: 379431 URL: https://svnweb.freebsd.org/changeset/ports/379431 QAT: https://qat.redports.org/buildarchive/r379431/ Log: deskutils/treesheets: make environment was not set in build target This port's makefile fails to set the make environment when it overrode the build target. Given that the 2-line build.sh script has to be patched in the post-configure target, the whole script should move to the port makefile. However, for now just set the make environment which fixes the build on DragonFly with gcc-5. Approved by: just-fix-it blanket Modified: head/deskutils/treesheets/Makefile Modified: head/deskutils/treesheets/Makefile ============================================================================== --- head/deskutils/treesheets/Makefile Fri Feb 20 13:31:04 2015 (r379430) +++ head/deskutils/treesheets/Makefile Fri Feb 20 13:41:42 2015 (r379431) @@ -56,7 +56,7 @@ post-patch: .SILENT ${BUILD_WRKSRC}/system.h do-build: - (cd ${BUILD_WRKSRC} && ${SH} build.sh) + (cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${SH} build.sh) do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 13:51:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C1DD1BF; Fri, 20 Feb 2015 13:51:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2728CD48; Fri, 20 Feb 2015 13:51:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KDpr5S078437; Fri, 20 Feb 2015 13:51:53 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KDprqI078436; Fri, 20 Feb 2015 13:51:53 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502201351.t1KDprqI078436@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 20 Feb 2015 13:51:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379432 - head/audio/slv2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 13:51:54 -0000 Author: marino Date: Fri Feb 20 13:51:53 2015 New Revision: 379432 URL: https://svnweb.freebsd.org/changeset/ports/379432 QAT: https://qat.redports.org/buildarchive/r379432/ Log: audio/slv2: Set the make environment on the do-build target While here, unmask all the build and install commands. Modified: head/audio/slv2/Makefile Modified: head/audio/slv2/Makefile ============================================================================== --- head/audio/slv2/Makefile Fri Feb 20 13:41:42 2015 (r379431) +++ head/audio/slv2/Makefile Fri Feb 20 13:51:53 2015 (r379432) @@ -38,16 +38,18 @@ post-patch: 's|^#define _XOPEN_SOURCE .*||' ${WRKSRC}/src/plugin.c do-configure: - @(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} --prefix=${PREFIX} configure) + (cd ${WRKSRC} && ${PYTHON_CMD} \ + waf ${WAF_VERBOSE} --prefix=${PREFIX} configure) do-build: - @(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} ${WAF_JOBS} build) + (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} \ + waf ${WAF_VERBOSE} ${WAF_JOBS} build) do-install: - @(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} \ - --destdir=${STAGEDIR} install) + (cd ${WRKSRC} && ${PYTHON_CMD} \ + waf ${WAF_VERBOSE} --destdir=${STAGEDIR} install) .for file in lv2_inspect lv2_jack_host lv2_list lv2_simple_jack_host - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${file} .endfor .include From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 13:56:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50EC530F; Fri, 20 Feb 2015 13:56:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B1D7D8F; Fri, 20 Feb 2015 13:56:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KDuFD0079247; Fri, 20 Feb 2015 13:56:15 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KDuCZU079225; Fri, 20 Feb 2015 13:56:12 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201502201356.t1KDuCZU079225@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Fri, 20 Feb 2015 13:56:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379433 - in head: . Mk databases/php-adodb-ext lang/php5 lang/php55 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.18-1 Precedence: list List-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, 20 Feb 2015 13:56:15 -0000 Author: ale Date: Fri Feb 20 13:56:11 2015 New Revision: 379433 URL: https://svnweb.freebsd.org/changeset/ports/379433 QAT: https://qat.redports.org/buildarchive/r379433/ Log: Switch default PHP version to 5.6.x. - Update PHP 5.4 to 5.4.38 release - Update PHP 5.5 to 5.5.22 release - Update PHP 5.6 to 5.6.6 release PR: 195604 Approved by: portmgr Modified: head/Mk/bsd.default-versions.mk head/UPDATING head/databases/php-adodb-ext/Makefile head/lang/php5/Makefile head/lang/php5/distinfo head/lang/php55/Makefile head/lang/php55/distinfo head/lang/php55/pkg-plist head/lang/php56/Makefile head/lang/php56/distinfo head/lang/php56/pkg-plist Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Fri Feb 20 13:51:53 2015 (r379432) +++ head/Mk/bsd.default-versions.mk Fri Feb 20 13:56:11 2015 (r379433) @@ -25,7 +25,7 @@ LUA_DEFAULT?= 5.2 MYSQL_DEFAULT?= 5.6 PERL5_DEFAULT?= 5.18 PGSQL_DEFAULT?= 9.3 -PHP_DEFAULT?= 5.4 +PHP_DEFAULT?= 5.6 PYTHON_DEFAULT?= 2.7 PYTHON2_DEFAULT?= 2.7 PYTHON3_DEFAULT?= 3.4 Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Feb 20 13:51:53 2015 (r379432) +++ head/UPDATING Fri Feb 20 13:56:11 2015 (r379433) @@ -5,6 +5,19 @@ 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. +20150220: + AFFECTS: users of PHP + + The default PHP version has been updated from 5.4 to 5.6. + + If you use binary packages you should make a list of php packages + before running 'pkg upgrade': + + # pkg info php5\* > ~/installed-php-ports-list + + After the upgrade, check with such list if all your php extensions + are still installed, and reinstall them if needed. + 20150213: AFFECTS: users who upgraded from FreeBSD 7.x or older with "make world" but never ran "make delete-old" AUTHOR: antoine@FreeBSD.org Modified: head/databases/php-adodb-ext/Makefile ============================================================================== --- head/databases/php-adodb-ext/Makefile Fri Feb 20 13:51:53 2015 (r379432) +++ head/databases/php-adodb-ext/Makefile Fri Feb 20 13:56:11 2015 (r379433) @@ -18,6 +18,8 @@ USES= dos2unix zip USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= adodb +PHP_DEFAULT= 55 +IGNORE_WITH_PHP=56 SUB_FILES= pkg-message Modified: head/lang/php5/Makefile ============================================================================== --- head/lang/php5/Makefile Fri Feb 20 13:51:53 2015 (r379432) +++ head/lang/php5/Makefile Fri Feb 20 13:56:11 2015 (r379433) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php5 -PORTVERSION= 5.4.37 +PORTVERSION= 5.4.38 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} Modified: head/lang/php5/distinfo ============================================================================== --- head/lang/php5/distinfo Fri Feb 20 13:51:53 2015 (r379432) +++ head/lang/php5/distinfo Fri Feb 20 13:56:11 2015 (r379433) @@ -1,4 +1,4 @@ -SHA256 (php-5.4.37.tar.bz2) = 857bf6675eeb0ae9c3cd6f9ccdb2a9b7bf89dcfda7f0a80857638fe023f3a8ad -SIZE (php-5.4.37.tar.bz2) = 12275113 +SHA256 (php-5.4.38.tar.bz2) = abf37db0cfadc9bb814f9df35f6aa966ad63f4f4c4475e432ec625568a5d3e88 +SIZE (php-5.4.38.tar.bz2) = 12273298 SHA256 (php-5.4.x-mail-header.patch) = 005ae1cd8ed17c72d7b09dee9c4466e8b16d4ecba7fe11276731ed6ff9fbb344 SIZE (php-5.4.x-mail-header.patch) = 3379 Modified: head/lang/php55/Makefile ============================================================================== --- head/lang/php55/Makefile Fri Feb 20 13:51:53 2015 (r379432) +++ head/lang/php55/Makefile Fri Feb 20 13:56:11 2015 (r379433) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php55 -PORTVERSION= 5.5.21 +PORTVERSION= 5.5.22 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} Modified: head/lang/php55/distinfo ============================================================================== --- head/lang/php55/distinfo Fri Feb 20 13:51:53 2015 (r379432) +++ head/lang/php55/distinfo Fri Feb 20 13:56:11 2015 (r379433) @@ -1,4 +1,4 @@ -SHA256 (php-5.5.21.tar.bz2) = 62e9429975c4ca5d7067a5052d5388fbf2ac8c51eeee581d59b04cc5a8da83fe -SIZE (php-5.5.21.tar.bz2) = 13306064 +SHA256 (php-5.5.22.tar.bz2) = c218c184bef2905bc79fcdda6040f3d1738261395fb706396935d1c6f6e162bb +SIZE (php-5.5.22.tar.bz2) = 13305486 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379 Modified: head/lang/php55/pkg-plist ============================================================================== --- head/lang/php55/pkg-plist Fri Feb 20 13:51:53 2015 (r379432) +++ head/lang/php55/pkg-plist Fri Feb 20 13:56:11 2015 (r379433) @@ -91,6 +91,7 @@ include/php/ext/ereg/regex/regex2.h include/php/ext/ereg/regex/utils.h include/php/ext/libxml/php_libxml.h include/php/ext/mysqlnd/config-win.h +include/php/ext/mysqlnd/mysql_float_to_double.h include/php/ext/mysqlnd/mysqlnd.h include/php/ext/mysqlnd/mysqlnd_alloc.h include/php/ext/mysqlnd/mysqlnd_block_alloc.h Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Fri Feb 20 13:51:53 2015 (r379432) +++ head/lang/php56/Makefile Fri Feb 20 13:56:11 2015 (r379433) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.5 +PORTVERSION= 5.6.6 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} Modified: head/lang/php56/distinfo ============================================================================== --- head/lang/php56/distinfo Fri Feb 20 13:51:53 2015 (r379432) +++ head/lang/php56/distinfo Fri Feb 20 13:56:11 2015 (r379433) @@ -1,4 +1,4 @@ -SHA256 (php-5.6.5.tar.bz2) = adab4c0775512a5ca0ae74e08efdc941d92529b75283e0f44d3f53822cdfd06d -SIZE (php-5.6.5.tar.bz2) = 13556146 +SHA256 (php-5.6.6.tar.bz2) = 09625c9b65e0c8198dc76995a35f0feec0e13ea4489526e64a00954b12adbb4c +SIZE (php-5.6.6.tar.bz2) = 13687928 SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 SIZE (php-5.5.x-mail-header.patch) = 3379 Modified: head/lang/php56/pkg-plist ============================================================================== --- head/lang/php56/pkg-plist Fri Feb 20 13:51:53 2015 (r379432) +++ head/lang/php56/pkg-plist Fri Feb 20 13:56:11 2015 (r379433) @@ -93,6 +93,7 @@ include/php/ext/ereg/regex/regex2.h include/php/ext/ereg/regex/utils.h include/php/ext/libxml/php_libxml.h include/php/ext/mysqlnd/config-win.h +include/php/ext/mysqlnd/mysql_float_to_double.h include/php/ext/mysqlnd/mysqlnd.h include/php/ext/mysqlnd/mysqlnd_alloc.h include/php/ext/mysqlnd/mysqlnd_block_alloc.h From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 14:06:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 553EC62E; Fri, 20 Feb 2015 14:06:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4011FEAF; Fri, 20 Feb 2015 14:06:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KE67gI084041; Fri, 20 Feb 2015 14:06:07 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KE679S084039; Fri, 20 Feb 2015 14:06:07 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502201406.t1KE679S084039@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 20 Feb 2015 14:06:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379434 - head/x11-themes/thewidgetfactory/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.18-1 Precedence: list List-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, 20 Feb 2015 14:06:07 -0000 Author: marino Date: Fri Feb 20 14:06:06 2015 New Revision: 379434 URL: https://svnweb.freebsd.org/changeset/ports/379434 QAT: https://qat.redports.org/buildarchive/r379434/ Log: x11-themes/thewidgetfactory: #include Added: head/x11-themes/thewidgetfactory/files/ head/x11-themes/thewidgetfactory/files/patch-src_themes.c (contents, props changed) Added: head/x11-themes/thewidgetfactory/files/patch-src_themes.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-themes/thewidgetfactory/files/patch-src_themes.c Fri Feb 20 14:06:06 2015 (r379434) @@ -0,0 +1,10 @@ +--- src/themes.c.orig 2006-03-29 09:29:47 UTC ++++ src/themes.c +@@ -7,6 +7,7 @@ + #include + #include + #include ++#include + #include + #include + #include From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 14:52:03 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8AD5A3A4; Fri, 20 Feb 2015 14:52:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 754B46E2; Fri, 20 Feb 2015 14:52:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KEq2JB007021; Fri, 20 Feb 2015 14:52:02 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KEq2p5007019; Fri, 20 Feb 2015 14:52:02 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201502201452.t1KEq2p5007019@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 20 Feb 2015 14:52:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379435 - in head/net-mgmt/net-snmp: . 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.18-1 Precedence: list List-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, 20 Feb 2015 14:52:03 -0000 Author: zi Date: Fri Feb 20 14:52:01 2015 New Revision: 379435 URL: https://svnweb.freebsd.org/changeset/ports/379435 QAT: https://qat.redports.org/buildarchive/r379435/ Log: - Bring back lost patch to fix memory usage calculations - Bump PORTREVISION PR: 148339 Added: head/net-mgmt/net-snmp/files/patch-agent_mibgroup_hardware_memory_memory__freebsd.c (contents, props changed) Modified: head/net-mgmt/net-snmp/Makefile Modified: head/net-mgmt/net-snmp/Makefile ============================================================================== --- head/net-mgmt/net-snmp/Makefile Fri Feb 20 14:06:06 2015 (r379434) +++ head/net-mgmt/net-snmp/Makefile Fri Feb 20 14:52:01 2015 (r379435) @@ -3,7 +3,7 @@ PORTNAME= snmp PORTVERSION= 5.7.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt ipv6 MASTER_SITES= SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= net- Added: head/net-mgmt/net-snmp/files/patch-agent_mibgroup_hardware_memory_memory__freebsd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/net-snmp/files/patch-agent_mibgroup_hardware_memory_memory__freebsd.c Fri Feb 20 14:52:01 2015 (r379435) @@ -0,0 +1,11 @@ +--- agent/mibgroup/hardware/memory/memory_freebsd.c.orig 2015-02-20 14:44:47 UTC ++++ agent/mibgroup/hardware/memory/memory_freebsd.c +@@ -163,7 +163,7 @@ int netsnmp_mem_arch_load( netsnmp_cache + if (!mem->descr) + mem->descr = strdup("Cached memory"); + mem->units = pagesize; +- mem->size = cache_count; ++ mem->size = cache_count + inact_count; + mem->free = 0; + } + From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 14:58:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31D15577; Fri, 20 Feb 2015 14:58:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CC05788; Fri, 20 Feb 2015 14:58:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KEwnlZ007918; Fri, 20 Feb 2015 14:58:49 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KEwnT1007917; Fri, 20 Feb 2015 14:58:49 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502201458.t1KEwnT1007917@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 20 Feb 2015 14:58:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379436 - head/x11/eaglemode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 14:58:50 -0000 Author: marino Date: Fri Feb 20 14:58:49 2015 New Revision: 379436 URL: https://svnweb.freebsd.org/changeset/ports/379436 QAT: https://qat.redports.org/buildarchive/r379436/ Log: x11/eaglemode: set make enviroment for do-build target PR: 197848 Submitted by: marino Approved by: maintainer (amdmi3) Modified: head/x11/eaglemode/Makefile Modified: head/x11/eaglemode/Makefile ============================================================================== --- head/x11/eaglemode/Makefile Fri Feb 20 14:52:01 2015 (r379435) +++ head/x11/eaglemode/Makefile Fri Feb 20 14:58:49 2015 (r379436) @@ -76,7 +76,8 @@ post-patch: .endif do-build: - cd ${WRKSRC} && ${PERL} make.pl build ${BUILD_ARGS} + (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ + ${PERL} make.pl build ${BUILD_ARGS}) do-install: ${MKDIR} ${STAGEDIR}${DATADIR} From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 15:42:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3D863BF; Fri, 20 Feb 2015 15:42:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E7BBD1C; Fri, 20 Feb 2015 15:42:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KFgjNf030462; Fri, 20 Feb 2015 15:42:45 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KFgjHG030461; Fri, 20 Feb 2015 15:42:45 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201502201542.t1KFgjHG030461@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Fri, 20 Feb 2015 15:42:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379437 - head/math/isabelle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 15:42:45 -0000 Author: arved Date: Fri Feb 20 15:42:44 2015 New Revision: 379437 URL: https://svnweb.freebsd.org/changeset/ports/379437 QAT: https://qat.redports.org/buildarchive/r379437/ Log: Drop Maintainership PR: 197402 Submitted by: Timothy Beyer Modified: head/math/isabelle/Makefile Modified: head/math/isabelle/Makefile ============================================================================== --- head/math/isabelle/Makefile Fri Feb 20 14:58:49 2015 (r379436) +++ head/math/isabelle/Makefile Fri Feb 20 15:42:44 2015 (r379437) @@ -9,7 +9,7 @@ MASTER_SITES= http://isabelle.in.tum.de/ http://mirror.cse.unsw.edu.au/pub/isabelle/dist/ DISTNAME= Isabelle2009-2 -MAINTAINER= beyert@cs.ucr.edu +MAINTAINER= ports@FreeBSD.org COMMENT= Generic proof assistant LICENSE= BSD3CLAUSE From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 15:48:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 533D05EC; Fri, 20 Feb 2015 15:48:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D9B5D7B; Fri, 20 Feb 2015 15:48:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KFmb6K031362; Fri, 20 Feb 2015 15:48:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KFmaGd031360; Fri, 20 Feb 2015 15:48:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502201548.t1KFmaGd031360@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Feb 2015 15:48:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379438 - head/devel/p5-PkgConfig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 15:48:37 -0000 Author: sunpoet Date: Fri Feb 20 15:48:36 2015 New Revision: 379438 URL: https://svnweb.freebsd.org/changeset/ports/379438 QAT: https://qat.redports.org/buildarchive/r379438/ Log: - Update to 0.08726 Changes: http://search.cpan.org/dist/PkgConfig/Changes Modified: head/devel/p5-PkgConfig/Makefile head/devel/p5-PkgConfig/distinfo Modified: head/devel/p5-PkgConfig/Makefile ============================================================================== --- head/devel/p5-PkgConfig/Makefile Fri Feb 20 15:42:44 2015 (r379437) +++ head/devel/p5-PkgConfig/Makefile Fri Feb 20 15:48:36 2015 (r379438) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PkgConfig -PORTVERSION= 0.08626 +PORTVERSION= 0.08726 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PLICEASE Modified: head/devel/p5-PkgConfig/distinfo ============================================================================== --- head/devel/p5-PkgConfig/distinfo Fri Feb 20 15:42:44 2015 (r379437) +++ head/devel/p5-PkgConfig/distinfo Fri Feb 20 15:48:36 2015 (r379438) @@ -1,2 +1,2 @@ -SHA256 (PkgConfig-0.08626.tar.gz) = 1d8afe85092b0913099505627f3d7df50fa80186c31314d49dbbae62efff4459 -SIZE (PkgConfig-0.08626.tar.gz) = 138038 +SHA256 (PkgConfig-0.08726.tar.gz) = 26e35ddda8928388f22f0d6aa02f855bf18f4b117699247bc8e28d5cf1403675 +SIZE (PkgConfig-0.08726.tar.gz) = 139150 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 15:48:43 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32CBE6C6; Fri, 20 Feb 2015 15:48:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D8B7D7C; Fri, 20 Feb 2015 15:48:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KFmgq4031488; Fri, 20 Feb 2015 15:48:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KFmgT8031486; Fri, 20 Feb 2015 15:48:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502201548.t1KFmgT8031486@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Feb 2015 15:48:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379439 - head/devel/rubygem-fog-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.18-1 Precedence: list List-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, 20 Feb 2015 15:48:43 -0000 Author: sunpoet Date: Fri Feb 20 15:48:41 2015 New Revision: 379439 URL: https://svnweb.freebsd.org/changeset/ports/379439 QAT: https://qat.redports.org/buildarchive/r379439/ Log: - Update to 1.29.0 Changes: https://github.com/fog/fog-core/blob/master/changelog.md Modified: head/devel/rubygem-fog-core/Makefile head/devel/rubygem-fog-core/distinfo Modified: head/devel/rubygem-fog-core/Makefile ============================================================================== --- head/devel/rubygem-fog-core/Makefile Fri Feb 20 15:48:36 2015 (r379438) +++ head/devel/rubygem-fog-core/Makefile Fri Feb 20 15:48:41 2015 (r379439) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-core -PORTVERSION= 1.28.0 +PORTVERSION= 1.29.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-fog-core/distinfo ============================================================================== --- head/devel/rubygem-fog-core/distinfo Fri Feb 20 15:48:36 2015 (r379438) +++ head/devel/rubygem-fog-core/distinfo Fri Feb 20 15:48:41 2015 (r379439) @@ -1,2 +1,2 @@ -SHA256 (rubygem/fog-core-1.28.0.gem) = b572afa1f821417c1b9bacd5f4d6e92859ee5a7940a472691d52788bf868f49e -SIZE (rubygem/fog-core-1.28.0.gem) = 45056 +SHA256 (rubygem/fog-core-1.29.0.gem) = 77d45dd361b26d7cf2ddd71905521186a2f52073daf0476868c2cb13874cdb2b +SIZE (rubygem/fog-core-1.29.0.gem) = 45056 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 15:48:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D56A7AA; Fri, 20 Feb 2015 15:48:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 579C1D83; Fri, 20 Feb 2015 15:48:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KFmmRd031619; Fri, 20 Feb 2015 15:48:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KFml4c031617; Fri, 20 Feb 2015 15:48:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502201548.t1KFml4c031617@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Feb 2015 15:48:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379440 - 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.18-1 Precedence: list List-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, 20 Feb 2015 15:48:48 -0000 Author: sunpoet Date: Fri Feb 20 15:48:47 2015 New Revision: 379440 URL: https://svnweb.freebsd.org/changeset/ports/379440 QAT: https://qat.redports.org/buildarchive/r379440/ Log: - Update to 2.12.2 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 Fri Feb 20 15:48:41 2015 (r379439) +++ head/sysutils/rubygem-guard/Makefile Fri Feb 20 15:48:47 2015 (r379440) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guard -PORTVERSION= 2.12.1 +PORTVERSION= 2.12.2 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-guard/distinfo ============================================================================== --- head/sysutils/rubygem-guard/distinfo Fri Feb 20 15:48:41 2015 (r379439) +++ head/sysutils/rubygem-guard/distinfo Fri Feb 20 15:48:47 2015 (r379440) @@ -1,2 +1,2 @@ -SHA256 (rubygem/guard-2.12.1.gem) = f5c43cff0e1aef8f38d0de5f2fd240aece44c0d7b220b5e6872934384f420bb5 -SIZE (rubygem/guard-2.12.1.gem) = 220672 +SHA256 (rubygem/guard-2.12.2.gem) = 763747d410c0ddf64dd054e603af6b2a41c33f836c84ae2957e63dee61a903b9 +SIZE (rubygem/guard-2.12.2.gem) = 220672 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 15:48:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7D45889; Fri, 20 Feb 2015 15:48:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88B25D89; Fri, 20 Feb 2015 15:48:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KFmrYI031729; Fri, 20 Feb 2015 15:48:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KFmrur031727; Fri, 20 Feb 2015 15:48:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502201548.t1KFmrur031727@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Feb 2015 15:48:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379441 - head/devel/py-xcaplib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 15:48:53 -0000 Author: sunpoet Date: Fri Feb 20 15:48:52 2015 New Revision: 379441 URL: https://svnweb.freebsd.org/changeset/ports/379441 QAT: https://qat.redports.org/buildarchive/r379441/ Log: - Use USES=twisted - While I'm here: - Add LICENSE [1] - Use single space after WWW: With hat: python Approved by: portmgr (blanket) [1] Modified: head/devel/py-xcaplib/Makefile head/devel/py-xcaplib/pkg-descr Modified: head/devel/py-xcaplib/Makefile ============================================================================== --- head/devel/py-xcaplib/Makefile Fri Feb 20 15:48:47 2015 (r379440) +++ head/devel/py-xcaplib/Makefile Fri Feb 20 15:48:52 2015 (r379441) @@ -13,13 +13,14 @@ DISTNAME= python-${PORTNAME}-${PORTVERSI MAINTAINER= ports@grosbein.net COMMENT= Python XCAP client library -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=8.1.0:${PORTSDIR}/devel/py-twistedCore \ - ${PYTHON_PKGNAMEPREFIX}lxml>=2.1.2:${PORTSDIR}/devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}application>=1.1.5:${PORTSDIR}/devel/py-application +LICENSE= LGPL20 LGPL21 LGPL3 +LICENSE_COMB= dual +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.1.2:${PORTSDIR}/devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}application>=1.1.5:${PORTSDIR}/devel/py-application RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python +USES= python twisted USE_PYTHON= distutils autoplist .include Modified: head/devel/py-xcaplib/pkg-descr ============================================================================== --- head/devel/py-xcaplib/pkg-descr Fri Feb 20 15:48:47 2015 (r379440) +++ head/devel/py-xcaplib/pkg-descr Fri Feb 20 15:48:52 2015 (r379441) @@ -6,4 +6,4 @@ XCAP clients to store data like presence Presence server that supports PUBLISH/SUBSCRIBE/NOTIFY SIP methods can provide a complete SIP SIMPLE solution. -WWW: http://sipsimpleclient.com/wiki/xcapclient +WWW: http://sipsimpleclient.com/wiki/xcapclient From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 15:48:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DDF5963; Fri, 20 Feb 2015 15:48:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88B9FD8B; Fri, 20 Feb 2015 15:48:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KFmwst031860; Fri, 20 Feb 2015 15:48:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KFmwiS031857; Fri, 20 Feb 2015 15:48:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502201548.t1KFmwiS031857@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Feb 2015 15:48:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379442 - head/net/py-msrplib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 15:48:58 -0000 Author: sunpoet Date: Fri Feb 20 15:48:57 2015 New Revision: 379442 URL: https://svnweb.freebsd.org/changeset/ports/379442 QAT: https://qat.redports.org/buildarchive/r379442/ Log: - Use USES=twisted - While I'm here, use single space after WWW: With hat: python Modified: head/net/py-msrplib/Makefile head/net/py-msrplib/pkg-descr Modified: head/net/py-msrplib/Makefile ============================================================================== --- head/net/py-msrplib/Makefile Fri Feb 20 15:48:52 2015 (r379441) +++ head/net/py-msrplib/Makefile Fri Feb 20 15:48:57 2015 (r379442) @@ -17,14 +17,11 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gnutls>=1.1.6:${PORTSDIR}/security/py-gnutls \ - ${PYTHON_PKGNAMEPREFIX}twistedCore>=8.1.0:${PORTSDIR}/devel/py-twistedCore \ - ${PYTHON_PKGNAMEPREFIX}twistedNames>=8.1.0:${PORTSDIR}/dns/py-twistedNames \ ${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.15:${PORTSDIR}/net/py-eventlet \ - ${PYTHON_PKGNAMEPREFIX}application>=1.1.0:${PORTSDIR}/devel/py-application \ - + ${PYTHON_PKGNAMEPREFIX}application>=1.1.0:${PORTSDIR}/devel/py-application RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python +USES= python twisted:names USE_PYTHON= distutils autoplist .include Modified: head/net/py-msrplib/pkg-descr ============================================================================== --- head/net/py-msrplib/pkg-descr Fri Feb 20 15:48:52 2015 (r379441) +++ head/net/py-msrplib/pkg-descr Fri Feb 20 15:48:57 2015 (r379442) @@ -6,4 +6,4 @@ Message sessions are treated like any ot when set up via a rendezvous or session creation protocol such as the Session Initiation Protocol (SIP). -WWW: http://mediaproxy.ag-projects.com/projects/msrp/wiki +WWW: http://mediaproxy.ag-projects.com/projects/msrp/wiki From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 15:49:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC76AA57; Fri, 20 Feb 2015 15:49:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 971EBD95; Fri, 20 Feb 2015 15:49:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KFn6Pu031995; Fri, 20 Feb 2015 15:49:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KFn6UG031994; Fri, 20 Feb 2015 15:49:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502201549.t1KFn6UG031994@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Feb 2015 15:49:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379443 - head/security/py-sslstrip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 15:49:06 -0000 Author: sunpoet Date: Fri Feb 20 15:49:05 2015 New Revision: 379443 URL: https://svnweb.freebsd.org/changeset/ports/379443 QAT: https://qat.redports.org/buildarchive/r379443/ Log: - Use USES=twisted With hat: python Modified: head/security/py-sslstrip/Makefile Modified: head/security/py-sslstrip/Makefile ============================================================================== --- head/security/py-sslstrip/Makefile Fri Feb 20 15:48:57 2015 (r379442) +++ head/security/py-sslstrip/Makefile Fri Feb 20 15:49:05 2015 (r379443) @@ -11,10 +11,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kitchetech@gmail.com COMMENT= Python program for SSL stripping -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl \ - ${PYTHON_PKGNAMEPREFIX}twistedWeb>=0:${PORTSDIR}/www/py-twistedWeb +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl -USES= python +USES= python twisted:web USE_PYTHON= distutils autoplist .include From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 16:19:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C5431C0; Fri, 20 Feb 2015 16:19:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB3521C4; Fri, 20 Feb 2015 16:19:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGJLxO046250; Fri, 20 Feb 2015 16:19:21 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KGJLLU046248; Fri, 20 Feb 2015 16:19:21 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502201619.t1KGJLLU046248@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 20 Feb 2015 16:19:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379444 - head/net/yaz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 16:19:22 -0000 Author: pawel Date: Fri Feb 20 16:19:20 2015 New Revision: 379444 URL: https://svnweb.freebsd.org/changeset/ports/379444 QAT: https://qat.redports.org/buildarchive/r379444/ Log: Update to version 5.9.1 --- 5.9.1 2015/02/06 Fix 0 ptr reference for OPAC records from XML YAZ-822 Modified: head/net/yaz/Makefile head/net/yaz/distinfo Modified: head/net/yaz/Makefile ============================================================================== --- head/net/yaz/Makefile Fri Feb 20 15:49:05 2015 (r379443) +++ head/net/yaz/Makefile Fri Feb 20 16:19:20 2015 (r379444) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaz -PORTVERSION= 5.9.0 +PORTVERSION= 5.9.1 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ Modified: head/net/yaz/distinfo ============================================================================== --- head/net/yaz/distinfo Fri Feb 20 15:49:05 2015 (r379443) +++ head/net/yaz/distinfo Fri Feb 20 16:19:20 2015 (r379444) @@ -1,2 +1,2 @@ -SHA256 (yaz-5.9.0.tar.gz) = 60586d2ca28883b962ad2a47fd67953d5f105da78b368231ee2282a3c4ccb99e -SIZE (yaz-5.9.0.tar.gz) = 2538256 +SHA256 (yaz-5.9.1.tar.gz) = ee8f03de4efd4fb40813f36e0afbc4ca1248a063ec8f5e95f7caaa2f5b7d415c +SIZE (yaz-5.9.1.tar.gz) = 2538473 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 16:25:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADC114E3; Fri, 20 Feb 2015 16:25:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9869D2CE; Fri, 20 Feb 2015 16:25:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGPX3Y050547; Fri, 20 Feb 2015 16:25:33 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KGPXZ6050546; Fri, 20 Feb 2015 16:25:33 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201502201625.t1KGPXZ6050546@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Fri, 20 Feb 2015 16:25:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379445 - head/comms/hcidump/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.18-1 Precedence: list List-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, 20 Feb 2015 16:25:33 -0000 Author: arved Date: Fri Feb 20 16:25:32 2015 New Revision: 379445 URL: https://svnweb.freebsd.org/changeset/ports/379445 QAT: https://qat.redports.org/buildarchive/r379445/ Log: Add -Wno-unused to prevent Werror from triggering with gcc48 PR: 197284 Submitted by: dewayne@heuristicsystems.com.au Modified: head/comms/hcidump/files/patch-parser-Makefile Modified: head/comms/hcidump/files/patch-parser-Makefile ============================================================================== --- head/comms/hcidump/files/patch-parser-Makefile Fri Feb 20 16:19:20 2015 (r379444) +++ head/comms/hcidump/files/patch-parser-Makefile Fri Feb 20 16:25:32 2015 (r379445) @@ -1,11 +1,12 @@ --- parser/Makefile.orig Fri Mar 12 23:16:59 2004 +++ parser/Makefile Fri Dec 10 21:07:28 2004 -@@ -7,8 +7,7 @@ +@@ -7,8 +7,8 @@ MAN= SRCS= bnep.c cmtp.c hidp.c l2cap.c rfcomm.c hci.c parser.c sdp.c WARNS?= 2 -DEBUG_FLAGS= -g -CFLAGS= -O2 ++CWARNFLAGS+= -Wno-unused +CFLAGS?= -O2 NOPROFILE= 1 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 16:30:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00C6C6C7; Fri, 20 Feb 2015 16:30:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF545328; Fri, 20 Feb 2015 16:30:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGUQvZ051316; Fri, 20 Feb 2015 16:30:26 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KGUQII051315; Fri, 20 Feb 2015 16:30:26 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502201630.t1KGUQII051315@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 20 Feb 2015 16:30:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379446 - 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.18-1 Precedence: list List-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, 20 Feb 2015 16:30:27 -0000 Author: pawel Date: Fri Feb 20 16:30:26 2015 New Revision: 379446 URL: https://svnweb.freebsd.org/changeset/ports/379446 QAT: https://qat.redports.org/buildarchive/r379446/ Log: Support non default ports path. PR: 194423 Submitted by: myself Approved by: maintainer timeout (4 months), trivial - just fix it Modified: head/Tools/scripts/portsearch Modified: head/Tools/scripts/portsearch ============================================================================== --- head/Tools/scripts/portsearch Fri Feb 20 16:25:32 2015 (r379445) +++ head/Tools/scripts/portsearch Fri Feb 20 16:30:26 2015 (r379446) @@ -46,8 +46,11 @@ use vars qw/ $key @list %fields %list %o my $osrel = `/usr/bin/uname -r`; $osrel =~ s/\..+$//s; +my $portsdir = "/usr/ports"; +$portsdir = $ENV{PORTSDIR} if ( defined $ENV{'PORTSDIR'} ); + my $VERSION = "1.0"; -my $file = "/usr/ports/INDEX" . ($osrel <= 4 ? "" : "-$osrel"); +my $file = "$portsdir/INDEX" . ($osrel <= 4 ? "" : "-$osrel"); my $match = 1; my $count = 0; my $fulldesc = 0; From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 16:47:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48EA8A73; Fri, 20 Feb 2015 16:47:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 339E16F1; Fri, 20 Feb 2015 16:47:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGlU1m060438; Fri, 20 Feb 2015 16:47:30 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KGlUXd060437; Fri, 20 Feb 2015 16:47:30 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201502201647.t1KGlUXd060437@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Fri, 20 Feb 2015 16:47:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379447 - head/sysutils/flashrom X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 16:47:30 -0000 Author: arved Date: Fri Feb 20 16:47:29 2015 New Revision: 379447 URL: https://svnweb.freebsd.org/changeset/ports/379447 QAT: https://qat.redports.org/buildarchive/r379447/ Log: Remove Werror to allow compilation with latest clang PR: 196460 Modified: head/sysutils/flashrom/Makefile Modified: head/sysutils/flashrom/Makefile ============================================================================== --- head/sysutils/flashrom/Makefile Fri Feb 20 16:30:26 2015 (r379446) +++ head/sysutils/flashrom/Makefile Fri Feb 20 16:47:29 2015 (r379447) @@ -49,6 +49,9 @@ FTDI_USES= pkgconfig FTDI_LDFLAGS= -lz FTDI_MAKE_ENV_OFF= 2_SPI=no +post-patch: + ${REINPLACE_CMD} -e "s,-Werror,,g" ${WRKSRC}/Makefile + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 16:55:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 852DAD13; Fri, 20 Feb 2015 16:55:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F888862; Fri, 20 Feb 2015 16:55:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGtp95065030; Fri, 20 Feb 2015 16:55:51 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KGtopD065028; Fri, 20 Feb 2015 16:55:50 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502201655.t1KGtopD065028@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 20 Feb 2015 16:55:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379448 - head/dns/dnscrypt-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.18-1 Precedence: list List-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, 20 Feb 2015 16:55:51 -0000 Author: pawel Date: Fri Feb 20 16:55:50 2015 New Revision: 379448 URL: https://svnweb.freebsd.org/changeset/ports/379448 QAT: https://qat.redports.org/buildarchive/r379448/ Log: - Update to version 1.4.3 [1] - Convert to USES=execinfo PR: 197254 [1] Submitted by: lightside@gmx.com [1] Approved by: maintainer timeout Modified: head/dns/dnscrypt-proxy/Makefile head/dns/dnscrypt-proxy/distinfo Modified: head/dns/dnscrypt-proxy/Makefile ============================================================================== --- head/dns/dnscrypt-proxy/Makefile Fri Feb 20 16:47:29 2015 (r379447) +++ head/dns/dnscrypt-proxy/Makefile Fri Feb 20 16:55:50 2015 (r379448) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnscrypt-proxy -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= dns MASTER_SITES= http://download.dnscrypt.org/dnscrypt-proxy/ \ http://www.dns-lab.com/downloads/dnscrypt-proxy/ @@ -13,11 +13,10 @@ COMMENT= Boost privacy and security of D LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ - libsodium.so:${PORTSDIR}/security/libsodium +LIB_DEPENDS= libsodium.so:${PORTSDIR}/security/libsodium GNU_CONFIGURE= yes -USES= gmake +USES= execinfo gmake SUB_FILES= pkg-message Modified: head/dns/dnscrypt-proxy/distinfo ============================================================================== --- head/dns/dnscrypt-proxy/distinfo Fri Feb 20 16:47:29 2015 (r379447) +++ head/dns/dnscrypt-proxy/distinfo Fri Feb 20 16:55:50 2015 (r379448) @@ -1,2 +1,2 @@ -SHA256 (dnscrypt-proxy-1.4.2.tar.gz) = 1d519068c30868bb60a151908f0e300a1754b234f7bc2ad1d749ad9d0d977076 -SIZE (dnscrypt-proxy-1.4.2.tar.gz) = 1592962 +SHA256 (dnscrypt-proxy-1.4.3.tar.gz) = f10f10c18e25ced3c5ec5d0c4145d33270f9cfa991fd1b18d5d9af00e4d9b68e +SIZE (dnscrypt-proxy-1.4.3.tar.gz) = 1560345 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 16:58:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC7D7E50; Fri, 20 Feb 2015 16:58:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6B7689D; Fri, 20 Feb 2015 16:58:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGwOum065431; Fri, 20 Feb 2015 16:58:24 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KGwOwU065430; Fri, 20 Feb 2015 16:58:24 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201502201658.t1KGwOwU065430@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Fri, 20 Feb 2015 16:58:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379449 - head/devel/psptoolchain-binutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 16:58:24 -0000 Author: sbruno Date: Fri Feb 20 16:58:23 2015 New Revision: 379449 URL: https://svnweb.freebsd.org/changeset/ports/379449 QAT: https://qat.redports.org/buildarchive/r379449/ Log: Fix directory creation so that a armv6-unknown-freebsd directory is created instead of an arm-unkonwn-freebsd to be friendlier with freebsd pkg tools. PR: 197581 Submitted by: mikael.urankar@gmail.com Approved by: tphilipp@potion-studios.com (maintainer) Modified: head/devel/psptoolchain-binutils/Makefile Modified: head/devel/psptoolchain-binutils/Makefile ============================================================================== --- head/devel/psptoolchain-binutils/Makefile Fri Feb 20 16:55:50 2015 (r379448) +++ head/devel/psptoolchain-binutils/Makefile Fri Feb 20 16:58:23 2015 (r379449) @@ -18,7 +18,6 @@ USES= gmake tar:bzip2 libtool USE_GCC= 4.8 HAS_CONFIGURE= yes -CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} CONFIGURE_ARGS= --prefix=${PREFIX} \ --target="psp" \ --enable-install-libbfd \ @@ -27,6 +26,13 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --mandir=${PREFIX}/man PLIST_SUB= CONFIGURE_TARGET="${CONFIGURE_TARGET}" +.include +.if ${ARCH} == "amd64" +CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} +.elif ${ARCH} == "armv6" +CONFIGURE_TARGET= ${ARCH:S/armv6/arm/}-unknown-${OPSYS:tl}${OSREL} +.endif + # Disable installation of .info files and libiberty. post-patch: @${REINPLACE_CMD} -E 's/^(install-data-am:)(.*)install-info-am(.*)/\1 \2 \3/' \ @@ -38,4 +44,4 @@ post-patch: @${REINPLACE_CMD} -E 's/^(install:)(.*)/\1#\2/' ${WRKSRC}/libiberty/Makefile.in @${REINPLACE_CMD} -E 's,^(install.*:)(.*)install-info(.*),\1 \2 \3,' ${WRKSRC}/etc/Makefile.in -.include +.include From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 16:58:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6FC0F34; Fri, 20 Feb 2015 16:58:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A139A8A3; Fri, 20 Feb 2015 16:58:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KGwkwl065602; Fri, 20 Feb 2015 16:58:46 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KGwk1f065599; Fri, 20 Feb 2015 16:58:46 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201502201658.t1KGwk1f065599@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Fri, 20 Feb 2015 16:58:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379450 - in head/security/hpenc: . 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.18-1 Precedence: list List-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, 20 Feb 2015 16:58:46 -0000 Author: vsevolod Date: Fri Feb 20 16:58:45 2015 New Revision: 379450 URL: https://svnweb.freebsd.org/changeset/ports/379450 QAT: https://qat.redports.org/buildarchive/r379450/ Log: - One more fix for i386 assembly. - Bump revision (package is changed). Modified: head/security/hpenc/Makefile head/security/hpenc/files/patch-poly1305-i386-asm Modified: head/security/hpenc/Makefile ============================================================================== --- head/security/hpenc/Makefile Fri Feb 20 16:58:23 2015 (r379449) +++ head/security/hpenc/Makefile Fri Feb 20 16:58:45 2015 (r379450) @@ -2,6 +2,7 @@ PORTNAME= hpenc PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://highsecure.ru/distfiles/ Modified: head/security/hpenc/files/patch-poly1305-i386-asm ============================================================================== --- head/security/hpenc/files/patch-poly1305-i386-asm Fri Feb 20 16:58:23 2015 (r379449) +++ head/security/hpenc/files/patch-poly1305-i386-asm Fri Feb 20 16:58:45 2015 (r379450) @@ -20,3 +20,14 @@ jbe poly1305_auth_x86_local pushl %ebp movl %esp, %ebp +--- poly1305-opt/app/extensions/poly1305/poly1305_sse2-32.inc ++++ poly1305-opt/app/extensions/poly1305/poly1305_sse2-32.inc +@@ -6,7 +6,7 @@ ret + FN_END poly1305_block_size_sse2 + + GLOBAL_HIDDEN_FN poly1305_auth_sse2 +-cmp $64, 12(%esp) ++cmpl $64, 12(%esp) + jb poly1305_auth_x86_local + pushl %ebp + movl %esp, %ebp From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 17:12:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1573E5F6; Fri, 20 Feb 2015 17:12:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA654A91; Fri, 20 Feb 2015 17:11:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KHBxvd074571; Fri, 20 Feb 2015 17:11:59 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KHBxBn074569; Fri, 20 Feb 2015 17:11:59 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201502201711.t1KHBxBn074569@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Fri, 20 Feb 2015 17:11:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379451 - head/www/google-appengine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 17:12:00 -0000 Author: nivit Date: Fri Feb 20 17:11:58 2015 New Revision: 379451 URL: https://svnweb.freebsd.org/changeset/ports/379451 QAT: https://qat.redports.org/buildarchive/r379451/ Log: - Update to 1.9.17 Modified: head/www/google-appengine/Makefile head/www/google-appengine/distinfo Modified: head/www/google-appengine/Makefile ============================================================================== --- head/www/google-appengine/Makefile Fri Feb 20 16:58:45 2015 (r379450) +++ head/www/google-appengine/Makefile Fri Feb 20 17:11:58 2015 (r379451) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= google-appengine -PORTVERSION= 1.9.8 -PORTREVISION= 1 +PORTVERSION= 1.9.17 +PORTREVISION= 0 CATEGORIES= www devel python MASTER_SITES= https://storage.googleapis.com/appengine-sdks/featured/ DISTFILES= ${PORTNAME:S|-|_|}_${PORTVERSION}.zip @@ -37,7 +37,7 @@ GAEDATADIR= google lib new_project_templ GAESCRIPTS= _php_runtime.py _python_runtime.py api_server.py appcfg.py \ backends_conversion.py bulkload_client.py bulkloader.py \ dev_appserver.py download_appstats.py endpointscfg.py \ - gen_protorpc.py google_sql.py old_dev_appserver.py php_cli.py \ + gen_protorpc.py google_sql.py php_cli.py \ remote_api_shell.py run_tests.py wrapper_util.py .include @@ -53,15 +53,14 @@ WANT_MYSQL_VER= 55 do-install: @${MKDIR} ${STAGEDIR}${DATADIR} -.for D in ${GAEDATADIR} - (cd ${WRKSRC} && ${COPYTREE_SHARE} ${D} ${STAGEDIR}${DATADIR}) -.endfor + (cd ${WRKSRC} && ${COPYTREE_SHARE} "${GAEDATADIR}" ${STAGEDIR}${DATADIR}) @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC} && ${COPYTREE_SHARE} demos ${STAGEDIR}${EXAMPLESDIR}) -.for S in ${GAESCRIPTS} - ${INSTALL_SCRIPT} ${WRKSRC}/${S} ${STAGEDIR}${DATADIR} - ${LN} ${LN_OPTS} ${DATADIR}/${S} ${STAGEDIR}${PREFIX}/bin/${S} -.endfor + (cd ${WRKSRC}/demos && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) + (cd ${STAGEDIR}${PREFIX}/bin && \ + for S in ${GAESCRIPTS}; do \ + ${INSTALL_SCRIPT} ${WRKSRC}/$${S} ${STAGEDIR}${DATADIR}; \ + ${LN} ${LN_OPTS} ../${DATADIR_REL}/$${S} $${S}; \ + done) ${INSTALL_DATA} ${WRKSRC}/VERSION ${STAGEDIR}${DATADIR} post-install: Modified: head/www/google-appengine/distinfo ============================================================================== --- head/www/google-appengine/distinfo Fri Feb 20 16:58:45 2015 (r379450) +++ head/www/google-appengine/distinfo Fri Feb 20 17:11:58 2015 (r379451) @@ -1,2 +1,2 @@ -SHA256 (google_appengine_1.9.8.zip) = c7d70d9a5a3ec54b45ed4bf431027a9c09c804285c50c0b1a95f9a0c0bbcd5ad -SIZE (google_appengine_1.9.8.zip) = 51745199 +SHA256 (google_appengine_1.9.17.zip) = e76511c536c66340473e3668741aeb49c4019295f5516ea5613c15415d74aa42 +SIZE (google_appengine_1.9.17.zip) = 51946140 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 17:16:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5406A7B1; Fri, 20 Feb 2015 17:16:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E5CEAC8; Fri, 20 Feb 2015 17:16:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KHGDdf075262; Fri, 20 Feb 2015 17:16:13 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KHGC68075260; Fri, 20 Feb 2015 17:16:12 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201502201716.t1KHGC68075260@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Fri, 20 Feb 2015 17:16:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379452 - head/comms/hcidump/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.18-1 Precedence: list List-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, 20 Feb 2015 17:16:13 -0000 Author: arved Date: Fri Feb 20 17:16:12 2015 New Revision: 379452 URL: https://svnweb.freebsd.org/changeset/ports/379452 QAT: https://qat.redports.org/buildarchive/r379452/ Log: Improve previous commit: Fix unused bug and disable Werror while here Suggested by: marino Added: head/comms/hcidump/files/patch-parser-rfcomm.c (contents, props changed) Modified: head/comms/hcidump/files/patch-parser-Makefile Modified: head/comms/hcidump/files/patch-parser-Makefile ============================================================================== --- head/comms/hcidump/files/patch-parser-Makefile Fri Feb 20 17:11:58 2015 (r379451) +++ head/comms/hcidump/files/patch-parser-Makefile Fri Feb 20 17:16:12 2015 (r379452) @@ -6,7 +6,7 @@ WARNS?= 2 -DEBUG_FLAGS= -g -CFLAGS= -O2 -+CWARNFLAGS+= -Wno-unused ++NO_WERROR= yes +CFLAGS?= -O2 NOPROFILE= 1 Added: head/comms/hcidump/files/patch-parser-rfcomm.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/hcidump/files/patch-parser-rfcomm.c Fri Feb 20 17:16:12 2015 (r379452) @@ -0,0 +1,16 @@ +--- parser/rfcomm.c.orig 2015-02-03 11:27:57.000000000 +1100 ++++ parser/rfcomm.c 2015-02-03 11:28:26.000000000 +1100 +@@ -49,11 +49,11 @@ + address_field addr = head->addr; + uint8_t ctr = head->control; + uint16_t ilen = head->length.bits.len; +- uint8_t ctr_type,pf,dlci,fcs; ++ uint8_t pf,dlci,fcs; + + dlci = GET_DLCI(addr); + pf = GET_PF(ctr); +- ctr_type = CLR_PF(ctr); ++/* ctr_type = CLR_PF(ctr); */ + fcs = *(ptr + len - 1); + + printf("cr %d dlci %d pf %d ilen %d fcs 0x%x ", addr.cr, dlci, pf, ilen, fcs); From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 17:22:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 665BE984; Fri, 20 Feb 2015 17:22:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E31DBE6; Fri, 20 Feb 2015 17:22:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KHMUwD079656; Fri, 20 Feb 2015 17:22:30 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KHMTLp079651; Fri, 20 Feb 2015 17:22:29 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201502201722.t1KHMTLp079651@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 20 Feb 2015 17:22:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379453 - in head/www/tengine: . 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.18-1 Precedence: list List-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, 20 Feb 2015 17:22:30 -0000 Author: robak Date: Fri Feb 20 17:22:28 2015 New Revision: 379453 URL: https://svnweb.freebsd.org/changeset/ports/379453 QAT: https://qat.redports.org/buildarchive/r379453/ Log: www/tengine: multiple fixes - Fix building issue when using custom port options - Fix problem with agentzh modules moved by upstream to openresty repo - Convert to @dir usage - Add LICENSE FILE - Pet portlint PR: 196002 Added: head/www/tengine/files/extra-patch-openresty-set-misc-nginx-module-config - copied, changed from r379343, head/www/tengine/files/extra-patch-agentzh-set-misc-nginx-module-config Deleted: head/www/tengine/files/extra-patch-agentzh-set-misc-nginx-module-config Modified: head/www/tengine/Makefile head/www/tengine/distinfo head/www/tengine/pkg-plist Modified: head/www/tengine/Makefile ============================================================================== --- head/www/tengine/Makefile Fri Feb 20 17:16:12 2015 (r379452) +++ head/www/tengine/Makefile Fri Feb 20 17:22:28 2015 (r379453) @@ -3,14 +3,16 @@ PORTNAME= tengine PORTVERSION= 2.0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= GH +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= robak@FreeBSD.org -COMMENT= Robust and small WWW server forked from nginx by Taobao +COMMENT= Robust and small WWW server forked from Nginx LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE WANT_GNOME= yes USE_GNOME= libxml2 libxslt @@ -326,17 +328,17 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n .if ${PORT_OPTIONS:MECHO} NGINX_ECHO_VERSION= 0.50 GIT_ECHO_VERSION= 0-gf827a4f -MASTER_SITES+= https://github.com/agentzh/echo-nginx-module/tarball/v${NGINX_ECHO_VERSION}/:echo -DISTFILES+= agentzh-echo-nginx-module-v${NGINX_ECHO_VERSION}-${GIT_ECHO_VERSION}.tar.gz:echo -CONFIGURE_ARGS+=--add-module=${WRKDIR}/agentzh-echo-nginx-module-${GIT_ECHO_VERSION:S/^0-g//} +MASTER_SITES+= https://github.com/openresty/echo-nginx-module/tarball/v${NGINX_ECHO_VERSION}/:echo +DISTFILES+= openresty-echo-nginx-module-v${NGINX_ECHO_VERSION}-${GIT_ECHO_VERSION}.tar.gz:echo +CONFIGURE_ARGS+=--add-module=${WRKDIR}/openresty-echo-nginx-module-${GIT_ECHO_VERSION:S/^0-g//} .endif .if ${PORT_OPTIONS:MHEADERS_MORE} NGINX_HEADERS_MORE_VERSION= 0.24 GIT_HEADERS_MORE_VERSION= 0-g7a6fd11 -MASTER_SITES+= https://github.com/agentzh/headers-more-nginx-module/tarball/v${NGINX_HEADERS_MORE_VERSION}/:headers_more -DISTFILES+= agentzh-headers-more-nginx-module-v${NGINX_HEADERS_MORE_VERSION}-${GIT_HEADERS_MORE_VERSION}.tar.gz:headers_more -CONFIGURE_ARGS+=--add-module=${WRKDIR}/agentzh-headers-more-nginx-module-${GIT_HEADERS_MORE_VERSION:S/^0-g//} +MASTER_SITES+= https://github.com/openresty/headers-more-nginx-module/tarball/v${NGINX_HEADERS_MORE_VERSION}/:headers_more +DISTFILES+= openresty-headers-more-nginx-module-v${NGINX_HEADERS_MORE_VERSION}-${GIT_HEADERS_MORE_VERSION}.tar.gz:headers_more +CONFIGURE_ARGS+=--add-module=${WRKDIR}/openresty-headers-more-nginx-module-${GIT_HEADERS_MORE_VERSION:S/^0-g//} .endif .if ${PORT_OPTIONS:MHTTP_DAV} @@ -499,9 +501,9 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/s .if ${PORT_OPTIONS:MENCRYPTSESSION} NGINX_ENCRYPTSESSION_VERSION= 0.03 GIT_ENCRYPTSESSION_VERSION= 0-g49d741b -MASTER_SITES+= https://github.com/agentzh/encrypted-session-nginx-module/tarball/v${NGINX_ENCRYPTSESSION_VERSION}/:encryptsession -DISTFILES+= agentzh-encrypted-session-nginx-module-v${NGINX_ENCRYPTSESSION_VERSION}-${GIT_ENCRYPTSESSION_VERSION}.tar.gz:encryptsession -CONFIGURE_ARGS+=--add-module=${WRKDIR}/agentzh-encrypted-session-nginx-module-${GIT_ENCRYPTSESSION_VERSION:S/^0-g//} +MASTER_SITES+= https://github.com/openresty/encrypted-session-nginx-module/tarball/v${NGINX_ENCRYPTSESSION_VERSION}/:encryptsession +DISTFILES+= openresty-encrypted-session-nginx-module-v${NGINX_ENCRYPTSESSION_VERSION}-${GIT_ENCRYPTSESSION_VERSION}.tar.gz:encryptsession +CONFIGURE_ARGS+=--add-module=${WRKDIR}/openresty-encrypted-session-nginx-module-${GIT_ENCRYPTSESSION_VERSION:S/^0-g//} .endif .if ${PORT_OPTIONS:MGRIDFS} @@ -527,9 +529,9 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/a .if ${PORT_OPTIONS:MMEMC} NGINX_MEMC_VERSION= 0.14 GIT_MEMC_VERSION= 0-gde4cf86 -MASTER_SITES+= https://github.com/agentzh/memc-nginx-module/tarball/v${NGINX_MEMC_VERSION}/:memc -DISTFILES+= agentzh-memc-nginx-module-v${NGINX_MEMC_VERSION}-${GIT_MEMC_VERSION}.tar.gz:memc -CONFIGURE_ARGS+=--add-module=${WRKDIR}/agentzh-memc-nginx-module-${GIT_MEMC_VERSION:S/^0-g//} +MASTER_SITES+= https://github.com/openresty/memc-nginx-module/tarball/v${NGINX_MEMC_VERSION}/:memc +DISTFILES+= openresty-memc-nginx-module-v${NGINX_MEMC_VERSION}-${GIT_MEMC_VERSION}.tar.gz:memc +CONFIGURE_ARGS+=--add-module=${WRKDIR}/openresty-memc-nginx-module-${GIT_MEMC_VERSION:S/^0-g//} .endif .if ${PORT_OPTIONS:MMODSECURITY} @@ -561,25 +563,25 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- .if ${PORT_OPTIONS:MRDS_CSV} NGINX_RDS_CSV_VERSION= 0.05 GIT_RDS_CSV_VERSION= 0-g607e26b -MASTER_SITES+= https://github.com/agentzh/rds-csv-nginx-module/tarball/v${NGINX_RDS_CSV_VERSION}/:rdscsv -DISTFILES+= agentzh-rds-csv-nginx-module-v${NGINX_RDS_CSV_VERSION}-${GIT_RDS_CSV_VERSION}.tar.gz:rdscsv -CONFIGURE_ARGS+=--add-module=${WRKDIR}/agentzh-rds-csv-nginx-module-${GIT_RDS_CSV_VERSION:S/^0-g//} +MASTER_SITES+= https://github.com/openresty/rds-csv-nginx-module/tarball/v${NGINX_RDS_CSV_VERSION}/:rdscsv +DISTFILES+= openresty-rds-csv-nginx-module-v${NGINX_RDS_CSV_VERSION}-${GIT_RDS_CSV_VERSION}.tar.gz:rdscsv +CONFIGURE_ARGS+=--add-module=${WRKDIR}/openresty-rds-csv-nginx-module-${GIT_RDS_CSV_VERSION:S/^0-g//} .endif .if ${PORT_OPTIONS:MRDS_JSON} NGINX_RDS_JSON_VERSION= 0.13 GIT_RDS_JSON_VERSION= 0-g8292070 -MASTER_SITES+= https://github.com/agentzh/rds-json-nginx-module/tarball/v${NGINX_RDS_JSON_VERSION}/:rdsjson -DISTFILES+= agentzh-rds-json-nginx-module-v${NGINX_RDS_JSON_VERSION}-${GIT_RDS_JSON_VERSION}.tar.gz:rdsjson -CONFIGURE_ARGS+=--add-module=${WRKDIR}/agentzh-rds-json-nginx-module-${GIT_RDS_JSON_VERSION:S/^0-g//} +MASTER_SITES+= https://github.com/openresty/rds-json-nginx-module/tarball/v${NGINX_RDS_JSON_VERSION}/:rdsjson +DISTFILES+= openresty-rds-json-nginx-module-v${NGINX_RDS_JSON_VERSION}-${GIT_RDS_JSON_VERSION}.tar.gz:rdsjson +CONFIGURE_ARGS+=--add-module=${WRKDIR}/openresty-rds-json-nginx-module-${GIT_RDS_JSON_VERSION:S/^0-g//} .endif .if ${PORT_OPTIONS:MREDIS2} NGINX_REDIS2_VERSION= 0.10 GIT_REDIS2_VERSION= 0-g78a7622 -MASTER_SITES+= https://github.com/agentzh/redis2-nginx-module/tarball/v${NGINX_REDIS2_VERSION}/:redis2 -DISTFILES+= agentzh-redis2-nginx-module-v${NGINX_REDIS2_VERSION}-${GIT_REDIS2_VERSION}.tar.gz:redis2 -CONFIGURE_ARGS+=--add-module=${WRKDIR}/agentzh-redis2-nginx-module-${GIT_REDIS2_VERSION:S/^0-g//} +MASTER_SITES+= https://github.com/openresty/redis2-nginx-module/tarball/v${NGINX_REDIS2_VERSION}/:redis2 +DISTFILES+= openresty-redis2-nginx-module-v${NGINX_REDIS2_VERSION}-${GIT_REDIS2_VERSION}.tar.gz:redis2 +CONFIGURE_ARGS+=--add-module=${WRKDIR}/openresty-redis2-nginx-module-${GIT_REDIS2_VERSION:S/^0-g//} .endif .if ${PORT_OPTIONS:MRTMP} @@ -592,10 +594,10 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n .if ${PORT_OPTIONS:MSET_MISC} NGINX_SET_MISC_VERSION= 0.23 GIT_SET_MISC_VERSION= 0-g6ce586e -MASTER_SITES+= https://github.com/agentzh/set-misc-nginx-module/tarball/v${NGINX_SET_MISC_VERSION}/:setmisc -DISTFILES+= agentzh-set-misc-nginx-module-v${NGINX_SET_MISC_VERSION}-${GIT_SET_MISC_VERSION}.tar.gz:setmisc -CONFIGURE_ARGS+=--add-module=${WRKDIR}/agentzh-set-misc-nginx-module-${GIT_SET_MISC_VERSION:S/^0-g//} -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-agentzh-set-misc-nginx-module-config +MASTER_SITES+= https://github.com/openresty/set-misc-nginx-module/tarball/v${NGINX_SET_MISC_VERSION}/:setmisc +DISTFILES+= openresty-set-misc-nginx-module-v${NGINX_SET_MISC_VERSION}-${GIT_SET_MISC_VERSION}.tar.gz:setmisc +CONFIGURE_ARGS+=--add-module=${WRKDIR}/openresty-set-misc-nginx-module-${GIT_SET_MISC_VERSION:S/^0-g//} +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-openresty-set-misc-nginx-module-config .endif .if ${PORT_OPTIONS:MSFLOW} @@ -617,9 +619,9 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n .if ${PORT_OPTIONS:MSRCACHE} NGINX_SRCACHE_VERSION= 0.24 GIT_SRCACHE_VERSION= 0-g33f0f29 -MASTER_SITES+= https://github.com/agentzh/srcache-nginx-module/tarball/v${NGINX_SRCACHE_VERSION}/:srcache -DISTFILES+= agentzh-srcache-nginx-module-v${NGINX_SRCACHE_VERSION}-${GIT_SRCACHE_VERSION}.tar.gz:srcache -CONFIGURE_ARGS+=--add-module=${WRKDIR}/agentzh-srcache-nginx-module-${GIT_SRCACHE_VERSION:S/^0-g//} +MASTER_SITES+= https://github.com/openresty/srcache-nginx-module/tarball/v${NGINX_SRCACHE_VERSION}/:srcache +DISTFILES+= openresty-srcache-nginx-module-v${NGINX_SRCACHE_VERSION}-${GIT_SRCACHE_VERSION}.tar.gz:srcache +CONFIGURE_ARGS+=--add-module=${WRKDIR}/openresty-srcache-nginx-module-${GIT_SRCACHE_VERSION:S/^0-g//} .endif .if ${PORT_OPTIONS:MSUPERVISORD} @@ -647,13 +649,13 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/g .if ${PORT_OPTIONS:MXSS} NGINX_XSS_VERSION= 0.04 GIT_XSS_VERSION= 0-g7e37038 -MASTER_SITES+= https://github.com/agentzh/xss-nginx-module/tarball/v${NGINX_XSS_VERSION}/:xss -DISTFILES+= agentzh-xss-nginx-module-v${NGINX_XSS_VERSION}-${GIT_XSS_VERSION}.tar.gz:xss -CONFIGURE_ARGS+=--add-module=${WRKDIR}/agentzh-xss-nginx-module-${GIT_XSS_VERSION:S/^0-g//} +MASTER_SITES+= https://github.com/openresty/xss-nginx-module/tarball/v${NGINX_XSS_VERSION}/:xss +DISTFILES+= openresty-xss-nginx-module-v${NGINX_XSS_VERSION}-${GIT_XSS_VERSION}.tar.gz:xss +CONFIGURE_ARGS+=--add-module=${WRKDIR}/openresty-xss-nginx-module-${GIT_XSS_VERSION:S/^0-g//} .endif .if ${PORT_OPTIONS:MSPDY} -WITH_HTTP_SSL= yes +WITH_HTTP_SSL= yes CONFIGURE_ARGS+=--with-http_spdy_module .endif @@ -697,9 +699,9 @@ CONFIGURE_ARGS+=--with-mail_ssl_module .if ${PORT_OPTIONS:MARRAYVAR} NGINX_ARRAYVAR_VERSION= 0.03 GIT_ARRAYVAR_VERSION= 0-g4676747 -MASTER_SITES+= https://github.com/agentzh/array-var-nginx-module/tarball/v${NGINX_ARRAYVAR_VERSION}/:arrayvar -DISTFILES+= agentzh-array-var-nginx-module-v${NGINX_ARRAYVAR_VERSION}-${GIT_ARRAYVAR_VERSION}.tar.gz:arrayvar -CONFIGURE_ARGS+=--add-module=${WRKDIR}/agentzh-array-var-nginx-module-${GIT_ARRAYVAR_VERSION:S/^0-g//} +MASTER_SITES+= https://github.com/openresty/array-var-nginx-module/tarball/v${NGINX_ARRAYVAR_VERSION}/:arrayvar +DISTFILES+= openresty-array-var-nginx-module-v${NGINX_ARRAYVAR_VERSION}-${GIT_ARRAYVAR_VERSION}.tar.gz:arrayvar +CONFIGURE_ARGS+=--add-module=${WRKDIR}/openresty-array-var-nginx-module-${GIT_ARRAYVAR_VERSION:S/^0-g//} .endif .if ${PORT_OPTIONS:MFORMINPUT} @@ -735,10 +737,10 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if defined(NGINX_OPENSSL) -USE_OPENSSL= yes +USE_OPENSSL= yes .if ${PORT_OPTIONS:MSPDY} .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000028 -WITH_OPENSSL_PORT= yes +WITH_OPENSSL_PORT= yes .endif .endif .endif @@ -803,8 +805,8 @@ post-patch: .endif .if ${PORT_OPTIONS:MSPDY} .if ${PORT_OPTIONS:MDRIZZLE} - @${REINPLACE_CMD} '584d' \ - ${WRKDIR}/chaoslawful-drizzle-nginx-module-${GIT_DRIZZLE_VERSION:S/^0-g//}/src/ngx_http_drizzle_util.c + @${REINPLACE_CMD} '584d' \ + ${WRKDIR}/chaoslawful-drizzle-nginx-module-${GIT_DRIZZLE_VERSION:S/^0-g//}/src/ngx_http_drizzle_util.c .endif .endif .if ${PORT_OPTIONS:MSUPERVISORD} @@ -887,6 +889,6 @@ post-install: ${ECHO_CMD} ${SITE_ARCH_REL}/nginx.pm >> ${TMPPLIST} ${ECHO_CMD} @dirrm ${SITE_ARCH_REL}/auto/nginx >> ${TMPPLIST} .endif - @${INSTALL_MAN} ${WRKSRC}/objs/nginx.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/objs/nginx.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 .include Modified: head/www/tengine/distinfo ============================================================================== --- head/www/tengine/distinfo Fri Feb 20 17:16:12 2015 (r379452) +++ head/www/tengine/distinfo Fri Feb 20 17:22:28 2015 (r379453) @@ -14,10 +14,10 @@ SHA256 (ngx_http_auth_request_module-0.2 SIZE (ngx_http_auth_request_module-0.2.tar.gz) = 6736 SHA256 (ngx_cache_purge-2.1.tar.gz) = 424005af0c04e59ffa65a65e446081d4f95ee76a801a7555e001c67810bcb3b9 SIZE (ngx_cache_purge-2.1.tar.gz) = 10535 -SHA256 (agentzh-echo-nginx-module-v0.50-0-gf827a4f.tar.gz) = 0121dd5a8053d6960c9acc364f7552db1bcc64aa4340d0bf7f6d09d3125cfbe9 -SIZE (agentzh-echo-nginx-module-v0.50-0-gf827a4f.tar.gz) = 62907 -SHA256 (agentzh-headers-more-nginx-module-v0.24-0-g7a6fd11.tar.gz) = 1bc8e48da5c6b9968620114776be2751ab600c7953a04c08e16901de3ef2aec2 -SIZE (agentzh-headers-more-nginx-module-v0.24-0-g7a6fd11.tar.gz) = 27666 +SHA256 (openresty-echo-nginx-module-v0.50-0-gf827a4f.tar.gz) = 3bce25d45b81a9d0c44b918b8566b4b43b77ef877f5f6cde3175df82fd1bf097 +SIZE (openresty-echo-nginx-module-v0.50-0-gf827a4f.tar.gz) = 62916 +SHA256 (openresty-headers-more-nginx-module-v0.24-0-g7a6fd11.tar.gz) = e8575a05ffcb9887a6c0124d7db2dad53d475e733b9ce9f4507e40e5428f86ce +SIZE (openresty-headers-more-nginx-module-v0.24-0-g7a6fd11.tar.gz) = 27673 SHA256 (arut-nginx-dav-ext-module-v0.0.2-0-g0e07a3e.tar.gz) = a0d6fa256e354ce48c06e1f689d26ebb2f7b75f71ce682e34ae6c29331a7fbff SIZE (arut-nginx-dav-ext-module-v0.0.2-0-g0e07a3e.tar.gz) = 6065 SHA256 (vkholodkov-nginx-eval-module-1.0.3-0-g125fa2e.tar.gz) = 945046c42d973be9293e03ab41e3a0e04677524b2cd813cfc5146cf1d2f0ab8f @@ -50,46 +50,46 @@ SHA256 (chaoslawful-drizzle-nginx-module SIZE (chaoslawful-drizzle-nginx-module-v0.1.6-0-ge6937ba.tar.gz) = 61351 SHA256 (simpl-ngx_devel_kit-v0.2.19-0-g8dd0df5.tar.gz) = 9a8c372f8e750d33018d9587d288c17f755e8da38592bca8ef9bf9ea4bab59a7 SIZE (simpl-ngx_devel_kit-v0.2.19-0-g8dd0df5.tar.gz) = 65033 -SHA256 (agentzh-encrypted-session-nginx-module-v0.03-0-g49d741b.tar.gz) = 4485214756dc935a959efd3a2fcd750263df1719956a4ac73f96b0cee0763395 -SIZE (agentzh-encrypted-session-nginx-module-v0.03-0-g49d741b.tar.gz) = 8947 +SHA256 (openresty-encrypted-session-nginx-module-v0.03-0-g49d741b.tar.gz) = 0c8b74f2fbe6114f6d59fecbf3539f5d13944f40895d1c379fdb5dfb0838c1e3 +SIZE (openresty-encrypted-session-nginx-module-v0.03-0-g49d741b.tar.gz) = 8954 SHA256 (mdirolf-nginx-gridfs-v0.8-0-gb5f8113.tar.gz) = f55617873c9b123d610d59e4da52703c07be0bae5c719ef0cc3d45a53480d29c SIZE (mdirolf-nginx-gridfs-v0.8-0-gb5f8113.tar.gz) = 18882 SHA256 (mongodb-mongo-c-driver-v0.3.1-0-g9b4b232.tar.gz) = bfcdd60c6b53bd499e2bf22fefc96848de37e7d57dfaf7303bb00376dcb812f0 SIZE (mongodb-mongo-c-driver-v0.3.1-0-g9b4b232.tar.gz) = 53033 SHA256 (arut-nginx-let-module-v0.0.4-0-ga5e1dc5.tar.gz) = 9253581f11966329f64b4b4a49a2a60798665812f9007222592586e64bcd66da SIZE (arut-nginx-let-module-v0.0.4-0-ga5e1dc5.tar.gz) = 20543 -SHA256 (agentzh-memc-nginx-module-v0.14-0-gde4cf86.tar.gz) = 5e8cacd7af42685794bbe121264173de4141e5746031e23f8e363ab14ccb1534 -SIZE (agentzh-memc-nginx-module-v0.14-0-gde4cf86.tar.gz) = 37755 +SHA256 (openresty-memc-nginx-module-v0.14-0-gde4cf86.tar.gz) = b60fed5921a0c19c6ffe71e5c764193283dbe635bb3bad6febd6655f94a633e9 +SIZE (openresty-memc-nginx-module-v0.14-0-gde4cf86.tar.gz) = 37756 SHA256 (modsecurity-apache_2.7.5.tar.gz) = 9e907536278d8da80d3dbb29aeffe9c4ec37ce9b641035b2da64e993135647a2 SIZE (modsecurity-apache_2.7.5.tar.gz) = 1045387 SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec SIZE (ngx_postgres-0.9.tar.gz) = 41022 -SHA256 (agentzh-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = 3fa9cb3960a97f505c9ad0cc8683c8fe17ba98aa98d003e255bf214e5144751c -SIZE (agentzh-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = 18423 -SHA256 (agentzh-rds-json-nginx-module-v0.13-0-g8292070.tar.gz) = 9e59b90d84f9bc814eba85bfcf126e3fd6406ddc771702c096a657c17354c302 -SIZE (agentzh-rds-json-nginx-module-v0.13-0-g8292070.tar.gz) = 32965 -SHA256 (agentzh-redis2-nginx-module-v0.10-0-g78a7622.tar.gz) = c2a164df07759d2a45beacc1f72316be84e9348b7ae5509723eabd2d61cb4897 -SIZE (agentzh-redis2-nginx-module-v0.10-0-g78a7622.tar.gz) = 29850 +SHA256 (openresty-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = d5f14e45c6dc0d039ad52ae889775b5af1ff80a1c8edb69361c1581aca5d0b8f +SIZE (openresty-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = 18416 +SHA256 (openresty-rds-json-nginx-module-v0.13-0-g8292070.tar.gz) = e0813f2d1e0d499c4f44f7957253c7804ccc0d3a7d4446ac0c6eec834e9c21f4 +SIZE (openresty-rds-json-nginx-module-v0.13-0-g8292070.tar.gz) = 32961 +SHA256 (openresty-redis2-nginx-module-v0.10-0-g78a7622.tar.gz) = 76606bf3b548b072f8a6426033c115d013c52068f174f61d21c671435087e97d +SIZE (openresty-redis2-nginx-module-v0.10-0-g78a7622.tar.gz) = 29850 SHA256 (rtmp-nginx-module-v1.0.8.tar.gz) = e905e40d1a1b81c720f1e799bee6a3525efaa6f2519212130d39eed3b8877c74 SIZE (rtmp-nginx-module-v1.0.8.tar.gz) = 513086 -SHA256 (agentzh-set-misc-nginx-module-v0.23-0-g6ce586e.tar.gz) = a5dea4570efa138e15bb97babb02e76f16319b4b660763492ef02615dc1def1f -SIZE (agentzh-set-misc-nginx-module-v0.23-0-g6ce586e.tar.gz) = 40355 +SHA256 (openresty-set-misc-nginx-module-v0.23-0-g6ce586e.tar.gz) = 23fadb942f64775bfa7b568d52f8adab01260c8ad95bbeb44af8e7ea5b87e349 +SIZE (openresty-set-misc-nginx-module-v0.23-0-g6ce586e.tar.gz) = 40336 SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76 SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614 SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1 SIZE (ngx_slowfs_cache-1.10.tar.gz) = 11809 -SHA256 (agentzh-srcache-nginx-module-v0.24-0-g33f0f29.tar.gz) = 5e3f59821f73c205e1df0c40fd02d987b21b19e3c267866659f883bddd5674c9 -SIZE (agentzh-srcache-nginx-module-v0.24-0-g33f0f29.tar.gz) = 67239 +SHA256 (openresty-srcache-nginx-module-v0.24-0-g33f0f29.tar.gz) = dbf003980f39ff8f21b304a5463691746b9adc9d2e745d0de809c5b1713246cd +SIZE (openresty-srcache-nginx-module-v0.24-0-g33f0f29.tar.gz) = 67245 SHA256 (ngx_supervisord-1.4.tar.gz) = 0954a4efb1b955692acf523e169221146d6aa93ad1643c9f2482f75a1fbf9e3b SIZE (ngx_supervisord-1.4.tar.gz) = 19351 SHA256 (yaoweibin-nginx_tcp_proxy_module-v0.26-0-gb83e5a6.tar.gz) = 4d843b8d0511b269382938ba5546f902ec24dbfa76c12f6bd6961d7aaaf3866a SIZE (yaoweibin-nginx_tcp_proxy_module-v0.26-0-gb83e5a6.tar.gz) = 127346 SHA256 (gabor-nginx-x-rid-header-0daa3cc.tar.gz) = 136239b8f9ab2fbefb2aabc6897d3f12cc8063ce817901f9b8a624e12fbc6035 SIZE (gabor-nginx-x-rid-header-0daa3cc.tar.gz) = 2714 -SHA256 (agentzh-xss-nginx-module-v0.04-0-g7e37038.tar.gz) = 3e5b1eba411e1e51bbb197d2adb2d5304cd4050dca95f506cae635e4af5e9b35 -SIZE (agentzh-xss-nginx-module-v0.04-0-g7e37038.tar.gz) = 10535 -SHA256 (agentzh-array-var-nginx-module-v0.03-0-g4676747.tar.gz) = 9670207b5a74ddbdf510b973ddbcf3e4ecd4c5fe50829b17c560ba4a30aa73f4 -SIZE (agentzh-array-var-nginx-module-v0.03-0-g4676747.tar.gz) = 9518 +SHA256 (openresty-xss-nginx-module-v0.04-0-g7e37038.tar.gz) = 0199bc3b53269f49073365fe08dc2c02decbaea614dc33db4666c7ab2cdb8bfa +SIZE (openresty-xss-nginx-module-v0.04-0-g7e37038.tar.gz) = 10542 +SHA256 (openresty-array-var-nginx-module-v0.03-0-g4676747.tar.gz) = bc33d26af3f01882a187b312c27fb547f802eb36eedfa7d2caedf3ed9c424442 +SIZE (openresty-array-var-nginx-module-v0.03-0-g4676747.tar.gz) = 9518 SHA256 (calio-form-input-nginx-module-v0.07-0-g78de845.tar.gz) = d5b2c42a3b9fd2970107eb74c2226cbbfbad48c89807303db903932d21ff76aa SIZE (calio-form-input-nginx-module-v0.07-0-g78de845.tar.gz) = 10580 SHA256 (calio-iconv-nginx-module-v0.10-0-gb37efb5.tar.gz) = e90a406a14d5f419bd500e19082da81390e8ba6040926857926f1a899a53379d Copied and modified: head/www/tengine/files/extra-patch-openresty-set-misc-nginx-module-config (from r379343, head/www/tengine/files/extra-patch-agentzh-set-misc-nginx-module-config) ============================================================================== --- head/www/tengine/files/extra-patch-agentzh-set-misc-nginx-module-config Thu Feb 19 13:23:06 2015 (r379343, copy source) +++ head/www/tengine/files/extra-patch-openresty-set-misc-nginx-module-config Fri Feb 20 17:22:28 2015 (r379453) @@ -1,5 +1,5 @@ ---- ../agentzh-set-misc-nginx-module-6ce586e/config.orig 2011-12-09 10:27:53.861265188 +0300 -+++ ../agentzh-set-misc-nginx-module-6ce586e/config 2011-12-09 10:28:07.107259301 +0300 +--- ../openresty-set-misc-nginx-module-6ce586e/config.orig 2011-12-09 10:27:53.861265188 +0300 ++++ ../openresty-set-misc-nginx-module-6ce586e/config 2011-12-09 10:28:07.107259301 +0300 @@ -1,10 +1,3 @@ -if echo $HTTP_MODULES | grep " ndk_http_module" > /dev/null; then - echo "found ngx_devel_kit for ngx_set_misc; looks good." Modified: head/www/tengine/pkg-plist ============================================================================== --- head/www/tengine/pkg-plist Fri Feb 20 17:16:12 2015 (r379452) +++ head/www/tengine/pkg-plist Fri Feb 20 17:22:28 2015 (r379453) @@ -14,7 +14,7 @@ %%ETCDIR%%/mime.types-dist @exec if [ ! -f %D/%%ETCDIR%%/mime.types ] ; then cp -p %D/%F %B/mime.types && chmod u+w %B/mime.types; fi @unexec if cmp -s %D/%%ETCDIR%%/nginx.conf-dist %D/%%ETCDIR%%/nginx.conf; then rm -f %D/%%ETCDIR%%/nginx.conf; fi -@dirrmtry %%ETCDIR%% +@dir %%ETCDIR%% %%ETCDIR%%/nginx.conf-dist @exec if [ ! -f %D/%%ETCDIR%%/nginx.conf ] ; then cp -p %D/%F %B/nginx.conf && chmod u+w %B/nginx.conf; fi @exec if [ ! -d %%NGINX_TMPDIR%% ] ; then mkdir %%NGINX_TMPDIR%%; fi @@ -25,7 +25,7 @@ %%WWWDATA%%www/nginx-dist/50x.html %%WWWDATA%%@exec chmod a-w %D/www/nginx-dist %%WWWDATA%%@unexec if [ -L %D/www/nginx ]; then rm -f %D/www/nginx; fi -%%WWWDATA%%@dirrmtry www/nginx-dist +%%WWWDATA%%@dir www/nginx-dist %%ETCDIR%%/include/ddebug.h %%ETCDIR%%/include/nginx.h %%ETCDIR%%/include/ngx_alloc.h @@ -200,6 +200,6 @@ sbin/nginx sbin/dso_tool @unexec if [ -z ${UPGRADE_PORT} ] ; then rm -fr %%NGINX_TMPDIR%%; fi man/man8/nginx.8.gz -@dirrmtry %%ETCDIR%%/modules -@dirrmtry %%ETCDIR%%/include -@dirrmtry %%NGINX_TMPDIR%% +@dir %%ETCDIR%%/modules +@dir %%ETCDIR%%/include +@dir %%NGINX_TMPDIR%% From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 17:45:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4035CE0C; Fri, 20 Feb 2015 17:45:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B26DE1C; Fri, 20 Feb 2015 17:45:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KHjsBv089686; Fri, 20 Feb 2015 17:45:54 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KHjsKn089684; Fri, 20 Feb 2015 17:45:54 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502201745.t1KHjsKn089684@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 20 Feb 2015 17:45:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379454 - head/devel/commit-patch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 17:45:55 -0000 Author: pawel Date: Fri Feb 20 17:45:53 2015 New Revision: 379454 URL: https://svnweb.freebsd.org/changeset/ports/379454 QAT: https://qat.redports.org/buildarchive/r379454/ Log: - Update to version 2.5.2 [1] - Remove GH_PROJECT, GH_TAGNAME - they are set to correct values by ports framework by default PR: 197292 [1] Submitted by: lapo@lapo.it (maintainer) [1] Modified: head/devel/commit-patch/Makefile head/devel/commit-patch/distinfo Modified: head/devel/commit-patch/Makefile ============================================================================== --- head/devel/commit-patch/Makefile Fri Feb 20 17:22:28 2015 (r379453) +++ head/devel/commit-patch/Makefile Fri Feb 20 17:45:53 2015 (r379454) @@ -1,9 +1,8 @@ -# Created by: Lapo Luchin +# Created by: Lapo Luchini # $FreeBSD$ PORTNAME= commit-patch -PORTVERSION= 2.5 -PORTREVISION= 1 +PORTVERSION= 2.5.2 CATEGORIES= devel MAINTAINER= lapo@lapo.it @@ -21,9 +20,7 @@ USE_PERL5= build # pod2man SHEBANG_FILES= commit-patch GH_ACCOUNT= caldwell -GH_PROJECT= commit-patch -GH_TAGNAME= 2.5 -GH_COMMIT= fb3a8c5 +GH_COMMIT= 1ce5893 PLIST_FILES= bin/commit-partial bin/commit-patch \ share/emacs/site-lisp/commit-patch-buffer.el \ Modified: head/devel/commit-patch/distinfo ============================================================================== --- head/devel/commit-patch/distinfo Fri Feb 20 17:22:28 2015 (r379453) +++ head/devel/commit-patch/distinfo Fri Feb 20 17:45:53 2015 (r379454) @@ -1,2 +1,2 @@ -SHA256 (commit-patch-2.5.tar.gz) = e4cdf5895f1fd45191ea5ebcc3857d560e9f994450e2725f771b3cfe8aa8ae68 -SIZE (commit-patch-2.5.tar.gz) = 17786 +SHA256 (commit-patch-2.5.2.tar.gz) = c94988cac4272d96b309714cee468580b3f27c51c3b3f0b7a4e21165413da6b4 +SIZE (commit-patch-2.5.2.tar.gz) = 18254 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 18:01:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59D7CFBD; Fri, 20 Feb 2015 18:01:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A9999B; Fri, 20 Feb 2015 18:01:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KI1B7A098578; Fri, 20 Feb 2015 18:01:11 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KI1BZB098577; Fri, 20 Feb 2015 18:01:11 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502201801.t1KI1BZB098577@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 20 Feb 2015 18:01:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379455 - head/science/paraview X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 18:01:11 -0000 Author: marino Date: Fri Feb 20 18:01:10 2015 New Revision: 379455 URL: https://svnweb.freebsd.org/changeset/ports/379455 QAT: https://qat.redports.org/buildarchive/r379455/ Log: science/paraview: No, it's still broken A while back, the happily building paraview stopped building because libGL was updated. The other ports that suffered breakage for the same reasons were updated to the latest API. Paraviews libGL callouts were never fixed, so this port never should not have had it's BROKEN definition removed as it was not fixed despite the claim. It's still breaking on all platforms including DragonFly on clang, gcc47 and gcc50. Errors from FreeBSD look like: In file included from /wrkdirs/usr/ports/science/paraview/work/ParaView- v4.1.0/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx:31: In file included from /usr/local/include/GL/glx.h:333: /usr/local/include/GL/glxext.h:480:143: error: unknown type name 'GLintptr' typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); /usr/local/include/GL/glxext.h:480:186: error: unknown type name 'GLsizeiptr'; did you mean 'GLsizei'? typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); Modified: head/science/paraview/Makefile Modified: head/science/paraview/Makefile ============================================================================== --- head/science/paraview/Makefile Fri Feb 20 17:45:53 2015 (r379454) +++ head/science/paraview/Makefile Fri Feb 20 18:01:10 2015 (r379455) @@ -11,6 +11,8 @@ DISTNAME= ParaView-v${PORTVERSION}-sourc MAINTAINER= devel@stasyan.com COMMENT= Powerful scientific data visualization application +BROKEN= Fails to build with latest libGL + LICENSE= ParaView_License_1.2 LICENSE_NAME= ParaView_License LICENSE_FILE= ${PATCH_WRKSRC}/License_v1.2.txt From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 18:08:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 465D44B8; Fri, 20 Feb 2015 18:08:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31DCF108; Fri, 20 Feb 2015 18:08:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KI8sF4000706; Fri, 20 Feb 2015 18:08:54 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KI8sNq000705; Fri, 20 Feb 2015 18:08:54 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502201808.t1KI8sNq000705@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Fri, 20 Feb 2015 18:08:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379456 - head/games/gnake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 18:08:54 -0000 Author: jgh Date: Fri Feb 20 18:08:53 2015 New Revision: 379456 URL: https://svnweb.freebsd.org/changeset/ports/379456 QAT: https://qat.redports.org/buildarchive/r379456/ Log: - back to the heap Modified: head/games/gnake/Makefile Modified: head/games/gnake/Makefile ============================================================================== --- head/games/gnake/Makefile Fri Feb 20 18:01:10 2015 (r379455) +++ head/games/gnake/Makefile Fri Feb 20 18:08:53 2015 (r379456) @@ -8,14 +8,14 @@ MASTER_SITES= http://lightless.org/files LOCAL/jgh/games/${PORTNAME}/ DISTNAME= Gnake.${PORTVERSION} -MAINTAINER= jgh@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Nibbles clone for GNU/Linux and *BSD LICENSE= GPLv2 OPTIONS_DEFINE= DOCS -DEPRECATED= upstream gone, use games/bsdgames +DEPRECATED= upstream gone, consider games/bsdgames EXPIRATION_DATE= 2015-03-19 LDFLAGS+= -L${LOCALBASE}/lib -lncurses From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 18:16:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA83D64B; Fri, 20 Feb 2015 18:16:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95A3D1F2; Fri, 20 Feb 2015 18:16:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KIGwIW005364; Fri, 20 Feb 2015 18:16:58 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KIGw7w005362; Fri, 20 Feb 2015 18:16:58 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502201816.t1KIGw7w005362@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 20 Feb 2015 18:16:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379457 - head/devel/ruby-build X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 18:16:58 -0000 Author: pawel Date: Fri Feb 20 18:16:57 2015 New Revision: 379457 URL: https://svnweb.freebsd.org/changeset/ports/379457 QAT: https://qat.redports.org/buildarchive/r379457/ Log: Update to version 20150130 PR: 197303 Submitted by: Koichiro IWAO (maintainer) Modified: head/devel/ruby-build/Makefile head/devel/ruby-build/distinfo Modified: head/devel/ruby-build/Makefile ============================================================================== --- head/devel/ruby-build/Makefile Fri Feb 20 18:08:53 2015 (r379456) +++ head/devel/ruby-build/Makefile Fri Feb 20 18:16:57 2015 (r379457) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ruby-build -PORTVERSION= 20150116 +PORTVERSION= 20150130 CATEGORIES= devel ruby MAINTAINER= meta+ports@vmeta.jp @@ -20,7 +20,7 @@ RBENV_RUN_DEPENDS= rbenv:${PORTSDIR}/dev USE_GITHUB= yes GH_ACCOUNT= sstephenson -GH_COMMIT= e12b960 +GH_COMMIT= 0e1ceb4 GH_TAGNAME= v${PORTVERSION} NO_BUILD= yes Modified: head/devel/ruby-build/distinfo ============================================================================== --- head/devel/ruby-build/distinfo Fri Feb 20 18:08:53 2015 (r379456) +++ head/devel/ruby-build/distinfo Fri Feb 20 18:16:57 2015 (r379457) @@ -1,2 +1,2 @@ -SHA256 (ruby-build-20150116.tar.gz) = bdfb84831f1e5e5fc903ff14ac0194b8b6fae4f48c9957a9309eec678dc9f5dd -SIZE (ruby-build-20150116.tar.gz) = 38610 +SHA256 (ruby-build-20150130.tar.gz) = d238645c4d84b63afa624997ae058524a2414f2ffacfdc779803ae77446af42a +SIZE (ruby-build-20150130.tar.gz) = 39022 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 18:17:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01EEF728; Fri, 20 Feb 2015 18:17:04 +0000 (UTC) Received: from mx1b.lautre.net (mx1b.lautre.net [80.67.160.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.lautre.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AB2DE1F5; Fri, 20 Feb 2015 18:17:03 +0000 (UTC) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: thierry@pompo.net) by mx1b.lautre.net (Postfix) with ESMTPSA id 4F8657E307; Fri, 20 Feb 2015 19:16:59 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id 8A30271E403; Fri, 20 Feb 2015 19:16:58 +0100 (CET) Date: Fri, 20 Feb 2015 19:16:58 +0100 From: Thierry Thomas To: John Marino Subject: Re: svn commit: r379455 - head/science/paraview Message-ID: <20150220181658.GA92284@graf.pompo.net> Mail-Followup-To: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201502201801.t1KI1BZB098577@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline In-Reply-To: <201502201801.t1KI1BZB098577@svn.freebsd.org> X-Operating-System: FreeBSD 10.1-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 18:17:04 -0000 --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le ven 20 f=E9v 15 =E0 19:01:11 +0100, John Marino =E9crivait=A0: > Log: > science/paraview: No, it's still broken > =20 > A while back, the happily building paraview stopped building because > libGL was updated. The other ports that suffered breakage for the same > reasons were updated to the latest API. Paraviews libGL callouts were > never fixed, so this port never should not have had it's BROKEN definit= ion > removed as it was not fixed despite the claim. It's still breaking on = all > platforms including DragonFly on clang, gcc47 and gcc50. Errors from > FreeBSD look like: We are lagging with v4.1.0, and the latest stable (v4.3.1) should be compliant with libGL. I'll try to upgrade it when time permits, but don't hesitate to take it sooner! --=20 Th. Thomas. --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJU53oaXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFNTM2QkU4NTM4NTM5OUQwMEI2RkFBNzZG MUM1MTZCM0M4MzU5NzUzAAoJEPHFFrPINZdTkK0QALKuIBXR1OewYtBXqodjOyfX zZ5hIRe7EBmBfur+kAAW3oYCYPOa8Q5T8IQCUOQzZGU7tyeYz0dQJ/SgnAPpA6gp KGl3Jm199kYUdixZhCg7wKzGpsLFXALXvBRN9lvgRdNs2RyDgc272NejImkAdzGG TEMiRMIMLdfIvK2lxQTtK5VnEo2U/gA1qvD0PZOrjq3KPwFYXhp0BBOrfYeUDEE3 krrBKPLY2HHiqnRzGKSMBesSi4SvVZMhwrR+wUeC4DW7PuDHwKQsoc5yGvAKuNur WzHMH7uYA6d9abulySwo4zbiDxjuGERjF0NTwgtksbpeP2vmw3mZbe59XrS/N0wh xpB4B2setLjQlnCfWzD6t0kzau7NguOGB8pRZdC0/bPMdWSvi1JV5njDaPzcotK6 2RBzxm4dmY6s0TRVxtA4cqAY2obRTDeeeHahbkCPkkOyFRTo16e+iyQd8IOhR0+b bI3R3dTEIpsOZ5N1y8U4LJJiQaEKA9PG4dFla06OMxj09Uk6KXREx78+lkluHWQy scyErk2eKzbzyyHgRyQMIe08VZm6qTO/0tZrVCwNwJ8t8852p3UBCurEkKQs+Il9 1aGxEhCU6szhyepMo4IzTKuBA7jFTes1zdECBPugnqd/SG8xxPTy/FjHWCw1/Dml F9vI3kzE/fdUL/iirZmp =l8UY -----END PGP SIGNATURE----- --5mCyUwZo2JvN/JJP-- From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 18:25:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF6C6A06; Fri, 20 Feb 2015 18:25:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA9A133C; Fri, 20 Feb 2015 18:25:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KIPpA1010065; Fri, 20 Feb 2015 18:25:51 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KIPpwK010063; Fri, 20 Feb 2015 18:25:51 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201502201825.t1KIPpwK010063@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 20 Feb 2015 18:25:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379458 - head/devel/mdds X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 18:25:51 -0000 Author: jkim Date: Fri Feb 20 18:25:50 2015 New Revision: 379458 URL: https://svnweb.freebsd.org/changeset/ports/379458 QAT: https://qat.redports.org/buildarchive/r379458/ Log: Update to 0.12.0. Modified: head/devel/mdds/Makefile head/devel/mdds/distinfo Modified: head/devel/mdds/Makefile ============================================================================== --- head/devel/mdds/Makefile Fri Feb 20 18:16:57 2015 (r379457) +++ head/devel/mdds/Makefile Fri Feb 20 18:25:50 2015 (r379458) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mdds -PORTVERSION= 0.11.2 +PORTVERSION= 0.12.0 CATEGORIES= devel MASTER_SITES= http://kohei.us/files/mdds/src/ DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/mdds/distinfo ============================================================================== --- head/devel/mdds/distinfo Fri Feb 20 18:16:57 2015 (r379457) +++ head/devel/mdds/distinfo Fri Feb 20 18:25:50 2015 (r379458) @@ -1,2 +1,2 @@ -SHA256 (mdds_0.11.2.tar.bz2) = cd0a0dc8b35d6582efad6898546c86714eb058696ba26b0e7f8914faa002a5ab -SIZE (mdds_0.11.2.tar.bz2) = 154444 +SHA256 (mdds_0.12.0.tar.bz2) = 2a22de23ca828886625120e9d40fccd6333458a1934a13d2c982b6f9403e5981 +SIZE (mdds_0.12.0.tar.bz2) = 152285 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 18:36:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6CBED24; Fri, 20 Feb 2015 18:36:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B23C9653; Fri, 20 Feb 2015 18:36:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KIaGU6014921; Fri, 20 Feb 2015 18:36:16 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KIaGGU014920; Fri, 20 Feb 2015 18:36:16 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502201836.t1KIaGGU014920@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Fri, 20 Feb 2015 18:36:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379459 - head/games/gnake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 18:36:16 -0000 Author: jgh Date: Fri Feb 20 18:36:15 2015 New Revision: 379459 URL: https://svnweb.freebsd.org/changeset/ports/379459 QAT: https://qat.redports.org/buildarchive/r379459/ Log: - over to new maintainer Reported by: cpet (via irc) Modified: head/games/gnake/Makefile Modified: head/games/gnake/Makefile ============================================================================== --- head/games/gnake/Makefile Fri Feb 20 18:25:50 2015 (r379458) +++ head/games/gnake/Makefile Fri Feb 20 18:36:15 2015 (r379459) @@ -8,16 +8,13 @@ MASTER_SITES= http://lightless.org/files LOCAL/jgh/games/${PORTNAME}/ DISTNAME= Gnake.${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chris@bsdjunk.com COMMENT= Nibbles clone for GNU/Linux and *BSD LICENSE= GPLv2 OPTIONS_DEFINE= DOCS -DEPRECATED= upstream gone, consider games/bsdgames -EXPIRATION_DATE= 2015-03-19 - LDFLAGS+= -L${LOCALBASE}/lib -lncurses CFLAGS+= -Wall From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 19:08:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1B2D876; Fri, 20 Feb 2015 19:08:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D81E9B9; Fri, 20 Feb 2015 19:08:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KJ8DQX029718; Fri, 20 Feb 2015 19:08:13 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KJ8CI6029716; Fri, 20 Feb 2015 19:08:12 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502201908.t1KJ8CI6029716@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 20 Feb 2015 19:08:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379460 - head/games/wtf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 19:08:13 -0000 Author: pawel Date: Fri Feb 20 19:08:12 2015 New Revision: 379460 URL: https://svnweb.freebsd.org/changeset/ports/379460 QAT: https://qat.redports.org/buildarchive/r379460/ Log: Update to version 20150206 PR: 197392 Submitted by: Nikolai Lifanov (maintainer) Modified: head/games/wtf/Makefile head/games/wtf/distinfo Modified: head/games/wtf/Makefile ============================================================================== --- head/games/wtf/Makefile Fri Feb 20 18:36:15 2015 (r379459) +++ head/games/wtf/Makefile Fri Feb 20 19:08:12 2015 (r379460) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wtf -PORTVERSION= 20150129 +PORTVERSION= 20150206 CATEGORIES= games MASTER_SITES= SF/bsdwtf Modified: head/games/wtf/distinfo ============================================================================== --- head/games/wtf/distinfo Fri Feb 20 18:36:15 2015 (r379459) +++ head/games/wtf/distinfo Fri Feb 20 19:08:12 2015 (r379460) @@ -1,2 +1,2 @@ -SHA256 (wtf-20150129.tar.gz) = 60435411afe1390e7a3ac6ca371256ce7b08cee0b1646d85d80b9debe61992ac -SIZE (wtf-20150129.tar.gz) = 23159 +SHA256 (wtf-20150206.tar.gz) = bc60c96c68508f3449b74553dcb1f8a6fb61ee730899365a0a6f44ba72447785 +SIZE (wtf-20150206.tar.gz) = 23175 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 19:22:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9693AB21; Fri, 20 Feb 2015 19:22:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81F44BB8; Fri, 20 Feb 2015 19:22:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KJMI2r038467; Fri, 20 Feb 2015 19:22:18 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KJMIs1038464; Fri, 20 Feb 2015 19:22:18 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502201922.t1KJMIs1038464@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 20 Feb 2015 19:22:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379461 - head/dns/dnstop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 19:22:18 -0000 Author: pawel Date: Fri Feb 20 19:22:17 2015 New Revision: 379461 URL: https://svnweb.freebsd.org/changeset/ports/379461 QAT: https://qat.redports.org/buildarchive/r379461/ Log: Update toversion 20140915 PR: 197397 Submitted by: mark@foster.cc (maintainer) Modified: head/dns/dnstop/Makefile head/dns/dnstop/distinfo Modified: head/dns/dnstop/Makefile ============================================================================== --- head/dns/dnstop/Makefile Fri Feb 20 19:08:12 2015 (r379460) +++ head/dns/dnstop/Makefile Fri Feb 20 19:22:17 2015 (r379461) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnstop -PORTVERSION= 20121017 +PORTVERSION= 20140915 CATEGORIES= dns ipv6 MASTER_SITES= http://dns.measurement-factory.com/tools/dnstop/src/ Modified: head/dns/dnstop/distinfo ============================================================================== --- head/dns/dnstop/distinfo Fri Feb 20 19:08:12 2015 (r379460) +++ head/dns/dnstop/distinfo Fri Feb 20 19:22:17 2015 (r379461) @@ -1,2 +1,2 @@ -SHA256 (dnstop-20121017.tar.gz) = 6aed2d6037ab94244c4b802a412f902034be3448431b2118cd0e6afe1bf959f6 -SIZE (dnstop-20121017.tar.gz) = 74559 +SHA256 (dnstop-20140915.tar.gz) = b4b03d02005b16e98d923fa79957ea947e3aa6638bb267403102d12290d0c57a +SIZE (dnstop-20140915.tar.gz) = 77917 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 19:23:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5030AC29; Fri, 20 Feb 2015 19:23:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 218BCBCD; Fri, 20 Feb 2015 19:23:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KJNwH8038826; Fri, 20 Feb 2015 19:23:58 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KJNvjs038822; Fri, 20 Feb 2015 19:23:57 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201502201923.t1KJNvjs038822@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 20 Feb 2015 19:23:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379462 - in head: devel/llvm36 lang/clang36 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 19:23:58 -0000 Author: brooks Date: Fri Feb 20 19:23:56 2015 New Revision: 379462 URL: https://svnweb.freebsd.org/changeset/ports/379462 QAT: https://qat.redports.org/buildarchive/r379462/ Log: Update to rc4. Modified: head/devel/llvm36/Makefile head/devel/llvm36/distinfo head/lang/clang36/Makefile head/lang/clang36/distinfo Modified: head/devel/llvm36/Makefile ============================================================================== --- head/devel/llvm36/Makefile Fri Feb 20 19:22:17 2015 (r379461) +++ head/devel/llvm36/Makefile Fri Feb 20 19:23:56 2015 (r379462) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= llvm -DISTVERSION= 3.6.0rc3 +DISTVERSION= 3.6.0rc4 CATEGORIES= devel lang -MASTER_SITES= http://llvm.org/pre-releases/3.6.0/rc3/ +MASTER_SITES= http://llvm.org/pre-releases/3.6.0/rc4/ DISTNAME= ${PORTNAME}-${DISTVERSION}.src PKGNAMESUFFIX= ${LLVM_SUFFIX} Modified: head/devel/llvm36/distinfo ============================================================================== --- head/devel/llvm36/distinfo Fri Feb 20 19:22:17 2015 (r379461) +++ head/devel/llvm36/distinfo Fri Feb 20 19:23:56 2015 (r379462) @@ -1,2 +1,2 @@ -SHA256 (llvm-3.6.0rc3.src.tar.xz) = 2f668a92eac65c69c121a7fe0a1d3b6c02d918a715b6e85d6b693fb9c8488c11 -SIZE (llvm-3.6.0rc3.src.tar.xz) = 12742724 +SHA256 (llvm-3.6.0rc4.src.tar.xz) = eadcad7dcae1583dd69dd0d514b74542222ea6f7bb9b3c6ce306eda2351ddec4 +SIZE (llvm-3.6.0rc4.src.tar.xz) = 12748832 Modified: head/lang/clang36/Makefile ============================================================================== --- head/lang/clang36/Makefile Fri Feb 20 19:22:17 2015 (r379461) +++ head/lang/clang36/Makefile Fri Feb 20 19:23:56 2015 (r379462) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= clang -DISTVERSION= 3.6.0rc3 +DISTVERSION= 3.6.0rc4 CATEGORIES= lang devel -MASTER_SITES= http://llvm.org/pre-releases/3.6.0/rc3/ +MASTER_SITES= http://llvm.org/pre-releases/3.6.0/rc4/ PKGNAMESUFFIX= ${LLVM_SUFFIX} DISTNAME= ${CLANG_NAME} DISTFILES= ${CLANG_SOURCE} \ Modified: head/lang/clang36/distinfo ============================================================================== --- head/lang/clang36/distinfo Fri Feb 20 19:22:17 2015 (r379461) +++ head/lang/clang36/distinfo Fri Feb 20 19:23:56 2015 (r379462) @@ -1,4 +1,4 @@ -SHA256 (cfe-3.6.0rc3.src.tar.xz) = 5c202587733a2267506821f49779adf58f4fdde6d19a6892d9359584d0cb3dcd -SIZE (cfe-3.6.0rc3.src.tar.xz) = 8640656 -SHA256 (llvm-3.6.0rc3.src.tar.xz) = 2f668a92eac65c69c121a7fe0a1d3b6c02d918a715b6e85d6b693fb9c8488c11 -SIZE (llvm-3.6.0rc3.src.tar.xz) = 12742724 +SHA256 (cfe-3.6.0rc4.src.tar.xz) = a3d4fbc9e551e7205a41c66b289d153ed6bbb81cd85ea64d60e008e61de44556 +SIZE (cfe-3.6.0rc4.src.tar.xz) = 8640468 +SHA256 (llvm-3.6.0rc4.src.tar.xz) = eadcad7dcae1583dd69dd0d514b74542222ea6f7bb9b3c6ce306eda2351ddec4 +SIZE (llvm-3.6.0rc4.src.tar.xz) = 12748832 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 19:57:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8EA68B0; Fri, 20 Feb 2015 19:57:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 945A1EF9; Fri, 20 Feb 2015 19:57:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KJvo2u053800; Fri, 20 Feb 2015 19:57:50 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KJvogv053799; Fri, 20 Feb 2015 19:57:50 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201502201957.t1KJvogv053799@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Fri, 20 Feb 2015 19:57:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379463 - head/sysutils/fpart X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 19:57:50 -0000 Author: martymac Date: Fri Feb 20 19:57:49 2015 New Revision: 379463 URL: https://svnweb.freebsd.org/changeset/ports/379463 QAT: https://qat.redports.org/buildarchive/r379463/ Log: Add missing dependency to sudo Modified: head/sysutils/fpart/Makefile Modified: head/sysutils/fpart/Makefile ============================================================================== --- head/sysutils/fpart/Makefile Fri Feb 20 19:23:56 2015 (r379462) +++ head/sysutils/fpart/Makefile Fri Feb 20 19:57:49 2015 (r379463) @@ -3,6 +3,7 @@ PORTNAME= fpart PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://contribs.martymac.org/fpart/ @@ -21,7 +22,8 @@ PORTDOCS= Changelog README TODO OPTIONS_DEFINE= FPSYNC OPTIONS_DEFAULT= FPSYNC FPSYNC_DESC= Install fpsync tool -FPSYNC_RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync +FPSYNC_RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \ + sudo:${PORTSDIR}/security/sudo FPSYNC_PLIST_FILES= bin/fpsync man/man1/fpsync.1.gz post-install: From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 20:03:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1970FC03; Fri, 20 Feb 2015 20:03:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 057A2FD3; Fri, 20 Feb 2015 20:03:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KK3n84058278; Fri, 20 Feb 2015 20:03:49 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KK3nf2058277; Fri, 20 Feb 2015 20:03:49 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201502202003.t1KK3nf2058277@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Fri, 20 Feb 2015 20:03:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379464 - head/www/py-trello X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 20:03:50 -0000 Author: jgh Date: Fri Feb 20 20:03:49 2015 New Revision: 379464 URL: https://svnweb.freebsd.org/changeset/ports/379464 QAT: https://qat.redports.org/buildarchive/r379464/ Log: - update MASTER_SITE - update dependency, python version Reported by: koobs Modified: head/www/py-trello/Makefile Modified: head/www/py-trello/Makefile ============================================================================== --- head/www/py-trello/Makefile Fri Feb 20 19:57:49 2015 (r379463) +++ head/www/py-trello/Makefile Fri Feb 20 20:03:49 2015 (r379464) @@ -3,9 +3,9 @@ PORTNAME= trello PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= CHEESESHOP -MASTER_SITE_SUBDIR= /source/t/trello PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jgh@FreeBSD.org @@ -16,9 +16,9 @@ LICENSE_NAME= Fog Creek Software LICENSE_FILE= ${WRKSRC}/PKG-INFO LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0.9.1:${PORTSDIR}/www/py-requests -USES= python zip -USE_PYTHON= distutils autoplist +USES= python:-2.7 zip +USE_PYTHON= autoplist distutils .include From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 20:15:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 653C0F4C; Fri, 20 Feb 2015 20:15:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51206155; Fri, 20 Feb 2015 20:15:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KKFIRl063353; Fri, 20 Feb 2015 20:15:18 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KKFHlR063351; Fri, 20 Feb 2015 20:15:17 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201502202015.t1KKFHlR063351@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Fri, 20 Feb 2015 20:15:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379465 - head/net/x2goclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 20:15:18 -0000 Author: mi Date: Fri Feb 20 20:15:17 2015 New Revision: 379465 URL: https://svnweb.freebsd.org/changeset/ports/379465 QAT: https://qat.redports.org/buildarchive/r379465/ Log: Update from 4.0.2.1 to 4.0.3.2 released on yesterday: http://permalink.gmane.org/gmane.linux.terminal-server.x2go.announce/159 Modified: head/net/x2goclient/Makefile head/net/x2goclient/distinfo Modified: head/net/x2goclient/Makefile ============================================================================== --- head/net/x2goclient/Makefile Fri Feb 20 20:03:49 2015 (r379464) +++ head/net/x2goclient/Makefile Fri Feb 20 20:15:17 2015 (r379465) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= x2goclient -PORTVERSION= 4.0.2.1 +PORTVERSION= 4.0.3.2 CATEGORIES= net MASTER_SITES= http://code.x2go.org/releases/source/x2goclient/ Modified: head/net/x2goclient/distinfo ============================================================================== --- head/net/x2goclient/distinfo Fri Feb 20 20:03:49 2015 (r379464) +++ head/net/x2goclient/distinfo Fri Feb 20 20:15:17 2015 (r379465) @@ -1,2 +1,2 @@ -SHA256 (x2goclient-4.0.2.1.tar.gz) = 1836597aa9908573472c5ae8af4c0064ff4da33acaa0821ac27e1bfa326139dc -SIZE (x2goclient-4.0.2.1.tar.gz) = 1400640 +SHA256 (x2goclient-4.0.3.2.tar.gz) = f65a70463eae3d6d9fe6e4379f4ffacda50080a11f196d2792742f5b67fa0c6f +SIZE (x2goclient-4.0.3.2.tar.gz) = 1560536 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 20:23:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA4372F1; Fri, 20 Feb 2015 20:23:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC22D283; Fri, 20 Feb 2015 20:23:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KKN4C4067871; Fri, 20 Feb 2015 20:23:04 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KKN3aQ067868; Fri, 20 Feb 2015 20:23:03 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201502202023.t1KKN3aQ067868@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 20 Feb 2015 20:23:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379466 - head/net/libcmis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 20:23:05 -0000 Author: jkim Date: Fri Feb 20 20:23:03 2015 New Revision: 379466 URL: https://svnweb.freebsd.org/changeset/ports/379466 QAT: https://qat.redports.org/buildarchive/r379466/ Log: Update to 0.5.0. Modified: head/net/libcmis/Makefile head/net/libcmis/distinfo head/net/libcmis/pkg-plist Modified: head/net/libcmis/Makefile ============================================================================== --- head/net/libcmis/Makefile Fri Feb 20 20:15:17 2015 (r379465) +++ head/net/libcmis/Makefile Fri Feb 20 20:23:03 2015 (r379466) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libcmis -PORTVERSION= 0.4.1 -PORTREVISION= 3 +PORTVERSION= 0.5.0 CATEGORIES= net devel MASTER_SITES= SF/${PORTNAME} Modified: head/net/libcmis/distinfo ============================================================================== --- head/net/libcmis/distinfo Fri Feb 20 20:15:17 2015 (r379465) +++ head/net/libcmis/distinfo Fri Feb 20 20:23:03 2015 (r379466) @@ -1,2 +1,2 @@ -SHA256 (libcmis-0.4.1.tar.gz) = 7d52dcf2b5832d3663b18fbf40f0bdefb1e1a40cfb3cf01903301b0bf629395f -SIZE (libcmis-0.4.1.tar.gz) = 637615 +SHA256 (libcmis-0.5.0.tar.gz) = a87e02913dee3ee659db5abf6d7dafcfcd85dd4b24bf4389d8d4afe8c8dcf9b6 +SIZE (libcmis-0.5.0.tar.gz) = 738119 Modified: head/net/libcmis/pkg-plist ============================================================================== --- head/net/libcmis/pkg-plist Fri Feb 20 20:15:17 2015 (r379465) +++ head/net/libcmis/pkg-plist Fri Feb 20 20:23:03 2015 (r379466) @@ -33,11 +33,11 @@ include/libcmis-c-%%MAJVER%%/libcmis-c/t include/libcmis-c-%%MAJVER%%/libcmis-c/vectors.h lib/libcmis-%%MAJVER%%.a lib/libcmis-%%MAJVER%%.so -lib/libcmis-%%MAJVER%%.so.4 -lib/libcmis-%%MAJVER%%.so.4.0.1 +lib/libcmis-%%MAJVER%%.so.5 +lib/libcmis-%%MAJVER%%.so.5.0.0 lib/libcmis-c-%%MAJVER%%.a lib/libcmis-c-%%MAJVER%%.so -lib/libcmis-c-%%MAJVER%%.so.4 -lib/libcmis-c-%%MAJVER%%.so.4.0.1 +lib/libcmis-c-%%MAJVER%%.so.5 +lib/libcmis-c-%%MAJVER%%.so.5.0.0 libdata/pkgconfig/libcmis-%%MAJVER%%.pc libdata/pkgconfig/libcmis-c-%%MAJVER%%.pc From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 20:26:55 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E04334FE; Fri, 20 Feb 2015 20:26:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C81F42C9; Fri, 20 Feb 2015 20:26:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KKQsiW070460; Fri, 20 Feb 2015 20:26:54 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KKQOG9070193; Fri, 20 Feb 2015 20:26:24 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201502202026.t1KKQOG9070193@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Fri, 20 Feb 2015 20:26:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379468 - in head: arabic/libreoffice chinese/libreoffice-zh_CN chinese/libreoffice-zh_TW editors/libreoffice editors/libreoffice-af editors/libreoffice-am editors/libreoffice-as editor... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 20:26:55 -0000 Author: jkim Date: Fri Feb 20 20:26:23 2015 New Revision: 379468 URL: https://svnweb.freebsd.org/changeset/ports/379468 QAT: https://qat.redports.org/buildarchive/r379468/ Log: - Update to 4.3.6. - Enable GIO when GTK2 or GTK3 is enabled. [1] Submitted by: tijl [1] Added: head/editors/libreoffice/files/patch-configure.ac (contents, props changed) Modified: head/arabic/libreoffice/distinfo head/chinese/libreoffice-zh_CN/distinfo head/chinese/libreoffice-zh_TW/distinfo head/editors/libreoffice-af/distinfo head/editors/libreoffice-am/distinfo head/editors/libreoffice-as/distinfo head/editors/libreoffice-ast/distinfo head/editors/libreoffice-be/distinfo head/editors/libreoffice-bg/distinfo head/editors/libreoffice-bn/distinfo head/editors/libreoffice-bn_IN/distinfo head/editors/libreoffice-bo/distinfo head/editors/libreoffice-br/distinfo head/editors/libreoffice-brx/distinfo head/editors/libreoffice-bs/distinfo head/editors/libreoffice-ca/distinfo head/editors/libreoffice-ca_valencia/distinfo head/editors/libreoffice-cs/distinfo head/editors/libreoffice-cy/distinfo head/editors/libreoffice-da/distinfo head/editors/libreoffice-dgo/distinfo head/editors/libreoffice-dz/distinfo head/editors/libreoffice-el/distinfo head/editors/libreoffice-en_GB/distinfo head/editors/libreoffice-en_ZA/distinfo head/editors/libreoffice-eo/distinfo head/editors/libreoffice-es/distinfo head/editors/libreoffice-et/distinfo head/editors/libreoffice-eu/distinfo head/editors/libreoffice-fa/distinfo head/editors/libreoffice-fi/distinfo head/editors/libreoffice-ga/distinfo head/editors/libreoffice-gd/distinfo head/editors/libreoffice-gl/distinfo head/editors/libreoffice-gu/distinfo head/editors/libreoffice-hi/distinfo head/editors/libreoffice-hr/distinfo head/editors/libreoffice-id/distinfo head/editors/libreoffice-is/distinfo head/editors/libreoffice-it/distinfo head/editors/libreoffice-ka/distinfo head/editors/libreoffice-kk/distinfo head/editors/libreoffice-km/distinfo head/editors/libreoffice-kmr_Latn/distinfo head/editors/libreoffice-kn/distinfo head/editors/libreoffice-kok/distinfo head/editors/libreoffice-ks/distinfo head/editors/libreoffice-lb/distinfo head/editors/libreoffice-lo/distinfo head/editors/libreoffice-lt/distinfo head/editors/libreoffice-lv/distinfo head/editors/libreoffice-mai/distinfo head/editors/libreoffice-mk/distinfo head/editors/libreoffice-ml/distinfo head/editors/libreoffice-mn/distinfo head/editors/libreoffice-mni/distinfo head/editors/libreoffice-mr/distinfo head/editors/libreoffice-my/distinfo head/editors/libreoffice-nb/distinfo head/editors/libreoffice-ne/distinfo head/editors/libreoffice-nl/distinfo head/editors/libreoffice-nn/distinfo head/editors/libreoffice-nr/distinfo head/editors/libreoffice-nso/distinfo head/editors/libreoffice-oc/distinfo head/editors/libreoffice-om/distinfo head/editors/libreoffice-or/distinfo head/editors/libreoffice-pa_IN/distinfo head/editors/libreoffice-ro/distinfo head/editors/libreoffice-rw/distinfo head/editors/libreoffice-sa_IN/distinfo head/editors/libreoffice-sat/distinfo head/editors/libreoffice-sd/distinfo head/editors/libreoffice-si/distinfo head/editors/libreoffice-sid/distinfo head/editors/libreoffice-sk/distinfo head/editors/libreoffice-sl/distinfo head/editors/libreoffice-sq/distinfo head/editors/libreoffice-sr/distinfo head/editors/libreoffice-sr_Latn/distinfo head/editors/libreoffice-ss/distinfo head/editors/libreoffice-st/distinfo head/editors/libreoffice-sv/distinfo head/editors/libreoffice-sw_TZ/distinfo head/editors/libreoffice-ta/distinfo head/editors/libreoffice-te/distinfo head/editors/libreoffice-tg/distinfo head/editors/libreoffice-th/distinfo head/editors/libreoffice-tn/distinfo head/editors/libreoffice-tr/distinfo head/editors/libreoffice-ts/distinfo head/editors/libreoffice-tt/distinfo head/editors/libreoffice-ug/distinfo head/editors/libreoffice-uz/distinfo head/editors/libreoffice-ve/distinfo head/editors/libreoffice-xh/distinfo head/editors/libreoffice-zu/distinfo head/editors/libreoffice/Makefile head/editors/libreoffice/Makefile.common head/editors/libreoffice/distinfo head/french/libreoffice/distinfo head/german/libreoffice/distinfo head/hebrew/libreoffice/distinfo head/hungarian/libreoffice/distinfo head/japanese/libreoffice/distinfo head/korean/libreoffice/distinfo head/polish/libreoffice/distinfo head/portuguese/libreoffice-pt_BR/distinfo head/portuguese/libreoffice/distinfo head/russian/libreoffice/distinfo head/ukrainian/libreoffice/distinfo head/vietnamese/libreoffice/distinfo Modified: head/arabic/libreoffice/distinfo ============================================================================== --- head/arabic/libreoffice/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/arabic/libreoffice/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ar.tar.gz) = bda89f81914a5c716920fd3d3cf542dcbae32aff307fb1b2ed066f1f66f5924a -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ar.tar.gz) = 2272646 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ar.tar.gz) = 6154642b43843625dd8f4ea6e25547df89eeafd5053da2f6a68977b660fbf130 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ar.tar.gz) = 2275525 Modified: head/chinese/libreoffice-zh_CN/distinfo ============================================================================== --- head/chinese/libreoffice-zh_CN/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/chinese/libreoffice-zh_CN/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_zh-CN.tar.gz) = 9bb4c77951bf451c325526d7a02de27fbf50d00137a9ea2ebdd271700257f10c -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_zh-CN.tar.gz) = 575508 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_zh-CN.tar.gz) = 604ad0bf750789e426f8f317072895973d5b72da31199dfac6b29277e702e81f -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_zh-CN.tar.gz) = 10566999 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_zh-CN.tar.gz) = 855e861fc64713f579783e2ffe07e1712648d06d46eda2d88ab87790d8f8328a +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_zh-CN.tar.gz) = 577682 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_zh-CN.tar.gz) = 04a62cc41d8425593c06f0d179985a3254ece80ab13f488b3f3ebedc80d89bb9 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_zh-CN.tar.gz) = 10568545 Modified: head/chinese/libreoffice-zh_TW/distinfo ============================================================================== --- head/chinese/libreoffice-zh_TW/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/chinese/libreoffice-zh_TW/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_zh-TW.tar.gz) = f22474c0b9347826a228bc9e1c3094f09a14a524780317ebbeffea8565055d7c -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_zh-TW.tar.gz) = 571237 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_zh-TW.tar.gz) = 2c6c10f7f5ae04ee46eb3f887c308fbb383381ae53d963f9fffb12f46df0208c -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_zh-TW.tar.gz) = 10643655 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_zh-TW.tar.gz) = 5767586daba5f795e97bf2226f71ffce4c47c35622ded5449084948396c0a2e5 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_zh-TW.tar.gz) = 573487 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_zh-TW.tar.gz) = ea7137eaa31ba4ee4519639ece13845fd1b0da17a2eec5c9b53bd8ae543fa33c +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_zh-TW.tar.gz) = 10645939 Modified: head/editors/libreoffice-af/distinfo ============================================================================== --- head/editors/libreoffice-af/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-af/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_af.tar.gz) = 1fbe3d63b5e8f962c5e5b2e075a6f18546cdc9d1c25f1f5493171c1a9c0a16d1 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_af.tar.gz) = 1130775 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_af.tar.gz) = f453173a1cee288355bb5208457eb35c2f62bb6ca8b5f258f7b36e0c718eb92f +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_af.tar.gz) = 1132784 Modified: head/editors/libreoffice-am/distinfo ============================================================================== --- head/editors/libreoffice-am/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-am/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_am.tar.gz) = a2a6ef7ea2b35f6b27e1caf9c988aab995e07ad94cf9d0ad702fbf4c590a4eee -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_am.tar.gz) = 534437 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_am.tar.gz) = a636f8ec4741133d154807cd133f676366894fbdf3b6866a804ad5b65f4f6bda -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_am.tar.gz) = 7066192 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_am.tar.gz) = 2f6d89c1bdd53ae8cacaf6f1bf29c37daf2bd606ad15d775ed7a49b0dd5ad85b +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_am.tar.gz) = 536720 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_am.tar.gz) = d4c4f9fc5dee33a0101b29db268b8a4dda981584118d600368801667d62a863e +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_am.tar.gz) = 7067959 Modified: head/editors/libreoffice-as/distinfo ============================================================================== --- head/editors/libreoffice-as/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-as/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_as.tar.gz) = ae8ea3c9c8254516f6f1374374f43adb9aec1ab95d666452bdee8f5afe552edc -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_as.tar.gz) = 568820 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_as.tar.gz) = 2affb4a6839b33075a4a82a83d1f120a73a4ec89bcb7bc4dde4a58487b395a88 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_as.tar.gz) = 571005 Modified: head/editors/libreoffice-ast/distinfo ============================================================================== --- head/editors/libreoffice-ast/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-ast/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ast.tar.gz) = d529d3a83c7702f4981e267f61e446faa78f65281fc11a4a606d8c810637410f -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ast.tar.gz) = 518966 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_ast.tar.gz) = f093e3b7b0e465963dcb2b4025f09f78aa4e534e63d0eb4aeec75454aed558da -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_ast.tar.gz) = 7949759 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ast.tar.gz) = 87a1ed979a77cf274b649a1d6fc634f8f82d7fef01fb88992c5781e8e64ac584 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ast.tar.gz) = 521400 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_ast.tar.gz) = 95106333237bd98ab8d089a3fbd0184928d5c4c95de107a08b108b6aa383d48a +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_ast.tar.gz) = 7950857 Modified: head/editors/libreoffice-be/distinfo ============================================================================== --- head/editors/libreoffice-be/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-be/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_be.tar.gz) = 43203d91caff5865bd31882bab81fbadf52713ad722da1ecfd1b3d820c63ccf4 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_be.tar.gz) = 903450 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_be.tar.gz) = 680870f344d3760141bd542a22019b875844b7595137e5006b38179902730156 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_be.tar.gz) = 905418 Modified: head/editors/libreoffice-bg/distinfo ============================================================================== --- head/editors/libreoffice-bg/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-bg/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_bg.tar.gz) = 58653a3d0334ced38f46513aebab956469c3f42011ca36959ab3c18ca035cbbe -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_bg.tar.gz) = 1985285 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_bg.tar.gz) = 134e89d1ce8680760b3c86237c04d1c4e1932c758150cd5852ab118b4a579966 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_bg.tar.gz) = 8192141 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_bg.tar.gz) = 6a18949a3b6de0a8f874a76849b47017663d37321da88f4ae371e5a9b0d10571 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_bg.tar.gz) = 1988225 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_bg.tar.gz) = f3a0b1b0956925290a83e054c4aedc5c119e71b9708a4e63204c255b76ae3b8d +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_bg.tar.gz) = 8193151 Modified: head/editors/libreoffice-bn/distinfo ============================================================================== --- head/editors/libreoffice-bn/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-bn/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_bn.tar.gz) = 5dc5e8362696ae15df380516c1e01379d84f44ea0e0a20fbce8a3efb41b915f0 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_bn.tar.gz) = 921498 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_bn.tar.gz) = e30859138880347e57be433634e1f37a0eb073b4bd0f764726275980572ca497 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_bn.tar.gz) = 9766153 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_bn.tar.gz) = c3b0e05116c775a4aa74906999efec07d2e3480754bd31bf87d992a728a13206 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_bn.tar.gz) = 923322 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_bn.tar.gz) = 8c3b76dc653eb482fbe7fe5b4ab7c3315d4efc2d89b268de937db6ee13fc0b05 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_bn.tar.gz) = 9767218 Modified: head/editors/libreoffice-bn_IN/distinfo ============================================================================== --- head/editors/libreoffice-bn_IN/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-bn_IN/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_bn-IN.tar.gz) = 325f6bdca4729739fae3ccdc06987719e6963d818404b220075988af5bfaf207 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_bn-IN.tar.gz) = 564023 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_bn-IN.tar.gz) = 9ad9d97dbbe4b7f4056726852af720adb09151a2dfb9f7a9cb714c7332245bb2 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_bn-IN.tar.gz) = 9765874 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_bn-IN.tar.gz) = bca7e15a7804c390a9539f659b554da1e6c0fc02602ddb8d6411ebb63eed366a +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_bn-IN.tar.gz) = 572674 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_bn-IN.tar.gz) = 8195f14a3bf6010ef842fd15d523632c62423f4264d830dd74b04442b35a32a1 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_bn-IN.tar.gz) = 9767076 Modified: head/editors/libreoffice-bo/distinfo ============================================================================== --- head/editors/libreoffice-bo/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-bo/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_bo.tar.gz) = 1d73c7b0f329969df227300d2bcd2a5a27d6889e035d69a2e31a619225e3fd12 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_bo.tar.gz) = 556486 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_bo.tar.gz) = 6961aa04a45530fe640885f68ee223e438f07f862abb2b2499699e5b46dd10cb -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_bo.tar.gz) = 9431882 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_bo.tar.gz) = 7c9e8fedfcc16500ea1601325f4f9d1a356247a202616ba3b8120b9da6c2f300 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_bo.tar.gz) = 558776 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_bo.tar.gz) = fbbf179b5735e3fbd293c9a729c821766160039205b979fd6b0e4f186a73526f +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_bo.tar.gz) = 9432283 Modified: head/editors/libreoffice-br/distinfo ============================================================================== --- head/editors/libreoffice-br/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-br/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_br.tar.gz) = a1315efcf054c6e9215e6e6331b062946a763bb1ee918c8beb38b11e1758649f -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_br.tar.gz) = 1732068 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_br.tar.gz) = 56df16acec45c7dafc09f5cf5f012190e42d5745b85f5fd521a719e7ef88970a +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_br.tar.gz) = 1734269 Modified: head/editors/libreoffice-brx/distinfo ============================================================================== --- head/editors/libreoffice-brx/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-brx/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_brx.tar.gz) = f26792e1c06d8c4b963f02d9da02baee31c2fd3ed22d4bde8c18e23b1a81e805 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_brx.tar.gz) = 535353 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_brx.tar.gz) = e580473f381f6c7b49e944eb7c157d67c6e0c02c68c69e0dde98b3ca1a034b06 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_brx.tar.gz) = 537409 Modified: head/editors/libreoffice-bs/distinfo ============================================================================== --- head/editors/libreoffice-bs/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-bs/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_bs.tar.gz) = ade58f43cd018fd292cdaf76083227a18ce1a974656affad766b10239dfa92c3 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_bs.tar.gz) = 631997 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_bs.tar.gz) = 3e853dff4ce219e0bffa2264051580f84ac4501ac676a252332cddf19601b947 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_bs.tar.gz) = 7043867 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_bs.tar.gz) = 19f22367818cb6383b28beb1bec887f195051097f6fed902022225ef97a9fe40 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_bs.tar.gz) = 633916 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_bs.tar.gz) = 1cd9890f96dfb7990e6a46b1eef8eb4205089ca0d8c934d7d8a3fcea159bd613 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_bs.tar.gz) = 7044873 Modified: head/editors/libreoffice-ca/distinfo ============================================================================== --- head/editors/libreoffice-ca/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-ca/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ca.tar.gz) = 3328a3f56f552952ae68f192838781a6456c2d301cfa708be78508dda77c0203 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ca.tar.gz) = 1546212 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_ca.tar.gz) = 2bff2986d1414c2fd90cd0e482a737394f19c045e6caf4ec84c47a87599b2e62 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_ca.tar.gz) = 7823299 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ca.tar.gz) = c999a879b1160797ccbad991d08c788d125cc9a2a1b67441a3c5426d5261f480 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ca.tar.gz) = 1546800 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_ca.tar.gz) = 2df716537a062e295f0eb0760e5e03e0758979d95e23c70e87f24e9059463fc9 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_ca.tar.gz) = 7825969 Modified: head/editors/libreoffice-ca_valencia/distinfo ============================================================================== --- head/editors/libreoffice-ca_valencia/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-ca_valencia/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ca-valencia.tar.gz) = b08ffc091e88752b88198c2b9f69e51ab5b5cd9cf36ac44ef3b83b1085813dcd -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 1542186 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 8ddec826755edff54c1631d197bd9928bb2cc97131873a45076b440718fd0c29 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 7820732 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 1119a851aec4c72c680ef22bd21c8450388065975cbc64dff2d8bf08acf54101 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ca-valencia.tar.gz) = 1543146 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_ca-valencia.tar.gz) = b52009c63cc51af23d65b875ec74b098492bccf4d5a0b27713df3986bd80f83a +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_ca-valencia.tar.gz) = 7822190 Modified: head/editors/libreoffice-cs/distinfo ============================================================================== --- head/editors/libreoffice-cs/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-cs/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_cs.tar.gz) = 4a62f0d10dde382b43d2f0d6df95cd9a0dddd4727c732bd19dd4e7a7e305b788 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_cs.tar.gz) = 2058116 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_cs.tar.gz) = 1e343c0ce7399f4ade228303aa668addb0125dede26d3523061851e564afff6e -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_cs.tar.gz) = 7450217 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_cs.tar.gz) = c612ccd02af309c8733a0e87fed841fe50307c7b5f3908d93b0abdb4de21d845 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_cs.tar.gz) = 2060338 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_cs.tar.gz) = 3530fd6e0e65c33b46a3e57df23b9d05ca599e4338dde0fc60c9f94ddb5a8d11 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_cs.tar.gz) = 7452398 Modified: head/editors/libreoffice-cy/distinfo ============================================================================== --- head/editors/libreoffice-cy/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-cy/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_cy.tar.gz) = 838a2854cf53c5d18ee68c55111d49c28ac410f96f677aa7b48f0dddc7d9cbcd -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_cy.tar.gz) = 497100 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_cy.tar.gz) = a7cf58ea6a00659d2e044857049d353face08ce8d4964e3d25c4d26a1c29f64f +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_cy.tar.gz) = 499003 Modified: head/editors/libreoffice-da/distinfo ============================================================================== --- head/editors/libreoffice-da/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-da/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_da.tar.gz) = ae12490ad285ffad649da279276268df477eafdd795a52f1e28a64846582bd29 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_da.tar.gz) = 2408238 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_da.tar.gz) = 1024679fe31aa0d816d08c910220b90cac8f593700e6a44e232cd9d067b024a0 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_da.tar.gz) = 7455468 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_da.tar.gz) = 2a81a7a09e5d4e719908d665891eda0d68af5d0655d89d2275d3e7a4bf0e0e5b +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_da.tar.gz) = 2410176 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_da.tar.gz) = 54419c0c9cbdf093170ba4ea281a37bbd8260e63cf798a4f62bb21e45bbf29e6 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_da.tar.gz) = 7457194 Modified: head/editors/libreoffice-dgo/distinfo ============================================================================== --- head/editors/libreoffice-dgo/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-dgo/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_dgo.tar.gz) = db8517aab62505660fd3b81a4cc848a830d1b2c4427dbbde5041b6d586639d9d -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_dgo.tar.gz) = 568412 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_dgo.tar.gz) = ad4c53f1d12b6db52e11eab4b4dda8da5cac1fe2772823dbfdc81bd4021d5772 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_dgo.tar.gz) = 571289 Modified: head/editors/libreoffice-dz/distinfo ============================================================================== --- head/editors/libreoffice-dz/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-dz/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_dz.tar.gz) = 7062848a60f532c515124151e3eee79a45f0161bd077577251669dd2507d1022 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_dz.tar.gz) = 563705 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_dz.tar.gz) = 29b4441aca8eb3cebcf679c0cea86811dc4b83b7a38536910b88381c024f6600 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_dz.tar.gz) = 10348633 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_dz.tar.gz) = 485e796af52c3bafba37c77873c188204c7a7de2524b6df073b3d903c28dc050 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_dz.tar.gz) = 565585 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_dz.tar.gz) = 4df9ae36435cd8eb4027103faba498d01de888ecf246b5d97f85686e1b8b2732 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_dz.tar.gz) = 10350552 Modified: head/editors/libreoffice-el/distinfo ============================================================================== --- head/editors/libreoffice-el/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-el/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_el.tar.gz) = f1e8d551066e64f501b18876a2e1045c7e3c3cf2d72e5365088f068fa652a630 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_el.tar.gz) = 2106394 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_el.tar.gz) = ccd9feb8248413503ed70bbf0757a798773e16bc60767f130571a6720318d12e -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_el.tar.gz) = 8826883 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_el.tar.gz) = d601c993420382e9693e0d613541a8dc1becfb0a600f43b8992a36bc87c744cc +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_el.tar.gz) = 2108627 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_el.tar.gz) = 25943edbd77b45f78ebbf8eb6ce0dabab517652b41449b21305621963d7a8077 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_el.tar.gz) = 8828123 Modified: head/editors/libreoffice-en_GB/distinfo ============================================================================== --- head/editors/libreoffice-en_GB/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-en_GB/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_en-GB.tar.gz) = 4cbcb613181f7173007b2adf1369c35ca53cb74af03ec4ab66be12cab36c51a1 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_en-GB.tar.gz) = 7136462 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_en-GB.tar.gz) = 46369307508cce7ad6d6454c4bb07b537b19bde383fa318b98c9a5920505cc4d -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_en-GB.tar.gz) = 6341891 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_en-GB.tar.gz) = 1bf31e58cfa7f10fd952cd2f0ec741c8bb66a4d6577d5c5dd5798d8f3b4daa26 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_en-GB.tar.gz) = 7138873 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_en-GB.tar.gz) = 278c152dbfb1113c5288a5f3d2c44034c12fbc2d6da1898340bb0ba0297507da +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_en-GB.tar.gz) = 6343245 Modified: head/editors/libreoffice-en_ZA/distinfo ============================================================================== --- head/editors/libreoffice-en_ZA/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-en_ZA/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_en-ZA.tar.gz) = 5ec6baf77d5d6ba546e934f8e1a85f73cceba12d248bf215c705cae15304c791 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_en-ZA.tar.gz) = 7055120 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_en-ZA.tar.gz) = db5df77c215eb6fa63819b71245e9f3cb75405954408708bd2e97b351e313ab2 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_en-ZA.tar.gz) = 6323848 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_en-ZA.tar.gz) = 0a3f377a9637ca9026d66471ebabd6bd0dfca907f49d3b9354f635638b4c112a +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_en-ZA.tar.gz) = 7057135 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_en-ZA.tar.gz) = 0e9582aa1d0c3067af6a6ac7b715db25e7147ecf7f790dc61600ffc118989f72 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_en-ZA.tar.gz) = 6325302 Modified: head/editors/libreoffice-eo/distinfo ============================================================================== --- head/editors/libreoffice-eo/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-eo/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_eo.tar.gz) = 797320bc710f879a4a909a2703c7f1632239c740c352c3c16035ea25cffd475f -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_eo.tar.gz) = 494271 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_eo.tar.gz) = 31367fb1d647dac0963a06b81ef7f2ec95c4c585c8720b60edc3667fc08eabee -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_eo.tar.gz) = 6866305 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_eo.tar.gz) = fea22ab3f455c5893f965138642cbcaa90d032acec5b5b84b007425b53cdd6ec +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_eo.tar.gz) = 496296 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_eo.tar.gz) = a11f16a2d7bdc5e4aad4a1712285557ca7e68ceb615729665298e770bd7acf59 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_eo.tar.gz) = 6867449 Modified: head/editors/libreoffice-es/distinfo ============================================================================== --- head/editors/libreoffice-es/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-es/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_es.tar.gz) = f056ef65472ab451f66c57c368c108d6a5a1ac16499deb5ec898b9ccdb61cc63 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_es.tar.gz) = 1970263 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_es.tar.gz) = 83c418c904d635d1dabc84f03571ef6980aae83d53adaead18f802d28ef7bb2c -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_es.tar.gz) = 7859147 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_es.tar.gz) = 9be3127f94a2d4ed953b27cbb7f369565f5c278afde472101c1608016432dc7b +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_es.tar.gz) = 1972298 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_es.tar.gz) = e3a093e55b9e52106af78432b62d58ed19e0e041202cf677cc81fd1d6da1ba35 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_es.tar.gz) = 7860508 Modified: head/editors/libreoffice-et/distinfo ============================================================================== --- head/editors/libreoffice-et/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-et/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_et.tar.gz) = 010f67034cf62b62260a44897096fcc6163d1bca2806b509035710b0894e05cc -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_et.tar.gz) = 1408953 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_et.tar.gz) = 4fdb356c9f14e40395e622dacf235ee489b484c80ed1df85c9f5bc2099b105b3 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_et.tar.gz) = 7382189 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_et.tar.gz) = bd98c6eb211a38628dc3e49b0f10524bd33125061ef35e51206d11df8277c2d7 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_et.tar.gz) = 1410178 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_et.tar.gz) = a5a909e212ac89c3fdac67dbc09550f1962cadb3bdd59f79e2c6c4147dd2ada9 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_et.tar.gz) = 7384142 Modified: head/editors/libreoffice-eu/distinfo ============================================================================== --- head/editors/libreoffice-eu/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-eu/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_eu.tar.gz) = af76c8aa7558e732b4e25c5f5d32f26cf1f81d3e4eaa9bb0e63e01f2b0ce5a74 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_eu.tar.gz) = 502150 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_eu.tar.gz) = 26f04b53b54aea6f347c8e7d1c36c3152bbc4dbe5824be9f6b73692b02a4633a -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_eu.tar.gz) = 7506909 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_eu.tar.gz) = 3b48a26d4f7e1bc8f394d91d95ed86e255e67203dcc5a522b4f8f6c97c04ba1f +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_eu.tar.gz) = 504275 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_eu.tar.gz) = 6666ebdd302479b11f36a5c6d52a79a4ff105a3d26f48875afde941985d10351 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_eu.tar.gz) = 7508647 Modified: head/editors/libreoffice-fa/distinfo ============================================================================== --- head/editors/libreoffice-fa/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-fa/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_fa.tar.gz) = 312579b24af8e507acd3b1f5bb8e6d3abfbc5815bdbbb980d338478878defce5 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_fa.tar.gz) = 529951 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_fa.tar.gz) = 827b40eddd713a867c47b0f95d1bf88a89dd1f34348248b1cce493b2d46f2e2c +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_fa.tar.gz) = 532032 Modified: head/editors/libreoffice-fi/distinfo ============================================================================== --- head/editors/libreoffice-fi/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-fi/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_fi.tar.gz) = e8c4570c60037a6882b1cb0712264284fd243313f8252ee754429b7fcb449c8c -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_fi.tar.gz) = 510812 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_fi.tar.gz) = 11ed63dc66ab567e6a17503081986c7df911601985532525a6ac72327c246203 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_fi.tar.gz) = 7622381 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_fi.tar.gz) = 657df9d7afa231a86c93805062eb69f705165dcba4108dff0d06fbd36ea5c002 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_fi.tar.gz) = 513235 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_fi.tar.gz) = 5cc6a0c55ec3bcbe4c39214759b2247349b8f32736e0ae6efab8d576c1ce948f +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_fi.tar.gz) = 7623015 Modified: head/editors/libreoffice-ga/distinfo ============================================================================== --- head/editors/libreoffice-ga/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-ga/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ga.tar.gz) = fb0d73586b356dde2c2567d05ba76bc5a26e011557c8b94c9f187f23ffe17fdf -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ga.tar.gz) = 518960 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ga.tar.gz) = 112f194638afb0b710059943577612a029873e25509038f689abc8a696c5b9b4 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ga.tar.gz) = 520886 Modified: head/editors/libreoffice-gd/distinfo ============================================================================== --- head/editors/libreoffice-gd/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-gd/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_gd.tar.gz) = 2a7bc5a440d83bb6d68acff0046db04e6e73c84a8ac800aedc23ca902f891aca -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_gd.tar.gz) = 1098925 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_gd.tar.gz) = 896ca6af0a5ded6add2ae9384641b5f4f35c2cad20b6c62c028721338a24e9af +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_gd.tar.gz) = 1100741 Modified: head/editors/libreoffice-gl/distinfo ============================================================================== --- head/editors/libreoffice-gl/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-gl/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_gl.tar.gz) = 42af02f65db86019c2292b21e816daabd88646e26aa010f7462ddb24075da836 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_gl.tar.gz) = 1070395 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_gl.tar.gz) = b1aaedbc5ea276ceb3d5c3f522138c17925ef1fe1f595ad5fc0a00bc4345d8ce -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_gl.tar.gz) = 7571517 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_gl.tar.gz) = 6afb1d52e4d25bfed3a64da5e7f3af32f6c82c092fbfd10d64e2d561998b8f01 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_gl.tar.gz) = 1072465 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_gl.tar.gz) = b0fe04cb1783a59fd4dc42fe623b037fb75700149ff6d66ff6e3442251ef18b8 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_gl.tar.gz) = 7557009 Modified: head/editors/libreoffice-gu/distinfo ============================================================================== --- head/editors/libreoffice-gu/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-gu/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_gu.tar.gz) = 578de7725823c5b0d1402b4dca4f954c4dc09d9cbb417d5be450c4852f39a786 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_gu.tar.gz) = 1207433 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_gu.tar.gz) = 4f7c0700b844da7bf7633accd1ff1752472ec223b013216afaae0b39389b422d -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_gu.tar.gz) = 6546431 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_gu.tar.gz) = 7bbd717107bbc1b6f80407687fe2533ec0a6cd5beaec4a7ef218792e004085dd +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_gu.tar.gz) = 1209738 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_gu.tar.gz) = 1974f4507c3de17a0f5d4ccbc6501ba812783d91fb060041cff89bb11439ea28 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_gu.tar.gz) = 6547616 Modified: head/editors/libreoffice-hi/distinfo ============================================================================== --- head/editors/libreoffice-hi/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-hi/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_hi.tar.gz) = 20b9fb03a12b6423eb05059013c5b833f50919a130208c07e2967d2cb444a27b -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_hi.tar.gz) = 631723 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_hi.tar.gz) = bd1b1272df76151025bd47d37c0a18513ba92856e9d9149779fc8739a53b3e6e -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_hi.tar.gz) = 7237837 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_hi.tar.gz) = 980121e13349d99d98b430c9ff1c34937a70e2ae116574b13e4aba4a8d2c18fe +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_hi.tar.gz) = 633794 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_hi.tar.gz) = 136b2f2f5233cfef56bac2b3ad0ffd3e48f768fba8cd0ae09f7abccdb027b33f +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_hi.tar.gz) = 7239313 Modified: head/editors/libreoffice-hr/distinfo ============================================================================== --- head/editors/libreoffice-hr/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-hr/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_hr.tar.gz) = 1a6ed48070a04570d229818ad3c9458aae8fba6a972eec0a270395b5fca95c5c -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_hr.tar.gz) = 1273226 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_hr.tar.gz) = ba86fa4277777aebd36c7c6dc55211b8cfb2a456965dfd6fea179ffe44961cc6 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_hr.tar.gz) = 6717612 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_hr.tar.gz) = d806588924dee56e1418738e44f483879ab27a92d8d009b2f232e9d0d861e7d9 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_hr.tar.gz) = 1275304 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_hr.tar.gz) = dcd57bf238cb504127c5111acf9e3b679e922d7febbd2929b0f68cdcb1b816ff +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_hr.tar.gz) = 6718839 Modified: head/editors/libreoffice-id/distinfo ============================================================================== --- head/editors/libreoffice-id/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-id/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_id.tar.gz) = 49cd05b017f97496e41b349b6341c865769a5f5e2730b2756703bdd8e3f14340 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_id.tar.gz) = 492851 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_id.tar.gz) = 034ad91d757acbb61471c1528ea25d09f2817c40a5882eb5e61a47c8cf7e90c5 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_id.tar.gz) = 6706363 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_id.tar.gz) = 7e6ee83dbef23e6900e68bd9bf6d694b604c9aa7168eba1949d6cd28f4c577fe +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_id.tar.gz) = 495214 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_id.tar.gz) = 521e958a862f80a58f98b08ac42b9318da9400d72148d47e843bc9050c7837c9 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_id.tar.gz) = 6708150 Modified: head/editors/libreoffice-is/distinfo ============================================================================== --- head/editors/libreoffice-is/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-is/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_is.tar.gz) = 97f3e88bc1a510f042fa458f9852511c33bed084ca661da3423d432075a5e3b6 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_is.tar.gz) = 1211612 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_is.tar.gz) = 57fc863b8429f9508b291640c0f9c57c4e8ef685c34f5a3574d484ee7f6b4940 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_is.tar.gz) = 6762085 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_is.tar.gz) = cba7080f62b58b5c0c184a93ccd9311d7506d0a64980cd9da6383f9ad95a97c3 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_is.tar.gz) = 1213309 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_is.tar.gz) = 20b95c86787f6c1f64c0bdb9c8e56404ccb9c82b099d41beba45b1e932d8d92d +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_is.tar.gz) = 6763190 Modified: head/editors/libreoffice-it/distinfo ============================================================================== --- head/editors/libreoffice-it/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-it/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_it.tar.gz) = 359377157c628ebff7a506c22dca6eb646e235e321dd8e0aefaeee1e4cdca1ca -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_it.tar.gz) = 1835595 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_it.tar.gz) = 4bd9b3efbb669b1976673bfdfaceaf14df22ac8e7626d3a061542179b4992589 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_it.tar.gz) = 7800134 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_it.tar.gz) = a3ef30b04401cda32c108a99e52c802b3a66ba29e306f1e198b9c54fbf029e6e +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_it.tar.gz) = 1837602 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_it.tar.gz) = e831148dd2901163b682dd83f7941247d514c0d93356bb6916c9f11cf3f2f91b +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_it.tar.gz) = 7801372 Modified: head/editors/libreoffice-ka/distinfo ============================================================================== --- head/editors/libreoffice-ka/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-ka/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ka.tar.gz) = 26e00779c67c25c684f5bd8a185e1b54fff37b2ee9dc4e78a78a2a00da69151b -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ka.tar.gz) = 543452 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_ka.tar.gz) = 730651a88ae9674635631d7345ea6537b7c9e085f34c2ebbb76765f882839e9c -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_ka.tar.gz) = 7019963 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ka.tar.gz) = 2e95dcd82d4d267850f0c6eaffc8a42193e4d943520a43be6df356535b0ae3e4 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ka.tar.gz) = 545733 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_ka.tar.gz) = 344a86dbba9e6c36d2b03e49ce6d9ac049c7eda28c0ee99f00fee34de681ac06 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_ka.tar.gz) = 7021556 Modified: head/editors/libreoffice-kk/distinfo ============================================================================== --- head/editors/libreoffice-kk/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-kk/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_kk.tar.gz) = b1059a85a55442df2ac111400922cbca21a31aa9804e80dc0047e26d18304965 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_kk.tar.gz) = 551120 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_kk.tar.gz) = 31a95ef7f9b4ad9bf5f00708d6c65af3f4d6d2cd5dcccd330fc05de7129111eb +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_kk.tar.gz) = 553132 Modified: head/editors/libreoffice-km/distinfo ============================================================================== --- head/editors/libreoffice-km/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-km/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_km.tar.gz) = fcfd12ba5aab0a724d3d59649780f2851ba7e44a791451f86222bd2cd7af8c10 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_km.tar.gz) = 654324 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_km.tar.gz) = 4b5a7a6f6f885a451c054d2042b754195dbbc30b2af37c7b40f57f017a4df302 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_km.tar.gz) = 10249072 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_km.tar.gz) = b1b82d3545fda310cf518a12eb36f38f05abbb1f34612fb2918d66f2fac5f87a +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_km.tar.gz) = 657148 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_km.tar.gz) = 4108a07774bf20be2840d9cd2df6decb88d1c6cededbb34250ca4a471bb6659e +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_km.tar.gz) = 10250279 Modified: head/editors/libreoffice-kmr_Latn/distinfo ============================================================================== --- head/editors/libreoffice-kmr_Latn/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-kmr_Latn/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = 44f511b05ba8ee7d64fa7af3e8c400851ea7d97888a8aac6808cd237780c83d7 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = 515308 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = 77fe085e37407b68e5558ef54168657b73c751baf63268a677ab648bc7000f72 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_kmr-Latn.tar.gz) = 517428 Modified: head/editors/libreoffice-kn/distinfo ============================================================================== --- head/editors/libreoffice-kn/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-kn/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_kn.tar.gz) = 874e91fd064ceb4603eeebde126a8fb664b45d63157d9bb792170221527aaeaf -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_kn.tar.gz) = 578855 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_kn.tar.gz) = fe8a62b2b8b509f2a1713d766f030e2d5b574eda2b48431d0b3a01e589de2088 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_kn.tar.gz) = 562024 Modified: head/editors/libreoffice-kok/distinfo ============================================================================== --- head/editors/libreoffice-kok/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-kok/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_kok.tar.gz) = 55c92d65cfdd73aa52ec75ba23da1acf744e5ea73fb14e19320ec36e21f17892 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_kok.tar.gz) = 560320 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_kok.tar.gz) = 1a9f4a3ca9fd8452e30254c302e81dc4ac9c325b6c34fd1c505495025cce0024 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_kok.tar.gz) = 562240 Modified: head/editors/libreoffice-ks/distinfo ============================================================================== --- head/editors/libreoffice-ks/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-ks/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ks.tar.gz) = 4320a54570305bbbfba4b079b03926a563286d7aa45cce2059aad537c4bbc246 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ks.tar.gz) = 537244 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ks.tar.gz) = 1f5a3de73022cf9a436dfeb482ad4007d91624e56d90bd693a68c7ebc369d1ff +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ks.tar.gz) = 539222 Modified: head/editors/libreoffice-lb/distinfo ============================================================================== --- head/editors/libreoffice-lb/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-lb/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_lb.tar.gz) = d6841f7b3a3a344df850564a1b2801f2ac079aeb1664a82d55687aee65ce64f1 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_lb.tar.gz) = 486500 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_lb.tar.gz) = 6b5d0d25eace7dec22b932053abf422dd23ec75032f950518274e6511348903b +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_lb.tar.gz) = 488469 Modified: head/editors/libreoffice-lo/distinfo ============================================================================== --- head/editors/libreoffice-lo/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-lo/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_lo.tar.gz) = 95278ff7703788c49938467d54066efb1cf97dc96da752afe8406589ee3d1b71 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_lo.tar.gz) = 577491 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_lo.tar.gz) = 70ff5521956f818aa8120ea3c29e3188c5a4d58e890862920e7c64b497035755 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_lo.tar.gz) = 579540 Modified: head/editors/libreoffice-lt/distinfo ============================================================================== --- head/editors/libreoffice-lt/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-lt/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_lt.tar.gz) = 3ba4be1ede80582b1c2848514b620132ae277c40f33347e069293741b36209c3 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_lt.tar.gz) = 852495 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_lt.tar.gz) = bc87c59e4e244b72692a3b3da218f41f368c3e69399f94f03a536d6bfe461281 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_lt.tar.gz) = 854749 Modified: head/editors/libreoffice-lv/distinfo ============================================================================== --- head/editors/libreoffice-lv/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-lv/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_lv.tar.gz) = dbfae958272d9dd11b9d7126e0d35ffa0710175778a1889ad8d1970625ccf8be -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_lv.tar.gz) = 1264990 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_lv.tar.gz) = b444cc91a73cd02e1b1f66b60d8e6b6898efe547baac0b1476ab0c488878ac31 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_lv.tar.gz) = 1267614 Modified: head/editors/libreoffice-mai/distinfo ============================================================================== --- head/editors/libreoffice-mai/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-mai/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_mai.tar.gz) = 51f2239b983a9ed6be7f8b979631749fc0021afa45ddc8569452bdf8d7c41ad8 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_mai.tar.gz) = 539198 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_mai.tar.gz) = d6191d2edcabf56732e76bbadbf679485718dc621a5274b3aad5f9c9f466c55e +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_mai.tar.gz) = 541212 Modified: head/editors/libreoffice-mk/distinfo ============================================================================== --- head/editors/libreoffice-mk/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-mk/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_mk.tar.gz) = 2667f954ae4005deef219af91e3f7ff1df225906cfbb8b7e5958bb9fe6abd6d4 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_mk.tar.gz) = 539628 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_mk.tar.gz) = 42c9feadbe320378fde8cfc9ddd1e40f249257a996850a330c8af784cdfe09a0 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_mk.tar.gz) = 7264999 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_mk.tar.gz) = dd6fb15a156b3a2425c9f0e1ea273d28c6bd839fbc786827147fc8ed826d6a68 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_mk.tar.gz) = 541496 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_mk.tar.gz) = 91a98f700c8c416496532bb8da681713b15edac7081f3623f49511bda470b63b +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_mk.tar.gz) = 7266721 Modified: head/editors/libreoffice-ml/distinfo ============================================================================== --- head/editors/libreoffice-ml/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-ml/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ml.tar.gz) = 3f5c512674e8a516530ab25d455e6f750d4002e097ef451f95e45da6133baf2f -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ml.tar.gz) = 581969 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ml.tar.gz) = 7d91cbc9c198a4db4b93238ae355b0b0b5c91f5d377ec4f2aa7c8bac1a1a367d +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ml.tar.gz) = 585641 Modified: head/editors/libreoffice-mn/distinfo ============================================================================== --- head/editors/libreoffice-mn/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-mn/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_mn.tar.gz) = 3b5c93336ae1e15905601d25947e8d20379dc46e35c7bef298f64bf7b3ef65c5 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_mn.tar.gz) = 629656 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_mn.tar.gz) = b8bc7f5af450fac0b3dc62a62327577ca8bea422931d4d03801830b231c7b08f +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_mn.tar.gz) = 631744 Modified: head/editors/libreoffice-mni/distinfo ============================================================================== --- head/editors/libreoffice-mni/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-mni/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_mni.tar.gz) = a128301acf37f03698ffdc3b0e0f92ae9566b0b4f8a325adc817e49a6f3e0a4f -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_mni.tar.gz) = 552084 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_mni.tar.gz) = af7e453934bdf50829400264910f6bb2d43e7b41fad4d8c995f6224721c546ef +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_mni.tar.gz) = 554531 Modified: head/editors/libreoffice-mr/distinfo ============================================================================== --- head/editors/libreoffice-mr/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-mr/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_mr.tar.gz) = 66973c9649df1492fde373d0e2bb2c37e67098232dd7d5fa573a1511c0b01ab5 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_mr.tar.gz) = 573621 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_mr.tar.gz) = e1f5166fa1e2da48ae0d0250bd723f7f6e0ff082fe50e4d2789f8defbb2bf22f +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_mr.tar.gz) = 576576 Modified: head/editors/libreoffice-my/distinfo ============================================================================== --- head/editors/libreoffice-my/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-my/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_my.tar.gz) = 9ce2f5f250b8d0f889d2594ef6979e9ce8ecb4851056c06596e8d594a38a4471 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_my.tar.gz) = 575719 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_my.tar.gz) = 9c3c66bcb0849efaa0448711aaf767cd184f411bf41df1697b5cea2e9cfa43cc +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_my.tar.gz) = 577548 Modified: head/editors/libreoffice-nb/distinfo ============================================================================== --- head/editors/libreoffice-nb/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-nb/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_nb.tar.gz) = 309f8cf06aca1922b18f5b00395d2263bd6e65b5aa4a6169d837b603399c4687 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_nb.tar.gz) = 3497949 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_nb.tar.gz) = 9749563111e9a2371561d72de915100c30aa9c654cfbc2627e032e4e403b24e4 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_nb.tar.gz) = 7549181 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_nb.tar.gz) = f699caa2e1241507dc60046ce2ce36299b1e1edce820edb405c6cffa5055009a +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_nb.tar.gz) = 3499837 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_nb.tar.gz) = 5bb5c408ab4f04ab29a9e3fd951a05e229cde9ae77d15c61923001411b3eb1ee +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_nb.tar.gz) = 7549530 Modified: head/editors/libreoffice-ne/distinfo ============================================================================== --- head/editors/libreoffice-ne/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-ne/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ne.tar.gz) = 2225442c7de3379769ea8391f511c528154465ecf56c65aa44f96c4d2a4df8db -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ne.tar.gz) = 938558 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_ne.tar.gz) = 447e1a6a9ea96e3e7be87213b200d023d45c6380d0fe0ebd594ecf2e8bd32270 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_ne.tar.gz) = 9813731 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ne.tar.gz) = 2025c477d963cd16a5362cb9d716541b8d978bba13288ab06941ed2e53c57647 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ne.tar.gz) = 940824 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_ne.tar.gz) = 0da19f220c85f4b8c25486ae1591c79224de5b6e0add37cc50b7d24f9f4390c2 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_ne.tar.gz) = 9815032 Modified: head/editors/libreoffice-nl/distinfo ============================================================================== --- head/editors/libreoffice-nl/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-nl/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_nl.tar.gz) = 6ed4b0c0c85378b8d2a573643a7889fdd2c7c03df559b4c62b899895c05366de -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_nl.tar.gz) = 1290909 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_nl.tar.gz) = 87f6b294e68d3272695eb9d214fd3bdcb30471a99bb41d3060b7a39e61be3499 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_nl.tar.gz) = 7612674 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_nl.tar.gz) = 509f6e81741432aca30de3da6712da3c08dff8b34cf969c9810a183a1d823047 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_nl.tar.gz) = 1292920 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_nl.tar.gz) = 97a0da66eb0eb15e1e14a751bc2bd9ed849627012f62b771e19403b109370b46 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_nl.tar.gz) = 7614409 Modified: head/editors/libreoffice-nn/distinfo ============================================================================== --- head/editors/libreoffice-nn/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-nn/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_nn.tar.gz) = 67ee005d4cc9bec905471eb615202e9286cf9fa1b768187724a638819148cbd6 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_nn.tar.gz) = 3497977 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_nn.tar.gz) = 070730304811e3b9ad467d29b584fb173f7f8de327c3765565fe6a43b9941cc2 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_nn.tar.gz) = 7502706 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_nn.tar.gz) = fd4817c14b7fc3ebffa416c731fcf6f3aebcee9ff160be2f28bf0f69c28386ec +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_nn.tar.gz) = 3500090 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_nn.tar.gz) = 627b2ccc19b25f207d98a20375d23e88929a3468a9317dad01792a8fabbbb428 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_nn.tar.gz) = 7504461 Modified: head/editors/libreoffice-nr/distinfo ============================================================================== --- head/editors/libreoffice-nr/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-nr/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_nr.tar.gz) = b0b50e54c0ebb31e40615f892f16742547c9b814ebe0fc21e63b186b023c2895 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_nr.tar.gz) = 514057 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_nr.tar.gz) = 38c5a40f0ceda7c537227f49be89044aa5d02a7d8246368252d0dddc48cfd111 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_nr.tar.gz) = 516248 Modified: head/editors/libreoffice-nso/distinfo ============================================================================== --- head/editors/libreoffice-nso/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-nso/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_nso.tar.gz) = eb1c97fee98ef1bde10f19184f22860e2a4cf68420472d4b7240b7b9d633d1a6 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_nso.tar.gz) = 510597 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_nso.tar.gz) = bc8c991bbea24845663194f2ec35c5d3ae4bc558c0b3b16063b601fb1a294c6c +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_nso.tar.gz) = 512593 Modified: head/editors/libreoffice-oc/distinfo ============================================================================== --- head/editors/libreoffice-oc/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-oc/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_oc.tar.gz) = 335133187359ef72e5c2a48e7a663589afd705e8a4d1919a90ef673d234c79ec -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_oc.tar.gz) = 707779 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_oc.tar.gz) = 81c94467a77ebb9f5566dbd23bda8ac3bf42545fa4139db841e28cb2c484180a +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_oc.tar.gz) = 710285 Modified: head/editors/libreoffice-om/distinfo ============================================================================== --- head/editors/libreoffice-om/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-om/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_om.tar.gz) = c67e3dcb3d768c4992386e30a5934ab96aa839dcd12222685d155232260a8482 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_om.tar.gz) = 502062 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_om.tar.gz) = a0c80bff3223ba57254bd663f40296ee028f70ffe730b8460062f0b76c6a53e2 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_om.tar.gz) = 7876494 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_om.tar.gz) = bbb4043fec261b697b8cc859002aef80db9e8322059642f0e47b0102b759e550 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_om.tar.gz) = 504029 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_om.tar.gz) = 274dc91696149ad052ba83e3fd7eb312fdf0227177462c0d1ffece65cc8bfeba +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_om.tar.gz) = 7877671 Modified: head/editors/libreoffice-or/distinfo ============================================================================== --- head/editors/libreoffice-or/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-or/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_or.tar.gz) = d84efc2500e9e483b0ca5b36969e63317eac2efe82462eaf638dc54b3020a533 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_or.tar.gz) = 565556 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_or.tar.gz) = eea13af5471bfdd1bb45dacaaffacb2119c5be992d9a11f80cbc89ff58bdeaf1 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_or.tar.gz) = 567664 Modified: head/editors/libreoffice-pa_IN/distinfo ============================================================================== --- head/editors/libreoffice-pa_IN/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-pa_IN/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_pa-IN.tar.gz) = 3c1b53f66fc2157a1c6971f8518e228d1b5b20433540f396acb524d2a02a40ac -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_pa-IN.tar.gz) = 545275 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_pa-IN.tar.gz) = ecebf523dd7c0d64798fb3d93712f78acd624b1add6c89543e3d99c5a4c89238 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_pa-IN.tar.gz) = 547110 Modified: head/editors/libreoffice-ro/distinfo ============================================================================== --- head/editors/libreoffice-ro/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-ro/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ro.tar.gz) = 22d5074b902f22108ee571f043688a821a821c65ab97a9d6063cc9f2b5d0fd9c -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ro.tar.gz) = 2384033 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ro.tar.gz) = 5dcf2ce2aa4b727b1e9a2ab4e9bf1241eb20e02c047320259611f167ff8fba75 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ro.tar.gz) = 2386097 Modified: head/editors/libreoffice-rw/distinfo ============================================================================== --- head/editors/libreoffice-rw/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-rw/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_rw.tar.gz) = 6b8044c26c770c11f35331e36dcb67cc198c9fd9bdb757139526faeb4ef3a8c8 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_rw.tar.gz) = 507350 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_rw.tar.gz) = 5a9f3c81b8a8c78e49356fa7cad07b93bad5722e4a5460b3602dffee898ba21d +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_rw.tar.gz) = 509285 Modified: head/editors/libreoffice-sa_IN/distinfo ============================================================================== --- head/editors/libreoffice-sa_IN/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-sa_IN/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sa-IN.tar.gz) = d5ada923c4a78172b880348cafcd6eace5eff9264b4bcbfb565c80c49c7c2046 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sa-IN.tar.gz) = 561363 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sa-IN.tar.gz) = a92c430625320dcad7ec8f2a877c07d95b263a9a2f4ecbb0f27d2b754bb9794b +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sa-IN.tar.gz) = 563701 Modified: head/editors/libreoffice-sat/distinfo ============================================================================== --- head/editors/libreoffice-sat/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-sat/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sat.tar.gz) = d8c58945602042883ea0ca06ccd9a99f8a9aea30e82250cdfa0678325f342e69 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sat.tar.gz) = 609173 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sat.tar.gz) = 2b4f8adc8a4549da282d39512a3208389e7b830ee0db97d66cb37250f9f29f6f +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sat.tar.gz) = 611590 Modified: head/editors/libreoffice-sd/distinfo ============================================================================== --- head/editors/libreoffice-sd/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-sd/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sd.tar.gz) = 718e8acec5aebb19089504fc9b57d961781bd029089f367be35cc0dec410418e -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sd.tar.gz) = 551838 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sd.tar.gz) = 840869b8c432ddc2f138e6ae4857b61da65399b0855f36cf2c90daebc3ce07bc +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sd.tar.gz) = 554063 Modified: head/editors/libreoffice-si/distinfo ============================================================================== --- head/editors/libreoffice-si/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-si/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_si.tar.gz) = b60e8f7f942d9b6a359ba3c33c90aac5aa3ff3f136171a7b37bd58788580283f -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_si.tar.gz) = 844234 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_si.tar.gz) = 9fcbf7d2ffa6e0f2fa7a4088da43ad6183bf388bc1048866870b63b9f786c5ec -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_si.tar.gz) = 7129357 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_si.tar.gz) = 6f2e979d6947b8351e8c780fb242aba798decd4da7a861bc4f0af3a76aed7437 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_si.tar.gz) = 846195 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_si.tar.gz) = a9b15997bce5e710af734d8ff306179050c1be8a311d3b20b0c0ea1f3f269019 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_si.tar.gz) = 7131368 Modified: head/editors/libreoffice-sid/distinfo ============================================================================== --- head/editors/libreoffice-sid/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-sid/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sid.tar.gz) = 46ec59a998b8fc8fe33ccbe5aef1bbec229da90f3c8f952292445136ef272924 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sid.tar.gz) = 510303 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sid.tar.gz) = daad6e233381ac3491a447118c936453311af64b58ed115b0a6bf3ce04e5ad2e +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sid.tar.gz) = 512498 Modified: head/editors/libreoffice-sk/distinfo ============================================================================== --- head/editors/libreoffice-sk/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-sk/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sk.tar.gz) = d345905f8c8f5d44952b06b27d678e677e8022a663861a08bcbea0b3ed3612f9 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sk.tar.gz) = 1786724 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_sk.tar.gz) = 92aafdb7d58c218621a63f7404c10a2d0f4cea2ed3c460d0939b8007a6232309 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_sk.tar.gz) = 7395440 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sk.tar.gz) = a921e10a26ede5a1c6ee4b337d3526a60168148bebbaad913401eaa5a9b8d7d5 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sk.tar.gz) = 1788881 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_sk.tar.gz) = f0214f7bac421a4aa69eb3bf3c071bb18f72aae24e42d36e8655ca8724591f90 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_sk.tar.gz) = 7398025 Modified: head/editors/libreoffice-sl/distinfo ============================================================================== --- head/editors/libreoffice-sl/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-sl/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sl.tar.gz) = d10ef195fa347b53478c0810031f2573cee8a116b35988d7fa739b7731397932 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sl.tar.gz) = 2142945 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_sl.tar.gz) = 4c7856244da8fa34be5ac0aee84b06df2c4acf7d3d71e591390826b8f80dc77a -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_sl.tar.gz) = 7625539 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sl.tar.gz) = 0ec70c1e4021d739ce42c36740a8613b35b9e357f6f4ca0b823ea23fc7953ac6 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sl.tar.gz) = 2157445 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_sl.tar.gz) = 376dd723946599c389154cc33793faf818b72bcb36f1e07a39502b2e6da228ac +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_sl.tar.gz) = 7627556 Modified: head/editors/libreoffice-sq/distinfo ============================================================================== --- head/editors/libreoffice-sq/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-sq/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sq.tar.gz) = 4d6a2e27aa4761da55f3b0ddd24ba7185b33b7d91dc4b25fe1468e615ecac1e2 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sq.tar.gz) = 511743 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_sq.tar.gz) = 84446666ba1fdb09abf3a6a6150bdb1de2f2f0a883e2c4cb1a5dc183b6e6e1f3 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_sq.tar.gz) = 6773068 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sq.tar.gz) = 2a389a88e771b77184247fffa6d9a1c4f7702588b52edf1ad6a1dc49376b2789 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sq.tar.gz) = 513705 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_sq.tar.gz) = 3a783f8a5fcbad042ed9b116d780bce6af908a6c862eb6db47c02ce57636e2e7 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_sq.tar.gz) = 6774597 Modified: head/editors/libreoffice-sr/distinfo ============================================================================== --- head/editors/libreoffice-sr/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-sr/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sr.tar.gz) = e761b53cb7c16520e15cd62631ef227fad1b98e74bee215678ef275a340aca0d -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sr.tar.gz) = 1743269 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sr.tar.gz) = 37bc196ecbda40543f9458a8b60c05fbb24d8af7a68b8a8f124e3c8b2ec8c139 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sr.tar.gz) = 1745442 Modified: head/editors/libreoffice-sr_Latn/distinfo ============================================================================== --- head/editors/libreoffice-sr_Latn/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-sr_Latn/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sr-Latn.tar.gz) = a99a51160bb421ca036b8f1f273b21d1b02c1f744b8795dfe84c73adabf29fbf -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sr-Latn.tar.gz) = 1710327 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sr-Latn.tar.gz) = d5a7aedef3a6d8bb4dbf3d86755a62834d13262691eb3baeb0845c3cd16dbf30 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sr-Latn.tar.gz) = 1712503 Modified: head/editors/libreoffice-ss/distinfo ============================================================================== --- head/editors/libreoffice-ss/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-ss/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ss.tar.gz) = 53cf0b42f574332c8b1eb8866bfaa306c2b1eff216acb884f1ea61be669be4a8 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ss.tar.gz) = 511874 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ss.tar.gz) = 3be172b55cae61c189471b19ff7ff220cba98f985dfabfb621db7e6ccab951bf +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ss.tar.gz) = 513824 Modified: head/editors/libreoffice-st/distinfo ============================================================================== --- head/editors/libreoffice-st/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-st/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_st.tar.gz) = 73295408ece1134d2911bc0bdfb26b4d04eb866b587f17aee583233521423e89 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_st.tar.gz) = 510914 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_st.tar.gz) = cccb94f4c829241c4c321c41cda37d6e8565dcbb2bf2ad2b9a9aa77ee7e6b5d6 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_st.tar.gz) = 512765 Modified: head/editors/libreoffice-sv/distinfo ============================================================================== --- head/editors/libreoffice-sv/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-sv/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sv.tar.gz) = ef8d9a31898994d753042cc0296ee10861d2823a46f58922ec82b898d84dd9fa -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sv.tar.gz) = 2240526 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_sv.tar.gz) = 8aa83ff007c64bc00c12df6bfb85bba42cd3dc8e341a6d71049c5a0d59b13cd2 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_sv.tar.gz) = 7501779 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sv.tar.gz) = d4ad7178bfeb381d0b80beb32f8785f9dd974d6b162af75c797fac96b30cd5ab +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sv.tar.gz) = 2242797 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_sv.tar.gz) = 14c99230d92f6bda051997694f7851da13817755a93f59eb4879efc9a63588fe +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_sv.tar.gz) = 7504377 Modified: head/editors/libreoffice-sw_TZ/distinfo ============================================================================== --- head/editors/libreoffice-sw_TZ/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-sw_TZ/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sw-TZ.tar.gz) = bdd448b6aa78dc164ca3e0bcca70ea370ef2c8b07af4280bcfc6075c558144f8 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_sw-TZ.tar.gz) = 497484 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sw-TZ.tar.gz) = c57064a0dfa4bfc01727ccb4c871bb7e684fa5914db677c05d14f94235544054 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_sw-TZ.tar.gz) = 499670 Modified: head/editors/libreoffice-ta/distinfo ============================================================================== --- head/editors/libreoffice-ta/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-ta/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ta.tar.gz) = 14054e9b6b137735c8ca02a9bbfddd10edf88d56a3af0a5829a0b3175afc0f88 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ta.tar.gz) = 562014 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ta.tar.gz) = f8e98e5f295c7b510a5ce848cb069b9f04c47acfae45709e12b8d5c8afaee8c4 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ta.tar.gz) = 564369 Modified: head/editors/libreoffice-te/distinfo ============================================================================== --- head/editors/libreoffice-te/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-te/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_te.tar.gz) = b051274c07d20660eda764aa4ccf02b9329f9e5ddb0edae5e9070e2599474f6f -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_te.tar.gz) = 1128133 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_te.tar.gz) = 891ba46154b5e7750547e88d4c58ed86b9180a29ff31a3f98b24304fdce6f048 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_te.tar.gz) = 1130182 Modified: head/editors/libreoffice-tg/distinfo ============================================================================== --- head/editors/libreoffice-tg/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-tg/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_tg.tar.gz) = 4f910be7268d67407b55e1e9ef8f46f16f23bd78c9ca730867005916157057f4 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_tg.tar.gz) = 530222 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_tg.tar.gz) = 394eda5b4602ffb01416d7e378a8e53dfbd5af97c813f1b1b85a2d987dcc59b5 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_tg.tar.gz) = 7079864 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_tg.tar.gz) = 35129a256a8b40998af8f01fc22e3c1e1a40f20d15700c134c6dc07f4054b8b3 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_tg.tar.gz) = 532143 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_tg.tar.gz) = 7ea1a9dd9ea4a2908ebab88c6bdf94adc0b9ef4590b47234704cc10296d690d0 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_tg.tar.gz) = 7081451 Modified: head/editors/libreoffice-th/distinfo ============================================================================== --- head/editors/libreoffice-th/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-th/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_th.tar.gz) = d4f2dac42884c3a6ebe8e31157d3ccbb4a497addd660bf0e755e6f86691478a5 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_th.tar.gz) = 706574 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_th.tar.gz) = cf305d0c8a73a97bd006e4f24125fc683e6e038b4e46359976874cba76040798 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_th.tar.gz) = 711293 Modified: head/editors/libreoffice-tn/distinfo ============================================================================== --- head/editors/libreoffice-tn/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-tn/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_tn.tar.gz) = 6d0647068caaa2db7e9cf87878e99bb0c0bc37d3269bd59e714b2ee4d1767a71 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_tn.tar.gz) = 501698 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_tn.tar.gz) = 7dda9a797cd77d1fca03544247be6241f605309872ad86dcb48e553df860b3ef +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_tn.tar.gz) = 503856 Modified: head/editors/libreoffice-tr/distinfo ============================================================================== --- head/editors/libreoffice-tr/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-tr/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_tr.tar.gz) = 45eed693a678e45ac9dfe586f0c5880bdf46817e37ab140aca18300821838f58 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_tr.tar.gz) = 542247 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_tr.tar.gz) = 5387c6fd39d18f31df8cf462a9e3cb07c778da0b9a4acf561bac798ee573e051 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_tr.tar.gz) = 7778876 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_tr.tar.gz) = a02b96fb16be3ecfbcaa36c067955d9022c952cd04ca5e6a356fb88886ead7e3 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_tr.tar.gz) = 544437 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_tr.tar.gz) = 71b7d2a282ff9427554b434d868409a95a46d7061e56e983a2417419cb3ae3d8 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_tr.tar.gz) = 7779982 Modified: head/editors/libreoffice-ts/distinfo ============================================================================== --- head/editors/libreoffice-ts/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-ts/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ts.tar.gz) = 84420513984e1e3812221f6734c7e130d5cc267cda623d5df7c63d8abad6ff55 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ts.tar.gz) = 512555 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ts.tar.gz) = 39b450ed5d660cacbbd1a58c516d5f5ebd1176d0caa45076b0679397c21c8a1f +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ts.tar.gz) = 514937 Modified: head/editors/libreoffice-tt/distinfo ============================================================================== --- head/editors/libreoffice-tt/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-tt/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_tt.tar.gz) = ba8ba10291eedf05fe0b8129ff160065dbef370537545bd204453b31b7c8baa0 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_tt.tar.gz) = 508132 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_tt.tar.gz) = d9c97e8f63254375f00fe46b0a76b3286becdd8b5b2ece72d2532abefa1bea8f +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_tt.tar.gz) = 510091 Modified: head/editors/libreoffice-ug/distinfo ============================================================================== --- head/editors/libreoffice-ug/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-ug/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ug.tar.gz) = 1805369bb32780ba4ef1b95f61d7e203e2b65e676b735b6a1bc7d5720017a8be -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ug.tar.gz) = 541434 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_ug.tar.gz) = b6a4914a8c0daa98cca8336132f28b3cb30024491eb0eb081f336c69e449a044 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_ug.tar.gz) = 6748020 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ug.tar.gz) = 917aa800d112a8af53a036c697fa8d316ed5a156a4280ced6bed89e6099bd80b +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ug.tar.gz) = 543813 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_ug.tar.gz) = 0c10c4b48c2f9688ba7e9f43f0e45f324f62fd3939b9ba7849f6f4f6ffc71b77 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_ug.tar.gz) = 6749465 Modified: head/editors/libreoffice-uz/distinfo ============================================================================== --- head/editors/libreoffice-uz/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-uz/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_uz.tar.gz) = 148703f2b3a75fdc0f9d8995f7939a180ef2688a91ba74799e2fe8d0455f7f28 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_uz.tar.gz) = 503569 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_uz.tar.gz) = f54baf88f8f169b798751d0527275fad26bb6603e198e965603de219104fc483 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_uz.tar.gz) = 505574 Modified: head/editors/libreoffice-ve/distinfo ============================================================================== --- head/editors/libreoffice-ve/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-ve/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ve.tar.gz) = b96f72a7dd5b801718e17506e93ffa7ad37c2d9a4874819a046746dbcfe3c9ce -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ve.tar.gz) = 514189 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ve.tar.gz) = ec3eb08b123bbc4d7ce8c94956ea1e8308787388cb42aaeeaf9221f791ef5f5a +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ve.tar.gz) = 516343 Modified: head/editors/libreoffice-xh/distinfo ============================================================================== --- head/editors/libreoffice-xh/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-xh/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_xh.tar.gz) = ba4cd4ab194be257db70604a730d074b94e4e4315564052c2abd91c640611465 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_xh.tar.gz) = 520966 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_xh.tar.gz) = 7fb622127f2f73905256b640d01d46d8a06eac5761e20c02f516671287fba7b7 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_xh.tar.gz) = 523137 Modified: head/editors/libreoffice-zu/distinfo ============================================================================== --- head/editors/libreoffice-zu/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice-zu/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,2 +1,2 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_zu.tar.gz) = 86029405bac4cf18ef6ccfd8212d1602de9a08b3bf9f2a04663e612b3c1ba790 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_zu.tar.gz) = 521695 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_zu.tar.gz) = b17d180f164cf4544d71d77fd60a28e4d128224ab391489fe554a35de6fc1cd1 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_zu.tar.gz) = 523832 Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice/Makefile Fri Feb 20 20:26:23 2015 (r379468) @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 3 +PORTREVISION= 0 COMMENT= Full integrated office productivity suite @@ -39,7 +39,7 @@ LIB_DEPENDS= libapr-1.so:${PORTSDIR}/dev libpng.so:${PORTSDIR}/graphics/png \ libpoppler.so:${PORTSDIR}/graphics/poppler \ liblpsolve55.so:${PORTSDIR}/math/lp_solve \ - libcmis-0.4.so:${PORTSDIR}/net/libcmis \ + libcmis-0.5.so:${PORTSDIR}/net/libcmis \ libharfbuzz.so:${PORTSDIR}/print/harfbuzz \ libmspub-0.1.so:${PORTSDIR}/print/libmspub01 \ libnss3.so:${PORTSDIR}/security/nss \ @@ -216,7 +216,7 @@ DEBUG_CONFIGURE_OFF= --enable-release-bu GNOME_LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib GNOME_USE= GNOME=gconf2 -GNOME_CONFIGURE_ENABLE= dbus gconf gio lockdown +GNOME_CONFIGURE_ENABLE= dbus gconf lockdown GTK3_USE= GNOME=gtk30 GTK3_CONFIGURE_ENABLE= gtk3 @@ -303,7 +303,10 @@ CONFIGURE_ARGS+= --disable-gtk .if ${PORT_OPTIONS:MGNOME} || ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} USES+= desktop-file-utils +CONFIGURE_ARGS+= --enable-gio INSTALLS_ICONS= yes +.else +CONFIGURE_ARGS+= --disable-gio .endif .if empty(PORT_OPTIONS:MTEST) Modified: head/editors/libreoffice/Makefile.common ============================================================================== --- head/editors/libreoffice/Makefile.common Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice/Makefile.common Fri Feb 20 20:26:23 2015 (r379468) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libreoffice -PORTVERSION= 4.3.5 +PORTVERSION= 4.3.6 RCVER= 2 #PRERELEASE= yes LOVERSION= ${PORTVERSION}.${RCVER} Modified: head/editors/libreoffice/distinfo ============================================================================== --- head/editors/libreoffice/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/editors/libreoffice/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -44,7 +44,7 @@ SHA256 (libreoffice/eeb2c7ddf0d302fba4bf SIZE (libreoffice/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip) = 427800 SHA256 (libreoffice/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip) = 05640a1f6805b2b2d7e2cb9c50db9a5cb084e3c52ab1a71ce015239b4a1d4343 SIZE (libreoffice/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip) = 211919 -SHA256 (libreoffice/libreoffice-4.3.5.2.tar.xz) = 78e6821a69f37b6c0c2c8d436aef24810d0a76b5d087ef95f6107a6bdbef2637 -SIZE (libreoffice/libreoffice-4.3.5.2.tar.xz) = 152786724 -SHA256 (libreoffice/libreoffice-help-4.3.5.2.tar.xz) = 78b586931d8e085aa18d137711e7c878f858ea386a80ee673b0a787953836d92 -SIZE (libreoffice/libreoffice-help-4.3.5.2.tar.xz) = 1852412 +SHA256 (libreoffice/libreoffice-4.3.6.2.tar.xz) = 5596dc38bd72bce72783bb04e014a3f64d1e9ba49cc8e6a9d2d52950309dda97 +SIZE (libreoffice/libreoffice-4.3.6.2.tar.xz) = 153142516 +SHA256 (libreoffice/libreoffice-help-4.3.6.2.tar.xz) = adda6c20e3a1de48a026b60938b546dcdd2b2d54aaeee5bce9cfe813c222a556 +SIZE (libreoffice/libreoffice-help-4.3.6.2.tar.xz) = 1855080 Added: head/editors/libreoffice/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/libreoffice/files/patch-configure.ac Fri Feb 20 20:26:23 2015 (r379468) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2015-01-28 07:00:34.000000000 -0500 ++++ configure.ac 2015-01-28 18:11:00.936172000 -0500 +@@ -7789,7 +7789,7 @@ + dnl =================================================================== + # libcmis requires curl and we can't build curl for iOS + if test $_os != iOS; then +- libo_CHECK_SYSTEM_MODULE([libcmis],[CMIS],[libcmis-0.4 >= 0.4.0]) ++ libo_CHECK_SYSTEM_MODULE([libcmis],[CMIS],[libcmis-0.5 >= 0.5.0]) + ENABLE_CMIS=TRUE + else + ENABLE_CMIS= Modified: head/french/libreoffice/distinfo ============================================================================== --- head/french/libreoffice/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/french/libreoffice/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_fr.tar.gz) = 130f0778f800e511b483bc5d86621b78da6ed3bbc3496522564dfe7604b3a4ef -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_fr.tar.gz) = 2822701 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_fr.tar.gz) = f9a06c5d6d1117fc6c7d9d01cc401a4831abef15deca48dead3dde83b6cb381c -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_fr.tar.gz) = 8039116 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_fr.tar.gz) = 3ec64e9107369ccb7183f76ffbec23b97da999176fc9f1ab7030bc2caa0b1a58 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_fr.tar.gz) = 2824559 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_fr.tar.gz) = b9eb35b3511e3cf80164f0ec26031d57f2667bb22243aaec6f0a2edb74765644 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_fr.tar.gz) = 8039834 Modified: head/german/libreoffice/distinfo ============================================================================== --- head/german/libreoffice/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/german/libreoffice/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_de.tar.gz) = 09a41495ca854a4e2a889a64b7f005097be9b99dd4378d0f3c100b78d3a1a8fb -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_de.tar.gz) = 14132453 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_de.tar.gz) = d48f2ef2b8019b357804bc222fdbc2c36e4b9461c7b46f9d2e4c2534d376bdcc -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_de.tar.gz) = 8008823 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_de.tar.gz) = f47d8f0d798b2d4e2cd94510af21fead4799ff159bde8868a23bdc95903ffa24 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_de.tar.gz) = 14134792 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_de.tar.gz) = 2f7ff6434463e3b47a30fa1dd0c6314d82a59c3aa9512cc07325244a6c6425e5 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_de.tar.gz) = 8009445 Modified: head/hebrew/libreoffice/distinfo ============================================================================== --- head/hebrew/libreoffice/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/hebrew/libreoffice/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_he.tar.gz) = 490ee299d917f0538885e67fb80de8772d0b663ca5907343e7e7682de35cbbd1 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_he.tar.gz) = 1595841 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_he.tar.gz) = 39fb0fb21cbecb4294ea1a84228cd9088231752c42496943f2afdd2e7370e312 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_he.tar.gz) = 6157518 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_he.tar.gz) = a0acefae56a832b7cb40257ae04c7f56ec961aed92cd0d4a0641b0ee7f5121cc +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_he.tar.gz) = 1598008 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_he.tar.gz) = 3bf6dc2cd059a4863922036b2e20abb0a98ac9aa256f78e374d68ef201e314aa +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_he.tar.gz) = 6158660 Modified: head/hungarian/libreoffice/distinfo ============================================================================== --- head/hungarian/libreoffice/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/hungarian/libreoffice/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_hu.tar.gz) = 8ff3652a6b917d1ade2d7c8df0a57fe085379721c1dd8a352ffda10120bd61fe -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_hu.tar.gz) = 2711220 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_hu.tar.gz) = 359b2f61e1279eadb2447e31382692d25851867a49ab9625de06b1013e4aa29e -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_hu.tar.gz) = 7878146 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_hu.tar.gz) = 304f38beac1127c60c85e3fa136945f352cb9e1b0ee31146298c622428e5fe68 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_hu.tar.gz) = 2713216 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_hu.tar.gz) = f601a491ed0fd27b56e21b19c0b622987883e624c9620127ea5a396a818de2ec +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_hu.tar.gz) = 7879746 Modified: head/japanese/libreoffice/distinfo ============================================================================== --- head/japanese/libreoffice/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/japanese/libreoffice/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ja.tar.gz) = 00552669aae38971d054fc9144ddef24c7cfb1e68e47f14adc535d9346a72784 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ja.tar.gz) = 593097 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_ja.tar.gz) = 14fc946ba0669d0b7800174be591f1c019777b9c9855459bd809f1f1b79e6e28 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_ja.tar.gz) = 13389319 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ja.tar.gz) = e2a0e1e680e3e18ed7e67b1fba3ba032d93e1360a2470b1e61945f378ea5d6fd +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_langpack_ja.tar.gz) = 595343 +SHA256 (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_ja.tar.gz) = 61291d6b182cb40b546a8133fc0814a221864fa9364b9641b2b243617f4e1fa1 +SIZE (libreoffice/i18n/LibreOffice_4.3.6_Linux_x86_deb_helppack_ja.tar.gz) = 13389826 Modified: head/korean/libreoffice/distinfo ============================================================================== --- head/korean/libreoffice/distinfo Fri Feb 20 20:24:57 2015 (r379467) +++ head/korean/libreoffice/distinfo Fri Feb 20 20:26:23 2015 (r379468) @@ -1,4 +1,4 @@ -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ko.tar.gz) = 79f649af2f545dd03a3ca3c51ab62093a64959e53392ac0825158b6dce1e0e9e -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_langpack_ko.tar.gz) = 590423 -SHA256 (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_ko.tar.gz) = 063a5b663442d581fee801cb68c7aa96acc601f99d323be6abf494ed4f15efd1 -SIZE (libreoffice/i18n/LibreOffice_4.3.5_Linux_x86_deb_helppack_ko.tar.gz) = 9217911 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 20:59:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8903451E; Fri, 20 Feb 2015 20:59:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B0808E8; Fri, 20 Feb 2015 20:59:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KKxArY085220; Fri, 20 Feb 2015 20:59:10 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KKx93g085215; Fri, 20 Feb 2015 20:59:09 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201502202059.t1KKx93g085215@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 20 Feb 2015 20:59:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379469 - in head/security: krb5 krb5-111 krb5-112 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 20:59:10 -0000 Author: cy Date: Fri Feb 20 20:59:08 2015 New Revision: 379469 URL: https://svnweb.freebsd.org/changeset/ports/379469 QAT: https://qat.redports.org/buildarchive/r379469/ Log: Fix broken rpath. Submitted by: hrs Modified: head/security/krb5-111/Makefile head/security/krb5-112/Makefile head/security/krb5/Makefile Modified: head/security/krb5-111/Makefile ============================================================================== --- head/security/krb5-111/Makefile Fri Feb 20 20:26:23 2015 (r379468) +++ head/security/krb5-111/Makefile Fri Feb 20 20:59:08 2015 (r379469) @@ -3,7 +3,7 @@ PORTNAME= krb5 PORTVERSION= 1.11.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ PKGNAMESUFFIX= -111 @@ -30,7 +30,7 @@ USE_PERL5= build USE_LDCONFIG= yes USE_CSTD= gnu99 GNU_CONFIGURE= yes -CONFIGURE_ARGS?= --without-system-verto +CONFIGURE_ARGS?= --without-system-verto --disable-rpath CONFIGURE_ENV= NSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" MAKE_ARGS= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" @@ -43,19 +43,29 @@ LDAP= Enable LDAP support .if defined(KRB5_HOME) PREFIX= ${KRB5_HOME} -CFLAGS+= -Wl,-rpath=${KRB5_HOME}/lib -LDFLAGS+= -Wl,-rpath=${KRB5_HOME}/lib .if ${KRB5_HOME} != ${LOCALBASE} BROKEN= LIB_DEPENDS when using KRB5_HOME is broken .endif .endif -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB} +CFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC} USE_OPENSSL= yes .include +.if !empty(KRB5_HOME) +_RPATH= ${KRB5_HOME}/lib: +.else +_RPATH= ${LOCALBASE}/lib: +.endif +.if !empty(LDFLAGS:M-Wl,-rpath,*) +.for F in ${LDFLAGS:M-Wl,-rpath,*} +LDFLAGS:= -Wl,-rpath,${_RPATH}${F:S/-Wl,-rpath,//} \ + ${LDFLAGS:N-Wl,-rpath,*} +.endfor +.endif + .if ${PORT_OPTIONS:MDNS_FOR_REALM} CONFIGURE_ARGS+= --enable-dns-for-realm .endif @@ -68,8 +78,6 @@ PLIST_SUB+= LDAP="" PLIST_SUB+= LDAP="@comment " .endif -.include "${PORTSDIR}/Mk/bsd.openssl.mk" - .if defined(PROGRAM_TRANSFORM_NAME) && ${PROGRAM_TRANSFORM_NAME} != "" CONFIGURE_ARGS+= --program-transform-name="${PROGRAM_TRANSFORM_NAME}" .endif @@ -79,8 +87,6 @@ WRKSRC= ${WRKDIR}/krb5-${PORTVERSION}/ HTML_DOC_DIR= ${WRKDIR}/krb5-${PORTVERSION}/doc/html PDF_DOC_DIR= ${WRKDIR}/krb5-${PORTVERSION}/doc/pdf -CONFIGURE_ARGS+= CPPFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB} -L${LOCALBASE}/include" - post-extract: @${TAR} -C ${WRKDIR} -xzf ${WRKDIR}/krb5-${PORTVERSION}.tar.gz --no-same-owner --no-same-permissions @${RM} ${WRKDIR}/krb5-${PORTVERSION}.tar.gz ${WRKDIR}/krb5-${PORTVERSION}.tar.gz.asc Modified: head/security/krb5-112/Makefile ============================================================================== --- head/security/krb5-112/Makefile Fri Feb 20 20:26:23 2015 (r379468) +++ head/security/krb5-112/Makefile Fri Feb 20 20:59:08 2015 (r379469) @@ -3,7 +3,7 @@ PORTNAME= krb5 PORTVERSION= 1.12.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ PKGNAMESUFFIX= -112 @@ -30,7 +30,8 @@ USE_LDCONFIG= yes USE_CSTD= gnu99 GNU_CONFIGURE= yes USES= gettext gmake perl5 libtool:build -CONFIGURE_ARGS?= --enable-shared --without-system-verto +CONFIGURE_ARGS?= --enable-shared --without-system-verto \ + --disable-rpath CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" MAKE_ARGS= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" @@ -43,17 +44,28 @@ LDAP= Enable LDAP support .if defined(KRB5_HOME) PREFIX= ${KRB5_HOME} -CFLAGS+= -Wl,-rpath=${KRB5_HOME}/lib -LDFLAGS+= -Wl,-rpath=${KRB5_HOME}/lib .endif -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC} +LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB} USE_OPENSSL= yes USE_RC_SUBR= kpropd .include +# Fix up -Wl,-rpath in LDFLAGS +.if !empty(KRB5_HOME) +_RPATH= ${KRB5_HOME}/lib: +.else +_RPATH= ${LOCALBASE}/lib: +.endif +.if !empty(LDFLAGS:M-Wl,-rpath,*) +.for F in ${LDFLAGS:M-Wl,-rpath,*} +LDFLAGS:= -Wl,-rpath,${_RPATH}${F:S/-Wl,-rpath,//} \ + ${LDFLAGS:N-Wl,-rpath,*} +.endfor +.endif + .if defined(KRB5_HOME) && ${KRB5_HOME} != ${LOCALBASE} BROKEN= LIB_DEPENDS when using KRB5_HOME is broken .endif @@ -81,8 +93,6 @@ CONFIGURE_ARGS+= --with-readline .endif .endif -.include "${PORTSDIR}/Mk/bsd.openssl.mk" - .if defined(PROGRAM_TRANSFORM_NAME) && ${PROGRAM_TRANSFORM_NAME} != "" CONFIGURE_ARGS+= --program-transform-name="${PROGRAM_TRANSFORM_NAME}" .endif @@ -92,8 +102,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVE HTML_DOC_DIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc/html PDF_DOC_DIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc/pdf -CONFIGURE_ARGS+= CPPFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB} -L${LOCALBASE}/include" - post-extract: @${TAR} -C ${WRKDIR} -xzf ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz --no-same-owner --no-same-permissions @${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz.asc Modified: head/security/krb5/Makefile ============================================================================== --- head/security/krb5/Makefile Fri Feb 20 20:26:23 2015 (r379468) +++ head/security/krb5/Makefile Fri Feb 20 20:59:08 2015 (r379469) @@ -3,6 +3,7 @@ PORTNAME= krb5 PORTVERSION= 1.13.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-signed @@ -26,7 +27,8 @@ USE_LDCONFIG= yes USE_CSTD= gnu99 GNU_CONFIGURE= yes USES= gettext gmake perl5 libtool:build -CONFIGURE_ARGS?= --enable-shared --without-system-verto +CONFIGURE_ARGS?= --enable-shared --without-system-verto \ + --disable-rpath CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" MAKE_ARGS= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" @@ -39,17 +41,28 @@ LDAP= Enable LDAP support .if defined(KRB5_HOME) PREFIX= ${KRB5_HOME} -CFLAGS+= -Wl,-rpath=${KRB5_HOME}/lib -LDFLAGS+= -Wl,-rpath=${KRB5_HOME}/lib .endif -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC} +LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB} USE_OPENSSL= yes USE_RC_SUBR= kpropd .include +# Fix up -Wl,-rpath in LDFLAGS +.if !empty(KRB5_HOME) +_RPATH= ${KRB5_HOME}/lib: +.else +_RPATH= ${LOCALBASE}/lib: +.endif +.if !empty(LDFLAGS:M-Wl,-rpath,*) +.for F in ${LDFLAGS:M-Wl,-rpath,*} +LDFLAGS:= -Wl,-rpath,${_RPATH}${F:S/-Wl,-rpath,//} \ + ${LDFLAGS:N-Wl,-rpath,*} +.endfor +.endif + .if defined(KRB5_HOME) && ${KRB5_HOME} != ${LOCALBASE} BROKEN= LIB_DEPENDS when using KRB5_HOME is broken .endif @@ -77,8 +90,6 @@ USES+= readline:port CONFIGURE_ARGS+= --with-readline .endif -.include "${PORTSDIR}/Mk/bsd.openssl.mk" - .if defined(PROGRAM_TRANSFORM_NAME) && ${PROGRAM_TRANSFORM_NAME} != "" CONFIGURE_ARGS+= --program-transform-name="${PROGRAM_TRANSFORM_NAME}" .endif @@ -88,8 +99,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVE HTML_DOC_DIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc/html PDF_DOC_DIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/doc/pdf -CONFIGURE_ARGS+= CPPFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB} -L${LOCALBASE}/include" - post-extract: @${TAR} -C ${WRKDIR} -xzf ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz --no-same-owner --no-same-permissions @${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz ${WRKDIR}/${PORTNAME}-${PORTVERSION}.tar.gz.asc From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 23:24:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED18F805; Fri, 20 Feb 2015 23:24:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE9BBBAF; Fri, 20 Feb 2015 23:24:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KNOO84054549; Fri, 20 Feb 2015 23:24:24 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KNOO3I054547; Fri, 20 Feb 2015 23:24:24 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201502202324.t1KNOO3I054547@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 20 Feb 2015 23:24:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379470 - in head/www/chromium: . 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.18-1 Precedence: list List-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, 20 Feb 2015 23:24:25 -0000 Author: rene Date: Fri Feb 20 23:24:23 2015 New Revision: 379470 URL: https://svnweb.freebsd.org/changeset/ports/379470 QAT: https://qat.redports.org/buildarchive/r379470/ Log: www/chromium: fixup last commit - Make __FreeBSD_versoin check actually work - Implement OS::GetCurrnetThreadId on FreeBSD 8 - Move DragonFly's condtional to its own #elif for clarity - Add NetBSD conditional for reference Differential Revision: https://reviews.freebsd.org/D1857 Submitted by: jbeich Reviewed by: marino, myself MFH: 2015Q1 Modified: head/www/chromium/Makefile head/www/chromium/files/patch-v8__src__base__platform__platform-posix.cc Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Fri Feb 20 20:59:08 2015 (r379469) +++ head/www/chromium/Makefile Fri Feb 20 23:24:23 2015 (r379470) @@ -3,6 +3,7 @@ PORTNAME= chromium PORTVERSION= 40.0.2214.111 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: head/www/chromium/files/patch-v8__src__base__platform__platform-posix.cc ============================================================================== --- head/www/chromium/files/patch-v8__src__base__platform__platform-posix.cc Fri Feb 20 20:59:08 2015 (r379469) +++ head/www/chromium/files/patch-v8__src__base__platform__platform-posix.cc Fri Feb 20 23:24:23 2015 (r379470) @@ -1,17 +1,37 @@ --- v8/src/base/platform/platform-posix.cc.orig 2015-01-27 03:22:59.000000000 +0100 +++ v8/src/base/platform/platform-posix.cc 2015-02-06 18:41:53.881294389 +0100 -@@ -259,6 +259,14 @@ +@@ -54,6 +54,15 @@ + #include // NOLINT, for prctl + #endif + ++#if V8_OS_FREEBSD && !defined(__DragonFly__) ++#include // for __FreeBSD_version ++#include // for thr_self ++#endif ++ ++#if V8_OS_NETBSD ++#include // for _lwp_self ++#endif ++ + #if !V8_OS_NACL + #include + #endif +@@ -259,6 +268,18 @@ int OS::GetCurrentThreadId() { return static_cast(syscall(__NR_gettid)); #elif V8_OS_ANDROID return static_cast(gettid()); -+#elif V8_OS_FREEBSD -+# ifdef __DragonFly__ ++#elif V8_OS_DRAGONFLYBSD || defined(__DragonFly__) + return static_cast(lwp_gettid()); -+# elif __FreeBSD_version__ < 900031 -+ return 0; /* ! */ ++#elif V8_OS_FREEBSD ++# if __FreeBSD_version < 900031 ++ long lwpid; ++ thr_self(&lwpid); ++ return static_cast(lwpid); +# else + return static_cast(pthread_getthreadid_np()); +# endif ++#elif V8_OS_NETBSD ++ return static_cast(_lwp_self()); #else return static_cast(pthread_self()); #endif From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 23:27:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C100D94E; Fri, 20 Feb 2015 23:27:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC593BCF; Fri, 20 Feb 2015 23:27:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KNRLOG055203; Fri, 20 Feb 2015 23:27:21 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KNRLpc055199; Fri, 20 Feb 2015 23:27:21 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201502202327.t1KNRLpc055199@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 20 Feb 2015 23:27:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379471 - head/www/chromium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 20 Feb 2015 23:27:21 -0000 Author: rene Date: Fri Feb 20 23:27:20 2015 New Revision: 379471 URL: https://svnweb.freebsd.org/changeset/ports/379471 QAT: https://qat.redports.org/buildarchive/r379471/ Log: www/chromium: update to 40.0.2214.115 (bugfix release) Changelog: https://chromium.googlesource.com/chromium/src/+log/40.0.2214.111..40.0.2214.115 MFH: 2015Q1 Modified: head/www/chromium/Makefile head/www/chromium/distinfo Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Fri Feb 20 23:24:23 2015 (r379470) +++ head/www/chromium/Makefile Fri Feb 20 23:27:20 2015 (r379471) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 40.0.2214.111 -PORTREVISION= 1 +PORTVERSION= 40.0.2214.115 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Fri Feb 20 23:24:23 2015 (r379470) +++ head/www/chromium/distinfo Fri Feb 20 23:27:20 2015 (r379471) @@ -1,4 +1,4 @@ -SHA256 (chromium-40.0.2214.111.tar.xz) = 9e1f1a661702217a3fa7bf25a0e70d334a236ca67fadc4bebcfa2e8f7328cd49 -SIZE (chromium-40.0.2214.111.tar.xz) = 284978632 -SHA256 (chromium-40.0.2214.111-testdata.tar.xz) = 3f800644e56ea82ed539fcf42d2b654742105108357869f4bbf737a4d6b172eb -SIZE (chromium-40.0.2214.111-testdata.tar.xz) = 115348388 +SHA256 (chromium-40.0.2214.115.tar.xz) = 2261b96dba5747b52512e2391956c54f4e36b9bbaa310b16c7fb0f1e4efba6a5 +SIZE (chromium-40.0.2214.115.tar.xz) = 284973228 +SHA256 (chromium-40.0.2214.115-testdata.tar.xz) = 862a2d2b1afeb7b458f39b65ef1fd4062415dbb7f948d5f463ec31a845369300 +SIZE (chromium-40.0.2214.115-testdata.tar.xz) = 115348788 From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 23:37:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7BC3A9F; Fri, 20 Feb 2015 23:37:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B18E8C8C; Fri, 20 Feb 2015 23:37:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KNb2Tb059969; Fri, 20 Feb 2015 23:37:02 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KNb1TA059967; Fri, 20 Feb 2015 23:37:01 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201502202337.t1KNb1TA059967@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 20 Feb 2015 23:37:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379472 - in head/lang/erlang-runtime17: . 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.18-1 Precedence: list List-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, 20 Feb 2015 23:37:03 -0000 Author: olgeni Date: Fri Feb 20 23:37:01 2015 New Revision: 379472 URL: https://svnweb.freebsd.org/changeset/ports/379472 QAT: https://qat.redports.org/buildarchive/r379472/ Log: Upgrade to version 17.4.1. Added: head/lang/erlang-runtime17/files/patch-otp-17.4.1 (contents, props changed) Modified: head/lang/erlang-runtime17/Makefile Modified: head/lang/erlang-runtime17/Makefile ============================================================================== --- head/lang/erlang-runtime17/Makefile Fri Feb 20 23:27:20 2015 (r379471) +++ head/lang/erlang-runtime17/Makefile Fri Feb 20 23:37:01 2015 (r379472) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 17.4 -PORTREVISION= 2 +PORTVERSION= 17.4.1 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -42,7 +41,7 @@ DTRACE_DESC= Enable DTrace support OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS -ERL_RELEASE= ${PORTVERSION} +ERL_RELEASE= 17.4 USES= gmake perl5 USE_AUTOTOOLS= autoconf:env @@ -187,6 +186,15 @@ post-install: .if ${PORT_OPTIONS:MDOCS} ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} + + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-5.10.4/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-5.10.5 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-5.10.4 + + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.3/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.3.1 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.3 + ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ .endif Added: head/lang/erlang-runtime17/files/patch-otp-17.4.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang-runtime17/files/patch-otp-17.4.1 Fri Feb 20 23:37:01 2015 (r379472) @@ -0,0 +1,1358 @@ +diff --git OTP_VERSION OTP_VERSION +index 5f9cbaa..ae704d6 100644 +--- OTP_VERSION ++++ OTP_VERSION +@@ -1 +1 @@ +-17.4 ++17.4.1 +diff --git erts/doc/src/notes.xml erts/doc/src/notes.xml +index c896ee0..af0d4d7 100644 +--- erts/doc/src/notes.xml ++++ erts/doc/src/notes.xml +@@ -30,6 +30,65 @@ + +

This document describes the changes made to the ERTS application.

+ ++
Erts 6.3.1 ++ ++
Fixed Bugs and Malfunctions ++ ++ ++

++ Fix getifaddrs realloc pointer error

++

++ When a buffer was exhausted and subsequently reallocated, ++ we could get an unsafe pointer pointing to faulty memory.

++

++ For this to occur we would need to have a large number of ++ interfaces and a reallocation of memory to a lower ++ addresses.

++

++ The symptom would be garbage returned from ++ erlang:port_control(Port, 25, []) ++ (prim_inet:getifaddrs(Port) resulting in a badarg) or a ++ segmentation fault.

++

++ Own Id: OTP-12445

++
++ ++

++ Don't close all file descriptors twice in child_setup

++

++ The commit c2b4eab25c907f453a394d382c04cd04e6c06b49 ++ introduced an error in which child_setup erroneously ++ tried to close all file descriptors twice.

++

++ Use closefrom() if available when closing all file ++ descriptors.

++

++ The function closefrom() was only used in the vfork() ++ case before but is now also used in the fork() case if ++ available.

++

++ Own Id: OTP-12446

++
++ ++

++ During a crashdump all file descriptors are closed to ++ ensure the closing of the epmd port and to reserve a file ++ descriptor for the crashdump file.

++

++ If a driver (third party library) cannot handle closing ++ of sockets this could result in a segmentation fault in ++ which case a crashdump would not be produced. This is now ++ fixed by only closing inets sockets via an emergency ++ close callback to the driver and thus closing the epmd ++ socket.

++

++ Own Id: OTP-12447

++
++
++
++ ++
++ +
Erts 6.3 + +
Fixed Bugs and Malfunctions +diff --git erts/emulator/beam/erl_driver.h erts/emulator/beam/erl_driver.h +index f9938fc..e498ac7 100644 +--- erts/emulator/beam/erl_driver.h ++++ erts/emulator/beam/erl_driver.h +@@ -133,7 +133,7 @@ typedef struct { + + #define ERL_DRV_EXTENDED_MARKER (0xfeeeeeed) + #define ERL_DRV_EXTENDED_MAJOR_VERSION 3 +-#define ERL_DRV_EXTENDED_MINOR_VERSION 1 ++#define ERL_DRV_EXTENDED_MINOR_VERSION 2 + + /* + * The emulator will refuse to load a driver with a major version +@@ -361,6 +361,9 @@ typedef struct erl_drv_entry { + /* Called on behalf of driver_select when + it is safe to release 'event'. A typical + unix driver would call close(event) */ ++ void (*emergency_close)(ErlDrvData drv_data); ++ /* called when the port is closed abruptly. ++ specifically when erl_crash_dump is called. */ + /* When adding entries here, dont forget to pad in obsolete/driver.h */ + } ErlDrvEntry; + +diff --git erts/emulator/beam/global.h erts/emulator/beam/global.h +index 891046a..32a2dc4 100644 +--- erts/emulator/beam/global.h ++++ erts/emulator/beam/global.h +@@ -160,6 +160,7 @@ struct erts_driver_t_ { + void (*ready_async)(ErlDrvData drv_data, ErlDrvThreadData thread_data); /* Might be NULL */ + void (*process_exit)(ErlDrvData drv_data, ErlDrvMonitor *monitor); + void (*stop_select)(ErlDrvEvent event, void*); /* Might be NULL */ ++ void (*emergency_close)(ErlDrvData drv_data); /* Might be NULL */ + }; + + extern erts_driver_t *driver_list; +@@ -852,6 +853,7 @@ Uint erts_port_ioq_size(Port *pp); + void erts_stale_drv_select(Eterm, ErlDrvPort, ErlDrvEvent, int, int); + + Port *erts_get_heart_port(void); ++void erts_emergency_close_ports(void); + + #if defined(ERTS_SMP) && defined(ERTS_ENABLE_LOCK_COUNT) + void erts_lcnt_enable_io_lock_count(int enable); +diff --git erts/emulator/beam/io.c erts/emulator/beam/io.c +index 9ae973e..012a7d1 100644 +--- erts/emulator/beam/io.c ++++ erts/emulator/beam/io.c +@@ -7349,6 +7349,8 @@ no_stop_select_callback(ErlDrvEvent event, void* private) + erts_send_error_to_logger_nogl(dsbufp); + } + ++#define IS_DRIVER_VERSION_GE(DE,MAJOR,MINOR) \ ++ ((DE)->major_version >= (MAJOR) && (DE)->minor_version >= (MINOR)) + + static int + init_driver(erts_driver_t *drv, ErlDrvEntry *de, DE_Handle *handle) +@@ -7396,6 +7398,7 @@ init_driver(erts_driver_t *drv, ErlDrvEntry *de, DE_Handle *handle) + drv->timeout = de->timeout ? de->timeout : no_timeout_callback; + drv->ready_async = de->ready_async; + drv->process_exit = de->process_exit; ++ drv->emergency_close = IS_DRIVER_VERSION_GE(de,3,2) ? de->emergency_close : NULL; + if (de->stop_select) + drv->stop_select = de->stop_select; + else +@@ -7414,6 +7417,8 @@ init_driver(erts_driver_t *drv, ErlDrvEntry *de, DE_Handle *handle) + } + } + ++#undef IS_DRIVER_VERSION_GE ++ + void + erts_destroy_driver(erts_driver_t *drv) + { +@@ -7557,7 +7562,7 @@ Port *erts_get_heart_port(void) + if (!port) + continue; + /* only examine undead or alive ports */ +- if (erts_atomic32_read_nob(&port->state) & ERTS_PORT_SFLGS_DEAD) ++ if (erts_atomic32_read_nob(&port->state) & ERTS_PORT_SFLGS_INVALID_DRIVER_LOOKUP) + continue; + /* immediate atom compare */ + reg = port->common.u.alive.reg; +@@ -7568,3 +7573,23 @@ Port *erts_get_heart_port(void) + + return NULL; + } ++ ++void erts_emergency_close_ports(void) ++{ ++ int ix, max = erts_ptab_max(&erts_port); ++ ++ for (ix = 0; ix < max; ix++) { ++ Port *port = erts_pix2port(ix); ++ ++ if (!port) ++ continue; ++ /* only examine undead or alive ports */ ++ if (erts_atomic32_read_nob(&port->state) & ERTS_PORT_SFLGS_INVALID_DRIVER_LOOKUP) ++ continue; ++ ++ /* emergency close socket */ ++ if (port->drv_ptr->emergency_close) { ++ port->drv_ptr->emergency_close((ErlDrvData) port->drv_data); ++ } ++ } ++} +diff --git erts/emulator/drivers/common/inet_drv.c erts/emulator/drivers/common/inet_drv.c +index db8a251..04721d2 100644 +--- erts/emulator/drivers/common/inet_drv.c ++++ erts/emulator/drivers/common/inet_drv.c +@@ -268,14 +268,13 @@ static BOOL (WINAPI *fpSetHandleInformation)(HANDLE,DWORD,DWORD); + #define sock_htonl(x) htonl((x)) + #define sock_send(s,buf,len,flag) send((s),(buf),(len),(flag)) + #define sock_sendv(s, vec, size, np, flag) \ +- WSASend((s),(WSABUF*)(vec),\ +- (size),(np),(flag),NULL,NULL) ++ WSASend((s),(WSABUF*)(vec),(size),(np),(flag),NULL,NULL) + #define sock_recv(s,buf,len,flag) recv((s),(buf),(len),(flag)) + + #define sock_recvfrom(s,buf,blen,flag,addr,alen) \ +- recvfrom((s),(buf),(blen),(flag),(addr),(alen)) ++ recvfrom((s),(buf),(blen),(flag),(addr),(alen)) + #define sock_sendto(s,buf,blen,flag,addr,alen) \ +- sendto((s),(buf),(blen),(flag),(addr),(alen)) ++ sendto((s),(buf),(blen),(flag),(addr),(alen)) + #define sock_hostname(buf, len) gethostname((buf), (len)) + + #define sock_getservbyname(name,proto) getservbyname((name),(proto)) +@@ -360,9 +359,9 @@ static ssize_t writev_fallback(int fd, const struct iovec *iov, int iovcnt, int + #define sock_accept(s, addr, len) accept((s), (addr), (len)) + #define sock_send(s,buf,len,flag) inet_send((s),(buf),(len),(flag)) + #define sock_sendto(s,buf,blen,flag,addr,alen) \ +- sendto((s),(buf),(blen),(flag),(addr),(alen)) ++ sendto((s),(buf),(blen),(flag),(addr),(alen)) + #define sock_sendv(s, vec, size, np, flag) \ +- (*(np) = writev_fallback((s), (struct iovec*)(vec), (size), (*(np)))) ++ (*(np) = writev_fallback((s), (struct iovec*)(vec), (size), (*(np)))) + #define sock_sendmsg(s,msghdr,flag) sendmsg((s),(msghdr),(flag)) + + #define sock_open(af, type, proto) socket((af), (type), (proto)) +@@ -1178,6 +1177,7 @@ static ErlDrvSSizeT tcp_inet_ctl(ErlDrvData, unsigned int, + static void tcp_inet_timeout(ErlDrvData); + static void tcp_inet_process_exit(ErlDrvData, ErlDrvMonitor *); + static void inet_stop_select(ErlDrvEvent, void*); ++static void inet_emergency_close(ErlDrvData); + #ifdef __WIN32__ + static void tcp_inet_event(ErlDrvData, ErlDrvEvent); + static void find_dynamic_functions(void); +@@ -1288,7 +1288,8 @@ static struct erl_drv_entry tcp_inet_driver_entry = + ERL_DRV_FLAG_USE_PORT_LOCKING|ERL_DRV_FLAG_SOFT_BUSY, + NULL, + tcp_inet_process_exit, +- inet_stop_select ++ inet_stop_select, ++ inet_emergency_close + }; + + +@@ -1341,7 +1342,8 @@ static struct erl_drv_entry udp_inet_driver_entry = + ERL_DRV_FLAG_USE_PORT_LOCKING, + NULL, + NULL, +- inet_stop_select ++ inet_stop_select, ++ inet_emergency_close + }; + #endif + +@@ -1375,7 +1377,8 @@ static struct erl_drv_entry sctp_inet_driver_entry = + ERL_DRV_FLAG_USE_PORT_LOCKING, + NULL, + NULL, /* process_exit */ +- inet_stop_select ++ inet_stop_select, ++ inet_emergency_close + }; + #endif + +@@ -1421,7 +1424,7 @@ static int packet_inet_input(udp_descriptor* udesc, HANDLE event); + static int packet_inet_output(udp_descriptor* udesc, HANDLE event); + #endif + +-/* convert descriptor poiner to inet_descriptor pointer */ ++/* convert descriptor pointer to inet_descriptor pointer */ + #define INETP(d) (&(d)->inet) + + #ifdef __OSE__ +@@ -4721,6 +4724,36 @@ static char* sockaddr_to_buf(struct sockaddr* addr, char* ptr, char* end) + return NULL; + } + ++/* sockaddr_bufsz_need ++ * Returns the number of bytes needed to store the information ++ * through sockaddr_to_buf ++ */ ++ ++static size_t sockaddr_bufsz_need(struct sockaddr* addr) ++{ ++ if (addr->sa_family == AF_INET || addr->sa_family == 0) { ++ return 1 + sizeof(struct in_addr); ++ } ++#if defined(HAVE_IN6) && defined(AF_INET6) ++ else if (addr->sa_family == AF_INET6) { ++ return 1 + sizeof(struct in6_addr); ++ } ++#endif ++#if defined(AF_LINK) ++ if (addr->sa_family == AF_LINK) { ++ struct sockaddr_dl *sdl_p = (struct sockaddr_dl*) addr; ++ return 2 + sdl_p->sdl_alen; ++ } ++#endif ++#if defined(AF_PACKET) && defined(HAVE_NETPACKET_PACKET_H) ++ else if(addr->sa_family == AF_PACKET) { ++ struct sockaddr_ll *sll_p = (struct sockaddr_ll*) addr; ++ return 2 + sll_p->sll_halen; ++ } ++#endif ++ return 0; ++} ++ + static char* buf_to_sockaddr(char* ptr, char* end, struct sockaddr* addr) + { + buf_check(ptr,end,1); +@@ -5799,6 +5832,11 @@ done: + } + + #elif defined(HAVE_GETIFADDRS) ++#ifdef DEBUG ++#define GETIFADDRS_BUFSZ (1) ++#else ++#define GETIFADDRS_BUFSZ (512) ++#endif + + static ErlDrvSSizeT inet_ctl_getifaddrs(inet_descriptor* desc_p, + char **rbuf_pp, ErlDrvSizeT rsize) +@@ -5809,15 +5847,15 @@ static ErlDrvSSizeT inet_ctl_getifaddrs(inet_descriptor* desc_p, + char *buf_p; + char *buf_alloc_p; + +- buf_size = 512; +- buf_alloc_p = ALLOC(buf_size); ++ buf_size = GETIFADDRS_BUFSZ; ++ buf_alloc_p = ALLOC(GETIFADDRS_BUFSZ); + buf_p = buf_alloc_p; + # define BUF_ENSURE(Size) \ + do { \ + int NEED_, GOT_ = buf_p - buf_alloc_p; \ + NEED_ = GOT_ + (Size); \ + if (NEED_ > buf_size) { \ +- buf_size = NEED_ + 512; \ ++ buf_size = NEED_ + GETIFADDRS_BUFSZ; \ + buf_alloc_p = REALLOC(buf_alloc_p, buf_size); \ + buf_p = buf_alloc_p + GOT_; \ + } \ +@@ -5830,7 +5868,7 @@ static ErlDrvSSizeT inet_ctl_getifaddrs(inet_descriptor* desc_p, + while (! (P_ = sockaddr_to_buf((sa), buf_p, \ + buf_alloc_p+buf_size))) { \ + int GOT_ = buf_p - buf_alloc_p; \ +- buf_size += 512; \ ++ buf_size += GETIFADDRS_BUFSZ; \ + buf_alloc_p = REALLOC(buf_alloc_p, buf_size); \ + buf_p = buf_alloc_p + GOT_; \ + } \ +@@ -5887,10 +5925,11 @@ static ErlDrvSSizeT inet_ctl_getifaddrs(inet_descriptor* desc_p, + || ifa_p->ifa_addr->sa_family == AF_PACKET + #endif + ) { +- char *bp = buf_p; +- BUF_ENSURE(1); +- SOCKADDR_TO_BUF(INET_IFOPT_HWADDR, ifa_p->ifa_addr); +- if (buf_p - bp < 4) buf_p = bp; /* Empty hwaddr */ ++ size_t need = sockaddr_bufsz_need(ifa_p->ifa_addr); ++ if (need > 3) { ++ BUF_ENSURE(1 + need); ++ SOCKADDR_TO_BUF(INET_IFOPT_HWADDR, ifa_p->ifa_addr); ++ } + } + #endif + } +@@ -5905,6 +5944,7 @@ static ErlDrvSSizeT inet_ctl_getifaddrs(inet_descriptor* desc_p, + return buf_size; + # undef BUF_ENSURE + } ++#undef GETIFADDRS_BUFSZ + + #else + +@@ -8204,6 +8244,19 @@ static void inet_stop(inet_descriptor* desc) + FREE(desc); + } + ++static void inet_emergency_close(ErlDrvData data) ++{ ++ /* valid for any (UDP, TCP or SCTP) descriptor */ ++ tcp_descriptor* tcp_desc = (tcp_descriptor*)data; ++ inet_descriptor* desc = INETP(tcp_desc); ++ DEBUGF(("inet_emergency_close(%ld) {s=%d\r\n", ++ (long)desc->port, desc->s)); ++ if (desc->s != INVALID_SOCKET) { ++ sock_close(desc->s); ++ } ++} ++ ++ + static void set_default_msgq_limits(ErlDrvPort port) + { + ErlDrvSizeT q_high = INET_HIGH_MSGQ_WATERMARK; +diff --git erts/emulator/sys/unix/erl_child_setup.c erts/emulator/sys/unix/erl_child_setup.c +index 94eb6b1..5ad92da 100644 +--- erts/emulator/sys/unix/erl_child_setup.c ++++ erts/emulator/sys/unix/erl_child_setup.c +@@ -101,7 +101,9 @@ main(int argc, char *argv[]) + if (sscanf(argv[CS_ARGV_FD_CR_IX], "%d:%d", &from, &to) != 2) + return 1; + +-#if defined(__ANDROID__) ++#if defined(HAVE_CLOSEFROM) ++ closefrom(from); ++#elif defined(__ANDROID__) + for (i = from; i <= to; i++) { + if (i!=__system_properties_fd) + (void) close(i); +@@ -109,13 +111,6 @@ main(int argc, char *argv[]) + #else + for (i = from; i <= to; i++) + (void) close(i); +-#endif /* __ANDROID__ */ +- +-#if defined(HAVE_CLOSEFROM) +- closefrom(from); +-#else +- for (i = from; i <= to; i++) +- (void) close(i); + #endif + + if (!(argv[CS_ARGV_WD_IX][0] == '.' && argv[CS_ARGV_WD_IX][1] == '\0') +@@ -147,8 +142,6 @@ main(int argc, char *argv[]) + return 1; + } + +- +- + #if defined(__ANDROID__) + int __system_properties_fd(void) + { +diff --git erts/emulator/sys/unix/sys.c erts/emulator/sys/unix/sys.c +index 0d677d5..cd87b32 100644 +--- erts/emulator/sys/unix/sys.c ++++ erts/emulator/sys/unix/sys.c +@@ -202,8 +202,6 @@ static erts_smp_atomic_t sys_misc_mem_sz; + #if defined(ERTS_SMP) + static void smp_sig_notify(char c); + static int sig_notify_fds[2] = {-1, -1}; +-#elif defined(USE_THREADS) +-static int async_fd[2]; + #endif + + #if CHLDWTHR || defined(ERTS_SMP) +@@ -246,6 +244,8 @@ static void note_child_death(int, int); + static void* child_waiter(void *); + #endif + ++static int crashdump_companion_cube_fd = -1; ++ + /********************* General functions ****************************/ + + /* This is used by both the drivers and general I/O, must be set early */ +@@ -575,6 +575,14 @@ erts_sys_pre_init(void) + close(fd); + } + ++ /* We need a file descriptor to close in the crashdump creation. ++ * We close this one to be sure we can get a fd for our real file ... ++ * so, we create one here ... a stone to carry all the way home. ++ */ ++ ++ crashdump_companion_cube_fd = open("/dev/null", O_RDONLY); ++ ++ /* don't lose it, there will be cake */ + } + + void +@@ -719,14 +727,13 @@ static ERTS_INLINE int + prepare_crash_dump(int secs) + { + #define NUFBUF (3) +- int i, max; ++ int i; + char env[21]; /* enough to hold any 64-bit integer */ + size_t envsz; + DeclareTmpHeapNoproc(heap,NUFBUF); + Port *heart_port; + Eterm *hp = heap; + Eterm list = NIL; +- int heart_fd[2] = {-1,-1}; + int has_heart = 0; + + UseTmpHeapNoproc(NUFBUF); +@@ -749,43 +756,22 @@ prepare_crash_dump(int secs) + alarm((unsigned int)secs); + } + ++ /* close all viable sockets via emergency close callbacks. ++ * Specifically we want to close epmd sockets. ++ */ ++ ++ erts_emergency_close_ports(); ++ + if (heart_port) { +- /* hearts input fd +- * We "know" drv_data is the in_fd since the port is started with read|write +- */ +- heart_fd[0] = (int)heart_port->drv_data; +- heart_fd[1] = (int)driver_data[heart_fd[0]].ofd; +- has_heart = 1; +- ++ has_heart = 1; + list = CONS(hp, make_small(8), list); hp += 2; +- + /* send to heart port, CMD = 8, i.e. prepare crash dump =o */ + erts_port_output(NULL, ERTS_PORT_SIG_FLG_FORCE_IMM_CALL, heart_port, + heart_port->common.id, list, NULL); + } + +- /* Make sure we unregister at epmd (unknown fd) and get at least +- one free filedescriptor (for erl_crash.dump) */ +- +- max = max_files; +- if (max < 1024) +- max = 1024; +- for (i = 3; i < max; i++) { +-#if defined(ERTS_SMP) +- /* We don't want to close the signal notification pipe... */ +- if (i == sig_notify_fds[0] || i == sig_notify_fds[1]) +- continue; +-#elif defined(USE_THREADS) +- /* We don't want to close the async notification pipe... */ +- if (i == async_fd[0] || i == async_fd[1]) +- continue; +-#endif +- /* We don't want to close our heart yet ... */ +- if (i == heart_fd[0] || i == heart_fd[1]) +- continue; +- +- close(i); +- } ++ /* Make sure we have a fd for our crashdump file. */ ++ close(crashdump_companion_cube_fd); + + envsz = sizeof(env); + i = erts_sys_getenv__("ERL_CRASH_DUMP_NICE", env, &envsz); +@@ -1574,9 +1560,13 @@ static ErlDrvData spawn_start(ErlDrvPort port_num, char* name, SysDriverOpts* op + goto child_error; + } + ++#if defined(HAVE_CLOSEFROM) ++ closefrom(opts->use_stdio ? 3 : 5); ++#else + for (i = opts->use_stdio ? 3 : 5; i < max_files; i++) + (void) close(i); +- ++#endif ++ + if (opts->wd && chdir(opts->wd) < 0) + goto child_error; + +diff --git erts/vsn.mk erts/vsn.mk +index d0dc8f7..e4b071b 100644 +--- erts/vsn.mk ++++ erts/vsn.mk +@@ -17,7 +17,7 @@ + # %CopyrightEnd% + # + +-VSN = 6.3 ++VSN = 6.3.1 + + # Port number 4365 in 4.2 + # Port number 4366 in 4.3 +diff --git lib/inets/doc/src/httpd.xml lib/inets/doc/src/httpd.xml +index 4ca038c..20c8a6b 100644 +--- lib/inets/doc/src/httpd.xml ++++ lib/inets/doc/src/httpd.xml +@@ -4,7 +4,7 @@ + +
+ +- 19972013 ++ 19972015 + Ericsson AB. All Rights Reserved. + + +@@ -249,7 +249,16 @@ +

Limits the size of the message header of HTTP request. + Defaults to 10240.

+ +- ++ ++ ++ {max_content_length, integer()} ++ ++

Maximum Content-Length in an incoming request, in bytes. Requests ++ with content larger than this are answered with Status 413. ++ Defaults to 100000000 (100 MB). ++

++
++ + + {max_uri_size, integer()} + +diff --git lib/inets/doc/src/notes.xml lib/inets/doc/src/notes.xml +index fb70344..7f73aa5 100644 +--- lib/inets/doc/src/notes.xml ++++ lib/inets/doc/src/notes.xml +@@ -32,7 +32,40 @@ + notes.xml +
+ +-
Inets 5.10.4 ++
Inets 5.10.5 ++ ++
Fixed Bugs and Malfunctions ++ ++ ++

++ mod_alias now handles https-URIs properly

++

++ Consistent view of configuration parameter ++ keep_alive_timeout, should be presented in the ++ httpd:info/[1,2] function in the same unit as it is ++ inputted.

++

++ Own Id: OTP-12436 Aux Id: seq12786

++
++
++
++ ++ ++
Improvements and New Features ++ ++ ++

++ Gracefully handle invalid content-lenght headers instead ++ of crashing in list_to_integer.

++

++ Own Id: OTP-12429

++
++
++
++ ++
++ ++
Inets 5.10.4 + +
Fixed Bugs and Malfunctions + +diff --git lib/inets/src/http_lib/http_internal.hrl lib/inets/src/http_lib/http_internal.hrl +index 53b776c..5442574 100644 +--- lib/inets/src/http_lib/http_internal.hrl ++++ lib/inets/src/http_lib/http_internal.hrl +@@ -1,7 +1,7 @@ + %% + %% %CopyrightBegin% + %% +-%% Copyright Ericsson AB 2002-2014. All Rights Reserved. ++%% Copyright Ericsson AB 2002-2015. All Rights Reserved. + %% + %% The contents of this file are subject to the Erlang Public License, + %% Version 1.1, (the "License"); you may not use this file except in +@@ -28,6 +28,7 @@ + -define(HTTP_MAX_URI_SIZE, nolimit). + -define(HTTP_MAX_VERSION_STRING, 8). + -define(HTTP_MAX_METHOD_STRING, 20). ++-define(HTTP_MAX_CONTENT_LENGTH, 100000000). + + -ifndef(HTTP_DEFAULT_SSL_KIND). + -define(HTTP_DEFAULT_SSL_KIND, essl). +diff --git lib/inets/src/http_lib/http_request.erl lib/inets/src/http_lib/http_request.erl +index f295453..a0833dd 100644 +--- lib/inets/src/http_lib/http_request.erl ++++ lib/inets/src/http_lib/http_request.erl +@@ -1,7 +1,7 @@ + %% + %% %CopyrightBegin% + %% +-%% Copyright Ericsson AB 2005-2014. All Rights Reserved. ++%% Copyright Ericsson AB 2005-2015. All Rights Reserved. + %% + %% The contents of this file are subject to the Erlang Public License, + %% Version 1.1, (the "License"); you may not use this file except in +@@ -21,8 +21,16 @@ + + -include("http_internal.hrl"). + +--export([headers/2, http_headers/1, is_absolut_uri/1]). ++-export([headers/2, http_headers/1, is_absolut_uri/1, key_value/1]). + ++ ++key_value(KeyValueStr) -> ++ case lists:splitwith(fun($:) -> false; (_) -> true end, KeyValueStr) of ++ {Key, [$: | Value]} -> ++ {http_util:to_lower(string:strip(Key)), string:strip(Value)}; ++ {_, []} -> ++ undefined ++ end. + %%------------------------------------------------------------------------- + %% headers(HeaderList, #http_request_h{}) -> #http_request_h{} + %% HeaderList - ["HeaderField:Value"] +@@ -34,14 +42,12 @@ + %%------------------------------------------------------------------------- + headers([], Headers) -> + Headers; +-headers([Header | Tail], Headers) -> +- case lists:splitwith(fun($:) -> false; (_) -> true end, Header) of +- {Key, [$: | Value]} -> +- headers(Tail, headers(http_util:to_lower(string:strip(Key)), +- string:strip(Value), Headers)); +- {_, []} -> +- headers(Tail, Headers) +- end. ++headers([{Key, Value} | Tail], Headers) -> ++ headers(Tail, headers(Key, Value, Headers)); ++headers([undefined], Headers) -> ++ Headers; ++headers(KeyValues, Headers) -> ++ headers([key_value(KeyValue) || KeyValue <- KeyValues], Headers). + + %%------------------------------------------------------------------------- + %% headers(#http_request_h{}) -> HeaderList +diff --git lib/inets/src/http_server/httpd_conf.erl lib/inets/src/http_server/httpd_conf.erl +index 27446ca..55698d5 100644 +--- lib/inets/src/http_server/httpd_conf.erl ++++ lib/inets/src/http_server/httpd_conf.erl +@@ -1,7 +1,7 @@ + %% + %% %CopyrightBegin% + %% +-%% Copyright Ericsson AB 1997-2013. All Rights Reserved. ++%% Copyright Ericsson AB 1997-2015. All Rights Reserved. + %% + %% The contents of this file are subject to the Erlang Public License, + %% Version 1.1, (the "License"); you may not use this file except in +@@ -205,13 +205,13 @@ load("MaxURISize " ++ MaxHeaderSize, []) -> + " is an invalid number of MaxHeaderSize")} + end; + +-load("MaxBodySize " ++ MaxBodySize, []) -> +- case make_integer(MaxBodySize) of ++load("MaxContentLength " ++ Max, []) -> ++ case make_integer(Max) of + {ok, Integer} -> +- {ok, [], {max_body_size,Integer}}; ++ {ok, [], {max_content_length, Integer}}; + {error, _} -> +- {error, ?NICE(clean(MaxBodySize) ++ +- " is an invalid number of MaxBodySize")} ++ {error, ?NICE(clean(Max) ++ ++ " is an invalid number of MaxContentLength")} + end; + + load("ServerName " ++ ServerName, []) -> +@@ -337,7 +337,7 @@ load("MaxKeepAliveRequest " ++ MaxRequests, []) -> + load("KeepAliveTimeout " ++ Timeout, []) -> + case make_integer(Timeout) of + {ok, Integer} -> +- {ok, [], {keep_alive_timeout, Integer*1000}}; ++ {ok, [], {keep_alive_timeout, Integer}}; + {error, _} -> + {error, ?NICE(clean(Timeout)++" is an invalid KeepAliveTimeout")} + end; +@@ -569,6 +569,12 @@ validate_config_params([{max_body_size, Value} | Rest]) + validate_config_params([{max_body_size, Value} | _]) -> + throw({max_body_size, Value}); + ++validate_config_params([{max_content_length, Value} | Rest]) ++ when is_integer(Value) andalso (Value > 0) -> ++ validate_config_params(Rest); ++validate_config_params([{max_content_length, Value} | _]) -> ++ throw({max_content_length, Value}); ++ + validate_config_params([{server_name, Value} | Rest]) + when is_list(Value) -> + validate_config_params(Rest); +@@ -635,7 +641,7 @@ validate_config_params([{max_keep_alive_request, Value} | Rest]) + when is_integer(Value) andalso (Value > 0) -> + validate_config_params(Rest); + validate_config_params([{max_keep_alive_request, Value} | _]) -> +- throw({max_header_size, Value}); ++ throw({max_keep_alive_request, Value}); + + validate_config_params([{keep_alive_timeout, Value} | Rest]) + when is_integer(Value) andalso (Value >= 0) -> +@@ -799,7 +805,7 @@ store({server_tokens, ServerTokens} = Entry, _ConfigList) -> + Server = server(ServerTokens), + {ok, [Entry, {server, Server}]}; + store({keep_alive_timeout, KeepAliveTimeout}, _ConfigList) -> +- {ok, {keep_alive_timeout, KeepAliveTimeout * 1000}}; ++ {ok, {keep_alive_timeout, KeepAliveTimeout}}; + store(ConfigListEntry, _ConfigList) -> + {ok, ConfigListEntry}. + +diff --git lib/inets/src/http_server/httpd_request.erl lib/inets/src/http_server/httpd_request.erl +index 712c735..6985065 100644 +--- lib/inets/src/http_server/httpd_request.erl ++++ lib/inets/src/http_server/httpd_request.erl +@@ -1,7 +1,7 @@ + %% + %% %CopyrightBegin% + %% +-%% Copyright Ericsson AB 2005-2014. All Rights Reserved. ++%% Copyright Ericsson AB 2005-2015. All Rights Reserved. + %% + %% The contents of this file are subject to the Erlang Public License, + %% Version 1.1, (the "License"); you may not use this file except in +@@ -118,18 +118,17 @@ validate(Method, Uri, Version) -> + %% create it. + %% ---------------------------------------------------------------------- + update_mod_data(ModData, Method, RequestURI, HTTPVersion, Headers)-> +- ParsedHeaders = tagup_header(Headers), +- PersistentConn = get_persistens(HTTPVersion, ParsedHeaders, ++ PersistentConn = get_persistens(HTTPVersion, Headers, + ModData#mod.config_db), + {ok, ModData#mod{data = [], + method = Method, + absolute_uri = format_absolute_uri(RequestURI, +- ParsedHeaders), ++ Headers), + request_uri = format_request_uri(RequestURI), + http_version = HTTPVersion, + request_line = Method ++ " " ++ RequestURI ++ + " " ++ HTTPVersion, +- parsed_header = ParsedHeaders, ++ parsed_header = Headers, + connection = PersistentConn}}. + + %%%======================================================================== +@@ -146,14 +145,14 @@ parse_method(_, _, _, Max, _, _) -> + %% We do not know the version of the client as it comes after the + %% method send the lowest version in the response so that the client + %% will be able to handle it. +- {error, {too_long, Max, 413, "Method unreasonably long"}, lowest_version()}. ++ {error, {size_error, Max, 413, "Method unreasonably long"}, lowest_version()}. + + parse_uri(_, _, Current, MaxURI, _, _) + when (Current > MaxURI) andalso (MaxURI =/= nolimit) -> + %% We do not know the version of the client as it comes after the + %% uri send the lowest version in the response so that the client + %% will be able to handle it. +- {error, {too_long, MaxURI, 414, "URI unreasonably long"},lowest_version()}; ++ {error, {size_error, MaxURI, 414, "URI unreasonably long"},lowest_version()}; + parse_uri(<<>>, URI, Current, Max, MaxSizes, Result) -> + {?MODULE, parse_uri, [URI, Current, Max, MaxSizes, Result]}; + parse_uri(<>, URI, _, _, MaxSizes, Result) -> +@@ -179,12 +178,12 @@ parse_version(<> = Data, Version, Current, Max, MaxSizes, Result) -> + parse_version(<>, Version, Current, Max, MaxSizes, Result) when Current =< Max -> + parse_version(Rest, [Octet | Version], Current + 1, Max, MaxSizes, Result); + parse_version(_, _, _, Max,_,_) -> +- {error, {too_long, Max, 413, "Version string unreasonably long"}, lowest_version()}. ++ {error, {size_error, Max, 413, "Version string unreasonably long"}, lowest_version()}. + + parse_headers(_, _, _, Current, Max, _, Result) + when Max =/= nolimit andalso Current > Max -> + HttpVersion = lists:nth(3, lists:reverse(Result)), +- {error, {too_long, Max, 413, "Headers unreasonably long"}, HttpVersion}; ++ {error, {size_error, Max, 413, "Headers unreasonably long"}, HttpVersion}; + + parse_headers(<<>>, Header, Headers, Current, Max, MaxSizes, Result) -> + {?MODULE, parse_headers, [<<>>, Header, Headers, Current, Max, +@@ -204,14 +203,22 @@ parse_headers(<>, [], [], _, _, _, Result) -> + Result])), + {ok, NewResult}; + parse_headers(<>, Header, Headers, _, _, +- _, Result) -> +- HTTPHeaders = [lists:reverse(Header) | Headers], +- RequestHeaderRcord = +- http_request:headers(HTTPHeaders, #http_request_h{}), +- NewResult = +- list_to_tuple(lists:reverse([Body, {RequestHeaderRcord, +- HTTPHeaders} | Result])), +- {ok, NewResult}; ++ MaxSizes, Result) -> ++ case http_request:key_value(lists:reverse(Header)) of ++ undefined -> %% Skip headers with missing : ++ {ok, list_to_tuple(lists:reverse([Body, {http_request:headers(Headers, #http_request_h{}), Headers} | Result]))}; ++ NewHeader -> ++ case check_header(NewHeader, MaxSizes) of ++ ok -> ++ {ok, list_to_tuple(lists:reverse([Body, {http_request:headers([NewHeader | Headers], ++ #http_request_h{}), ++ [NewHeader | Headers]} | Result]))}; ++ ++ {error, Reason} -> ++ HttpVersion = lists:nth(3, lists:reverse(Result)), ++ {error, Reason, HttpVersion} ++ end ++ end; + + parse_headers(<> = Data, Header, Headers, Current, Max, + MaxSizes, Result) -> +@@ -243,8 +250,21 @@ parse_headers(<>, Header, Headers, Current, Max, + MaxSizes, Result); + parse_headers(<>, Header, Headers, _, Max, + MaxSizes, Result) -> +- parse_headers(Rest, [Octet], [lists:reverse(Header) | Headers], +- 0, Max, MaxSizes, Result); ++ case http_request:key_value(lists:reverse(Header)) of ++ undefined -> %% Skip headers with missing : ++ parse_headers(Rest, [Octet], Headers, ++ 0, Max, MaxSizes, Result); ++ NewHeader -> ++ case check_header(NewHeader, MaxSizes) of ++ ok -> ++ parse_headers(Rest, [Octet], [NewHeader | Headers], ++ 0, Max, MaxSizes, Result); ++ {error, Reason} -> ++ HttpVersion = lists:nth(3, lists:reverse(Result)), ++ {error, Reason, HttpVersion} ++ end ++ end; ++ + parse_headers(<> = Data, Header, Headers, Current, Max, + MaxSizes, Result) -> + {?MODULE, parse_headers, [Data, Header, Headers, Current, Max, +@@ -388,29 +408,25 @@ get_persistens(HTTPVersion,ParsedHeader,ConfigDB)-> + false + end. + +- +-%%---------------------------------------------------------------------- +-%% tagup_header +-%% +-%% Parses the header of a HTTP request and returns a key,value tuple +-%% list containing Name and Value of each header directive as of: +-%% +-%% Content-Type: multipart/mixed -> {"Content-Type", "multipart/mixed"} +-%% +-%% But in http/1.1 the field-names are case insencitive so now it must be +-%% Content-Type: multipart/mixed -> {"content-type", "multipart/mixed"} +-%% The standard furthermore says that leading and traling white space +-%% is not a part of the fieldvalue and shall therefore be removed. +-%%---------------------------------------------------------------------- +-tagup_header([]) -> []; +-tagup_header([Line|Rest]) -> [tag(Line, [])|tagup_header(Rest)]. +- +-tag([], Tag) -> +- {http_util:to_lower(lists:reverse(Tag)), ""}; +-tag([$:|Rest], Tag) -> +- {http_util:to_lower(lists:reverse(Tag)), string:strip(Rest)}; +-tag([Chr|Rest], Tag) -> +- tag(Rest, [Chr|Tag]). +- + lowest_version()-> + "HTTP/0.9". ++ ++check_header({"content-length", Value}, Maxsizes) -> ++ Max = proplists:get_value(max_content_length, Maxsizes), ++ MaxLen = length(integer_to_list(Max)), ++ case length(Value) =< MaxLen of ++ true -> ++ try ++ _ = list_to_integer(Value), ++ ok ++ catch _:_ -> ++ {error, {size_error, Max, 411, "content-length not an integer"}} ++ end; ++ false -> ++ {error, {size_error, Max, 413, "content-length unreasonably long"}} ++ end; ++check_header(_, _) -> ++ ok. ++ ++ ++ +diff --git lib/inets/src/http_server/httpd_request_handler.erl lib/inets/src/http_server/httpd_request_handler.erl +index 9bea58c..f7a9fe5 100644 +--- lib/inets/src/http_server/httpd_request_handler.erl ++++ lib/inets/src/http_server/httpd_request_handler.erl +@@ -1,7 +1,7 @@ + %% + %% %CopyrightBegin% + %% +-%% Copyright Ericsson AB 1997-2014. All Rights Reserved. *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Fri Feb 20 23:51:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D141DC93; Fri, 20 Feb 2015 23:51:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA7EEE1E; Fri, 20 Feb 2015 23:51:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KNpwRG068803; Fri, 20 Feb 2015 23:51:58 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KNpu2X068788; Fri, 20 Feb 2015 23:51:56 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201502202351.t1KNpu2X068788@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 20 Feb 2015 23:51:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379473 - in head: Mk lang lang/ruby22 lang/ruby22/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.18-1 Precedence: list List-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, 20 Feb 2015 23:51:59 -0000 Author: swills Date: Fri Feb 20 23:51:55 2015 New Revision: 379473 URL: https://svnweb.freebsd.org/changeset/ports/379473 QAT: https://qat.redports.org/buildarchive/r379473/ Log: Add Ruby 2.2.0 Differential Revision: D1457 Submitted by: sunpoet Reviewed by: swills (myself) Added: head/lang/ruby22/ - copied from r376993, head/lang/ruby21/ head/lang/ruby22/files/extra-vm_dump.c (contents, props changed) head/lang/ruby22/files/patch-ext_readline_extconf.rb (contents, props changed) Modified: head/Mk/bsd.ruby.mk head/lang/Makefile head/lang/ruby22/Makefile head/lang/ruby22/distinfo head/lang/ruby22/files/patch-tool_mkconfig.rb head/lang/ruby22/files/patch-tool_rbinstall.rb head/lang/ruby22/pkg-plist Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Fri Feb 20 23:37:01 2015 (r379472) +++ head/Mk/bsd.ruby.mk Fri Feb 20 23:51:55 2015 (r379473) @@ -180,13 +180,7 @@ RUBY_RELVERSION= 1.9.3 RUBY_PORTREVISION= 2 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 551 - -# -# PLIST_SUB helpers -# -RUBY19= "" -RUBY20= "@comment " -RUBY21= "@comment " +RUBY19= "" # PLIST_SUB helpers . elif ${RUBY_VER} == 2.0 # @@ -196,13 +190,7 @@ RUBY_RELVERSION= 2.0.0 RUBY_PORTREVISION= 2 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 598 - -# -# PLIST_SUB helpers -# -RUBY19= "@comment " -RUBY20= "" -RUBY21= "@comment " +RUBY20= "" # PLIST_SUB helpers . elif ${RUBY_VER} == 2.1 # @@ -212,22 +200,31 @@ RUBY_RELVERSION= 2.1.5 RUBY_PORTREVISION= 2 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 +RUBY21= "" # PLIST_SUB helpers +. elif ${RUBY_VER} == 2.2 # -# PLIST_SUB helpers +# Ruby 2.2 # -RUBY19= "@comment " -RUBY20= "@comment " -RUBY21= "" +RUBY_RELVERSION= 2.2.0 +RUBY_PORTREVISION= 0 +RUBY_PORTEPOCH= 0 +RUBY_PATCHLEVEL= 0 +RUBY22= "" # PLIST_SUB helpers . else # # Other versions # -IGNORE= Only ruby 1.9, 2.0 and 2.1 are supported +IGNORE= Only ruby 1.9, 2.0, 2.1 and 2.2 are supported . endif .endif # defined(RUBY_VER) +RUBY19?= "@comment " +RUBY20?= "@comment " +RUBY21?= "@comment " +RUBY22?= "@comment " + .if ${RUBY_PATCHLEVEL} == 0 RUBY_VERSION?= ${RUBY_RELVERSION} RUBY_DISTVERSION?= ${RUBY_RELVERSION} @@ -357,7 +354,8 @@ PLIST_SUB+= ${PLIST_RUBY_DIRS:C,DIR="($ RUBY_DEFAULT_SUFFIX="${RUBY_DEFAULT_SUFFIX}" \ RUBY19=${RUBY19} \ RUBY20=${RUBY20} \ - RUBY21=${RUBY21} + RUBY21=${RUBY21} \ + RUBY22=${RUBY22} .if defined(USE_RUBY_RDOC) MAKE_ENV+= RUBY_RDOC=${RUBY_RDOC} Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Fri Feb 20 23:37:01 2015 (r379472) +++ head/lang/Makefile Fri Feb 20 23:51:55 2015 (r379473) @@ -269,6 +269,7 @@ SUBDIR += ruby19 SUBDIR += ruby20 SUBDIR += ruby21 + SUBDIR += ruby22 SUBDIR += runawk SUBDIR += rust SUBDIR += s9fes Modified: head/lang/ruby22/Makefile ============================================================================== --- head/lang/ruby21/Makefile Wed Jan 14 03:06:48 2015 (r376993) +++ head/lang/ruby22/Makefile Fri Feb 20 23:51:55 2015 (r379473) @@ -41,14 +41,14 @@ MAKE_ENV+= LC_ALL=C WRKSRC= ${WRKDIR}/${PORTNAME}-${RUBY_DISTVERSION} -RUBY_VER= 2.1 +RUBY_VER= 2.2 USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes RUBY_NO_RUN_DEPENDS= yes NO_LATEST_LINK= yes OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES RDOC -OPTIONS_DEFAULT= RDOC READLINE +OPTIONS_DEFAULT= RDOC LIBEDIT OPTIONS_SINGLE= EDIT OPTIONS_SINGLE_EDIT= LIBEDIT READLINE OPTIONS_SUB= yes @@ -59,8 +59,8 @@ LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline CAPIDOCS_BUILD_DEPENDS= doxygen>0:${PORTSDIR}/devel/doxygen \ dot:${PORTSDIR}/graphics/graphviz -CAPIDOCS_CONFIGURE_OFF= --disable-install-capi -RDOC_CONFIGURE_OFF= --disable-install-rdoc +CAPIDOCS_CONFIGURE_ENABLE= install-capi +RDOC_CONFIGURE_ENABLE= install-rdoc USES= execinfo cpe tar:xz @@ -90,6 +90,9 @@ CONFIGURE_ARGS+= --enable-dtrace .else CONFIGURE_ARGS+= --disable-dtrace .endif +.if ${OSVERSION} < 900000 +EXTRA_PATCHES+= ${FILESDIR}/extra-vm_dump.c +.endif .endif CONFIGURE_ENV= debugflags= @@ -118,7 +121,7 @@ PKGNAMESUFFIX= ${RUBY_VER:C/\.//} PLIST_SUB+= IF_DEFAULT="@comment " .endif -INSTALLED_SCRIPTS= irb erb rdoc ri ruby testrb +INSTALLED_SCRIPTS= irb erb rdoc ri ruby EXTSAMPLES= bigdecimal/sample/*.rb @@ -203,7 +206,7 @@ post-install: .endif # -# Link just installed "ruby" to "ruby21", etc. +# Link just installed "ruby" to "ruby22", etc. # .if ${RUBY_VER} == ${RUBY_DEFAULT_VER} . for FILE in ${INSTALLED_SCRIPTS} Modified: head/lang/ruby22/distinfo ============================================================================== --- head/lang/ruby21/distinfo Wed Jan 14 03:06:48 2015 (r376993) +++ head/lang/ruby22/distinfo Fri Feb 20 23:51:55 2015 (r379473) @@ -1,2 +1,2 @@ -SHA256 (ruby/ruby-2.1.5.tar.xz) = 22ba1eb8d475c9ed7e0541418d86044c1ea4c093ab79c300c38fc0f721afe9a3 -SIZE (ruby/ruby-2.1.5.tar.xz) = 9371780 +SHA256 (ruby/ruby-2.2.0.tar.xz) = 848714e280fc5fb44dbac3b060b206e56c1947006324ee68a174d68b483ef8ca +SIZE (ruby/ruby-2.2.0.tar.xz) = 10304244 Added: head/lang/ruby22/files/extra-vm_dump.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/ruby22/files/extra-vm_dump.c Fri Feb 20 23:51:55 2015 (r379473) @@ -0,0 +1,34 @@ +--- vm_dump.c.orig 2015-01-17 16:31:44.000000000 +0000 ++++ vm_dump.c 2015-01-17 16:50:13.000000000 +0000 +@@ -712,6 +712,7 @@ + } + + #ifdef __FreeBSD__ ++#ifdef HAVE_LIBPROCSTAT + #include + #include + #include +@@ -794,6 +795,7 @@ + free(freep); + } + #endif ++#endif + + #if defined __linux__ + # if defined __x86_64__ || defined __i386__ +@@ -1034,6 +1036,7 @@ + } + #endif /* __linux__ */ + #ifdef __FreeBSD__ ++#ifdef HAVE_LIBPROCSTAT + # define MIB_KERN_PROC_PID_LEN 4 + int mib[MIB_KERN_PROC_PID_LEN]; + struct kinfo_proc kp; +@@ -1052,6 +1055,7 @@ + procstat_close(prstat); + fprintf(stderr, "\n"); + } ++#endif + #endif /* __FreeBSD__ */ + } + } Added: head/lang/ruby22/files/patch-ext_readline_extconf.rb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/ruby22/files/patch-ext_readline_extconf.rb Fri Feb 20 23:51:55 2015 (r379473) @@ -0,0 +1,11 @@ +--- ext/readline/extconf.rb.orig 2015-01-16 23:05:12 UTC ++++ ext/readline/extconf.rb +@@ -62,7 +62,7 @@ else + end + + readline.have_func("rl_getc") +-readline.have_func("rl_getc_function") ++#readline.have_func("rl_getc_function") + readline.have_func("rl_filename_completion_function") + readline.have_func("rl_username_completion_function") + readline.have_func("rl_completion_matches") Modified: head/lang/ruby22/files/patch-tool_mkconfig.rb ============================================================================== --- head/lang/ruby21/files/patch-tool_mkconfig.rb Wed Jan 14 03:06:48 2015 (r376993) +++ head/lang/ruby22/files/patch-tool_mkconfig.rb Fri Feb 20 23:51:55 2015 (r379473) @@ -1,12 +1,14 @@ ---- tool/mkconfig.rb.orig 2013-05-27 03:20:03.501815638 +0000 -+++ tool/mkconfig.rb 2013-05-27 03:20:31.093814303 +0000 -@@ -173,7 +173,8 @@ +--- tool/mkconfig.rb.orig 2014-07-07 10:07:01.000000000 +0800 ++++ tool/mkconfig.rb 2014-12-28 03:22:15.377490192 +0800 +@@ -167,8 +167,9 @@ + val.replace(newval) unless newval == val + val end - vars["prefix"] = "" - vars["exec_prefix"] = "" --prefix = vars.expand(vars["rubyarchdir"]) +-prefix = vars.expand(vars["prefix"] ||= "") +-rubyarchdir = vars.expand(vars["rubyarchdir"] ||= "") ++prefix = vars.expand(vars["rubyarchdir"]) +major, minor, *rest = RUBY_VERSION.split('.') -+prefix = "/lib/ruby/#{major}.#{minor}/#{arch}" - print " TOPDIR = File.dirname(__FILE__).chomp!(#{prefix.dump})\n" ++rubyarchdir = "/lib/ruby/#{major}.#{minor}/#{arch}" + relative_archdir = rubyarchdir.rindex(prefix, 0) ? rubyarchdir[prefix.size..-1] : rubyarchdir + print " TOPDIR = File.dirname(__FILE__).chomp!(#{relative_archdir.dump})\n" print " DESTDIR = ", (drive ? "TOPDIR && TOPDIR[/\\A[a-z]:/i] || " : ""), "'' unless defined? DESTDIR\n" - print <<'ARCH' if universal Modified: head/lang/ruby22/files/patch-tool_rbinstall.rb ============================================================================== --- head/lang/ruby21/files/patch-tool_rbinstall.rb Wed Jan 14 03:06:48 2015 (r376993) +++ head/lang/ruby22/files/patch-tool_rbinstall.rb Fri Feb 20 23:51:55 2015 (r379473) @@ -1,6 +1,6 @@ ---- tool/rbinstall.rb.orig 2013-11-09 16:37:46.000000000 +0000 -+++ tool/rbinstall.rb 2014-02-15 19:19:08.049165962 +0000 -@@ -318,6 +318,7 @@ +--- tool/rbinstall.rb.orig 2014-10-14 20:39:17.000000000 +0800 ++++ tool/rbinstall.rb 2014-12-28 03:26:30.432471677 +0800 +@@ -311,6 +311,7 @@ libdir = CONFIG[CONFIG.fetch("libdirname", "libdir"), true] rubyhdrdir = CONFIG["rubyhdrdir", true] archhdrdir = CONFIG["rubyarchhdrdir"] || (rubyhdrdir + "/" + CONFIG['arch']) @@ -8,7 +8,7 @@ rubylibdir = CONFIG["rubylibdir", true] archlibdir = CONFIG["rubyarchdir", true] sitelibdir = CONFIG["sitelibdir"] -@@ -373,7 +374,7 @@ +@@ -366,7 +367,7 @@ install?(:local, :arch, :data) do pc = CONFIG["ruby_pc"] if pc and File.file?(pc) and File.size?(pc) @@ -17,7 +17,7 @@ install pc, pkgconfigdir, :mode => $data_mode end end -@@ -710,61 +711,6 @@ +@@ -653,78 +654,6 @@ end # :startdoc: @@ -76,6 +76,23 @@ - end -end - +-install?(:ext, :comm, :gem) do +- require 'pathname' +- gem_dir = Gem.default_dir +- directories = Gem.ensure_gem_subdirectories(gem_dir, :mode => $dir_mode) +- prepare "bundle gems", gem_dir, directories +- Dir.glob(srcdir+'/gems/*.gem').each do |gem| +- Gem.install gem, Gem::Requirement.default, :install_dir => with_destdir(Gem.dir), :domain => :local, :ignore_dependencies => true +- gemname = Pathname(gem).basename +- puts "#{" "*30}#{gemname}" +- end +- # fix directory permissions +- # TODO: Gem.install should accept :dir_mode option or something +- File.chmod($dir_mode, *Dir.glob(with_destdir(Gem.dir)+"/**/")) +- # fix .gemspec permissions +- File.chmod($data_mode, *Dir.glob(with_destdir(Gem.dir)+"/specifications/*.gemspec")) +-end +- parse_args() include FileUtils Modified: head/lang/ruby22/pkg-plist ============================================================================== --- head/lang/ruby21/pkg-plist Wed Jan 14 03:06:48 2015 (r376993) +++ head/lang/ruby22/pkg-plist Fri Feb 20 23:51:55 2015 (r379473) @@ -7,9 +7,7 @@ bin/rdoc%%RUBY_SUFFIX%% %%IF_DEFAULT%%bin/ri bin/ri%%RUBY_SUFFIX%% %%IF_DEFAULT%%bin/ruby -bin/ruby%%RUBY_SUFFIX%% -%%IF_DEFAULT%%bin/testrb -bin/testrb%%RUBY_SUFFIX%% +bin/%%RUBY_NAME%% include/ruby-%%RUBY_VER%%/%%RUBY_ARCH%%/ruby/config.h include/ruby-%%RUBY_VER%%/ruby.h include/ruby-%%RUBY_VER%%/ruby/backward/classext.h @@ -20,7 +18,6 @@ include/ruby-%%RUBY_VER%%/ruby/backward/ include/ruby-%%RUBY_VER%%/ruby/debug.h include/ruby-%%RUBY_VER%%/ruby/defines.h include/ruby-%%RUBY_VER%%/ruby/digest.h -include/ruby-%%RUBY_VER%%/ruby/dl.h include/ruby-%%RUBY_VER%%/ruby/encoding.h include/ruby-%%RUBY_VER%%/ruby/intern.h include/ruby-%%RUBY_VER%%/ruby/io.h @@ -32,6 +29,7 @@ include/ruby-%%RUBY_VER%%/ruby/ruby.h include/ruby-%%RUBY_VER%%/ruby/st.h include/ruby-%%RUBY_VER%%/ruby/subst.h include/ruby-%%RUBY_VER%%/ruby/thread.h +include/ruby-%%RUBY_VER%%/ruby/thread_native.h include/ruby-%%RUBY_VER%%/ruby/util.h include/ruby-%%RUBY_VER%%/ruby/version.h include/ruby-%%RUBY_VER%%/ruby/vm.h @@ -51,8 +49,6 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_ARCHLIBDIR%%/digest/rmd160.so %%RUBY_ARCHLIBDIR%%/digest/sha1.so %%RUBY_ARCHLIBDIR%%/digest/sha2.so -%%RUBY_ARCHLIBDIR%%/dl.so -%%RUBY_ARCHLIBDIR%%/dl/callback.so %%RUBY_ARCHLIBDIR%%/enc/big5.so %%RUBY_ARCHLIBDIR%%/enc/cp949.so %%RUBY_ARCHLIBDIR%%/enc/emacs_mule.so @@ -150,25 +146,12 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/cgi/session/pstore.rb %%RUBY_LIBDIR%%/cgi/util.rb %%RUBY_LIBDIR%%/cmath.rb -%%RUBY_LIBDIR%%/complex.rb %%RUBY_LIBDIR%%/csv.rb %%RUBY_LIBDIR%%/date.rb -%%RUBY_LIBDIR%%/date/format.rb %%RUBY_LIBDIR%%/debug.rb %%RUBY_LIBDIR%%/delegate.rb %%RUBY_LIBDIR%%/digest.rb -%%RUBY_LIBDIR%%/digest/hmac.rb %%RUBY_LIBDIR%%/digest/sha2.rb -%%RUBY_LIBDIR%%/dl.rb -%%RUBY_LIBDIR%%/dl/callback.rb -%%RUBY_LIBDIR%%/dl/cparser.rb -%%RUBY_LIBDIR%%/dl/func.rb -%%RUBY_LIBDIR%%/dl/import.rb -%%RUBY_LIBDIR%%/dl/pack.rb -%%RUBY_LIBDIR%%/dl/stack.rb -%%RUBY_LIBDIR%%/dl/struct.rb -%%RUBY_LIBDIR%%/dl/types.rb -%%RUBY_LIBDIR%%/dl/value.rb %%RUBY_LIBDIR%%/drb.rb %%RUBY_LIBDIR%%/drb/acl.rb %%RUBY_LIBDIR%%/drb/drb.rb @@ -197,7 +180,6 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/find.rb %%RUBY_LIBDIR%%/forwardable.rb %%RUBY_LIBDIR%%/getoptlong.rb -%%RUBY_LIBDIR%%/gserver.rb %%RUBY_LIBDIR%%/io/console/size.rb %%RUBY_LIBDIR%%/ipaddr.rb %%RUBY_LIBDIR%%/irb.rb @@ -266,14 +248,6 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/matrix.rb %%RUBY_LIBDIR%%/matrix/eigenvalue_decomposition.rb %%RUBY_LIBDIR%%/matrix/lup_decomposition.rb -%%RUBY_LIBDIR%%/minitest/autorun.rb -%%RUBY_LIBDIR%%/minitest/benchmark.rb -%%RUBY_LIBDIR%%/minitest/hell.rb -%%RUBY_LIBDIR%%/minitest/mock.rb -%%RUBY_LIBDIR%%/minitest/parallel_each.rb -%%RUBY_LIBDIR%%/minitest/pride.rb -%%RUBY_LIBDIR%%/minitest/spec.rb -%%RUBY_LIBDIR%%/minitest/unit.rb %%RUBY_LIBDIR%%/mkmf.rb %%RUBY_LIBDIR%%/monitor.rb %%RUBY_LIBDIR%%/mutex_m.rb @@ -305,6 +279,7 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/openssl/digest.rb %%RUBY_LIBDIR%%/openssl/ssl.rb %%RUBY_LIBDIR%%/openssl/x509.rb +%%RUBY_LIBDIR%%/optionparser.rb %%RUBY_LIBDIR%%/optparse.rb %%RUBY_LIBDIR%%/optparse/ac.rb %%RUBY_LIBDIR%%/optparse/date.rb @@ -358,9 +333,7 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/psych/visitors/yaml_tree.rb %%RUBY_LIBDIR%%/psych/y.rb %%RUBY_LIBDIR%%/racc/parser.rb -%%RUBY_LIBDIR%%/rational.rb %%RUBY_LIBDIR%%/rbconfig/datadir.rb -%%RUBY_LIBDIR%%/rbconfig/obsolete.rb %%RUBY_LIBDIR%%/rdoc.rb %%RUBY_LIBDIR%%/rdoc/alias.rb %%RUBY_LIBDIR%%/rdoc/anon_class.rb @@ -382,6 +355,10 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/rdoc/generator/darkfish.rb %%RUBY_LIBDIR%%/rdoc/generator/json_index.rb %%RUBY_LIBDIR%%/rdoc/generator/markup.rb +%%RUBY_LIBDIR%%/rdoc/generator/pot.rb +%%RUBY_LIBDIR%%/rdoc/generator/pot/message_extractor.rb +%%RUBY_LIBDIR%%/rdoc/generator/pot/po.rb +%%RUBY_LIBDIR%%/rdoc/generator/pot/po_entry.rb %%RUBY_LIBDIR%%/rdoc/generator/ri.rb %%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/_footer.rhtml %%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/_head.rhtml @@ -399,7 +376,8 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/_sidebar_sections.rhtml %%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml %%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/class.rhtml -%%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/fonts.css +%%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/css/fonts.css +%%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/css/rdoc.css %%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/fonts/Lato-Light.ttf %%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/fonts/Lato-LightItalic.ttf %%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/fonts/Lato-Regular.ttf @@ -436,13 +414,15 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/js/jquery.js %%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/js/search.js %%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/page.rhtml -%%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/rdoc.css %%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/servlet_not_found.rhtml %%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/servlet_root.rhtml %%RUBY_LIBDIR%%/rdoc/generator/template/darkfish/table_of_contents.rhtml %%RUBY_LIBDIR%%/rdoc/generator/template/json_index/js/navigation.js %%RUBY_LIBDIR%%/rdoc/generator/template/json_index/js/searcher.js %%RUBY_LIBDIR%%/rdoc/ghost_method.rb +%%RUBY_LIBDIR%%/rdoc/i18n.rb +%%RUBY_LIBDIR%%/rdoc/i18n/locale.rb +%%RUBY_LIBDIR%%/rdoc/i18n/text.rb %%RUBY_LIBDIR%%/rdoc/include.rb %%RUBY_LIBDIR%%/rdoc/known_classes.rb %%RUBY_LIBDIR%%/rdoc/markdown.rb @@ -511,6 +491,7 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/rdoc/ri/formatter.rb %%RUBY_LIBDIR%%/rdoc/ri/paths.rb %%RUBY_LIBDIR%%/rdoc/ri/store.rb +%%RUBY_LIBDIR%%/rdoc/ri/task.rb %%RUBY_LIBDIR%%/rdoc/ruby_lex.rb %%RUBY_LIBDIR%%/rdoc/ruby_token.rb %%RUBY_LIBDIR%%/rdoc/rubygems_hook.rb @@ -649,6 +630,7 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/rubygems/commands/list_command.rb %%RUBY_LIBDIR%%/rubygems/commands/lock_command.rb %%RUBY_LIBDIR%%/rubygems/commands/mirror_command.rb +%%RUBY_LIBDIR%%/rubygems/commands/open_command.rb %%RUBY_LIBDIR%%/rubygems/commands/outdated_command.rb %%RUBY_LIBDIR%%/rubygems/commands/owner_command.rb %%RUBY_LIBDIR%%/rubygems/commands/pristine_command.rb @@ -698,7 +680,10 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/rubygems/name_tuple.rb %%RUBY_LIBDIR%%/rubygems/package.rb %%RUBY_LIBDIR%%/rubygems/package/digest_io.rb +%%RUBY_LIBDIR%%/rubygems/package/file_source.rb +%%RUBY_LIBDIR%%/rubygems/package/io_source.rb %%RUBY_LIBDIR%%/rubygems/package/old.rb +%%RUBY_LIBDIR%%/rubygems/package/source.rb %%RUBY_LIBDIR%%/rubygems/package/tar_header.rb %%RUBY_LIBDIR%%/rubygems/package/tar_reader.rb %%RUBY_LIBDIR%%/rubygems/package/tar_reader/entry.rb @@ -712,6 +697,9 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/rubygems/rdoc.rb %%RUBY_LIBDIR%%/rubygems/remote_fetcher.rb %%RUBY_LIBDIR%%/rubygems/request.rb +%%RUBY_LIBDIR%%/rubygems/request/connection_pools.rb +%%RUBY_LIBDIR%%/rubygems/request/http_pool.rb +%%RUBY_LIBDIR%%/rubygems/request/https_pool.rb %%RUBY_LIBDIR%%/rubygems/request_set.rb %%RUBY_LIBDIR%%/rubygems/request_set/gem_dependency_api.rb %%RUBY_LIBDIR%%/rubygems/request_set/lockfile.rb @@ -759,6 +747,8 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/rubygems/source_specific_file.rb %%RUBY_LIBDIR%%/rubygems/spec_fetcher.rb %%RUBY_LIBDIR%%/rubygems/specification.rb +%%RUBY_LIBDIR%%/rubygems/ssl_certs/AddTrustExternalCARoot-2048.pem +%%RUBY_LIBDIR%%/rubygems/ssl_certs/AddTrustExternalCARoot.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem @@ -794,10 +784,6 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/sync.rb %%RUBY_LIBDIR%%/syslog/logger.rb %%RUBY_LIBDIR%%/tempfile.rb -%%RUBY_LIBDIR%%/test/unit.rb -%%RUBY_LIBDIR%%/test/unit/assertions.rb -%%RUBY_LIBDIR%%/test/unit/parallel.rb -%%RUBY_LIBDIR%%/test/unit/testcase.rb %%RUBY_LIBDIR%%/thwait.rb %%RUBY_LIBDIR%%/time.rb %%RUBY_LIBDIR%%/timeout.rb @@ -806,6 +792,9 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/tsort.rb %%RUBY_LIBDIR%%/ubygems.rb %%RUBY_LIBDIR%%/un.rb +%%RUBY_LIBDIR%%/unicode_normalize.rb +%%RUBY_LIBDIR%%/unicode_normalize/normalize.rb +%%RUBY_LIBDIR%%/unicode_normalize/tables.rb %%RUBY_LIBDIR%%/uri.rb %%RUBY_LIBDIR%%/uri/common.rb %%RUBY_LIBDIR%%/uri/ftp.rb @@ -815,6 +804,8 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/uri/ldap.rb %%RUBY_LIBDIR%%/uri/ldaps.rb %%RUBY_LIBDIR%%/uri/mailto.rb +%%RUBY_LIBDIR%%/uri/rfc2396_parser.rb +%%RUBY_LIBDIR%%/uri/rfc3986_parser.rb %%RUBY_LIBDIR%%/weakref.rb %%RUBY_LIBDIR%%/webrick.rb %%RUBY_LIBDIR%%/webrick/accesslog.rb @@ -857,7 +848,6 @@ lib/lib%%RUBY_NAME%%.so.%%RUBY_SHLIBVER% %%RUBY_LIBDIR%%/xmlrpc/config.rb %%RUBY_LIBDIR%%/xmlrpc/create.rb %%RUBY_LIBDIR%%/xmlrpc/datetime.rb -%%RUBY_LIBDIR%%/xmlrpc/httpserver.rb %%RUBY_LIBDIR%%/xmlrpc/marshal.rb %%RUBY_LIBDIR%%/xmlrpc/parser.rb %%RUBY_LIBDIR%%/xmlrpc/server.rb @@ -876,6 +866,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%RUBY_DOCDIR%%/ChangeLog-1.8.0 %%RUBY_DOCDIR%%/ChangeLog-1.9.3 %%RUBY_DOCDIR%%/ChangeLog-2.0.0 +%%RUBY_DOCDIR%%/ChangeLog-2.1.0 %%RUBY_DOCDIR%%/ChangeLog-YARV %%RUBY_DOCDIR%%/LEGAL %%RUBY_DOCDIR%%/NEWS-1.8.7 @@ -883,203 +874,27 @@ man/man1/%%RUBY_NAME%%.1.gz %%RUBY_DOCDIR%%/NEWS-1.9.2 %%RUBY_DOCDIR%%/NEWS-1.9.3 %%RUBY_DOCDIR%%/NEWS-2.0.0 -%%RUBY_DOCDIR%%/README +%%RUBY_DOCDIR%%/NEWS-2.1.0 %%RUBY_DOCDIR%%/README.EXT %%RUBY_DOCDIR%%/README.EXT.ja -%%RUBY_DOCDIR%%/README.ja -%%RUBY_DOCDIR%%/contributing.rdoc -%%RUBY_DOCDIR%%/contributors.rdoc -%%RUBY_DOCDIR%%/dtrace_probes.rdoc -%%RUBY_DOCDIR%%/etc.rd.ja -%%RUBY_DOCDIR%%/forwardable.rd.ja -%%RUBY_DOCDIR%%/globals.rdoc -%%RUBY_DOCDIR%%/images/boottime-classes.png -%%RUBY_DOCDIR%%/irb/irb-tools.rd.ja -%%RUBY_DOCDIR%%/irb/irb.rd.ja -%%RUBY_DOCDIR%%/maintainers.rdoc -%%RUBY_DOCDIR%%/marshal.rdoc -%%RUBY_DOCDIR%%/pty/README.expect.ja -%%RUBY_DOCDIR%%/pty/README.ja -%%RUBY_DOCDIR%%/readline/README -%%RUBY_DOCDIR%%/readline/README.ja -%%RUBY_DOCDIR%%/regexp.rdoc -%%RUBY_DOCDIR%%/ripper/README -%%RUBY_DOCDIR%%/security.rdoc -%%RUBY_DOCDIR%%/shell.rd.ja -%%RUBY_DOCDIR%%/standard_library.rdoc -%%RUBY_DOCDIR%%/stringio/README -%%RUBY_DOCDIR%%/syntax.rdoc -%%RUBY_DOCDIR%%/syntax/assignment.rdoc -%%RUBY_DOCDIR%%/syntax/calling_methods.rdoc -%%RUBY_DOCDIR%%/syntax/control_expressions.rdoc -%%RUBY_DOCDIR%%/syntax/exceptions.rdoc -%%RUBY_DOCDIR%%/syntax/literals.rdoc -%%RUBY_DOCDIR%%/syntax/methods.rdoc -%%RUBY_DOCDIR%%/syntax/miscellaneous.rdoc -%%RUBY_DOCDIR%%/syntax/modules_and_classes.rdoc -%%RUBY_DOCDIR%%/syntax/precedence.rdoc -%%RUBY_DOCDIR%%/syntax/refinements.rdoc -%%RUBY_DOCDIR%%/syslog/syslog.txt -%%RUBY_EXAMPLESDIR%%/README -%%RUBY_EXAMPLESDIR%%/bigdecimal/linear.rb -%%RUBY_EXAMPLESDIR%%/bigdecimal/nlsolve.rb -%%RUBY_EXAMPLESDIR%%/bigdecimal/pi.rb -%%RUBY_EXAMPLESDIR%%/biorhythm.rb -%%RUBY_EXAMPLESDIR%%/cal.rb -%%RUBY_EXAMPLESDIR%%/cbreak.rb -%%RUBY_EXAMPLESDIR%%/clnt.rb -%%RUBY_EXAMPLESDIR%%/coverage.rb -%%RUBY_EXAMPLESDIR%%/dir.rb -%%RUBY_EXAMPLESDIR%%/drb/README.ja.rdoc -%%RUBY_EXAMPLESDIR%%/drb/README.rdoc -%%RUBY_EXAMPLESDIR%%/drb/darray.rb -%%RUBY_EXAMPLESDIR%%/drb/darrayc.rb -%%RUBY_EXAMPLESDIR%%/drb/dbiff.rb -%%RUBY_EXAMPLESDIR%%/drb/dcdbiff.rb -%%RUBY_EXAMPLESDIR%%/drb/dchatc.rb -%%RUBY_EXAMPLESDIR%%/drb/dchats.rb -%%RUBY_EXAMPLESDIR%%/drb/dhasen.rb -%%RUBY_EXAMPLESDIR%%/drb/dhasenc.rb -%%RUBY_EXAMPLESDIR%%/drb/dlogc.rb -%%RUBY_EXAMPLESDIR%%/drb/dlogd.rb -%%RUBY_EXAMPLESDIR%%/drb/dqin.rb -%%RUBY_EXAMPLESDIR%%/drb/dqlib.rb -%%RUBY_EXAMPLESDIR%%/drb/dqout.rb -%%RUBY_EXAMPLESDIR%%/drb/dqueue.rb -%%RUBY_EXAMPLESDIR%%/drb/drbc.rb -%%RUBY_EXAMPLESDIR%%/drb/drbch.rb -%%RUBY_EXAMPLESDIR%%/drb/drbm.rb -%%RUBY_EXAMPLESDIR%%/drb/drbmc.rb -%%RUBY_EXAMPLESDIR%%/drb/drbs-acl.rb -%%RUBY_EXAMPLESDIR%%/drb/drbs.rb -%%RUBY_EXAMPLESDIR%%/drb/drbssl_c.rb -%%RUBY_EXAMPLESDIR%%/drb/drbssl_s.rb -%%RUBY_EXAMPLESDIR%%/drb/extserv_test.rb -%%RUBY_EXAMPLESDIR%%/drb/gw_ct.rb -%%RUBY_EXAMPLESDIR%%/drb/gw_cu.rb -%%RUBY_EXAMPLESDIR%%/drb/gw_s.rb -%%RUBY_EXAMPLESDIR%%/drb/holderc.rb -%%RUBY_EXAMPLESDIR%%/drb/holders.rb -%%RUBY_EXAMPLESDIR%%/drb/http0.rb -%%RUBY_EXAMPLESDIR%%/drb/http0serv.rb -%%RUBY_EXAMPLESDIR%%/drb/name.rb -%%RUBY_EXAMPLESDIR%%/drb/namec.rb -%%RUBY_EXAMPLESDIR%%/drb/old_tuplespace.rb -%%RUBY_EXAMPLESDIR%%/drb/rinda_ts.rb -%%RUBY_EXAMPLESDIR%%/drb/rindac.rb -%%RUBY_EXAMPLESDIR%%/drb/rindas.rb -%%RUBY_EXAMPLESDIR%%/drb/ring_echo.rb -%%RUBY_EXAMPLESDIR%%/drb/ring_inspect.rb -%%RUBY_EXAMPLESDIR%%/drb/ring_place.rb -%%RUBY_EXAMPLESDIR%%/drb/simpletuple.rb -%%RUBY_EXAMPLESDIR%%/drb/speedc.rb -%%RUBY_EXAMPLESDIR%%/drb/speeds.rb -%%RUBY_EXAMPLESDIR%%/dualstack-fetch.rb -%%RUBY_EXAMPLESDIR%%/dualstack-httpd.rb -%%RUBY_EXAMPLESDIR%%/eval.rb -%%RUBY_EXAMPLESDIR%%/export.rb -%%RUBY_EXAMPLESDIR%%/exyacc.rb -%%RUBY_EXAMPLESDIR%%/fact.rb -%%RUBY_EXAMPLESDIR%%/fib.awk -%%RUBY_EXAMPLESDIR%%/fib.pl -%%RUBY_EXAMPLESDIR%%/fib.py -%%RUBY_EXAMPLESDIR%%/fib.rb -%%RUBY_EXAMPLESDIR%%/fib.scm -%%RUBY_EXAMPLESDIR%%/freq.rb -%%RUBY_EXAMPLESDIR%%/from.rb -%%RUBY_EXAMPLESDIR%%/fullpath.rb -%%RUBY_EXAMPLESDIR%%/less.rb -%%RUBY_EXAMPLESDIR%%/list.rb -%%RUBY_EXAMPLESDIR%%/list2.rb -%%RUBY_EXAMPLESDIR%%/list3.rb -%%RUBY_EXAMPLESDIR%%/logger/app.rb -%%RUBY_EXAMPLESDIR%%/logger/log.rb -%%RUBY_EXAMPLESDIR%%/logger/shifting.rb -%%RUBY_EXAMPLESDIR%%/mine.rb -%%RUBY_EXAMPLESDIR%%/mkproto.rb -%%RUBY_EXAMPLESDIR%%/mpart.rb -%%RUBY_EXAMPLESDIR%%/observ.rb -%%RUBY_EXAMPLESDIR%%/occur.pl -%%RUBY_EXAMPLESDIR%%/occur.rb -%%RUBY_EXAMPLESDIR%%/occur2.rb -%%RUBY_EXAMPLESDIR%%/openssl/c_rehash.rb -%%RUBY_EXAMPLESDIR%%/openssl/cert2text.rb -%%RUBY_EXAMPLESDIR%%/openssl/certstore.rb -%%RUBY_EXAMPLESDIR%%/openssl/cipher.rb -%%RUBY_EXAMPLESDIR%%/openssl/crlstore.rb -%%RUBY_EXAMPLESDIR%%/openssl/echo_cli.rb -%%RUBY_EXAMPLESDIR%%/openssl/echo_svr.rb -%%RUBY_EXAMPLESDIR%%/openssl/gen_csr.rb -%%RUBY_EXAMPLESDIR%%/openssl/smime_read.rb -%%RUBY_EXAMPLESDIR%%/openssl/smime_write.rb -%%RUBY_EXAMPLESDIR%%/openssl/wget.rb -%%RUBY_EXAMPLESDIR%%/optparse/opttest.rb -%%RUBY_EXAMPLESDIR%%/optparse/subcommand.rb -%%RUBY_EXAMPLESDIR%%/philos.rb -%%RUBY_EXAMPLESDIR%%/pi.rb -%%RUBY_EXAMPLESDIR%%/pty/expect_sample.rb -%%RUBY_EXAMPLESDIR%%/pty/script.rb -%%RUBY_EXAMPLESDIR%%/pty/shl.rb -%%RUBY_EXAMPLESDIR%%/rcs.awk -%%RUBY_EXAMPLESDIR%%/rcs.dat -%%RUBY_EXAMPLESDIR%%/rcs.rb -%%RUBY_EXAMPLESDIR%%/rdoc/markup/rdoc2latex.rb -%%RUBY_EXAMPLESDIR%%/rdoc/markup/sample.rb -%%RUBY_EXAMPLESDIR%%/ripper/ruby2html.rb -%%RUBY_EXAMPLESDIR%%/ripper/strip-comment.rb -%%RUBY_EXAMPLESDIR%%/rss/blend.rb -%%RUBY_EXAMPLESDIR%%/rss/convert.rb -%%RUBY_EXAMPLESDIR%%/rss/list_description.rb -%%RUBY_EXAMPLESDIR%%/rss/re_read.rb -%%RUBY_EXAMPLESDIR%%/rss/rss_recent.rb -%%RUBY_EXAMPLESDIR%%/sieve.rb -%%RUBY_EXAMPLESDIR%%/svr.rb -%%RUBY_EXAMPLESDIR%%/test.rb -%%RUBY_EXAMPLESDIR%%/testunit/adder.rb -%%RUBY_EXAMPLESDIR%%/testunit/subtracter.rb -%%RUBY_EXAMPLESDIR%%/testunit/tc_adder.rb -%%RUBY_EXAMPLESDIR%%/testunit/tc_subtracter.rb -%%RUBY_EXAMPLESDIR%%/testunit/ts_examples.rb -%%RUBY_EXAMPLESDIR%%/time.rb -%%RUBY_EXAMPLESDIR%%/timeout.rb -%%RUBY_EXAMPLESDIR%%/trick2013/README.md -%%RUBY_EXAMPLESDIR%%/trick2013/kinaba/authors.markdown -%%RUBY_EXAMPLESDIR%%/trick2013/kinaba/entry.rb -%%RUBY_EXAMPLESDIR%%/trick2013/kinaba/remarks.markdown -%%RUBY_EXAMPLESDIR%%/trick2013/mame/authors.markdown -%%RUBY_EXAMPLESDIR%%/trick2013/mame/entry.rb -%%RUBY_EXAMPLESDIR%%/trick2013/mame/music-box.mp4 -%%RUBY_EXAMPLESDIR%%/trick2013/mame/remarks.markdown -%%RUBY_EXAMPLESDIR%%/trick2013/shinh/authors.markdown -%%RUBY_EXAMPLESDIR%%/trick2013/shinh/entry.rb -%%RUBY_EXAMPLESDIR%%/trick2013/shinh/remarks.markdown -%%RUBY_EXAMPLESDIR%%/trick2013/yhara/authors.markdown -%%RUBY_EXAMPLESDIR%%/trick2013/yhara/entry.rb -%%RUBY_EXAMPLESDIR%%/trick2013/yhara/remarks.en.markdown -%%RUBY_EXAMPLESDIR%%/trick2013/yhara/remarks.markdown -%%RUBY_EXAMPLESDIR%%/trojan.rb -%%RUBY_EXAMPLESDIR%%/tsvr.rb -%%RUBY_EXAMPLESDIR%%/uumerge.rb -%%RUBY_EXAMPLESDIR%%/webrick/demo-app.rb -%%RUBY_EXAMPLESDIR%%/webrick/demo-multipart.cgi -%%RUBY_EXAMPLESDIR%%/webrick/demo-servlet.rb -%%RUBY_EXAMPLESDIR%%/webrick/demo-urlencoded.cgi -%%RUBY_EXAMPLESDIR%%/webrick/hello.cgi -%%RUBY_EXAMPLESDIR%%/webrick/hello.rb -%%RUBY_EXAMPLESDIR%%/webrick/httpd.rb -%%RUBY_EXAMPLESDIR%%/webrick/httpproxy.rb -%%RUBY_EXAMPLESDIR%%/webrick/httpsd.rb +%%RUBY_DOCDIR%%/README.ja.md +%%RUBY_DOCDIR%%/README.md %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/.timestamp +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/annotated.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/arrowdown.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/arrowright.png -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/annotated.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/bc_s.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/bdwn.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/boottime-classes.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/classes.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/closed.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d%%RUBY_SUFFIX%%/goruby_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d%%RUBY_SUFFIX%%/goruby_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d03/psych_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d03/psych_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d05/fficonfig_8h__dep__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d05/fficonfig_8h__dep__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d05/fficonfig_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d05/sdbm_2init_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d05/sdbm_2init_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d08/re_8h__dep__incl.map @@ -1100,12 +915,19 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0f/win32_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0f/win32_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d0f/win32_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d11/ia64_2ffitarget_8h.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d11/ia64_2ffitarget_8h_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d11/return__ul_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d11/return__ul_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d13/eval__intern_8h__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d13/eval__intern_8h__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d13/eval__intern_8h__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d14/sdbm_8h__dep__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d14/sdbm_8h__dep__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d14/sdbm_8h__dep__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d14/x86_2ffi_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d14/x86_2ffi_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d14/x86_2ffi_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d16/isnan_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d16/isnan_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d17/structasciicompat__encoding__t.html @@ -1117,8 +939,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d1b/psych__parser_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d1e/structstrscanner.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d21/structrb__fiber__struct.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d22/goruby_8c.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d22/goruby_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d23/structrb__call__info__kw__arg__struct.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d25/dup2_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d25/dup2_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d29/main_8c.html @@ -1142,25 +963,43 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d44/hash_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d44/hash_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d44/hash_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d47/cls__ushort_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d47/cls__ushort_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d4b/thread__native_8h__dep__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d4b/thread__native_8h__dep__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d4b/thread__native_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d51/string_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d51/string_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d51/string_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d52/float4_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d52/float4_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d52/float4_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d53/ffi__sysv_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d53/ffi__sysv_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d53/ffi__sysv_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d53/structread__internal__arg.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d53/structvtm.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d56/console_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d56/console_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d59/struct4_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d59/struct4_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d5c/structtr.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d64/structparser__params.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d65/structcls__struct__7byte.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d66/struct_r_rational.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d6a/regparse_8h__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d6a/regparse_8h__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d6a/regparse_8h__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d6b/closure__fn3_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d6b/closure__fn3_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d6b/closure__fn3_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d6c/structrb__thread__cond__struct.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d6d/structsockaddr__storage.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d6e/struct___node.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d6f/sh64_2ffi_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d6f/sh64_2ffi_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d6f/sh64_2ffi_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d70/cls__double__va_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d70/cls__double__va_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d73/structrb__env__t.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d78/structobj__ivar__tag.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d7e/fiddle_8h__incl.map @@ -1176,9 +1015,13 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d85/utf8tbl_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d86/regcomp_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d86/regcomp_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d86/structcls__struct__3byte__1.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d8a/setproctitle_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d8a/setproctitle_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d8a/setproctitle_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d8d/va__1_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d8d/va__1_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d95/structcls__struct__16byte.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d96/date__strftime_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d96/date__strftime_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d96/date__strftime_8c__incl.png @@ -1186,12 +1029,18 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d9a/md5ossl_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d9a/md5ossl_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d9b/structfinish__writeconv__arg.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/d9e/structmallinfo.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/da5/bigdecimal_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/da5/bigdecimal_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/daa/gc_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/daa/gc_8h_source.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dab/structthgroup__list__params.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dad/cls__9byte1_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dad/cls__9byte1_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dae/types_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dae/types_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/db0/struct_j_s_o_n___parser_struct.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/db1/sh_2ffitarget_8h.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/db1/sh_2ffitarget_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/db2/vm__insnhelper_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/db2/vm__insnhelper_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/db6/acosh_8c__incl.map @@ -1200,13 +1049,19 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/db9/nonblock_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/db9/nonblock_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/db9/nonblock_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/db9/structsliceafter__arg.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dbd/json_2parser_2parser_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dbd/json_2parser_2parser_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dbd/psych_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dbd/psych_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dbd/psych_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dc3/symbol_8h__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dc3/symbol_8h__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dc3/symbol_8h__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dc4/structcopy__stream__struct.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dc5/structrb__heap__struct.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dca/cls__7__1__byte_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dca/cls__7__1__byte_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dca/cparse_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dca/cparse_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dca/cparse_8c__incl.png @@ -1214,8 +1069,13 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dcf/struct_r_data.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dd4/dbm_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dd4/dbm_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dd6/cls__align__longdouble_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dd6/cls__align__longdouble_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dd6/cls__align__longdouble_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dd6/psych__yaml__tree_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dd6/psych__yaml__tree_8h_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dd6/va__struct2_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dd6/va__struct2_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/ddc/eventids2_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/ddc/eventids2_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/ddc/eventids2_8c__incl.png @@ -1235,14 +1095,23 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dea/ruby_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dea/structrb__deprecated__classext__struct.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/deb/struct___b_buf.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dee/mips_2ffitarget_8h.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dee/mips_2ffitarget_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/df1/ossl__hmac_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/df1/ossl__hmac_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/df4/structnmin__data.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/df6/group__basic.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/df8/return__dbl1_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/df8/return__dbl1_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/df8/return__dbl1_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/df9/structossl__asn1__info__t.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dfb/structrb__ensure__entry.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dfe/variable_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dfe/variable_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d0/dfe/variable_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d%%RUBY_SUFFIX%%/ripper_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d%%RUBY_SUFFIX%%/ripper_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d%%RUBY_SUFFIX%%/ripper_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d03/pack_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d03/pack_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d03/pack_8c__incl.png @@ -1251,6 +1120,14 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d07/backward_2st_8h__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d07/backward_2st_8h__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d07/backward_2st_8h__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d0d/pa_2ffitarget_8h.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d0d/pa_2ffitarget_8h_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d0f/strlen2_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d0f/strlen2_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d0f/strlen2_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d10/struct8_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d10/struct8_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d10/struct8_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d12/basicsocket_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d12/basicsocket_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d12/basicsocket_8c__incl.png @@ -1261,50 +1138,75 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d18/psych__emitter_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d18/psych__emitter_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d19/structiseq__adjust__data.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d1b/ffi__linux64_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d1b/ffi__linux64_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d1b/ffi__linux64_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d1b/structripper__scanner__ids__t.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d1b/structtimeval.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d1c/thread__pthread_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d1c/thread__pthread_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d1d/vax_2ffitarget_8h.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d1d/vax_2ffitarget_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d1f/structconv__method__tbl.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d1f/structrecvfrom__arg.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d21/regex_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d21/regex_8h_source.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d22/ripper_8c__incl.map -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d22/ripper_8c__incl.md5 -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d22/ripper_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d25/sha2ossl_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d25/sha2ossl_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d25/sha2ossl_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d29/structarg__state.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d2e/structrb__method__cfunc__struct.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d2f/structtest__structure__3.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d30/cls__align__longdouble__split_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d30/cls__align__longdouble__split_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d33/tile_2ffitarget_8h.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d33/tile_2ffitarget_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d35/date__strptime_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d35/date__strptime_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d35/date__strptime_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d39/or1k_2ffi_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d39/or1k_2ffi_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d39/or1k_2ffi_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d39/struct___s_h_a512___c_t_x.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d40/closure_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d40/closure_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d44/finite_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d44/finite_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d44/finite_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d44/sh64_2ffi_8c.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d44/sh64_2ffi_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d45/union_c_h_a_r64_l_o_n_g16.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d46/cbrt_8c__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d46/cbrt_8c__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d46/cbrt_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d46/structrof__data.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d48/vm__args_8c__dep__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d48/vm__args_8c__dep__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d48/vm__args_8c__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d4a/rubysocket_8h__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d4a/rubysocket_8h__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d4a/rubysocket_8h__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d4b/group__version.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d4e/structmsghdr.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d4f/cls__align__sint32_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d4f/cls__align__sint32_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d4f/cls__align__sint32_8c__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d52/structtest__structure__9.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d58/sha2_8h__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d58/sha2_8h__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d58/sha2_8h__incl.png +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d5b/nested__struct4_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d5b/nested__struct4_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d5b/nested__struct4_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d5c/nkf_8h.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d5c/nkf_8h_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d5d/md5ossl_8h__dep__incl.map %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d5d/md5ossl_8h__dep__incl.md5 %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d5d/md5ossl_8h__dep__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d63/structyaml__alias__data__s.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d68/missing-pips_8c.html -%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d68/missing-pips_8c_source.html +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d69/bfin_2ffi_8c__incl.map +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d69/bfin_2ffi_8c__incl.md5 +%%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d69/bfin_2ffi_8c__incl.png %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d6f/date__strftime_8c.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d6f/date__strftime_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d72/debug_8c.html @@ -1320,18 +1222,33 @@ man/man1/%%RUBY_NAME%%.1.gz %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d81/complex_8c_source.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d85/structoldbt__arg.html %%CAPIDOCS%%%%RUBY_DOCDIR%%/capi/html/d1/d86/structnkf__native__encoding.html *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 01:33:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB711EEC; Sat, 21 Feb 2015 01:33:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C8A2A58; Sat, 21 Feb 2015 01:33:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L1X15t016694; Sat, 21 Feb 2015 01:33:01 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L1X0hf016688; Sat, 21 Feb 2015 01:33:00 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201502210133.t1L1X0hf016688@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Sat, 21 Feb 2015 01:33:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379476 - head/java/java3d/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.18-1 Precedence: list List-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, 21 Feb 2015 01:33:01 -0000 Author: jkim Date: Sat Feb 21 01:33:00 2015 New Revision: 379476 URL: https://svnweb.freebsd.org/changeset/ports/379476 QAT: https://qat.redports.org/buildarchive/r379476/ Log: Fix build with old Mesa3D. r378494 fixed new Mesa3D but it broke old ones. Added: head/java/java3d/files/patch-glext.h (contents, props changed) Modified: head/java/java3d/files/patch-gldefs.h Modified: head/java/java3d/files/patch-gldefs.h ============================================================================== --- head/java/java3d/files/patch-gldefs.h Sat Feb 21 00:20:31 2015 (r379475) +++ head/java/java3d/files/patch-gldefs.h Sat Feb 21 01:33:00 2015 (r379476) @@ -1,11 +1,13 @@ --- j3d-core/src/native/ogl/gldefs.h.orig 2008-02-28 15:18:01.000000000 -0500 -+++ j3d-core/src/native/ogl/gldefs.h 2015-02-05 16:38:10.813942000 -0500 -@@ -65,6 +65,8 @@ ++++ j3d-core/src/native/ogl/gldefs.h 2015-02-20 17:51:50.420236000 -0500 +@@ -65,6 +65,10 @@ #include #include -+typedef ptrdiff_t GLsizeiptr; ++#define GL_VERSION_1_5_TYPES_DEFINED +typedef ptrdiff_t GLintptr; ++typedef ptrdiff_t GLsizeiptr; ++ #include #include #ifdef Java3D_undef__glext_h_ Added: head/java/java3d/files/patch-glext.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/java3d/files/patch-glext.h Sat Feb 21 01:33:00 2015 (r379476) @@ -0,0 +1,15 @@ +--- j3d-core/src/native/ogl/glext.h.orig 2007-02-26 13:37:09.000000000 -0500 ++++ j3d-core/src/native/ogl/glext.h 2015-02-20 17:50:53.517494000 -0500 +@@ -3389,10 +3389,12 @@ + #endif + + #ifndef GL_VERSION_1_5 ++#ifndef GL_VERSION_1_5_TYPES_DEFINED + /* GL types for handling large vertex buffer objects */ + typedef ptrdiff_t GLintptr; + typedef ptrdiff_t GLsizeiptr; + #endif ++#endif + + #ifndef GL_ARB_vertex_buffer_object + /* GL types for handling large vertex buffer objects */ From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 02:47:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9526DACE; Sat, 21 Feb 2015 02:47:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 752D2F1; Sat, 21 Feb 2015 02:47:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L2liXX049288; Sat, 21 Feb 2015 02:47:44 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L2liqk049285; Sat, 21 Feb 2015 02:47:44 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201502210247.t1L2liqk049285@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 21 Feb 2015 02:47:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379477 - head/databases/redis-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.18-1 Precedence: list List-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, 21 Feb 2015 02:47:45 -0000 Author: osa Date: Sat Feb 21 02:47:43 2015 New Revision: 379477 URL: https://svnweb.freebsd.org/changeset/ports/379477 QAT: https://qat.redports.org/buildarchive/r379477/ Log: Upgrade from 3.0.0-rc3 to 3.0.0-rc4. --[ Redis 3.0.0 RC4 (version 2.9.104) ] Release date: 13 feb 2015 Upgrade urgency: High for Redis if you use LRU eviction, low otherwise. This is the 4th release candidate of Redis 3.0.0, it fixes problems with LRU eviction that are not present in older release (2.8.x is not affected) and adds new tools to inspect latency and load-test LRU. >> General changes * [FIX] redis-cli CSV output NIL spurious newline removed. (Matt Collier) * [FIX] Memory efficiency test in unit test is now much faster: it affacted the total "make test" execution time in a bad way. (Salvatore Sanfilippo) * [FIX] Fixes and improvements to dict.c and LRU eviction. Redis 3.0.0 new LRU eviction had bugs creating high latency spikes when LRU was happening during the keys dictionary rehashing. This bug is not present into 2.8, was 3.0 specific. As a side effect of this issue dict.c is now improved, and LRU algorithm is more precise (better approximates true LRU). This was a joint effort, see issue #2306 for details. (Oran Agra, Sun He, Salvatore Sanfilippo). Thanks to Charsyam for spotting an integer overflow. * [NEW] New latency tool: redis-cli --latency-dist is able to show an xterm-256 based spectrum of latencies over time. (Salvatore Sanfilippo) * [NEW] redis-cli --lru-test implemented (cache workload simulator). (Salvatore Sanfilippo) * [NEW] redis-cli --stat now shows LOAD when Redis is loading data. * [NEW] Support "1G" etc. units in CONFIG SET. (Chris Lamb, Salvatore Sanfilippo) >> Cluster changes * None. >> Sentinel changes * None. Modified: head/databases/redis-devel/Makefile head/databases/redis-devel/distinfo Modified: head/databases/redis-devel/Makefile ============================================================================== --- head/databases/redis-devel/Makefile Sat Feb 21 01:33:00 2015 (r379476) +++ head/databases/redis-devel/Makefile Sat Feb 21 02:47:43 2015 (r379477) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 3.0.0-rc3 +DISTVERSION= 3.0.0-rc4 CATEGORIES= databases MASTER_SITES= https://github.com/antirez/redis/archive/ PKGNAMESUFFIX= -devel Modified: head/databases/redis-devel/distinfo ============================================================================== --- head/databases/redis-devel/distinfo Sat Feb 21 01:33:00 2015 (r379476) +++ head/databases/redis-devel/distinfo Sat Feb 21 02:47:43 2015 (r379477) @@ -1,2 +1,2 @@ -SHA256 (redis/3.0.0-rc3.tar.gz) = 1695fa532eafc14c95f45add5d8a71d07e0e87b5c8f06c29dfa06313322d27b7 -SIZE (redis/3.0.0-rc3.tar.gz) = 1360865 +SHA256 (redis/3.0.0-rc4.tar.gz) = 1787b7fd57ec019e84691e881e81a8d8b67cf0d2457bd484d4da8c6eaca4a731 +SIZE (redis/3.0.0-rc4.tar.gz) = 1365919 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 03:22:12 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40E2FF9; Sat, 21 Feb 2015 03:22:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 211817C1; Sat, 21 Feb 2015 03:22:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L3MBwH068214; Sat, 21 Feb 2015 03:22:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L3MBsv068211; Sat, 21 Feb 2015 03:22:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502210322.t1L3MBsv068211@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 21 Feb 2015 03:22:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379478 - head/games/openra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 03:22:12 -0000 Author: jbeich Date: Sat Feb 21 03:22:10 2015 New Revision: 379478 URL: https://svnweb.freebsd.org/changeset/ports/379478 QAT: https://qat.redports.org/buildarchive/r379478/ Log: Move icons under hicolor (fallback) theme Strip ending / (slash) when copying hicolor directory to avoid installing icons under a theme with empty name. This should unbreak expanding Icon in .desktop file by gtk_icon_theme_lookup_icon(). While here, add missing / to WWW per Porter's Handbook. Note, the historic behavior of |cp -R foo/ bar| == |cp -R foo/. bar| was disabled by NetBSD and OpenBSD years ago to match POSIX. Other cp(1) implementations don't seem to be affected. Modified: head/games/openra/Makefile head/games/openra/pkg-descr head/games/openra/pkg-plist Modified: head/games/openra/Makefile ============================================================================== --- head/games/openra/Makefile Sat Feb 21 02:47:43 2015 (r379477) +++ head/games/openra/Makefile Sat Feb 21 03:22:10 2015 (r379478) @@ -2,7 +2,7 @@ PORTNAME= openra PORTVERSION= 20141029 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org @@ -47,6 +47,7 @@ ZENITY_DESC= Use native crash dialog post-patch: ${REINPLACE_CMD} -e 's/Linux/${OPSYS}/' \ + -e '/CP_R/s,hicolor/,hicolor,' \ -e 's/crashdialog/gamemonitor/' \ -e '/^mods:/s/$$/ version/' \ -e '/^docs:/s/$$/ all/' \ Modified: head/games/openra/pkg-descr ============================================================================== --- head/games/openra/pkg-descr Sat Feb 21 02:47:43 2015 (r379477) +++ head/games/openra/pkg-descr Sat Feb 21 03:22:10 2015 (r379478) @@ -4,4 +4,4 @@ of Command & Conquer: Red Alert, Command well as Dune 2000. These combine the classic gameplay of the originals with modern improvements such as unit veterancy and the fog of war. -WWW: http://www.openra.net +WWW: http://www.openra.net/ Modified: head/games/openra/pkg-plist ============================================================================== --- head/games/openra/pkg-plist Sat Feb 21 02:47:43 2015 (r379477) +++ head/games/openra/pkg-plist Sat Feb 21 03:22:10 2015 (r379478) @@ -2,11 +2,11 @@ bin/openra bin/openra-editor share/applications/openra-editor.desktop share/applications/openra.desktop -share/icons/128x128/apps/openra.png -share/icons/16x16/apps/openra.png -share/icons/32x32/apps/openra-editor.png -share/icons/32x32/apps/openra.png -share/icons/48x48/apps/openra-editor.png -share/icons/48x48/apps/openra.png -share/icons/64x64/apps/openra.png -share/icons/scalable/apps/openra.svg +share/icons/hicolor/128x128/apps/openra.png +share/icons/hicolor/16x16/apps/openra.png +share/icons/hicolor/32x32/apps/openra-editor.png +share/icons/hicolor/32x32/apps/openra.png +share/icons/hicolor/48x48/apps/openra-editor.png +share/icons/hicolor/48x48/apps/openra.png +share/icons/hicolor/64x64/apps/openra.png +share/icons/hicolor/scalable/apps/openra.svg From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 03:25:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51E561EC; Sat, 21 Feb 2015 03:25:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B48A7D0; Sat, 21 Feb 2015 03:25:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L3PTfC068754; Sat, 21 Feb 2015 03:25:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L3PSSK068746; Sat, 21 Feb 2015 03:25:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502210325.t1L3PSSK068746@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 21 Feb 2015 03:25:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379479 - in head/mail: roundcube-air roundcube-groupvice roundcube-mobilecube roundcube-mvision2 roundcube-umich X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 03:25:30 -0000 Author: amdmi3 Date: Sat Feb 21 03:25:27 2015 New Revision: 379479 URL: https://svnweb.freebsd.org/changeset/ports/379479 QAT: https://qat.redports.org/buildarchive/r379479/ Log: - Remove @dirrm* from and add empty directories to plists Modified: head/mail/roundcube-air/pkg-plist head/mail/roundcube-groupvice/pkg-plist head/mail/roundcube-mobilecube/pkg-plist head/mail/roundcube-mvision2/pkg-plist head/mail/roundcube-umich/pkg-plist Modified: head/mail/roundcube-air/pkg-plist ============================================================================== --- head/mail/roundcube-air/pkg-plist Sat Feb 21 03:22:10 2015 (r379478) +++ head/mail/roundcube-air/pkg-plist Sat Feb 21 03:25:27 2015 (r379479) @@ -101,11 +101,3 @@ %%WWWDIR%%/templates/settingsedit.html %%WWWDIR%%/templates/showcontact.html %%WWWDIR%%/watermark.html -@dirrm %%WWWDIR%%/templates -@dirrm %%WWWDIR%%/includes -@dirrm %%WWWDIR%%/images/icons -@dirrm %%WWWDIR%%/images/googiespell -@dirrm %%WWWDIR%%/images/display -@dirrm %%WWWDIR%%/images/buttons -@dirrm %%WWWDIR%%/images -@dirrmtry %%WWWDIR%% Modified: head/mail/roundcube-groupvice/pkg-plist ============================================================================== --- head/mail/roundcube-groupvice/pkg-plist Sat Feb 21 03:22:10 2015 (r379478) +++ head/mail/roundcube-groupvice/pkg-plist Sat Feb 21 03:25:27 2015 (r379479) @@ -196,11 +196,3 @@ %%WWWDIR%%/templates/settings.html %%WWWDIR%%/templates/showcontact.html %%WWWDIR%%/watermark.html -@dirrm %%WWWDIR%%/templates -@dirrm %%WWWDIR%%/includes -@dirrm %%WWWDIR%%/images/icons -@dirrm %%WWWDIR%%/images/googiespell -@dirrm %%WWWDIR%%/images/display -@dirrm %%WWWDIR%%/images/buttons -@dirrm %%WWWDIR%%/images -@dirrmtry %%WWWDIR%% Modified: head/mail/roundcube-mobilecube/pkg-plist ============================================================================== --- head/mail/roundcube-mobilecube/pkg-plist Sat Feb 21 03:22:10 2015 (r379478) +++ head/mail/roundcube-mobilecube/pkg-plist Sat Feb 21 03:25:27 2015 (r379479) @@ -237,12 +237,3 @@ %%WWWDIR%%/templates/settingsedit.html %%WWWDIR%%/templates/showcontact.html %%WWWDIR%%/watermark.html -@dirrm %%WWWDIR%%/templates -@dirrm %%WWWDIR%%/includes -@dirrm %%WWWDIR%%/images/login -@dirrm %%WWWDIR%%/images/icons -@dirrm %%WWWDIR%%/images/googiespell -@dirrm %%WWWDIR%%/images/display -@dirrm %%WWWDIR%%/images/buttons -@dirrm %%WWWDIR%%/images -@dirrmtry %%WWWDIR%% Modified: head/mail/roundcube-mvision2/pkg-plist ============================================================================== --- head/mail/roundcube-mvision2/pkg-plist Sat Feb 21 03:22:10 2015 (r379478) +++ head/mail/roundcube-mvision2/pkg-plist Sat Feb 21 03:25:27 2015 (r379479) @@ -183,13 +183,4 @@ %%WWWDIR%%/vertical.css %%WWWDIR%%/vertical_ie8.css %%WWWDIR%%/watermark.html -@dirrm %%WWWDIR%%/templates -@dirrm %%WWWDIR%%/includes -@dirrm %%WWWDIR%%/images/icons -@dirrm %%WWWDIR%%/images/googiespell -@dirrm %%WWWDIR%%/images/display -@dirrm %%WWWDIR%%/images/buttons -@dirrm %%WWWDIR%%/images -@dirrm %%WWWDIR%%/.settings -@dirrm %%WWWDIR%%/.cache -@dirrmtry %%WWWDIR%% +@dir %%WWWDIR%%/.cache Modified: head/mail/roundcube-umich/pkg-plist ============================================================================== --- head/mail/roundcube-umich/pkg-plist Sat Feb 21 03:22:10 2015 (r379478) +++ head/mail/roundcube-umich/pkg-plist Sat Feb 21 03:25:27 2015 (r379479) @@ -252,11 +252,3 @@ %%WWWDIR%%/templates/settings.html %%WWWDIR%%/templates/showcontact.html %%WWWDIR%%/watermark.html -@dirrm %%WWWDIR%%/templates -@dirrm %%WWWDIR%%/includes -@dirrm %%WWWDIR%%/images/icons -@dirrm %%WWWDIR%%/images/googiespell -@dirrm %%WWWDIR%%/images/display -@dirrm %%WWWDIR%%/images/buttons -@dirrm %%WWWDIR%%/images -@dirrmtry %%WWWDIR%% From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 03:28:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02F692DF; Sat, 21 Feb 2015 03:28:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7C557E7; Sat, 21 Feb 2015 03:28:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L3SGII069136; Sat, 21 Feb 2015 03:28:16 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L3SGxW069134; Sat, 21 Feb 2015 03:28:16 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201502210328.t1L3SGxW069134@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 21 Feb 2015 03:28:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379480 - head/devel/py-twistedCore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 03:28:17 -0000 Author: koobs Date: Sat Feb 21 03:28:15 2015 New Revision: 379480 URL: https://svnweb.freebsd.org/changeset/ports/379480 QAT: https://qat.redports.org/buildarchive/r379480/ Log: devel/py-twistedCore: Create OPTION for service_identity service_identity is an optional dependency that hasn't yet been added to setup.py upstream as an extras_require [1] Create a VERIFY option to make the dependency optional, as it adds a decent number [~9] of subsequent dependencies that aren't needed in most cases. Set the VERIFY option to be a OPTIONS_DEFAULT *for now* since a few consumers (and their ports) bail out with an error if its not installed (deluge) [2]. For these cases, the port should instead depend on service_identity directly, as in www/calendarserver. While I'm here: - Strip shared libraries - Tweak COMMENT [1] http://twistedmatrix.com/trac/ticket/3696 [2] http://svnweb.freebsd.org/ports?view=revision&revision=375833 Approved by: python (hat) Modified: head/devel/py-twistedCore/Makefile Modified: head/devel/py-twistedCore/Makefile ============================================================================== --- head/devel/py-twistedCore/Makefile Sat Feb 21 03:25:27 2015 (r379479) +++ head/devel/py-twistedCore/Makefile Sat Feb 21 03:28:15 2015 (r379480) @@ -3,6 +3,7 @@ PORTNAME= twistedCore PORTVERSION= 15.0.0 +PORTREVISION= 1 CATEGORIES= devel net python MASTER_SITES= http://twistedmatrix.com/Releases/Core/${PORTVERSION:R}/ \ LOCAL/sunpoet @@ -10,14 +11,19 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedCore-${PORTVERSION} MAINTAINER= python@FreeBSD.org -COMMENT= Asynchronous networking framework for Python - Core module +COMMENT= Asynchronous networking framework for Python (Core Module) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:${PORTSDIR}/devel/py-zope.interface -RUN_DEPENDS:= ${BUILD_DEPENDS} \ - ${PYTHON_PKGNAMEPREFIX}service_identity>0:${PORTSDIR}/security/py-service_identity +RUN_DEPENDS:= ${BUILD_DEPENDS} + +OPTIONS_DEFINE= VERIFY +OPTIONS_DEFAULT= VERIFY + +VERIFY_DESC= Server (SNI) and Service Verification Support (RFC6125+) +VERIFY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}service_identity>0:${PORTSDIR}/security/py-service_identity # - Note that Twisted ships with some graphical examples and clients that # require PyGNOME to run. These are not central to the funcitoning of @@ -27,4 +33,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ USES= python:2 tar:bzip2 USE_PYTHON= autoplist distutils +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/twisted/python/sendmsg.so \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/twisted/test/raiser.so + .include From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 07:29:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D466BDAB; Sat, 21 Feb 2015 07:29:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5961EE6; Sat, 21 Feb 2015 07:29:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L7Tp5Y081412; Sat, 21 Feb 2015 07:29:51 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L7Toim081406; Sat, 21 Feb 2015 07:29:50 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201502210729.t1L7Toim081406@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 21 Feb 2015 07:29:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379481 - in head/sysutils/cdroot: . 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.18-1 Precedence: list List-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, 21 Feb 2015 07:29:52 -0000 Author: riggs Date: Sat Feb 21 07:29:50 2015 New Revision: 379481 URL: https://svnweb.freebsd.org/changeset/ports/379481 QAT: https://qat.redports.org/buildarchive/r379481/ Log: - Update to upstream version 1.2.6 - New maintainer: Chris Hutchinson PR: 195520 Submitted by: portmaster@bsdforge.com (maintainer) Reviewed by: koobs, riggs Deleted: head/sysutils/cdroot/files/ Modified: head/sysutils/cdroot/Makefile head/sysutils/cdroot/distinfo head/sysutils/cdroot/pkg-descr Modified: head/sysutils/cdroot/Makefile ============================================================================== --- head/sysutils/cdroot/Makefile Sat Feb 21 03:28:15 2015 (r379480) +++ head/sysutils/cdroot/Makefile Sat Feb 21 07:29:50 2015 (r379481) @@ -2,12 +2,15 @@ # $FreeBSD$ PORTNAME= cdroot -PORTVERSION= 1.2.5 +PORTVERSION= 1.2.6 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= bsd +MASTER_SITES= http://BSDforge.com/projects/source/sysutils/cdroot/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Scripts to automate setting up a bootable CD-ROM based FreeBSD system +MAINTAINER= portmaster@bsdforge.com +COMMENT= Scripts automating setup of a bootable CD-ROM based FreeBSD system + +LICENSE= BSD2CLAUSE + +USES= tar:xz .include Modified: head/sysutils/cdroot/distinfo ============================================================================== --- head/sysutils/cdroot/distinfo Sat Feb 21 03:28:15 2015 (r379480) +++ head/sysutils/cdroot/distinfo Sat Feb 21 07:29:50 2015 (r379481) @@ -1,2 +1,2 @@ -SHA256 (cdroot-1.2.5.tar.gz) = ceaca4ce728f6d2a38b42620c7a8033b10a853449232acbdc8939f42b2bc5673 -SIZE (cdroot-1.2.5.tar.gz) = 19182 +SHA256 (cdroot-1.2.6.tar.xz) = a81788f6fdef43caa2305bd6cd5254894229f443b2125a46d6689d70be3369e3 +SIZE (cdroot-1.2.6.tar.xz) = 17528 Modified: head/sysutils/cdroot/pkg-descr ============================================================================== --- head/sysutils/cdroot/pkg-descr Sat Feb 21 03:28:15 2015 (r379480) +++ head/sysutils/cdroot/pkg-descr Sat Feb 21 07:29:50 2015 (r379481) @@ -1,7 +1,9 @@ This port automates the creation of a bootable CD-ROM which contains a -full FreeBSD installation. Also included is a script for installing a -FreeBSD release, as built by 'make release'. If desired, a floppy -disk with a /etc directory may be provided to supply system /etc -overrides allowing one to use the same CD image to boot multiple -systems, where each system's hostname, IP address, etc is contained on -a separate floppy disk. See the README file for more information. +full FreeBSD installation. It also includes a script for installing a +FreeBSD release, as built by 'make release'. If desired, a floppy disk +with an /etc directory may be provided to supply system /etc overrides, +allowing one to use the same CD/DVD image to boot multiple systems, where +each system's hostname, IP address, etc is contained on a separate floppy +disk. See the README file for more information. + +WWW: http://BSDforge.com/projects/sysutils/cdroot/ From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 07:35:33 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7E43ED4; Sat, 21 Feb 2015 07:35:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2FE4F9F; Sat, 21 Feb 2015 07:35:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L7ZXtL085720; Sat, 21 Feb 2015 07:35:33 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L7ZXRV085719; Sat, 21 Feb 2015 07:35:33 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502210735.t1L7ZXRV085719@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 21 Feb 2015 07:35:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379482 - head/biology/seaview X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 07:35:33 -0000 Author: antoine Date: Sat Feb 21 07:35:32 2015 New Revision: 379482 URL: https://svnweb.freebsd.org/changeset/ports/379482 QAT: https://qat.redports.org/buildarchive/r379482/ Log: Mark BROKEN: Fails to link, tries to use internal fltk symbols c++ -o seaview seaview.o custom.o use_mase_files.o regions.o load_seq.o align.o xfmatpt.o comlines.o resource.o nexus.o viewasprots.o racnuc_fetch.o concatenate.o statistics.o trees.o treedraw.o addbootstrap.o least_squares_brl.o pseudoterminal.o unrooted.o pdf_or_ps.o svg.o threads.o Fl_Native_File_Chooser_FLTK.o raa_acnuc.o parser.o md5.o zsockr.o misc_acnuc.o dnapars.o protpars.o seq.o phylip.o lwl.o bionj.o phyml_util.o \ -L/usr/local/lib -lfltk_images -lfltk \ -lXft -lXext -lfontconfig -ljpeg -lpng -lXinerama -L/usr/local/lib -lpdf \ -lX11 -lm -lz -pthread seaview.o: In function `clipboard_contains_alignment(char const*)': seaview.cxx:(.text+0x1c14): undefined reference to `fl_selection_buffer' Reported by: pkg-fallout Modified: head/biology/seaview/Makefile Modified: head/biology/seaview/Makefile ============================================================================== --- head/biology/seaview/Makefile Sat Feb 21 07:29:50 2015 (r379481) +++ head/biology/seaview/Makefile Sat Feb 21 07:35:32 2015 (r379482) @@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Multiple DNA/protein sequence alignment editor +BROKEN= Fails to link, tries to use internal fltk symbols + LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk WRKSRC= ${WRKDIR}/${PORTNAME} From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 07:37:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC3A2DA; Sat, 21 Feb 2015 07:37:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7CC9FB7; Sat, 21 Feb 2015 07:37:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L7bwYM086075; Sat, 21 Feb 2015 07:37:58 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L7bwmt086074; Sat, 21 Feb 2015 07:37:58 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502210737.t1L7bwmt086074@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 21 Feb 2015 07:37:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379483 - head/devel/libe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 07:37:58 -0000 Author: antoine Date: Sat Feb 21 07:37:57 2015 New Revision: 379483 URL: https://svnweb.freebsd.org/changeset/ports/379483 QAT: https://qat.redports.org/buildarchive/r379483/ Log: Mark BROKEN: Fails to build CXX garbage_collector.lo garbage_collector.cc:176:38: error: no member named 'min' in namespace 'std' min_timestamp = std::min(qst, min_timestamp); ~~~~~^ garbage_collector.cc:180:36: error: no member named 'min' in namespace 'std' min_offline = std::min(oft, min_offline); ~~~~~^ 2 errors generated. Reported by: pkg-fallout Modified: head/devel/libe/Makefile Modified: head/devel/libe/Makefile ============================================================================== --- head/devel/libe/Makefile Sat Feb 21 07:35:32 2015 (r379482) +++ head/devel/libe/Makefile Sat Feb 21 07:37:57 2015 (r379483) @@ -11,6 +11,8 @@ COMMENT= High-performance datastructures LICENSE= BSD3CLAUSE +BROKEN= Fails to build + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpo6.pc:${PORTSDIR}/devel/libpo6 GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 07:40:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B5C21C0; Sat, 21 Feb 2015 07:40:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E092AFC1; Sat, 21 Feb 2015 07:40:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L7evD6087487; Sat, 21 Feb 2015 07:40:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L7evO4087486; Sat, 21 Feb 2015 07:40:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502210740.t1L7evO4087486@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 21 Feb 2015 07:40:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379484 - head/textproc/p5-Groonga-API X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 07:40:58 -0000 Author: antoine Date: Sat Feb 21 07:40:56 2015 New Revision: 379484 URL: https://svnweb.freebsd.org/changeset/ports/379484 QAT: https://qat.redports.org/buildarchive/r379484/ Log: Mark BROKEN: Fails to build /usr/local/bin/perl5 /usr/local/lib/perl5/5.18/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.18/ExtUtils/typemap -typemap typemap API.xs > API.xsc && mv API.xsc API.c Could not find a typemap for C type 'grn_ctx *'. The following C types are mapped by the current typemap: 'AV *', 'Boolean', 'CV *', 'FILE *', 'FileHandle', 'HV *', 'I16', 'I32', 'I8', 'IV', 'InOutStream', 'InputStream', 'NV', 'OutputStream', 'PerlIO *', 'Result', 'STRLEN', 'SV *', 'SVREF', 'SysRet', 'SysRetLong', 'Time_t *', 'U16', 'U32', 'U8', 'UV', 'bool', 'bool_t', 'caddr_t', 'char', 'char *', 'char **', 'const char *', 'const grn_logger_info *', 'const short *', 'const unsigned char *', 'const void *', 'double', 'float', 'grn_array *', 'grn_bool', 'grn_content_type', 'grn_ctx_info *', 'grn_db_create_optarg *', 'grn_expr_flags', 'grn_hash *', 'grn_id', 'grn_info_type', 'grn_obj_flags', 'grn_operator', 'grn_selector_func', 'grn_table_delete_optarg *', 'grn_table_sort_key *', 'int', 'long', 'long long int', 'long long unsigned int', 'short', 'short *', 'size_t', 'ssize_t', 'time_t', 'unsigned', 'unsigned char', 'unsigned char *', 'unsigned int', 'unsigned int *', 'unsigned long', 'unsigned long *', 'unsigned short', 'va_list', 'void *', 'wchar_t', 'wchar_t *' in API.xs, line 24 *** Error code 1 Reported by: pkg-fallout Modified: head/textproc/p5-Groonga-API/Makefile Modified: head/textproc/p5-Groonga-API/Makefile ============================================================================== --- head/textproc/p5-Groonga-API/Makefile Sat Feb 21 07:37:57 2015 (r379483) +++ head/textproc/p5-Groonga-API/Makefile Sat Feb 21 07:40:56 2015 (r379484) @@ -14,6 +14,8 @@ COMMENT= Perl extension for raw interfac LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BROKEN= Fails to build + RUN_DEPENDS= \ p5-JSON-XS>0:${PORTSDIR}/converters/p5-JSON-XS \ p5-Path-Extended>0:${PORTSDIR}/devel/p5-Path-Extended \ From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 08:22:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2F484AF; Sat, 21 Feb 2015 08:22:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C6AF638; Sat, 21 Feb 2015 08:22:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L8MTYl008914; Sat, 21 Feb 2015 08:22:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L8MSNt008911; Sat, 21 Feb 2015 08:22:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201502210822.t1L8MSNt008911@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 21 Feb 2015 08:22:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379485 - in head: mail/thunderbird/files www/firefox-esr/files www/libxul/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.18-1 Precedence: list List-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, 21 Feb 2015 08:22:29 -0000 Author: jbeich Date: Sat Feb 21 08:22:28 2015 New Revision: 379485 URL: https://svnweb.freebsd.org/changeset/ports/379485 QAT: https://qat.redports.org/buildarchive/r379485/ Log: Fix invalid conversions of nullptr to bool to unbreak clang 3.6 build PR: 197857 Submitted by: dim (initial version) Obtained from: https://github.com/mozilla/gecko-dev/commit/dd19f59 Added: head/mail/thunderbird/files/patch-bug1021171 (contents, props changed) head/www/firefox-esr/files/patch-bug1021171 (contents, props changed) head/www/libxul/files/patch-bug1021171 (contents, props changed) Added: head/mail/thunderbird/files/patch-bug1021171 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/thunderbird/files/patch-bug1021171 Sat Feb 21 08:22:28 2015 (r379485) @@ -0,0 +1,193 @@ +commit dd19f59 +Author: Trevor Saunders +Date: Fri Jun 6 15:31:30 2014 -0400 + + bug 1021171 - don't return nulllptr in functions returning bool r=bz,waldo +--- + js/src/builtin/TypedObject.cpp | 32 ++++++++++++++++---------------- + js/src/frontend/BytecodeCompiler.cpp | 2 +- + js/xpconnect/wrappers/XrayWrapper.cpp | 2 +- + netwerk/ipc/NeckoParent.cpp | 2 +- + 4 files changed, 19 insertions(+), 19 deletions(-) + +diff --git js/src/builtin/TypedObject.cpp js/src/builtin/TypedObject.cpp +index 9e284b9..7a0a7fc 100644 +--- mozilla/js/src/builtin/TypedObject.cpp ++++ mozilla/js/src/builtin/TypedObject.cpp +@@ -710,12 +710,12 @@ ArrayMetaTypeDescr::construct(JSContext *cx, unsigned argc, Value *vp) + contents.append(")"); + RootedAtom stringRepr(cx, contents.finishAtom()); + if (!stringRepr) +- return nullptr; ++ return false; + + // Extract ArrayType.prototype + RootedObject arrayTypePrototype(cx, GetPrototype(cx, arrayTypeGlobal)); + if (!arrayTypePrototype) +- return nullptr; ++ return false; + + // Create the instance of ArrayType + Rooted obj(cx); +@@ -728,7 +728,7 @@ ArrayMetaTypeDescr::construct(JSContext *cx, unsigned argc, Value *vp) + if (!JSObject::defineProperty(cx, obj, cx->names().length, + UndefinedHandleValue, nullptr, nullptr, + JSPROP_READONLY | JSPROP_PERMANENT)) +- return nullptr; ++ return false; + + args.rval().setObject(*obj); + return true; +@@ -762,7 +762,7 @@ UnsizedArrayTypeDescr::dimension(JSContext *cx, unsigned int argc, jsval *vp) + if (!size.isValid()) { + JS_ReportErrorNumber(cx, js_GetErrorMessage, nullptr, + JSMSG_TYPEDOBJECT_TOO_BIG); +- return nullptr; ++ return false; + } + + // Construct a canonical string `new ArrayType().dimension(N)`: +@@ -775,7 +775,7 @@ UnsizedArrayTypeDescr::dimension(JSContext *cx, unsigned int argc, jsval *vp) + contents.append(")"); + RootedAtom stringRepr(cx, contents.finishAtom()); + if (!stringRepr) +- return nullptr; ++ return false; + + // Create the sized type object. + Rooted obj(cx); +@@ -793,7 +793,7 @@ UnsizedArrayTypeDescr::dimension(JSContext *cx, unsigned int argc, jsval *vp) + if (!JSObject::defineProperty(cx, obj, cx->names().length, + lengthVal, nullptr, nullptr, + JSPROP_READONLY | JSPROP_PERMANENT)) +- return nullptr; ++ return false; + + // Add `unsized` property, which is a link from the sized + // array to the unsized array. +@@ -801,7 +801,7 @@ UnsizedArrayTypeDescr::dimension(JSContext *cx, unsigned int argc, jsval *vp) + if (!JSObject::defineProperty(cx, obj, cx->names().unsized, + unsizedTypeDescrValue, nullptr, nullptr, + JSPROP_READONLY | JSPROP_PERMANENT)) +- return nullptr; ++ return false; + + args.rval().setObject(*obj); + return true; +@@ -1253,7 +1253,7 @@ DefineSimpleTypeDescr(JSContext *cx, + Rooted proto(cx); + proto = NewObjectWithProto(cx, objProto, nullptr, TenuredObject); + if (!proto) +- return nullptr; ++ return false; + proto->initTypeDescrSlot(*descr); + descr->initReservedSlot(JS_DESCR_SLOT_TYPROTO, ObjectValue(*proto)); + +@@ -1358,14 +1358,14 @@ GlobalObject::initTypedObjectModule(JSContext *cx, Handle global) + #define BINARYDATA_SCALAR_DEFINE(constant_, type_, name_) \ + if (!DefineSimpleTypeDescr(cx, global, module, constant_, \ + cx->names().name_)) \ +- return nullptr; ++ return false; + JS_FOR_EACH_SCALAR_TYPE_REPR(BINARYDATA_SCALAR_DEFINE) + #undef BINARYDATA_SCALAR_DEFINE + + #define BINARYDATA_REFERENCE_DEFINE(constant_, type_, name_) \ + if (!DefineSimpleTypeDescr(cx, global, module, constant_, \ + cx->names().name_)) \ +- return nullptr; ++ return false; + JS_FOR_EACH_REFERENCE_TYPE_REPR(BINARYDATA_REFERENCE_DEFINE) + #undef BINARYDATA_REFERENCE_DEFINE + +@@ -1375,14 +1375,14 @@ GlobalObject::initTypedObjectModule(JSContext *cx, Handle global) + arrayType = DefineMetaTypeDescr( + cx, global, module, TypedObjectModuleObject::ArrayTypePrototype); + if (!arrayType) +- return nullptr; ++ return false; + + RootedValue arrayTypeValue(cx, ObjectValue(*arrayType)); + if (!JSObject::defineProperty(cx, module, cx->names().ArrayType, + arrayTypeValue, + nullptr, nullptr, + JSPROP_READONLY | JSPROP_PERMANENT)) +- return nullptr; ++ return false; + + // StructType. + +@@ -1390,14 +1390,14 @@ GlobalObject::initTypedObjectModule(JSContext *cx, Handle global) + structType = DefineMetaTypeDescr( + cx, global, module, TypedObjectModuleObject::StructTypePrototype); + if (!structType) +- return nullptr; ++ return false; + + RootedValue structTypeValue(cx, ObjectValue(*structType)); + if (!JSObject::defineProperty(cx, module, cx->names().StructType, + structTypeValue, + nullptr, nullptr, + JSPROP_READONLY | JSPROP_PERMANENT)) +- return nullptr; ++ return false; + + // Everything is setup, install module on the global object: + RootedValue moduleValue(cx, ObjectValue(*module)); +@@ -1407,7 +1407,7 @@ GlobalObject::initTypedObjectModule(JSContext *cx, Handle global) + nullptr, nullptr, + 0)) + { +- return nullptr; ++ return false; + } + + return module; +@@ -2449,7 +2449,7 @@ TypedObject::constructUnsized(JSContext *cx, unsigned int argc, Value *vp) + if (length < 0) { + JS_ReportErrorNumber(cx, js_GetErrorMessage, + nullptr, JSMSG_TYPEDOBJECT_BAD_ARGS); +- return nullptr; ++ return false; + } + Rooted obj(cx, createZeroed(cx, callee, length)); + if (!obj) +diff --git js/src/frontend/BytecodeCompiler.cpp js/src/frontend/BytecodeCompiler.cpp +index 5aacc23..aed45ca 100644 +--- mozilla/js/src/frontend/BytecodeCompiler.cpp ++++ mozilla/js/src/frontend/BytecodeCompiler.cpp +@@ -544,7 +544,7 @@ CompileFunctionBody(JSContext *cx, MutableHandleFunction fun, const ReadOnlyComp + + RootedScriptSource sourceObject(cx, CreateScriptSourceObject(cx, options)); + if (!sourceObject) +- return nullptr; ++ return false; + ScriptSource *ss = sourceObject->source(); + + SourceCompressionTask sct(cx); +diff --git js/xpconnect/wrappers/XrayWrapper.cpp js/xpconnect/wrappers/XrayWrapper.cpp +index fd6458b..ab48770 100644 +--- mozilla/js/xpconnect/wrappers/XrayWrapper.cpp ++++ mozilla/js/xpconnect/wrappers/XrayWrapper.cpp +@@ -363,7 +363,7 @@ public: + { + JSAutoCompartment ac(cx, target); + if (!JS_GetClassPrototype(cx, key, protop)) +- return nullptr; ++ return false; + } + return JS_WrapObject(cx, protop); + } +diff --git netwerk/ipc/NeckoParent.cpp netwerk/ipc/NeckoParent.cpp +index 96dbb1d..ef3293b 100644 +--- mozilla/netwerk/ipc/NeckoParent.cpp ++++ mozilla/netwerk/ipc/NeckoParent.cpp +@@ -365,7 +365,7 @@ NeckoParent::RecvPRtspChannelConstructor( + RtspChannelParent* p = static_cast(aActor); + return p->Init(aConnectArgs); + #else +- return nullptr; ++ return false; + #endif + } + Added: head/www/firefox-esr/files/patch-bug1021171 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox-esr/files/patch-bug1021171 Sat Feb 21 08:22:28 2015 (r379485) @@ -0,0 +1,193 @@ +commit dd19f59 +Author: Trevor Saunders +Date: Fri Jun 6 15:31:30 2014 -0400 + + bug 1021171 - don't return nulllptr in functions returning bool r=bz,waldo +--- + js/src/builtin/TypedObject.cpp | 32 ++++++++++++++++---------------- + js/src/frontend/BytecodeCompiler.cpp | 2 +- + js/xpconnect/wrappers/XrayWrapper.cpp | 2 +- + netwerk/ipc/NeckoParent.cpp | 2 +- + 4 files changed, 19 insertions(+), 19 deletions(-) + +diff --git js/src/builtin/TypedObject.cpp js/src/builtin/TypedObject.cpp +index 9e284b9..7a0a7fc 100644 +--- js/src/builtin/TypedObject.cpp ++++ js/src/builtin/TypedObject.cpp +@@ -710,12 +710,12 @@ ArrayMetaTypeDescr::construct(JSContext *cx, unsigned argc, Value *vp) + contents.append(")"); + RootedAtom stringRepr(cx, contents.finishAtom()); + if (!stringRepr) +- return nullptr; ++ return false; + + // Extract ArrayType.prototype + RootedObject arrayTypePrototype(cx, GetPrototype(cx, arrayTypeGlobal)); + if (!arrayTypePrototype) +- return nullptr; ++ return false; + + // Create the instance of ArrayType + Rooted obj(cx); +@@ -728,7 +728,7 @@ ArrayMetaTypeDescr::construct(JSContext *cx, unsigned argc, Value *vp) + if (!JSObject::defineProperty(cx, obj, cx->names().length, + UndefinedHandleValue, nullptr, nullptr, + JSPROP_READONLY | JSPROP_PERMANENT)) +- return nullptr; ++ return false; + + args.rval().setObject(*obj); + return true; +@@ -762,7 +762,7 @@ UnsizedArrayTypeDescr::dimension(JSContext *cx, unsigned int argc, jsval *vp) + if (!size.isValid()) { + JS_ReportErrorNumber(cx, js_GetErrorMessage, nullptr, + JSMSG_TYPEDOBJECT_TOO_BIG); +- return nullptr; ++ return false; + } + + // Construct a canonical string `new ArrayType().dimension(N)`: +@@ -775,7 +775,7 @@ UnsizedArrayTypeDescr::dimension(JSContext *cx, unsigned int argc, jsval *vp) + contents.append(")"); + RootedAtom stringRepr(cx, contents.finishAtom()); + if (!stringRepr) +- return nullptr; ++ return false; + + // Create the sized type object. + Rooted obj(cx); +@@ -793,7 +793,7 @@ UnsizedArrayTypeDescr::dimension(JSContext *cx, unsigned int argc, jsval *vp) + if (!JSObject::defineProperty(cx, obj, cx->names().length, + lengthVal, nullptr, nullptr, + JSPROP_READONLY | JSPROP_PERMANENT)) +- return nullptr; ++ return false; + + // Add `unsized` property, which is a link from the sized + // array to the unsized array. +@@ -801,7 +801,7 @@ UnsizedArrayTypeDescr::dimension(JSContext *cx, unsigned int argc, jsval *vp) + if (!JSObject::defineProperty(cx, obj, cx->names().unsized, + unsizedTypeDescrValue, nullptr, nullptr, + JSPROP_READONLY | JSPROP_PERMANENT)) +- return nullptr; ++ return false; + + args.rval().setObject(*obj); + return true; +@@ -1253,7 +1253,7 @@ DefineSimpleTypeDescr(JSContext *cx, + Rooted proto(cx); + proto = NewObjectWithProto(cx, objProto, nullptr, TenuredObject); + if (!proto) +- return nullptr; ++ return false; + proto->initTypeDescrSlot(*descr); + descr->initReservedSlot(JS_DESCR_SLOT_TYPROTO, ObjectValue(*proto)); + +@@ -1358,14 +1358,14 @@ GlobalObject::initTypedObjectModule(JSContext *cx, Handle global) + #define BINARYDATA_SCALAR_DEFINE(constant_, type_, name_) \ + if (!DefineSimpleTypeDescr(cx, global, module, constant_, \ + cx->names().name_)) \ +- return nullptr; ++ return false; + JS_FOR_EACH_SCALAR_TYPE_REPR(BINARYDATA_SCALAR_DEFINE) + #undef BINARYDATA_SCALAR_DEFINE + + #define BINARYDATA_REFERENCE_DEFINE(constant_, type_, name_) \ + if (!DefineSimpleTypeDescr(cx, global, module, constant_, \ + cx->names().name_)) \ +- return nullptr; ++ return false; + JS_FOR_EACH_REFERENCE_TYPE_REPR(BINARYDATA_REFERENCE_DEFINE) + #undef BINARYDATA_REFERENCE_DEFINE + +@@ -1375,14 +1375,14 @@ GlobalObject::initTypedObjectModule(JSContext *cx, Handle global) + arrayType = DefineMetaTypeDescr( + cx, global, module, TypedObjectModuleObject::ArrayTypePrototype); + if (!arrayType) +- return nullptr; ++ return false; + + RootedValue arrayTypeValue(cx, ObjectValue(*arrayType)); + if (!JSObject::defineProperty(cx, module, cx->names().ArrayType, + arrayTypeValue, + nullptr, nullptr, + JSPROP_READONLY | JSPROP_PERMANENT)) +- return nullptr; ++ return false; + + // StructType. + +@@ -1390,14 +1390,14 @@ GlobalObject::initTypedObjectModule(JSContext *cx, Handle global) + structType = DefineMetaTypeDescr( + cx, global, module, TypedObjectModuleObject::StructTypePrototype); + if (!structType) +- return nullptr; ++ return false; + + RootedValue structTypeValue(cx, ObjectValue(*structType)); + if (!JSObject::defineProperty(cx, module, cx->names().StructType, + structTypeValue, + nullptr, nullptr, + JSPROP_READONLY | JSPROP_PERMANENT)) +- return nullptr; ++ return false; + + // Everything is setup, install module on the global object: + RootedValue moduleValue(cx, ObjectValue(*module)); +@@ -1407,7 +1407,7 @@ GlobalObject::initTypedObjectModule(JSContext *cx, Handle global) + nullptr, nullptr, + 0)) + { +- return nullptr; ++ return false; + } + + return module; +@@ -2449,7 +2449,7 @@ TypedObject::constructUnsized(JSContext *cx, unsigned int argc, Value *vp) + if (length < 0) { + JS_ReportErrorNumber(cx, js_GetErrorMessage, + nullptr, JSMSG_TYPEDOBJECT_BAD_ARGS); +- return nullptr; ++ return false; + } + Rooted obj(cx, createZeroed(cx, callee, length)); + if (!obj) +diff --git js/src/frontend/BytecodeCompiler.cpp js/src/frontend/BytecodeCompiler.cpp +index 5aacc23..aed45ca 100644 +--- js/src/frontend/BytecodeCompiler.cpp ++++ js/src/frontend/BytecodeCompiler.cpp +@@ -544,7 +544,7 @@ CompileFunctionBody(JSContext *cx, MutableHandleFunction fun, const ReadOnlyComp + + RootedScriptSource sourceObject(cx, CreateScriptSourceObject(cx, options)); + if (!sourceObject) +- return nullptr; ++ return false; + ScriptSource *ss = sourceObject->source(); + + SourceCompressionTask sct(cx); +diff --git js/xpconnect/wrappers/XrayWrapper.cpp js/xpconnect/wrappers/XrayWrapper.cpp +index fd6458b..ab48770 100644 +--- js/xpconnect/wrappers/XrayWrapper.cpp ++++ js/xpconnect/wrappers/XrayWrapper.cpp +@@ -363,7 +363,7 @@ public: + { + JSAutoCompartment ac(cx, target); + if (!JS_GetClassPrototype(cx, key, protop)) +- return nullptr; ++ return false; + } + return JS_WrapObject(cx, protop); + } +diff --git netwerk/ipc/NeckoParent.cpp netwerk/ipc/NeckoParent.cpp +index 96dbb1d..ef3293b 100644 +--- netwerk/ipc/NeckoParent.cpp ++++ netwerk/ipc/NeckoParent.cpp +@@ -365,7 +365,7 @@ NeckoParent::RecvPRtspChannelConstructor( + RtspChannelParent* p = static_cast(aActor); + return p->Init(aConnectArgs); + #else +- return nullptr; ++ return false; + #endif + } + Added: head/www/libxul/files/patch-bug1021171 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libxul/files/patch-bug1021171 Sat Feb 21 08:22:28 2015 (r379485) @@ -0,0 +1,193 @@ +commit dd19f59 +Author: Trevor Saunders +Date: Fri Jun 6 15:31:30 2014 -0400 + + bug 1021171 - don't return nulllptr in functions returning bool r=bz,waldo +--- + js/src/builtin/TypedObject.cpp | 32 ++++++++++++++++---------------- + js/src/frontend/BytecodeCompiler.cpp | 2 +- + js/xpconnect/wrappers/XrayWrapper.cpp | 2 +- + netwerk/ipc/NeckoParent.cpp | 2 +- + 4 files changed, 19 insertions(+), 19 deletions(-) + +diff --git js/src/builtin/TypedObject.cpp js/src/builtin/TypedObject.cpp +index 9e284b9..7a0a7fc 100644 +--- js/src/builtin/TypedObject.cpp ++++ js/src/builtin/TypedObject.cpp +@@ -710,12 +710,12 @@ ArrayMetaTypeDescr::construct(JSContext *cx, unsigned argc, Value *vp) + contents.append(")"); + RootedAtom stringRepr(cx, contents.finishAtom()); + if (!stringRepr) +- return nullptr; ++ return false; + + // Extract ArrayType.prototype + RootedObject arrayTypePrototype(cx, GetPrototype(cx, arrayTypeGlobal)); + if (!arrayTypePrototype) +- return nullptr; ++ return false; + + // Create the instance of ArrayType + Rooted obj(cx); +@@ -728,7 +728,7 @@ ArrayMetaTypeDescr::construct(JSContext *cx, unsigned argc, Value *vp) + if (!JSObject::defineProperty(cx, obj, cx->names().length, + UndefinedHandleValue, nullptr, nullptr, + JSPROP_READONLY | JSPROP_PERMANENT)) +- return nullptr; ++ return false; + + args.rval().setObject(*obj); + return true; +@@ -762,7 +762,7 @@ UnsizedArrayTypeDescr::dimension(JSContext *cx, unsigned int argc, jsval *vp) + if (!size.isValid()) { + JS_ReportErrorNumber(cx, js_GetErrorMessage, nullptr, + JSMSG_TYPEDOBJECT_TOO_BIG); +- return nullptr; ++ return false; + } + + // Construct a canonical string `new ArrayType().dimension(N)`: +@@ -775,7 +775,7 @@ UnsizedArrayTypeDescr::dimension(JSContext *cx, unsigned int argc, jsval *vp) + contents.append(")"); + RootedAtom stringRepr(cx, contents.finishAtom()); + if (!stringRepr) +- return nullptr; ++ return false; + + // Create the sized type object. + Rooted obj(cx); +@@ -793,7 +793,7 @@ UnsizedArrayTypeDescr::dimension(JSContext *cx, unsigned int argc, jsval *vp) + if (!JSObject::defineProperty(cx, obj, cx->names().length, + lengthVal, nullptr, nullptr, + JSPROP_READONLY | JSPROP_PERMANENT)) +- return nullptr; ++ return false; + + // Add `unsized` property, which is a link from the sized + // array to the unsized array. +@@ -801,7 +801,7 @@ UnsizedArrayTypeDescr::dimension(JSContext *cx, unsigned int argc, jsval *vp) + if (!JSObject::defineProperty(cx, obj, cx->names().unsized, + unsizedTypeDescrValue, nullptr, nullptr, + JSPROP_READONLY | JSPROP_PERMANENT)) +- return nullptr; ++ return false; + + args.rval().setObject(*obj); + return true; +@@ -1253,7 +1253,7 @@ DefineSimpleTypeDescr(JSContext *cx, + Rooted proto(cx); + proto = NewObjectWithProto(cx, objProto, nullptr, TenuredObject); + if (!proto) +- return nullptr; ++ return false; + proto->initTypeDescrSlot(*descr); + descr->initReservedSlot(JS_DESCR_SLOT_TYPROTO, ObjectValue(*proto)); + +@@ -1358,14 +1358,14 @@ GlobalObject::initTypedObjectModule(JSContext *cx, Handle global) + #define BINARYDATA_SCALAR_DEFINE(constant_, type_, name_) \ + if (!DefineSimpleTypeDescr(cx, global, module, constant_, \ + cx->names().name_)) \ +- return nullptr; ++ return false; + JS_FOR_EACH_SCALAR_TYPE_REPR(BINARYDATA_SCALAR_DEFINE) + #undef BINARYDATA_SCALAR_DEFINE + + #define BINARYDATA_REFERENCE_DEFINE(constant_, type_, name_) \ + if (!DefineSimpleTypeDescr(cx, global, module, constant_, \ + cx->names().name_)) \ +- return nullptr; ++ return false; + JS_FOR_EACH_REFERENCE_TYPE_REPR(BINARYDATA_REFERENCE_DEFINE) + #undef BINARYDATA_REFERENCE_DEFINE + +@@ -1375,14 +1375,14 @@ GlobalObject::initTypedObjectModule(JSContext *cx, Handle global) + arrayType = DefineMetaTypeDescr( + cx, global, module, TypedObjectModuleObject::ArrayTypePrototype); + if (!arrayType) +- return nullptr; ++ return false; + + RootedValue arrayTypeValue(cx, ObjectValue(*arrayType)); + if (!JSObject::defineProperty(cx, module, cx->names().ArrayType, + arrayTypeValue, + nullptr, nullptr, + JSPROP_READONLY | JSPROP_PERMANENT)) +- return nullptr; ++ return false; + + // StructType. + +@@ -1390,14 +1390,14 @@ GlobalObject::initTypedObjectModule(JSContext *cx, Handle global) + structType = DefineMetaTypeDescr( + cx, global, module, TypedObjectModuleObject::StructTypePrototype); + if (!structType) +- return nullptr; ++ return false; + + RootedValue structTypeValue(cx, ObjectValue(*structType)); + if (!JSObject::defineProperty(cx, module, cx->names().StructType, + structTypeValue, + nullptr, nullptr, + JSPROP_READONLY | JSPROP_PERMANENT)) +- return nullptr; ++ return false; + + // Everything is setup, install module on the global object: + RootedValue moduleValue(cx, ObjectValue(*module)); +@@ -1407,7 +1407,7 @@ GlobalObject::initTypedObjectModule(JSContext *cx, Handle global) + nullptr, nullptr, + 0)) + { +- return nullptr; ++ return false; + } + + return module; +@@ -2449,7 +2449,7 @@ TypedObject::constructUnsized(JSContext *cx, unsigned int argc, Value *vp) + if (length < 0) { + JS_ReportErrorNumber(cx, js_GetErrorMessage, + nullptr, JSMSG_TYPEDOBJECT_BAD_ARGS); +- return nullptr; ++ return false; + } + Rooted obj(cx, createZeroed(cx, callee, length)); + if (!obj) +diff --git js/src/frontend/BytecodeCompiler.cpp js/src/frontend/BytecodeCompiler.cpp +index 5aacc23..aed45ca 100644 +--- js/src/frontend/BytecodeCompiler.cpp ++++ js/src/frontend/BytecodeCompiler.cpp +@@ -544,7 +544,7 @@ CompileFunctionBody(JSContext *cx, MutableHandleFunction fun, const ReadOnlyComp + + RootedScriptSource sourceObject(cx, CreateScriptSourceObject(cx, options)); + if (!sourceObject) +- return nullptr; ++ return false; + ScriptSource *ss = sourceObject->source(); + + SourceCompressionTask sct(cx); +diff --git js/xpconnect/wrappers/XrayWrapper.cpp js/xpconnect/wrappers/XrayWrapper.cpp +index fd6458b..ab48770 100644 +--- js/xpconnect/wrappers/XrayWrapper.cpp ++++ js/xpconnect/wrappers/XrayWrapper.cpp +@@ -363,7 +363,7 @@ public: + { + JSAutoCompartment ac(cx, target); + if (!JS_GetClassPrototype(cx, key, protop)) +- return nullptr; ++ return false; + } + return JS_WrapObject(cx, protop); + } +diff --git netwerk/ipc/NeckoParent.cpp netwerk/ipc/NeckoParent.cpp +index 96dbb1d..ef3293b 100644 +--- netwerk/ipc/NeckoParent.cpp ++++ netwerk/ipc/NeckoParent.cpp +@@ -365,7 +365,7 @@ NeckoParent::RecvPRtspChannelConstructor( + RtspChannelParent* p = static_cast(aActor); + return p->Init(aConnectArgs); + #else +- return nullptr; ++ return false; + #endif + } + From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 08:38:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C0E8C17; Sat, 21 Feb 2015 08:38:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E381813; Sat, 21 Feb 2015 08:38:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L8ci13014342; Sat, 21 Feb 2015 08:38:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L8cihZ014339; Sat, 21 Feb 2015 08:38:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502210838.t1L8cihZ014339@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 08:38:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379486 - in head/devel/protobuf: . 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.18-1 Precedence: list List-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, 21 Feb 2015 08:38:45 -0000 Author: sunpoet Date: Sat Feb 21 08:38:43 2015 New Revision: 379486 URL: https://svnweb.freebsd.org/changeset/ports/379486 QAT: https://qat.redports.org/buildarchive/r379486/ Log: - Fix build with armv6 PR: 197167 Submitted by: Obtained from: https://github.com/google/protobuf/commit/cc0a047384414991009d95ada9e89b9a92aac531 Added: head/devel/protobuf/files/ head/devel/protobuf/files/patch-src-google-protobuf-stubs-atomicops.h (contents, props changed) head/devel/protobuf/files/patch-src-google-protobuf-stubs-atomicops_internals_generic_gcc.h (contents, props changed) Modified: head/devel/protobuf/Makefile Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Sat Feb 21 08:22:28 2015 (r379485) +++ head/devel/protobuf/Makefile Sat Feb 21 08:38:43 2015 (r379486) @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 armv6 i386 USE_LDCONFIG= yes USES= gmake libtool pathfix pkgconfig tar:bzip2 Added: head/devel/protobuf/files/patch-src-google-protobuf-stubs-atomicops.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/protobuf/files/patch-src-google-protobuf-stubs-atomicops.h Sat Feb 21 08:38:43 2015 (r379486) @@ -0,0 +1,11 @@ +--- src/google/protobuf/stubs/atomicops.h.orig 2014-08-26 03:52:37.000000000 +0800 ++++ src/google/protobuf/stubs/atomicops.h 2015-02-21 11:45:38.816841509 +0800 +@@ -182,6 +182,8 @@ + #elif defined(__GNUC__) + #if defined(GOOGLE_PROTOBUF_ARCH_IA32) || defined(GOOGLE_PROTOBUF_ARCH_X64) + #include ++#elif defined(GOOGLE_PROTOBUF_ARCH_ARM) && defined(__FreeBSD__) ++#include + #elif defined(GOOGLE_PROTOBUF_ARCH_ARM) && defined(__linux__) + #include + #elif defined(GOOGLE_PROTOBUF_ARCH_AARCH64) Added: head/devel/protobuf/files/patch-src-google-protobuf-stubs-atomicops_internals_generic_gcc.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/protobuf/files/patch-src-google-protobuf-stubs-atomicops_internals_generic_gcc.h Sat Feb 21 08:38:43 2015 (r379486) @@ -0,0 +1,20 @@ +--- src/google/protobuf/stubs/atomicops_internals_generic_gcc.h.orig 2014-08-26 03:52:37.000000000 +0800 ++++ src/google/protobuf/stubs/atomicops_internals_generic_gcc.h 2015-02-21 11:38:26.948928195 +0800 +@@ -83,7 +83,7 @@ + } + + inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) { +- __atomic_store_n(ptr, value, __ATOMIC_ACQUIRE); ++ __atomic_store_n(ptr, value, __ATOMIC_SEQ_CST); + } + + inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) { +@@ -99,7 +99,7 @@ + } + + inline Atomic32 Release_Load(volatile const Atomic32* ptr) { +- return __atomic_load_n(ptr, __ATOMIC_RELEASE); ++ return __atomic_load_n(ptr, __ATOMIC_SEQ_CST); + } + + #ifdef __LP64__ From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 08:38:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50BF1CF9; Sat, 21 Feb 2015 08:38:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B8CB817; Sat, 21 Feb 2015 08:38:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L8cpVh014516; Sat, 21 Feb 2015 08:38:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L8codJ014512; Sat, 21 Feb 2015 08:38:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502210838.t1L8codJ014512@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 08:38:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379487 - in head/databases/rocksdb: . 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.18-1 Precedence: list List-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, 21 Feb 2015 08:38:51 -0000 Author: sunpoet Date: Sat Feb 21 08:38:49 2015 New Revision: 379487 URL: https://svnweb.freebsd.org/changeset/ports/379487 QAT: https://qat.redports.org/buildarchive/r379487/ Log: - Update to 3.9.1 Changes: https://github.com/facebook/rocksdb/releases Added: head/databases/rocksdb/files/patch-util-thread_local.cc (contents, props changed) Modified: head/databases/rocksdb/Makefile head/databases/rocksdb/distinfo head/databases/rocksdb/pkg-plist Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Sat Feb 21 08:38:43 2015 (r379486) +++ head/databases/rocksdb/Makefile Sat Feb 21 08:38:49 2015 (r379487) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rocksdb -PORTVERSION= 3.8 +PORTVERSION= 3.9.1 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org @@ -18,10 +18,10 @@ CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -DOS_FREEBSD LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= compiler:c++11-lang gmake +USES= compiler:c++11-lib gmake GH_ACCOUNT= facebook -GH_COMMIT= 7fe2470 +GH_COMMIT= b506c51 GH_PROJECT= ${PORTNAME} GH_TAGNAME= ${PORTNAME}-${PORTVERSION} USE_GITHUB= yes Modified: head/databases/rocksdb/distinfo ============================================================================== --- head/databases/rocksdb/distinfo Sat Feb 21 08:38:43 2015 (r379486) +++ head/databases/rocksdb/distinfo Sat Feb 21 08:38:49 2015 (r379487) @@ -1,2 +1,2 @@ -SHA256 (rocksdb-3.8.tar.gz) = e24fdf6b00a246ae1a2d52975958799eb69fecf5ac22e2aa18b61ad9019e9885 -SIZE (rocksdb-3.8.tar.gz) = 1237877 +SHA256 (rocksdb-3.9.1.tar.gz) = e6673b31ae866fa4b472bd1866a5015fb042bffb5d0a1e9b607c115d7f8cf72d +SIZE (rocksdb-3.9.1.tar.gz) = 1275876 Added: head/databases/rocksdb/files/patch-util-thread_local.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rocksdb/files/patch-util-thread_local.cc Sat Feb 21 08:38:49 2015 (r379487) @@ -0,0 +1,11 @@ +--- util/thread_local.cc.orig 2015-02-10 05:49:22.000000000 +0800 ++++ util/thread_local.cc 2015-02-21 15:54:52.950817216 +0800 +@@ -7,6 +7,8 @@ + // Use of this source code is governed by a BSD-style license that can be + // found in the LICENSE file. See the AUTHORS file for names of contributors. + ++#include ++ + #include "util/thread_local.h" + #include "util/mutexlock.h" + #include "port/likely.h" Modified: head/databases/rocksdb/pkg-plist ============================================================================== --- head/databases/rocksdb/pkg-plist Sat Feb 21 08:38:43 2015 (r379486) +++ head/databases/rocksdb/pkg-plist Sat Feb 21 08:38:49 2015 (r379487) @@ -38,11 +38,13 @@ include/rocksdb/transaction_log.h include/rocksdb/types.h include/rocksdb/universal_compaction.h include/rocksdb/utilities/backupable_db.h +include/rocksdb/utilities/checkpoint.h include/rocksdb/utilities/convenience.h include/rocksdb/utilities/db_ttl.h include/rocksdb/utilities/document_db.h include/rocksdb/utilities/geo_db.h include/rocksdb/utilities/json_document.h +include/rocksdb/utilities/leveldb_options.h include/rocksdb/utilities/spatial_db.h include/rocksdb/utilities/stackable_db.h include/rocksdb/utilities/utility_db.h From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 08:38:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B8AFDD8; Sat, 21 Feb 2015 08:38:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56F9781C; Sat, 21 Feb 2015 08:38:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L8culG014643; Sat, 21 Feb 2015 08:38:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L8ctKi014641; Sat, 21 Feb 2015 08:38:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502210838.t1L8ctKi014641@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 08:38:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379488 - 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.18-1 Precedence: list List-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, 21 Feb 2015 08:38:56 -0000 Author: sunpoet Date: Sat Feb 21 08:38:55 2015 New Revision: 379488 URL: https://svnweb.freebsd.org/changeset/ports/379488 QAT: https://qat.redports.org/buildarchive/r379488/ Log: - Update to 2.12.3 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 Sat Feb 21 08:38:49 2015 (r379487) +++ head/sysutils/rubygem-guard/Makefile Sat Feb 21 08:38:55 2015 (r379488) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guard -PORTVERSION= 2.12.2 +PORTVERSION= 2.12.3 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-guard/distinfo ============================================================================== --- head/sysutils/rubygem-guard/distinfo Sat Feb 21 08:38:49 2015 (r379487) +++ head/sysutils/rubygem-guard/distinfo Sat Feb 21 08:38:55 2015 (r379488) @@ -1,2 +1,2 @@ -SHA256 (rubygem/guard-2.12.2.gem) = 763747d410c0ddf64dd054e603af6b2a41c33f836c84ae2957e63dee61a903b9 -SIZE (rubygem/guard-2.12.2.gem) = 220672 +SHA256 (rubygem/guard-2.12.3.gem) = e63b9fe39eb2fe21346f01c0cd70109500f7e76dc3abe26352d52b5313746cb3 +SIZE (rubygem/guard-2.12.3.gem) = 220672 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 08:39:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0EDFAEB4; Sat, 21 Feb 2015 08:39:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D43D181F; Sat, 21 Feb 2015 08:39:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L8d13x014793; Sat, 21 Feb 2015 08:39:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L8d11U014788; Sat, 21 Feb 2015 08:39:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502210839.t1L8d11U014788@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 08:39:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379489 - head/textproc/p5-Text-Quoted X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 08:39:02 -0000 Author: sunpoet Date: Sat Feb 21 08:39:00 2015 New Revision: 379489 URL: https://svnweb.freebsd.org/changeset/ports/379489 QAT: https://qat.redports.org/buildarchive/r379489/ Log: - Update to 2.09 - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Text-Quoted/Changes Modified: head/textproc/p5-Text-Quoted/Makefile head/textproc/p5-Text-Quoted/distinfo head/textproc/p5-Text-Quoted/pkg-plist Modified: head/textproc/p5-Text-Quoted/Makefile ============================================================================== --- head/textproc/p5-Text-Quoted/Makefile Sat Feb 21 08:38:55 2015 (r379488) +++ head/textproc/p5-Text-Quoted/Makefile Sat Feb 21 08:39:00 2015 (r379489) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Quoted -PORTVERSION= 2.08 -PORTREVISION= 1 +PORTVERSION= 2.09 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Text::Quoted - Extract the structure of a quoted mail message +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Text-Autoformat>=0:${PORTSDIR}/textproc/p5-Text-Autoformat RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/textproc/p5-Text-Quoted/distinfo ============================================================================== --- head/textproc/p5-Text-Quoted/distinfo Sat Feb 21 08:38:55 2015 (r379488) +++ head/textproc/p5-Text-Quoted/distinfo Sat Feb 21 08:39:00 2015 (r379489) @@ -1,2 +1,2 @@ -SHA256 (Text-Quoted-2.08.tar.gz) = faf0b6fa314c31b264bc1d8d6523ed32a098040fdc513075ccaecbab0526cfdb -SIZE (Text-Quoted-2.08.tar.gz) = 25365 +SHA256 (Text-Quoted-2.09.tar.gz) = 446c3e8da7e65f7988cd36e9da1159614eb0b337d6c4c0dec8f6df7673b96c5f +SIZE (Text-Quoted-2.09.tar.gz) = 27978 Modified: head/textproc/p5-Text-Quoted/pkg-plist ============================================================================== --- head/textproc/p5-Text-Quoted/pkg-plist Sat Feb 21 08:38:55 2015 (r379488) +++ head/textproc/p5-Text-Quoted/pkg-plist Sat Feb 21 08:39:00 2015 (r379489) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Text::Quoted.3.gz %%SITE_PERL%%/Text/Quoted.pm +%%PERL5_MAN3%%/Text::Quoted.3.gz From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 08:39:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C175EF95; Sat, 21 Feb 2015 08:39:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9260F82B; Sat, 21 Feb 2015 08:39:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L8d7SX014939; Sat, 21 Feb 2015 08:39:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L8d7fd014933; Sat, 21 Feb 2015 08:39:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502210839.t1L8d7fd014933@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 08:39:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379490 - head/www/p5-Catalyst-Authentication-Store-LDAP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 08:39:07 -0000 Author: sunpoet Date: Sat Feb 21 08:39:06 2015 New Revision: 379490 URL: https://svnweb.freebsd.org/changeset/ports/379490 QAT: https://qat.redports.org/buildarchive/r379490/ Log: - Update to 1.015 - Add LICENSE - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Catalyst-Authentication-Store-LDAP/Changes Modified: head/www/p5-Catalyst-Authentication-Store-LDAP/Makefile head/www/p5-Catalyst-Authentication-Store-LDAP/distinfo Modified: head/www/p5-Catalyst-Authentication-Store-LDAP/Makefile ============================================================================== --- head/www/p5-Catalyst-Authentication-Store-LDAP/Makefile Sat Feb 21 08:39:00 2015 (r379489) +++ head/www/p5-Catalyst-Authentication-Store-LDAP/Makefile Sat Feb 21 08:39:06 2015 (r379490) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Authentication-Store-LDAP -PORTVERSION= 1.014 -PORTREVISION= 1 +PORTVERSION= 1.015 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,12 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Authentication from an LDAP Directory for Catalyst -BUILD_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \ - p5-Catalyst-Plugin-Authentication>=0.10003:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Catalyst-Plugin-Authentication>=0.10003:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ + p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \ - p5-Net-LDAP-Server-Test>=0:${PORTSDIR}/net/p5-Net-LDAP-Server-Test +TEST_DEPENDS= p5-Net-LDAP-Server-Test>=0:${PORTSDIR}/net/p5-Net-LDAP-Server-Test \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject USES= perl5 USE_PERL5= configure Modified: head/www/p5-Catalyst-Authentication-Store-LDAP/distinfo ============================================================================== --- head/www/p5-Catalyst-Authentication-Store-LDAP/distinfo Sat Feb 21 08:39:00 2015 (r379489) +++ head/www/p5-Catalyst-Authentication-Store-LDAP/distinfo Sat Feb 21 08:39:06 2015 (r379490) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Authentication-Store-LDAP-1.014.tar.gz) = 1703b70a3184bf4a374e7ea07446c7c237745c13ccdaa778c3a3951fd7d8c8dd -SIZE (Catalyst-Authentication-Store-LDAP-1.014.tar.gz) = 36413 +SHA256 (Catalyst-Authentication-Store-LDAP-1.015.tar.gz) = 6f61512df24864baf15c758120f90ed3bc5085eae31a8d7654ed66d7306c1cbb +SIZE (Catalyst-Authentication-Store-LDAP-1.015.tar.gz) = 34365 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 08:39:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD24CF9; Sat, 21 Feb 2015 08:39:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8012830; Sat, 21 Feb 2015 08:39:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L8dIGs015072; Sat, 21 Feb 2015 08:39:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L8dIXX015070; Sat, 21 Feb 2015 08:39:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502210839.t1L8dIXX015070@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 08:39:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379491 - 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.18-1 Precedence: list List-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, 21 Feb 2015 08:39:19 -0000 Author: sunpoet Date: Sat Feb 21 08:39:17 2015 New Revision: 379491 URL: https://svnweb.freebsd.org/changeset/ports/379491 QAT: https://qat.redports.org/buildarchive/r379491/ Log: - Update to 5.81 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 Sat Feb 21 08:39:06 2015 (r379490) +++ head/www/p5-Mojolicious/Makefile Sat Feb 21 08:39:17 2015 (r379491) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 5.80 +PORTVERSION= 5.81 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Sat Feb 21 08:39:06 2015 (r379490) +++ head/www/p5-Mojolicious/distinfo Sat Feb 21 08:39:17 2015 (r379491) @@ -1,2 +1,2 @@ -SHA256 (Mojolicious-5.80.tar.gz) = a98752c96843c7f0ef1cf500e0ef9eb3fcac1d8ef23c8941a25864659ca34fda -SIZE (Mojolicious-5.80.tar.gz) = 638030 +SHA256 (Mojolicious-5.81.tar.gz) = 93ebe3074644c1a35f55c156208abfde8b3dbba06de4eb86b22c0b192ba7b9bf +SIZE (Mojolicious-5.81.tar.gz) = 638613 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 08:40:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51D291DD; Sat, 21 Feb 2015 08:40:02 +0000 (UTC) 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 2707483A; Sat, 21 Feb 2015 08:40:01 +0000 (UTC) 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 300BB43CF6; Sat, 21 Feb 2015 02:39:47 -0600 (CST) Message-ID: <54E8444B.4090707@marino.st> Date: Sat, 21 Feb 2015 09:39:39 +0100 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r379485 - in head: mail/thunderbird/files www/firefox-esr/files www/libxul/files References: <201502210822.t1L8MSNt008911@svn.freebsd.org> In-Reply-To: <201502210822.t1L8MSNt008911@svn.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.18-1 Precedence: list List-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, 21 Feb 2015 08:40:02 -0000 On 2/21/2015 09:22, Jan Beich wrote: > Author: jbeich > Date: Sat Feb 21 08:22:28 2015 > New Revision: 379485 > URL: https://svnweb.freebsd.org/changeset/ports/379485 > QAT: https://qat.redports.org/buildarchive/r379485/ > > Log: > Fix invalid conversions of nullptr to bool to unbreak clang 3.6 build > > PR: 197857 > Submitted by: dim (initial version) > Obtained from: https://github.com/mozilla/gecko-dev/commit/dd19f59 > Thank you, Jan! All the mozilla stuff is busted on gcc5 for this reason: firefox, seamonkey, libxul, thunderbird. I have high hopes this patch fixes it. Are you planning to patch them all? John From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 08:46:48 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5772C2FB; Sat, 21 Feb 2015 08:46:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28B238F1; Sat, 21 Feb 2015 08:46:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L8kmH8019503; Sat, 21 Feb 2015 08:46:48 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L8kmj9019502; Sat, 21 Feb 2015 08:46:48 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201502210846.t1L8kmj9019502@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 21 Feb 2015 08:46:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379492 - head/archivers/unzip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 08:46:48 -0000 Author: ehaupt Date: Sat Feb 21 08:46:47 2015 New Revision: 379492 URL: https://svnweb.freebsd.org/changeset/ports/379492 QAT: https://qat.redports.org/buildarchive/r379492/ Log: Remove the historic option INSTALL_AS_INFOUNZIP which would install the unzip binary as info-unzip instead of unzip. Setting this options breaks ports such as java/openjdk7. This could be fixed but the submitter an I don't see a good reason why to keep this option. PR: 197750 Submitted by: amdmi3 Modified: head/archivers/unzip/Makefile Modified: head/archivers/unzip/Makefile ============================================================================== --- head/archivers/unzip/Makefile Sat Feb 21 08:39:17 2015 (r379491) +++ head/archivers/unzip/Makefile Sat Feb 21 08:46:47 2015 (r379492) @@ -3,7 +3,7 @@ PORTNAME= unzip PORTVERSION= 6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= archivers MASTER_SITES= SF/infozip/UnZip%206.x%20%28latest%29/UnZip%20${PORTVERSION}/:main \ SF/infozip/UnZip%205.x%20and%20earlier/5.51/:unreduce @@ -21,14 +21,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg ALL_TARGET= bsd MAKEFILE= unix/Makefile MAKE_ARGS= LF2="${STRIP}" -.if defined(INSTALL_AS_INFOUNZIP) -UNZIP_NAME= info-unzip -.else -UNZIP_NAME= unzip -.endif PORTDOCS= README WHERE -MANPAGES= ${UNZIP_NAME}.1 funzip.1 unzipsfx.1 zipgrep.1 zipinfo.1 -PLIST_FILES= bin/${UNZIP_NAME} bin/funzip bin/unzipsfx bin/zipgrep \ +MANPAGES= unzip.1 funzip.1 unzipsfx.1 zipgrep.1 zipinfo.1 +PLIST_FILES= bin/unzip bin/funzip bin/unzipsfx bin/zipgrep \ bin/zipinfo PLIST_FILES+= ${MANPAGES:C|^(.*)\.([1-9])$|man/man\2/\1.\2.gz|} @@ -88,22 +83,15 @@ CATEGORIES+= russian EXTRA_PATCHES+= ${FILESDIR}/extra-ru-patch-ebcdic.h .endif -.if !defined(INSTALL_AS_INFOUNZIP) -pre-fetch: - @${ECHO} "" - @${ECHO} "Use INSTALL_AS_INFOUNZIP=yes to install Info Unzip as ${PREFIX}/bin/info-unzip" - @${ECHO} "" -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unzip \ - ${STAGEDIR}${PREFIX}/bin/${UNZIP_NAME} + ${STAGEDIR}${PREFIX}/bin cd ${WRKSRC} && \ ${INSTALL_PROGRAM} funzip unzipsfx ${STAGEDIR}${PREFIX}/bin - ${LN} -sf ${UNZIP_NAME} ${STAGEDIR}${PREFIX}/bin/zipinfo + ${LN} -sf unzip ${STAGEDIR}${PREFIX}/bin/zipinfo ${INSTALL_SCRIPT} ${WRKSRC}/unix/zipgrep ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/unzip.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/${UNZIP_NAME}.1 + ${STAGEDIR}${MAN1PREFIX}/man/man1 cd ${WRKSRC}/man && ${INSTALL_MAN} ${MANPAGES:Nunzip.1:Ninfo-unzip.1} \ ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 09:33:11 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66E27A16; Sat, 21 Feb 2015 09:33:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38331D66; Sat, 21 Feb 2015 09:33:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L9XBec042474; Sat, 21 Feb 2015 09:33:11 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L9XAaV042472; Sat, 21 Feb 2015 09:33:10 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201502210933.t1L9XAaV042472@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sat, 21 Feb 2015 09:33:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379493 - in head/devel/p5-PatchReader: . 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.18-1 Precedence: list List-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, 21 Feb 2015 09:33:11 -0000 Author: mva Date: Sat Feb 21 09:33:09 2015 New Revision: 379493 URL: https://svnweb.freebsd.org/changeset/ports/379493 QAT: https://qat.redports.org/buildarchive/r379493/ Log: - Ignore SVN property changes in PatchReader::Raw. They were mistaken for line changes of the original patch. - This fixes Bugzilla's patch viewer not to show SVN property changes as line additions or removals of a file. PR: 197607 Reported by: dim@ Approved by: toni.viemero@iki.fi (maintainer) Modified: head/devel/p5-PatchReader/Makefile head/devel/p5-PatchReader/files/patch-lib__PatchReader__Raw.pm Modified: head/devel/p5-PatchReader/Makefile ============================================================================== --- head/devel/p5-PatchReader/Makefile Sat Feb 21 08:46:47 2015 (r379492) +++ head/devel/p5-PatchReader/Makefile Sat Feb 21 09:33:09 2015 (r379493) @@ -3,7 +3,7 @@ PORTNAME= PatchReader PORTVERSION= 0.9.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TMANNERM Modified: head/devel/p5-PatchReader/files/patch-lib__PatchReader__Raw.pm ============================================================================== --- head/devel/p5-PatchReader/files/patch-lib__PatchReader__Raw.pm Sat Feb 21 08:46:47 2015 (r379492) +++ head/devel/p5-PatchReader/files/patch-lib__PatchReader__Raw.pm Sat Feb 21 09:33:09 2015 (r379493) @@ -1,15 +1,33 @@ ---- lib/PatchReader/Raw.pm.orig 2014-09-20 06:54:09 UTC +--- lib/PatchReader/Raw.pm.orig 2015-02-19 16:02:48 UTC +++ lib/PatchReader/Raw.pm -@@ -41,7 +41,7 @@ +@@ -40,8 +40,25 @@ sub next_line { + return if $line =~ /^\?/; ++ # FreeBSD bug #197607 - svn property changes are ++ # displayed as line additions in Bugzilla. We'll ++ # just ignore the whole property section. ++ if ($this->{in_prop} == 1) { ++ if ($line =~ /^Index:\s*([\S ]+)/) { ++ # End of property changes, continue normally. ++ $this->{in_prop} = 0; ++ } else { ++ # Ignore property lines ++ return; ++ } ++ } elsif ($line =~ /^Property changes on:.*$/) { ++ # SVN property changes, skip everything until the next index... ++ $this->{in_prop} = 1; ++ return; ++ } ++ # patch header parsing - if ($line =~ /^---\s*([\S ]+)\s*\t([^\t\r\n]*)\s*(\S*)/) { + if ($line =~ /^---\s+([\S ]+)\s*?(?:\t([^\t\r\n]*)\s*(\S*))?/) { $this->_maybe_end_file(); if ($1 eq "/dev/null") { -@@ -54,9 +54,11 @@ +@@ -54,9 +71,11 @@ sub next_line { $this->{IN_HEADER} = 1; From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 10:02:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8699CC48; Sat, 21 Feb 2015 10:02:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 574F7F9F; Sat, 21 Feb 2015 10:02:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LA2WWJ056455; Sat, 21 Feb 2015 10:02:32 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LA2VSU056453; Sat, 21 Feb 2015 10:02:31 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201502211002.t1LA2VSU056453@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sat, 21 Feb 2015 10:02:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379494 - in head/science/paraview: . 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.18-1 Precedence: list List-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, 21 Feb 2015 10:02:32 -0000 Author: thierry Date: Sat Feb 21 10:02:31 2015 New Revision: 379494 URL: https://svnweb.freebsd.org/changeset/ports/379494 QAT: https://qat.redports.org/buildarchive/r379494/ Log: Paraview should be upgraded to the latest. Meanwhile, just unbreak it with the patch already used for VTH (#define GLX_GLXEXT_LEGACY). Submitted by: René Thümmler Added: head/science/paraview/files/patch-VTK_Rendering_OpenGL_vtkXOpenGLRenderingWindow.cxx (contents, props changed) Modified: head/science/paraview/Makefile Modified: head/science/paraview/Makefile ============================================================================== --- head/science/paraview/Makefile Sat Feb 21 09:33:09 2015 (r379493) +++ head/science/paraview/Makefile Sat Feb 21 10:02:31 2015 (r379494) @@ -3,7 +3,7 @@ PORTNAME= paraview PORTVERSION= 4.1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= science graphics MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/ DISTNAME= ParaView-v${PORTVERSION}-source @@ -11,8 +11,6 @@ DISTNAME= ParaView-v${PORTVERSION}-sourc MAINTAINER= devel@stasyan.com COMMENT= Powerful scientific data visualization application -BROKEN= Fails to build with latest libGL - LICENSE= ParaView_License_1.2 LICENSE_NAME= ParaView_License LICENSE_FILE= ${PATCH_WRKSRC}/License_v1.2.txt Added: head/science/paraview/files/patch-VTK_Rendering_OpenGL_vtkXOpenGLRenderingWindow.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/paraview/files/patch-VTK_Rendering_OpenGL_vtkXOpenGLRenderingWindow.cxx Sat Feb 21 10:02:31 2015 (r379494) @@ -0,0 +1,11 @@ +--- VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx 2014-01-22 16:55:41.000000000 +0100 ++++ VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx 2014-12-20 01:00:32.000000000 +0100 +@@ -27,7 +27,7 @@ + + // define GLX_GLXEXT_LEGACY to prevent glx.h to include glxext.h provided by + // the system +-//#define GLX_GLXEXT_LEGACY ++#define GLX_GLXEXT_LEGACY + #include "GL/glx.h" + + #include "vtkgl.h" From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 10:14:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE930F3E; Sat, 21 Feb 2015 10:14:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9846C104; Sat, 21 Feb 2015 10:14:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LAEc00061589; Sat, 21 Feb 2015 10:14:38 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LAEbeP061585; Sat, 21 Feb 2015 10:14:37 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201502211014.t1LAEbeP061585@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 21 Feb 2015 10:14:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379495 - in head/lang/erlang: . 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.18-1 Precedence: list List-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, 21 Feb 2015 10:14:38 -0000 Author: olgeni Date: Sat Feb 21 10:14:37 2015 New Revision: 379495 URL: https://svnweb.freebsd.org/changeset/ports/379495 QAT: https://qat.redports.org/buildarchive/r379495/ Log: Upgrade to version 17.4.1. - Sort OPTIONS_DEFINE and OPTIONS_DEFAULT. - Create SKIP files for applications disabled by port options. - Remove disabled applications from ${STAGEDIR}. - Check if dtraceall is actually loaded when DTRACE is enabled. Added: head/lang/erlang/files/patch-otp-17.4.1 (contents, props changed) Deleted: head/lang/erlang/files/patch-lib_ssl_src_ssl__handshake.erl head/lang/erlang/files/patch-lib_ssl_test_ssl__handshake__SUITE.erl Modified: head/lang/erlang/Makefile head/lang/erlang/distinfo Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Sat Feb 21 10:02:31 2015 (r379494) +++ head/lang/erlang/Makefile Sat Feb 21 10:14:37 2015 (r379495) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 17.3 -PORTREVISION= 3 +PORTVERSION= 17.4.1 PORTEPOCH= 3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -34,7 +33,7 @@ PLIST_SUB= ERLANG_LIB=${ERLANG_LIB} MAKE_JOBS_UNSAFE=yes -OPTIONS_DEFINE= GCC DOCS GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DTRACE +OPTIONS_DEFINE= DOCS DTRACE GCC GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX GCC_DESC= Use current GCC HIPE_DESC= Build native HiPE compiler @@ -45,9 +44,9 @@ WX_DESC= Enable WX application GS_DESC= Enable GS application (deprecated) DTRACE_DESC= Enable DTrace support -OPTIONS_DEFAULT=SMP OPENSSL THREADS SCTP KQUEUE +OPTIONS_DEFAULT=KQUEUE OPENSSL SCTP SMP THREADS -ERL_RELEASE= ${PORTVERSION} +ERL_RELEASE= 17.4 USES= gmake perl5 USE_AUTOTOOLS= autoconf:env @@ -56,8 +55,8 @@ USE_RC_SUBR= epmd GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -EI_VSN= 3.7.18 -TOOLS_VSN= 2.7 +EI_VSN= 3.7.20 +TOOLS_VSN= 2.7.1 .include @@ -182,6 +181,19 @@ MAKE_ARGS+= ARCH=x86 post-patch: @${ECHO_CMD} "MANPATH ${PREFIX}/lib/erlang/man" > ${WRKDIR}/erlang.conf +pre-configure: +.if ${PORT_OPTIONS:MDTRACE} + @if ! /sbin/kldstat | ${GREP} dtraceall >/dev/null 2>&1; then \ + ${ECHO_CMD}; \ + ${ECHO_CMD} "DTRACE option requires kernel module \"dtraceall\" to be loaded."; \ + ${ECHO_CMD}; \ + exit 1; \ + fi +.endif +.if ! ${PORT_OPTIONS:MWX} + echo "disabled by port options" > ${WRKSRC}/lib/wx/SKIP +.endif + post-install: ${INSTALL_DATA} ${WRKDIR}/erlang.conf ${STAGEDIR}${PREFIX}/etc/man.d/erlang.conf ${LN} -sf ../lib/${ERLANG_LIB}/lib/erl_interface-${EI_VSN}/bin/erl_call ${STAGEDIR}${PREFIX}/bin/erl_call @@ -195,6 +207,15 @@ post-install: .if ${PORT_OPTIONS:MDOCS} ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} + + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-5.10.4/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-5.10.5 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/inets-5.10.4 + + ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.3/* \ + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.3.1 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/erts-6.3 + ${INSTALL_DATA} ${WRKSRC}/lib/dialyzer/doc/*.txt \ ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/dialyzer-*/doc/ @${MKDIR} ${STAGEDIR}${DOCSDIR} @@ -203,6 +224,24 @@ post-install: .endfor .endif +.if ! ${PORT_OPTIONS:MGS} + ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/gs-* +.endif +.if ! ${PORT_OPTIONS:MJAVA} + ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/jinterface-* +.endif +.if ! ${PORT_OPTIONS:MODBC} + ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/odbc-* +.endif +.if ! ${PORT_OPTIONS:MOPENSSL} + ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/crypto-* + ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/ssh-* + ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/ssl-* +.endif +.if ! ${PORT_OPTIONS:MWX} + ${RM} -r ${STAGEDIR}${PREFIX}/lib/erlang/lib/wx-* +.endif + @cd ${STAGEDIR}${PREFIX}; ${FIND} lib/${ERLANG_LIB}/* -type d -empty \ | ${SORT} \ | ${SED} -e 's#^#@dir #g' \ Modified: head/lang/erlang/distinfo ============================================================================== --- head/lang/erlang/distinfo Sat Feb 21 10:02:31 2015 (r379494) +++ head/lang/erlang/distinfo Sat Feb 21 10:14:37 2015 (r379495) @@ -1,9 +1,9 @@ -SHA256 (erlang/otp_src_17.3.tar.gz) = d4be03eb346016f4ca95d53eb9437ffaa6106762f153620dd98cd7f7733b76e4 -SIZE (erlang/otp_src_17.3.tar.gz) = 67050599 -SHA256 (erlang/otp_doc_man_17.3.tar.gz) = 3fabdac0b0594432fdd8186fa2c74ff49a629a9bcc4174e3bd605a3d4002dab7 -SIZE (erlang/otp_doc_man_17.3.tar.gz) = 1357195 -SHA256 (erlang/otp_doc_html_17.3.tar.gz) = bd8278b34f610d6025549640d4e03d79d2a69d7129ea230c0d71d7e6b231f5b3 -SIZE (erlang/otp_doc_html_17.3.tar.gz) = 33444170 +SHA256 (erlang/otp_src_17.4.tar.gz) = 0d82eda6ae7ac6f0f860093324e540fa514497068ec3b4177800284e8c761f56 +SIZE (erlang/otp_src_17.4.tar.gz) = 67171182 +SHA256 (erlang/otp_doc_man_17.4.tar.gz) = 6c1cdb8e9d367c7b6dc6b20706de9fd0a0f0b7dffd66532663b2a24ed7679a58 +SIZE (erlang/otp_doc_man_17.4.tar.gz) = 1360952 +SHA256 (erlang/otp_doc_html_17.4.tar.gz) = dd42b0104418de18e2247608a337bcd3bb24c59bbc36294deb5fae73ab6c90d6 +SIZE (erlang/otp_doc_html_17.4.tar.gz) = 33483554 SHA256 (erlang/armstrong_thesis_2003.pdf) = da585b914eb07350e2d6f727db5eb0fb1551f49fc1270f7d4dc079f2c8c1ab7a SIZE (erlang/armstrong_thesis_2003.pdf) = 859249 SHA256 (erlang/bjarnelic.pdf) = 9544d4af5cea324e5c9cf77e670d9561ad61ddc240cdb5c2afecebc0a3d7429b Added: head/lang/erlang/files/patch-otp-17.4.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang/files/patch-otp-17.4.1 Sat Feb 21 10:14:37 2015 (r379495) @@ -0,0 +1,1358 @@ +diff --git OTP_VERSION OTP_VERSION +index 5f9cbaa..ae704d6 100644 +--- OTP_VERSION ++++ OTP_VERSION +@@ -1 +1 @@ +-17.4 ++17.4.1 +diff --git erts/doc/src/notes.xml erts/doc/src/notes.xml +index c896ee0..af0d4d7 100644 +--- erts/doc/src/notes.xml ++++ erts/doc/src/notes.xml +@@ -30,6 +30,65 @@ + +

This document describes the changes made to the ERTS application.

+ ++
Erts 6.3.1 ++ ++
Fixed Bugs and Malfunctions ++ ++ ++

++ Fix getifaddrs realloc pointer error

++

++ When a buffer was exhausted and subsequently reallocated, ++ we could get an unsafe pointer pointing to faulty memory.

++

++ For this to occur we would need to have a large number of ++ interfaces and a reallocation of memory to a lower ++ addresses.

++

++ The symptom would be garbage returned from ++ erlang:port_control(Port, 25, []) ++ (prim_inet:getifaddrs(Port) resulting in a badarg) or a ++ segmentation fault.

++

++ Own Id: OTP-12445

++
++ ++

++ Don't close all file descriptors twice in child_setup

++

++ The commit c2b4eab25c907f453a394d382c04cd04e6c06b49 ++ introduced an error in which child_setup erroneously ++ tried to close all file descriptors twice.

++

++ Use closefrom() if available when closing all file ++ descriptors.

++

++ The function closefrom() was only used in the vfork() ++ case before but is now also used in the fork() case if ++ available.

++

++ Own Id: OTP-12446

++
++ ++

++ During a crashdump all file descriptors are closed to ++ ensure the closing of the epmd port and to reserve a file ++ descriptor for the crashdump file.

++

++ If a driver (third party library) cannot handle closing ++ of sockets this could result in a segmentation fault in ++ which case a crashdump would not be produced. This is now ++ fixed by only closing inets sockets via an emergency ++ close callback to the driver and thus closing the epmd ++ socket.

++

++ Own Id: OTP-12447

++
++
++
++ ++
++ +
Erts 6.3 + +
Fixed Bugs and Malfunctions +diff --git erts/emulator/beam/erl_driver.h erts/emulator/beam/erl_driver.h +index f9938fc..e498ac7 100644 +--- erts/emulator/beam/erl_driver.h ++++ erts/emulator/beam/erl_driver.h +@@ -133,7 +133,7 @@ typedef struct { + + #define ERL_DRV_EXTENDED_MARKER (0xfeeeeeed) + #define ERL_DRV_EXTENDED_MAJOR_VERSION 3 +-#define ERL_DRV_EXTENDED_MINOR_VERSION 1 ++#define ERL_DRV_EXTENDED_MINOR_VERSION 2 + + /* + * The emulator will refuse to load a driver with a major version +@@ -361,6 +361,9 @@ typedef struct erl_drv_entry { + /* Called on behalf of driver_select when + it is safe to release 'event'. A typical + unix driver would call close(event) */ ++ void (*emergency_close)(ErlDrvData drv_data); ++ /* called when the port is closed abruptly. ++ specifically when erl_crash_dump is called. */ + /* When adding entries here, dont forget to pad in obsolete/driver.h */ + } ErlDrvEntry; + +diff --git erts/emulator/beam/global.h erts/emulator/beam/global.h +index 891046a..32a2dc4 100644 +--- erts/emulator/beam/global.h ++++ erts/emulator/beam/global.h +@@ -160,6 +160,7 @@ struct erts_driver_t_ { + void (*ready_async)(ErlDrvData drv_data, ErlDrvThreadData thread_data); /* Might be NULL */ + void (*process_exit)(ErlDrvData drv_data, ErlDrvMonitor *monitor); + void (*stop_select)(ErlDrvEvent event, void*); /* Might be NULL */ ++ void (*emergency_close)(ErlDrvData drv_data); /* Might be NULL */ + }; + + extern erts_driver_t *driver_list; +@@ -852,6 +853,7 @@ Uint erts_port_ioq_size(Port *pp); + void erts_stale_drv_select(Eterm, ErlDrvPort, ErlDrvEvent, int, int); + + Port *erts_get_heart_port(void); ++void erts_emergency_close_ports(void); + + #if defined(ERTS_SMP) && defined(ERTS_ENABLE_LOCK_COUNT) + void erts_lcnt_enable_io_lock_count(int enable); +diff --git erts/emulator/beam/io.c erts/emulator/beam/io.c +index 9ae973e..012a7d1 100644 +--- erts/emulator/beam/io.c ++++ erts/emulator/beam/io.c +@@ -7349,6 +7349,8 @@ no_stop_select_callback(ErlDrvEvent event, void* private) + erts_send_error_to_logger_nogl(dsbufp); + } + ++#define IS_DRIVER_VERSION_GE(DE,MAJOR,MINOR) \ ++ ((DE)->major_version >= (MAJOR) && (DE)->minor_version >= (MINOR)) + + static int + init_driver(erts_driver_t *drv, ErlDrvEntry *de, DE_Handle *handle) +@@ -7396,6 +7398,7 @@ init_driver(erts_driver_t *drv, ErlDrvEntry *de, DE_Handle *handle) + drv->timeout = de->timeout ? de->timeout : no_timeout_callback; + drv->ready_async = de->ready_async; + drv->process_exit = de->process_exit; ++ drv->emergency_close = IS_DRIVER_VERSION_GE(de,3,2) ? de->emergency_close : NULL; + if (de->stop_select) + drv->stop_select = de->stop_select; + else +@@ -7414,6 +7417,8 @@ init_driver(erts_driver_t *drv, ErlDrvEntry *de, DE_Handle *handle) + } + } + ++#undef IS_DRIVER_VERSION_GE ++ + void + erts_destroy_driver(erts_driver_t *drv) + { +@@ -7557,7 +7562,7 @@ Port *erts_get_heart_port(void) + if (!port) + continue; + /* only examine undead or alive ports */ +- if (erts_atomic32_read_nob(&port->state) & ERTS_PORT_SFLGS_DEAD) ++ if (erts_atomic32_read_nob(&port->state) & ERTS_PORT_SFLGS_INVALID_DRIVER_LOOKUP) + continue; + /* immediate atom compare */ + reg = port->common.u.alive.reg; +@@ -7568,3 +7573,23 @@ Port *erts_get_heart_port(void) + + return NULL; + } ++ ++void erts_emergency_close_ports(void) ++{ ++ int ix, max = erts_ptab_max(&erts_port); ++ ++ for (ix = 0; ix < max; ix++) { ++ Port *port = erts_pix2port(ix); ++ ++ if (!port) ++ continue; ++ /* only examine undead or alive ports */ ++ if (erts_atomic32_read_nob(&port->state) & ERTS_PORT_SFLGS_INVALID_DRIVER_LOOKUP) ++ continue; ++ ++ /* emergency close socket */ ++ if (port->drv_ptr->emergency_close) { ++ port->drv_ptr->emergency_close((ErlDrvData) port->drv_data); ++ } ++ } ++} +diff --git erts/emulator/drivers/common/inet_drv.c erts/emulator/drivers/common/inet_drv.c +index db8a251..04721d2 100644 +--- erts/emulator/drivers/common/inet_drv.c ++++ erts/emulator/drivers/common/inet_drv.c +@@ -268,14 +268,13 @@ static BOOL (WINAPI *fpSetHandleInformation)(HANDLE,DWORD,DWORD); + #define sock_htonl(x) htonl((x)) + #define sock_send(s,buf,len,flag) send((s),(buf),(len),(flag)) + #define sock_sendv(s, vec, size, np, flag) \ +- WSASend((s),(WSABUF*)(vec),\ +- (size),(np),(flag),NULL,NULL) ++ WSASend((s),(WSABUF*)(vec),(size),(np),(flag),NULL,NULL) + #define sock_recv(s,buf,len,flag) recv((s),(buf),(len),(flag)) + + #define sock_recvfrom(s,buf,blen,flag,addr,alen) \ +- recvfrom((s),(buf),(blen),(flag),(addr),(alen)) ++ recvfrom((s),(buf),(blen),(flag),(addr),(alen)) + #define sock_sendto(s,buf,blen,flag,addr,alen) \ +- sendto((s),(buf),(blen),(flag),(addr),(alen)) ++ sendto((s),(buf),(blen),(flag),(addr),(alen)) + #define sock_hostname(buf, len) gethostname((buf), (len)) + + #define sock_getservbyname(name,proto) getservbyname((name),(proto)) +@@ -360,9 +359,9 @@ static ssize_t writev_fallback(int fd, const struct iovec *iov, int iovcnt, int + #define sock_accept(s, addr, len) accept((s), (addr), (len)) + #define sock_send(s,buf,len,flag) inet_send((s),(buf),(len),(flag)) + #define sock_sendto(s,buf,blen,flag,addr,alen) \ +- sendto((s),(buf),(blen),(flag),(addr),(alen)) ++ sendto((s),(buf),(blen),(flag),(addr),(alen)) + #define sock_sendv(s, vec, size, np, flag) \ +- (*(np) = writev_fallback((s), (struct iovec*)(vec), (size), (*(np)))) ++ (*(np) = writev_fallback((s), (struct iovec*)(vec), (size), (*(np)))) + #define sock_sendmsg(s,msghdr,flag) sendmsg((s),(msghdr),(flag)) + + #define sock_open(af, type, proto) socket((af), (type), (proto)) +@@ -1178,6 +1177,7 @@ static ErlDrvSSizeT tcp_inet_ctl(ErlDrvData, unsigned int, + static void tcp_inet_timeout(ErlDrvData); + static void tcp_inet_process_exit(ErlDrvData, ErlDrvMonitor *); + static void inet_stop_select(ErlDrvEvent, void*); ++static void inet_emergency_close(ErlDrvData); + #ifdef __WIN32__ + static void tcp_inet_event(ErlDrvData, ErlDrvEvent); + static void find_dynamic_functions(void); +@@ -1288,7 +1288,8 @@ static struct erl_drv_entry tcp_inet_driver_entry = + ERL_DRV_FLAG_USE_PORT_LOCKING|ERL_DRV_FLAG_SOFT_BUSY, + NULL, + tcp_inet_process_exit, +- inet_stop_select ++ inet_stop_select, ++ inet_emergency_close + }; + + +@@ -1341,7 +1342,8 @@ static struct erl_drv_entry udp_inet_driver_entry = + ERL_DRV_FLAG_USE_PORT_LOCKING, + NULL, + NULL, +- inet_stop_select ++ inet_stop_select, ++ inet_emergency_close + }; + #endif + +@@ -1375,7 +1377,8 @@ static struct erl_drv_entry sctp_inet_driver_entry = + ERL_DRV_FLAG_USE_PORT_LOCKING, + NULL, + NULL, /* process_exit */ +- inet_stop_select ++ inet_stop_select, ++ inet_emergency_close + }; + #endif + +@@ -1421,7 +1424,7 @@ static int packet_inet_input(udp_descriptor* udesc, HANDLE event); + static int packet_inet_output(udp_descriptor* udesc, HANDLE event); + #endif + +-/* convert descriptor poiner to inet_descriptor pointer */ ++/* convert descriptor pointer to inet_descriptor pointer */ + #define INETP(d) (&(d)->inet) + + #ifdef __OSE__ +@@ -4721,6 +4724,36 @@ static char* sockaddr_to_buf(struct sockaddr* addr, char* ptr, char* end) + return NULL; + } + ++/* sockaddr_bufsz_need ++ * Returns the number of bytes needed to store the information ++ * through sockaddr_to_buf ++ */ ++ ++static size_t sockaddr_bufsz_need(struct sockaddr* addr) ++{ ++ if (addr->sa_family == AF_INET || addr->sa_family == 0) { ++ return 1 + sizeof(struct in_addr); ++ } ++#if defined(HAVE_IN6) && defined(AF_INET6) ++ else if (addr->sa_family == AF_INET6) { ++ return 1 + sizeof(struct in6_addr); ++ } ++#endif ++#if defined(AF_LINK) ++ if (addr->sa_family == AF_LINK) { ++ struct sockaddr_dl *sdl_p = (struct sockaddr_dl*) addr; ++ return 2 + sdl_p->sdl_alen; ++ } ++#endif ++#if defined(AF_PACKET) && defined(HAVE_NETPACKET_PACKET_H) ++ else if(addr->sa_family == AF_PACKET) { ++ struct sockaddr_ll *sll_p = (struct sockaddr_ll*) addr; ++ return 2 + sll_p->sll_halen; ++ } ++#endif ++ return 0; ++} ++ + static char* buf_to_sockaddr(char* ptr, char* end, struct sockaddr* addr) + { + buf_check(ptr,end,1); +@@ -5799,6 +5832,11 @@ done: + } + + #elif defined(HAVE_GETIFADDRS) ++#ifdef DEBUG ++#define GETIFADDRS_BUFSZ (1) ++#else ++#define GETIFADDRS_BUFSZ (512) ++#endif + + static ErlDrvSSizeT inet_ctl_getifaddrs(inet_descriptor* desc_p, + char **rbuf_pp, ErlDrvSizeT rsize) +@@ -5809,15 +5847,15 @@ static ErlDrvSSizeT inet_ctl_getifaddrs(inet_descriptor* desc_p, + char *buf_p; + char *buf_alloc_p; + +- buf_size = 512; +- buf_alloc_p = ALLOC(buf_size); ++ buf_size = GETIFADDRS_BUFSZ; ++ buf_alloc_p = ALLOC(GETIFADDRS_BUFSZ); + buf_p = buf_alloc_p; + # define BUF_ENSURE(Size) \ + do { \ + int NEED_, GOT_ = buf_p - buf_alloc_p; \ + NEED_ = GOT_ + (Size); \ + if (NEED_ > buf_size) { \ +- buf_size = NEED_ + 512; \ ++ buf_size = NEED_ + GETIFADDRS_BUFSZ; \ + buf_alloc_p = REALLOC(buf_alloc_p, buf_size); \ + buf_p = buf_alloc_p + GOT_; \ + } \ +@@ -5830,7 +5868,7 @@ static ErlDrvSSizeT inet_ctl_getifaddrs(inet_descriptor* desc_p, + while (! (P_ = sockaddr_to_buf((sa), buf_p, \ + buf_alloc_p+buf_size))) { \ + int GOT_ = buf_p - buf_alloc_p; \ +- buf_size += 512; \ ++ buf_size += GETIFADDRS_BUFSZ; \ + buf_alloc_p = REALLOC(buf_alloc_p, buf_size); \ + buf_p = buf_alloc_p + GOT_; \ + } \ +@@ -5887,10 +5925,11 @@ static ErlDrvSSizeT inet_ctl_getifaddrs(inet_descriptor* desc_p, + || ifa_p->ifa_addr->sa_family == AF_PACKET + #endif + ) { +- char *bp = buf_p; +- BUF_ENSURE(1); +- SOCKADDR_TO_BUF(INET_IFOPT_HWADDR, ifa_p->ifa_addr); +- if (buf_p - bp < 4) buf_p = bp; /* Empty hwaddr */ ++ size_t need = sockaddr_bufsz_need(ifa_p->ifa_addr); ++ if (need > 3) { ++ BUF_ENSURE(1 + need); ++ SOCKADDR_TO_BUF(INET_IFOPT_HWADDR, ifa_p->ifa_addr); ++ } + } + #endif + } +@@ -5905,6 +5944,7 @@ static ErlDrvSSizeT inet_ctl_getifaddrs(inet_descriptor* desc_p, + return buf_size; + # undef BUF_ENSURE + } ++#undef GETIFADDRS_BUFSZ + + #else + +@@ -8204,6 +8244,19 @@ static void inet_stop(inet_descriptor* desc) + FREE(desc); + } + ++static void inet_emergency_close(ErlDrvData data) ++{ ++ /* valid for any (UDP, TCP or SCTP) descriptor */ ++ tcp_descriptor* tcp_desc = (tcp_descriptor*)data; ++ inet_descriptor* desc = INETP(tcp_desc); ++ DEBUGF(("inet_emergency_close(%ld) {s=%d\r\n", ++ (long)desc->port, desc->s)); ++ if (desc->s != INVALID_SOCKET) { ++ sock_close(desc->s); ++ } ++} ++ ++ + static void set_default_msgq_limits(ErlDrvPort port) + { + ErlDrvSizeT q_high = INET_HIGH_MSGQ_WATERMARK; +diff --git erts/emulator/sys/unix/erl_child_setup.c erts/emulator/sys/unix/erl_child_setup.c +index 94eb6b1..5ad92da 100644 +--- erts/emulator/sys/unix/erl_child_setup.c ++++ erts/emulator/sys/unix/erl_child_setup.c +@@ -101,7 +101,9 @@ main(int argc, char *argv[]) + if (sscanf(argv[CS_ARGV_FD_CR_IX], "%d:%d", &from, &to) != 2) + return 1; + +-#if defined(__ANDROID__) ++#if defined(HAVE_CLOSEFROM) ++ closefrom(from); ++#elif defined(__ANDROID__) + for (i = from; i <= to; i++) { + if (i!=__system_properties_fd) + (void) close(i); +@@ -109,13 +111,6 @@ main(int argc, char *argv[]) + #else + for (i = from; i <= to; i++) + (void) close(i); +-#endif /* __ANDROID__ */ +- +-#if defined(HAVE_CLOSEFROM) +- closefrom(from); +-#else +- for (i = from; i <= to; i++) +- (void) close(i); + #endif + + if (!(argv[CS_ARGV_WD_IX][0] == '.' && argv[CS_ARGV_WD_IX][1] == '\0') +@@ -147,8 +142,6 @@ main(int argc, char *argv[]) + return 1; + } + +- +- + #if defined(__ANDROID__) + int __system_properties_fd(void) + { +diff --git erts/emulator/sys/unix/sys.c erts/emulator/sys/unix/sys.c +index 0d677d5..cd87b32 100644 +--- erts/emulator/sys/unix/sys.c ++++ erts/emulator/sys/unix/sys.c +@@ -202,8 +202,6 @@ static erts_smp_atomic_t sys_misc_mem_sz; + #if defined(ERTS_SMP) + static void smp_sig_notify(char c); + static int sig_notify_fds[2] = {-1, -1}; +-#elif defined(USE_THREADS) +-static int async_fd[2]; + #endif + + #if CHLDWTHR || defined(ERTS_SMP) +@@ -246,6 +244,8 @@ static void note_child_death(int, int); + static void* child_waiter(void *); + #endif + ++static int crashdump_companion_cube_fd = -1; ++ + /********************* General functions ****************************/ + + /* This is used by both the drivers and general I/O, must be set early */ +@@ -575,6 +575,14 @@ erts_sys_pre_init(void) + close(fd); + } + ++ /* We need a file descriptor to close in the crashdump creation. ++ * We close this one to be sure we can get a fd for our real file ... ++ * so, we create one here ... a stone to carry all the way home. ++ */ ++ ++ crashdump_companion_cube_fd = open("/dev/null", O_RDONLY); ++ ++ /* don't lose it, there will be cake */ + } + + void +@@ -719,14 +727,13 @@ static ERTS_INLINE int + prepare_crash_dump(int secs) + { + #define NUFBUF (3) +- int i, max; ++ int i; + char env[21]; /* enough to hold any 64-bit integer */ + size_t envsz; + DeclareTmpHeapNoproc(heap,NUFBUF); + Port *heart_port; + Eterm *hp = heap; + Eterm list = NIL; +- int heart_fd[2] = {-1,-1}; + int has_heart = 0; + + UseTmpHeapNoproc(NUFBUF); +@@ -749,43 +756,22 @@ prepare_crash_dump(int secs) + alarm((unsigned int)secs); + } + ++ /* close all viable sockets via emergency close callbacks. ++ * Specifically we want to close epmd sockets. ++ */ ++ ++ erts_emergency_close_ports(); ++ + if (heart_port) { +- /* hearts input fd +- * We "know" drv_data is the in_fd since the port is started with read|write +- */ +- heart_fd[0] = (int)heart_port->drv_data; +- heart_fd[1] = (int)driver_data[heart_fd[0]].ofd; +- has_heart = 1; +- ++ has_heart = 1; + list = CONS(hp, make_small(8), list); hp += 2; +- + /* send to heart port, CMD = 8, i.e. prepare crash dump =o */ + erts_port_output(NULL, ERTS_PORT_SIG_FLG_FORCE_IMM_CALL, heart_port, + heart_port->common.id, list, NULL); + } + +- /* Make sure we unregister at epmd (unknown fd) and get at least +- one free filedescriptor (for erl_crash.dump) */ +- +- max = max_files; +- if (max < 1024) +- max = 1024; +- for (i = 3; i < max; i++) { +-#if defined(ERTS_SMP) +- /* We don't want to close the signal notification pipe... */ +- if (i == sig_notify_fds[0] || i == sig_notify_fds[1]) +- continue; +-#elif defined(USE_THREADS) +- /* We don't want to close the async notification pipe... */ +- if (i == async_fd[0] || i == async_fd[1]) +- continue; +-#endif +- /* We don't want to close our heart yet ... */ +- if (i == heart_fd[0] || i == heart_fd[1]) +- continue; +- +- close(i); +- } ++ /* Make sure we have a fd for our crashdump file. */ ++ close(crashdump_companion_cube_fd); + + envsz = sizeof(env); + i = erts_sys_getenv__("ERL_CRASH_DUMP_NICE", env, &envsz); +@@ -1574,9 +1560,13 @@ static ErlDrvData spawn_start(ErlDrvPort port_num, char* name, SysDriverOpts* op + goto child_error; + } + ++#if defined(HAVE_CLOSEFROM) ++ closefrom(opts->use_stdio ? 3 : 5); ++#else + for (i = opts->use_stdio ? 3 : 5; i < max_files; i++) + (void) close(i); +- ++#endif ++ + if (opts->wd && chdir(opts->wd) < 0) + goto child_error; + +diff --git erts/vsn.mk erts/vsn.mk +index d0dc8f7..e4b071b 100644 +--- erts/vsn.mk ++++ erts/vsn.mk +@@ -17,7 +17,7 @@ + # %CopyrightEnd% + # + +-VSN = 6.3 ++VSN = 6.3.1 + + # Port number 4365 in 4.2 + # Port number 4366 in 4.3 +diff --git lib/inets/doc/src/httpd.xml lib/inets/doc/src/httpd.xml +index 4ca038c..20c8a6b 100644 +--- lib/inets/doc/src/httpd.xml ++++ lib/inets/doc/src/httpd.xml +@@ -4,7 +4,7 @@ + +
+ +- 19972013 ++ 19972015 + Ericsson AB. All Rights Reserved. + + +@@ -249,7 +249,16 @@ +

Limits the size of the message header of HTTP request. + Defaults to 10240.

+ +- ++ ++ ++ {max_content_length, integer()} ++ ++

Maximum Content-Length in an incoming request, in bytes. Requests ++ with content larger than this are answered with Status 413. ++ Defaults to 100000000 (100 MB). ++

++
++ + + {max_uri_size, integer()} + +diff --git lib/inets/doc/src/notes.xml lib/inets/doc/src/notes.xml +index fb70344..7f73aa5 100644 +--- lib/inets/doc/src/notes.xml ++++ lib/inets/doc/src/notes.xml +@@ -32,7 +32,40 @@ + notes.xml +
+ +-
Inets 5.10.4 ++
Inets 5.10.5 ++ ++
Fixed Bugs and Malfunctions ++ ++ ++

++ mod_alias now handles https-URIs properly

++

++ Consistent view of configuration parameter ++ keep_alive_timeout, should be presented in the ++ httpd:info/[1,2] function in the same unit as it is ++ inputted.

++

++ Own Id: OTP-12436 Aux Id: seq12786

++
++
++
++ ++ ++
Improvements and New Features ++ ++ ++

++ Gracefully handle invalid content-lenght headers instead ++ of crashing in list_to_integer.

++

++ Own Id: OTP-12429

++
++
++
++ ++
++ ++
Inets 5.10.4 + +
Fixed Bugs and Malfunctions + +diff --git lib/inets/src/http_lib/http_internal.hrl lib/inets/src/http_lib/http_internal.hrl +index 53b776c..5442574 100644 +--- lib/inets/src/http_lib/http_internal.hrl ++++ lib/inets/src/http_lib/http_internal.hrl +@@ -1,7 +1,7 @@ + %% + %% %CopyrightBegin% + %% +-%% Copyright Ericsson AB 2002-2014. All Rights Reserved. ++%% Copyright Ericsson AB 2002-2015. All Rights Reserved. + %% + %% The contents of this file are subject to the Erlang Public License, + %% Version 1.1, (the "License"); you may not use this file except in +@@ -28,6 +28,7 @@ + -define(HTTP_MAX_URI_SIZE, nolimit). + -define(HTTP_MAX_VERSION_STRING, 8). + -define(HTTP_MAX_METHOD_STRING, 20). ++-define(HTTP_MAX_CONTENT_LENGTH, 100000000). + + -ifndef(HTTP_DEFAULT_SSL_KIND). + -define(HTTP_DEFAULT_SSL_KIND, essl). +diff --git lib/inets/src/http_lib/http_request.erl lib/inets/src/http_lib/http_request.erl +index f295453..a0833dd 100644 +--- lib/inets/src/http_lib/http_request.erl ++++ lib/inets/src/http_lib/http_request.erl +@@ -1,7 +1,7 @@ + %% + %% %CopyrightBegin% + %% +-%% Copyright Ericsson AB 2005-2014. All Rights Reserved. ++%% Copyright Ericsson AB 2005-2015. All Rights Reserved. + %% + %% The contents of this file are subject to the Erlang Public License, + %% Version 1.1, (the "License"); you may not use this file except in +@@ -21,8 +21,16 @@ + + -include("http_internal.hrl"). + +--export([headers/2, http_headers/1, is_absolut_uri/1]). ++-export([headers/2, http_headers/1, is_absolut_uri/1, key_value/1]). + ++ ++key_value(KeyValueStr) -> ++ case lists:splitwith(fun($:) -> false; (_) -> true end, KeyValueStr) of ++ {Key, [$: | Value]} -> ++ {http_util:to_lower(string:strip(Key)), string:strip(Value)}; ++ {_, []} -> ++ undefined ++ end. + %%------------------------------------------------------------------------- + %% headers(HeaderList, #http_request_h{}) -> #http_request_h{} + %% HeaderList - ["HeaderField:Value"] +@@ -34,14 +42,12 @@ + %%------------------------------------------------------------------------- + headers([], Headers) -> + Headers; +-headers([Header | Tail], Headers) -> +- case lists:splitwith(fun($:) -> false; (_) -> true end, Header) of +- {Key, [$: | Value]} -> +- headers(Tail, headers(http_util:to_lower(string:strip(Key)), +- string:strip(Value), Headers)); +- {_, []} -> +- headers(Tail, Headers) +- end. ++headers([{Key, Value} | Tail], Headers) -> ++ headers(Tail, headers(Key, Value, Headers)); ++headers([undefined], Headers) -> ++ Headers; ++headers(KeyValues, Headers) -> ++ headers([key_value(KeyValue) || KeyValue <- KeyValues], Headers). + + %%------------------------------------------------------------------------- + %% headers(#http_request_h{}) -> HeaderList +diff --git lib/inets/src/http_server/httpd_conf.erl lib/inets/src/http_server/httpd_conf.erl +index 27446ca..55698d5 100644 +--- lib/inets/src/http_server/httpd_conf.erl ++++ lib/inets/src/http_server/httpd_conf.erl +@@ -1,7 +1,7 @@ + %% + %% %CopyrightBegin% + %% +-%% Copyright Ericsson AB 1997-2013. All Rights Reserved. ++%% Copyright Ericsson AB 1997-2015. All Rights Reserved. + %% + %% The contents of this file are subject to the Erlang Public License, + %% Version 1.1, (the "License"); you may not use this file except in +@@ -205,13 +205,13 @@ load("MaxURISize " ++ MaxHeaderSize, []) -> + " is an invalid number of MaxHeaderSize")} + end; + +-load("MaxBodySize " ++ MaxBodySize, []) -> +- case make_integer(MaxBodySize) of ++load("MaxContentLength " ++ Max, []) -> ++ case make_integer(Max) of + {ok, Integer} -> +- {ok, [], {max_body_size,Integer}}; ++ {ok, [], {max_content_length, Integer}}; + {error, _} -> +- {error, ?NICE(clean(MaxBodySize) ++ +- " is an invalid number of MaxBodySize")} ++ {error, ?NICE(clean(Max) ++ ++ " is an invalid number of MaxContentLength")} + end; + + load("ServerName " ++ ServerName, []) -> +@@ -337,7 +337,7 @@ load("MaxKeepAliveRequest " ++ MaxRequests, []) -> + load("KeepAliveTimeout " ++ Timeout, []) -> + case make_integer(Timeout) of + {ok, Integer} -> +- {ok, [], {keep_alive_timeout, Integer*1000}}; ++ {ok, [], {keep_alive_timeout, Integer}}; + {error, _} -> + {error, ?NICE(clean(Timeout)++" is an invalid KeepAliveTimeout")} + end; +@@ -569,6 +569,12 @@ validate_config_params([{max_body_size, Value} | Rest]) + validate_config_params([{max_body_size, Value} | _]) -> + throw({max_body_size, Value}); + ++validate_config_params([{max_content_length, Value} | Rest]) ++ when is_integer(Value) andalso (Value > 0) -> ++ validate_config_params(Rest); ++validate_config_params([{max_content_length, Value} | _]) -> ++ throw({max_content_length, Value}); ++ + validate_config_params([{server_name, Value} | Rest]) + when is_list(Value) -> + validate_config_params(Rest); +@@ -635,7 +641,7 @@ validate_config_params([{max_keep_alive_request, Value} | Rest]) + when is_integer(Value) andalso (Value > 0) -> + validate_config_params(Rest); + validate_config_params([{max_keep_alive_request, Value} | _]) -> +- throw({max_header_size, Value}); ++ throw({max_keep_alive_request, Value}); + + validate_config_params([{keep_alive_timeout, Value} | Rest]) + when is_integer(Value) andalso (Value >= 0) -> +@@ -799,7 +805,7 @@ store({server_tokens, ServerTokens} = Entry, _ConfigList) -> + Server = server(ServerTokens), + {ok, [Entry, {server, Server}]}; + store({keep_alive_timeout, KeepAliveTimeout}, _ConfigList) -> +- {ok, {keep_alive_timeout, KeepAliveTimeout * 1000}}; ++ {ok, {keep_alive_timeout, KeepAliveTimeout}}; + store(ConfigListEntry, _ConfigList) -> + {ok, ConfigListEntry}. + +diff --git lib/inets/src/http_server/httpd_request.erl lib/inets/src/http_server/httpd_request.erl +index 712c735..6985065 100644 +--- lib/inets/src/http_server/httpd_request.erl ++++ lib/inets/src/http_server/httpd_request.erl +@@ -1,7 +1,7 @@ + %% + %% %CopyrightBegin% + %% +-%% Copyright Ericsson AB 2005-2014. All Rights Reserved. ++%% Copyright Ericsson AB 2005-2015. All Rights Reserved. + %% + %% The contents of this file are subject to the Erlang Public License, + %% Version 1.1, (the "License"); you may not use this file except in +@@ -118,18 +118,17 @@ validate(Method, Uri, Version) -> + %% create it. + %% ---------------------------------------------------------------------- + update_mod_data(ModData, Method, RequestURI, HTTPVersion, Headers)-> +- ParsedHeaders = tagup_header(Headers), +- PersistentConn = get_persistens(HTTPVersion, ParsedHeaders, ++ PersistentConn = get_persistens(HTTPVersion, Headers, + ModData#mod.config_db), + {ok, ModData#mod{data = [], + method = Method, + absolute_uri = format_absolute_uri(RequestURI, +- ParsedHeaders), ++ Headers), + request_uri = format_request_uri(RequestURI), + http_version = HTTPVersion, + request_line = Method ++ " " ++ RequestURI ++ + " " ++ HTTPVersion, +- parsed_header = ParsedHeaders, ++ parsed_header = Headers, + connection = PersistentConn}}. + + %%%======================================================================== +@@ -146,14 +145,14 @@ parse_method(_, _, _, Max, _, _) -> + %% We do not know the version of the client as it comes after the + %% method send the lowest version in the response so that the client + %% will be able to handle it. +- {error, {too_long, Max, 413, "Method unreasonably long"}, lowest_version()}. ++ {error, {size_error, Max, 413, "Method unreasonably long"}, lowest_version()}. + + parse_uri(_, _, Current, MaxURI, _, _) + when (Current > MaxURI) andalso (MaxURI =/= nolimit) -> + %% We do not know the version of the client as it comes after the + %% uri send the lowest version in the response so that the client + %% will be able to handle it. +- {error, {too_long, MaxURI, 414, "URI unreasonably long"},lowest_version()}; ++ {error, {size_error, MaxURI, 414, "URI unreasonably long"},lowest_version()}; + parse_uri(<<>>, URI, Current, Max, MaxSizes, Result) -> + {?MODULE, parse_uri, [URI, Current, Max, MaxSizes, Result]}; + parse_uri(<>, URI, _, _, MaxSizes, Result) -> +@@ -179,12 +178,12 @@ parse_version(<> = Data, Version, Current, Max, MaxSizes, Result) -> + parse_version(<>, Version, Current, Max, MaxSizes, Result) when Current =< Max -> + parse_version(Rest, [Octet | Version], Current + 1, Max, MaxSizes, Result); + parse_version(_, _, _, Max,_,_) -> +- {error, {too_long, Max, 413, "Version string unreasonably long"}, lowest_version()}. ++ {error, {size_error, Max, 413, "Version string unreasonably long"}, lowest_version()}. + + parse_headers(_, _, _, Current, Max, _, Result) + when Max =/= nolimit andalso Current > Max -> + HttpVersion = lists:nth(3, lists:reverse(Result)), +- {error, {too_long, Max, 413, "Headers unreasonably long"}, HttpVersion}; ++ {error, {size_error, Max, 413, "Headers unreasonably long"}, HttpVersion}; + + parse_headers(<<>>, Header, Headers, Current, Max, MaxSizes, Result) -> + {?MODULE, parse_headers, [<<>>, Header, Headers, Current, Max, +@@ -204,14 +203,22 @@ parse_headers(<>, [], [], _, _, _, Result) -> + Result])), + {ok, NewResult}; + parse_headers(<>, Header, Headers, _, _, +- _, Result) -> +- HTTPHeaders = [lists:reverse(Header) | Headers], +- RequestHeaderRcord = +- http_request:headers(HTTPHeaders, #http_request_h{}), +- NewResult = +- list_to_tuple(lists:reverse([Body, {RequestHeaderRcord, +- HTTPHeaders} | Result])), +- {ok, NewResult}; ++ MaxSizes, Result) -> ++ case http_request:key_value(lists:reverse(Header)) of ++ undefined -> %% Skip headers with missing : ++ {ok, list_to_tuple(lists:reverse([Body, {http_request:headers(Headers, #http_request_h{}), Headers} | Result]))}; ++ NewHeader -> ++ case check_header(NewHeader, MaxSizes) of ++ ok -> ++ {ok, list_to_tuple(lists:reverse([Body, {http_request:headers([NewHeader | Headers], ++ #http_request_h{}), ++ [NewHeader | Headers]} | Result]))}; ++ ++ {error, Reason} -> ++ HttpVersion = lists:nth(3, lists:reverse(Result)), ++ {error, Reason, HttpVersion} ++ end ++ end; *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 11:05:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8437F310; Sat, 21 Feb 2015 11:05:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5544F777; Sat, 21 Feb 2015 11:05:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LB5O7R085142; Sat, 21 Feb 2015 11:05:24 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LB5OuN085141; Sat, 21 Feb 2015 11:05:24 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502211105.t1LB5OuN085141@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 21 Feb 2015 11:05:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379496 - head/www/litmus/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.18-1 Precedence: list List-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, 21 Feb 2015 11:05:24 -0000 Author: marino Date: Sat Feb 21 11:05:23 2015 New Revision: 379496 URL: https://svnweb.freebsd.org/changeset/ports/379496 QAT: https://qat.redports.org/buildarchive/r379496/ Log: www/litmus: The "DONTSTRIP" hack didn't work, let's use BSD_INSTALL_* ! Modern binutils squawks if an attempt to strip an non-executable is made, as seen below DONTSTRIP doesn't work, at least not in all cases: DONTSTRIP=1 install -s -o root -g wheel -m 555 ./litmus /wrkdirs/www/litmus/work/stage/usr/local/bin/litmus /usr/libexec/binutils224/elf/strip: /wrkdirs/www/litmus/work/stage/usr/local/bin/litmus: File format not recognized I closer look at the Makefile.in patch revealed that BSD_INSTALL_SCRIPT should have been used instead. While here, convert all the install variables to BSD_INSTALL_* Approved by: just fix it Modified: head/www/litmus/files/patch-Makefile.in Modified: head/www/litmus/files/patch-Makefile.in ============================================================================== --- head/www/litmus/files/patch-Makefile.in Sat Feb 21 10:14:37 2015 (r379495) +++ head/www/litmus/files/patch-Makefile.in Sat Feb 21 11:05:23 2015 (r379496) @@ -1,11 +1,17 @@ ---- Makefile.in.orig 2015-02-11 08:44:24.000000000 +0100 -+++ Makefile.in 2015-02-11 08:44:07.000000000 +0100 -@@ -69,7 +69,7 @@ +--- Makefile.in.orig 2008-09-29 20:22:38 UTC ++++ Makefile.in +@@ -69,11 +69,11 @@ install: $(TESTS) litmus $(INSTALL) -d $(DESTDIR)$(bindir) $(INSTALL) -d $(DESTDIR)$(libexecdir)/litmus $(INSTALL) -d $(DESTDIR)$(datadir)/litmus/htdocs - $(INSTALL_PROGRAM) $(top_builddir)/litmus $(DESTDIR)$(bindir)/litmus -+ DONTSTRIP=1 $(INSTALL_PROGRAM) $(top_builddir)/litmus $(DESTDIR)$(bindir)/litmus ++ $(BSD_INSTALL_SCRIPT) $(top_builddir)/litmus $(DESTDIR)$(bindir)/litmus for t in $(TESTS); do \ - $(INSTALL_PROGRAM) $(top_builddir)/$$t $(DESTDIR)$(libexecdir)/litmus/$$t; done +- $(INSTALL_PROGRAM) $(top_builddir)/$$t $(DESTDIR)$(libexecdir)/litmus/$$t; done ++ $(BSD_INSTALL_PROGRAM) $(top_builddir)/$$t $(DESTDIR)$(libexecdir)/litmus/$$t; done for d in $(HTDOCS); do \ +- $(INSTALL_DATA) $(top_srcdir)/htdocs/$$d $(DESTDIR)$(datadir)/litmus/htdocs/$d; done ++ $(BSD_INSTALL_DATA) $(top_srcdir)/htdocs/$$d $(DESTDIR)$(datadir)/litmus/htdocs/$d; done + + props: src/props.o $(ODEPS) + $(CC) $(LDFLAGS) -o $@ src/props.o $(ALL_LIBS) From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 11:18:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1EFA462; Sat, 21 Feb 2015 11:18:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD113853; Sat, 21 Feb 2015 11:18:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LBI4Rt090296; Sat, 21 Feb 2015 11:18:04 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LBI35Q090292; Sat, 21 Feb 2015 11:18:03 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502211118.t1LBI35Q090292@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 21 Feb 2015 11:18:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379497 - head/net-im/sendxmpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 11:18:05 -0000 Author: pawel Date: Sat Feb 21 11:18:02 2015 New Revision: 379497 URL: https://svnweb.freebsd.org/changeset/ports/379497 QAT: https://qat.redports.org/buildarchive/r379497/ Log: - Update to version 1.24 - Port development has moved to new place - Add EXAMPLES option - Inform users of config format change in pkg-message PR: 197248 Submitted by: Tomas Hecker Approved by: maintainer timeout Added: head/net-im/sendxmpp/pkg-message (contents, props changed) Modified: head/net-im/sendxmpp/Makefile head/net-im/sendxmpp/distinfo head/net-im/sendxmpp/pkg-descr Modified: head/net-im/sendxmpp/Makefile ============================================================================== --- head/net-im/sendxmpp/Makefile Sat Feb 21 11:05:23 2015 (r379496) +++ head/net-im/sendxmpp/Makefile Sat Feb 21 11:18:02 2015 (r379497) @@ -2,20 +2,33 @@ # $FreeBSD$ PORTNAME= sendxmpp -PORTVERSION= 0.0.8 -PORTREVISION= 2 +PORTVERSION= 1.24.0 CATEGORIES= net-im perl5 -MASTER_SITES= http://www.djcbsoftware.nl/code/sendxmpp/ MAINTAINER= mek@mek.uz.ua COMMENT= Perl-script to send xmpp (jabber) messages -RUN_DEPENDS+= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP \ - p5-IO-Socket-SSL>0.0:${PORTSDIR}/security/p5-IO-Socket-SSL +LICENSE= GPLv2 + +BUILD_DEPENDS= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP +RUN_DEPENDS= p5-Getopt-Long>0.0:${PORTSDIR}/devel/p5-Getopt-Long + +USE_GITHUB= yes +GH_ACCOUNT= lhost +GH_TAGNAME= v1.24 +GH_COMMIT= f596346 USES= perl5 USE_PERL5= configure +NO_ARCH= yes +PORTEXAMPLES= send-url.xml sendxmpp-raw-messages PLIST_FILES= bin/sendxmpp man/man1/sendxmpp.1.gz +OPTIONS_DEFINE= EXAMPLES + +post-install: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR} + .include Modified: head/net-im/sendxmpp/distinfo ============================================================================== --- head/net-im/sendxmpp/distinfo Sat Feb 21 11:05:23 2015 (r379496) +++ head/net-im/sendxmpp/distinfo Sat Feb 21 11:18:02 2015 (r379497) @@ -1,2 +1,2 @@ -SHA256 (sendxmpp-0.0.8.tar.gz) = 10e0a8d03f504f93ee4b9178c86f1882ac718e76d427602b1f9e10653cde0dde -SIZE (sendxmpp-0.0.8.tar.gz) = 6401 +SHA256 (sendxmpp-1.24.0.tar.gz) = 8126125accf11014d6b4f1963d951ccbe2fc1a7f1ed9fe6dee207600f66183ee +SIZE (sendxmpp-1.24.0.tar.gz) = 9662 Modified: head/net-im/sendxmpp/pkg-descr ============================================================================== --- head/net-im/sendxmpp/pkg-descr Sat Feb 21 11:05:23 2015 (r379496) +++ head/net-im/sendxmpp/pkg-descr Sat Feb 21 11:18:02 2015 (r379497) @@ -1,4 +1,4 @@ sendxmpp is a program to send XMPP (Jabber) messages from the command-line. Messages can be sent both to individual recipients and chatrooms. -WWW: http://www.djcbsoftware.nl/code/sendxmpp/ +WWW: http://sendxmpp.hostname.sk/ Added: head/net-im/sendxmpp/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/sendxmpp/pkg-message Sat Feb 21 11:18:02 2015 (r379497) @@ -0,0 +1,7 @@ + ---------------------------------------------------------- + Existing users of 'sendxmpp' be aware that the format of + the config file has changed and you need to update your + ~/.sendxmpprc file accordingly. + + The new config file format is described in the man page. + ---------------------------------------------------------- From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 11:31:43 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B59655AD; Sat, 21 Feb 2015 11:31:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A05839BA; Sat, 21 Feb 2015 11:31:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LBVhse097033; Sat, 21 Feb 2015 11:31:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LBVhGa097030; Sat, 21 Feb 2015 11:31:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502211131.t1LBVhGa097030@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 11:31:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379498 - head/textproc/rubygem-ferret X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 11:31:43 -0000 Author: sunpoet Date: Sat Feb 21 11:31:42 2015 New Revision: 379498 URL: https://svnweb.freebsd.org/changeset/ports/379498 QAT: https://qat.redports.org/buildarchive/r379498/ Log: - Update to 0.11.8.6 - Add LICENSE Changes: https://github.com/jkraemer/ferret/commits/master Modified: head/textproc/rubygem-ferret/Makefile head/textproc/rubygem-ferret/distinfo Modified: head/textproc/rubygem-ferret/Makefile ============================================================================== --- head/textproc/rubygem-ferret/Makefile Sat Feb 21 11:18:02 2015 (r379497) +++ head/textproc/rubygem-ferret/Makefile Sat Feb 21 11:31:42 2015 (r379498) @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= ferret -PORTVERSION= 0.11.8.5 +PORTVERSION= 0.11.8.6 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ferret is a ruby port of Lucene +LICENSE= MIT + USE_RUBY= yes -USE_RAKE= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes +RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/ferret-browser .include Modified: head/textproc/rubygem-ferret/distinfo ============================================================================== --- head/textproc/rubygem-ferret/distinfo Sat Feb 21 11:18:02 2015 (r379497) +++ head/textproc/rubygem-ferret/distinfo Sat Feb 21 11:31:42 2015 (r379498) @@ -1,2 +1,2 @@ -SHA256 (rubygem/ferret-0.11.8.5.gem) = cc925797c7f85fe55ec86e511b27ec36f3b842e2bdcd89ebbc8e7c90cb1e515b -SIZE (rubygem/ferret-0.11.8.5.gem) = 627712 +SHA256 (rubygem/ferret-0.11.8.6.gem) = c1d1bc3fe18d0496f02d11c925683c87ab994fd6e096b3ebac1652e3514e6d6e +SIZE (rubygem/ferret-0.11.8.6.gem) = 617984 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 11:31:49 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E967687; Sat, 21 Feb 2015 11:31:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6956F9BC; Sat, 21 Feb 2015 11:31:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LBVn0Z097157; Sat, 21 Feb 2015 11:31:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LBVmK5097155; Sat, 21 Feb 2015 11:31:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502211131.t1LBVmK5097155@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 11:31:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379499 - head/devel/rubygem-lru_redux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 11:31:49 -0000 Author: sunpoet Date: Sat Feb 21 11:31:48 2015 New Revision: 379499 URL: https://svnweb.freebsd.org/changeset/ports/379499 QAT: https://qat.redports.org/buildarchive/r379499/ Log: - Update to 0.8.3 - Add LICENSE Changes: https://github.com/SamSaffron/lru_redux/blob/master/README.md#changlog Modified: head/devel/rubygem-lru_redux/Makefile head/devel/rubygem-lru_redux/distinfo Modified: head/devel/rubygem-lru_redux/Makefile ============================================================================== --- head/devel/rubygem-lru_redux/Makefile Sat Feb 21 11:31:42 2015 (r379498) +++ head/devel/rubygem-lru_redux/Makefile Sat Feb 21 11:31:48 2015 (r379499) @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= lru_redux -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.3 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Efficient implementation of an lru cache +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST=yes +RUBYGEM_AUTOPLIST= yes .include Modified: head/devel/rubygem-lru_redux/distinfo ============================================================================== --- head/devel/rubygem-lru_redux/distinfo Sat Feb 21 11:31:42 2015 (r379498) +++ head/devel/rubygem-lru_redux/distinfo Sat Feb 21 11:31:48 2015 (r379499) @@ -1,2 +1,2 @@ -SHA256 (rubygem/lru_redux-0.8.1.gem) = 1121f77f9b0fcd87cd613e2a129d2bb67123d3514530574765430740767683ee -SIZE (rubygem/lru_redux-0.8.1.gem) = 9728 +SHA256 (rubygem/lru_redux-0.8.3.gem) = c84c041668574fd92719d6ef5438f9c8a9ec2dc87f4c9472f9a5f5ea6d827c85 +SIZE (rubygem/lru_redux-0.8.3.gem) = 9728 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 11:31:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5DE0762; Sat, 21 Feb 2015 11:31:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90F929C0; Sat, 21 Feb 2015 11:31:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LBVsTA097280; Sat, 21 Feb 2015 11:31:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LBVsKN097278; Sat, 21 Feb 2015 11:31:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502211131.t1LBVsKN097278@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 11:31:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379500 - head/textproc/rubygem-version_sorter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 11:31:54 -0000 Author: sunpoet Date: Sat Feb 21 11:31:53 2015 New Revision: 379500 URL: https://svnweb.freebsd.org/changeset/ports/379500 QAT: https://qat.redports.org/buildarchive/r379500/ Log: - Update to 2.0.0 Changes: https://github.com/github/version_sorter/releases Modified: head/textproc/rubygem-version_sorter/Makefile head/textproc/rubygem-version_sorter/distinfo Modified: head/textproc/rubygem-version_sorter/Makefile ============================================================================== --- head/textproc/rubygem-version_sorter/Makefile Sat Feb 21 11:31:48 2015 (r379499) +++ head/textproc/rubygem-version_sorter/Makefile Sat Feb 21 11:31:53 2015 (r379500) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= version_sorter -PORTVERSION= 1.1.0 +PORTVERSION= 2.0.0 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-version_sorter/distinfo ============================================================================== --- head/textproc/rubygem-version_sorter/distinfo Sat Feb 21 11:31:48 2015 (r379499) +++ head/textproc/rubygem-version_sorter/distinfo Sat Feb 21 11:31:53 2015 (r379500) @@ -1,2 +1,2 @@ -SHA256 (rubygem/version_sorter-1.1.0.gem) = aeeae527de4fb3146bbdaa9283f3fb087fedbe0cee80645c12d1970fe4947873 -SIZE (rubygem/version_sorter-1.1.0.gem) = 46592 +SHA256 (rubygem/version_sorter-2.0.0.gem) = deec62d586da2a2648a4329d1aa6dfd1c37ae9332a9ea276fdae0b3e084b4dd1 +SIZE (rubygem/version_sorter-2.0.0.gem) = 6656 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 11:31:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 300F0844; Sat, 21 Feb 2015 11:31:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B7019C7; Sat, 21 Feb 2015 11:31:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LBVwwv098962; Sat, 21 Feb 2015 11:31:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LBVwUJ098961; Sat, 21 Feb 2015 11:31:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502211131.t1LBVwUJ098961@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 11:31:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379501 - head/lang/v8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 11:31:59 -0000 Author: sunpoet Date: Sat Feb 21 11:31:58 2015 New Revision: 379501 URL: https://svnweb.freebsd.org/changeset/ports/379501 QAT: https://qat.redports.org/buildarchive/r379501/ Log: - Fix build with Clang 3.6.0 - Use CXXFLAGS instead of CFLAGS - Simplify CXXFLAGS: all supported Clang are 3.3+ Modified: head/lang/v8/Makefile Modified: head/lang/v8/Makefile ============================================================================== --- head/lang/v8/Makefile Sat Feb 21 11:31:53 2015 (r379500) +++ head/lang/v8/Makefile Sat Feb 21 11:31:58 2015 (r379501) @@ -32,14 +32,14 @@ python_CMD= ${PYTHON_CMD} .include .if ${COMPILER_TYPE} == clang -CFLAGS+= -Wno-unused-private-field +CXXFLAGS+= -Wno-nested-anon-types -Wno-unused-function -Wno-unused-private-field MAKE_ENV+= LINK=clang++ -.if ${COMPILER_VERSION} >= 33 -CFLAGS+= -Wno-nested-anon-types -Wno-unused-function .if ${COMPILER_VERSION} >= 34 -CFLAGS+= -Wno-unused-const-variable +CXXFLAGS+= -Wno-unused-const-variable .if ${COMPILER_VERSION} >= 35 -CFLAGS+= -Wno-tautological-undefined-compare +CXXFLAGS+= -Wno-tautological-undefined-compare +.if ${COMPILER_VERSION} >= 36 +CXXFLAGS+= -Wno-unused-local-typedef .endif .endif .endif From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 11:32:03 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2A88922; Sat, 21 Feb 2015 11:32:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE0B39CB; Sat, 21 Feb 2015 11:32:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LBW369099377; Sat, 21 Feb 2015 11:32:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LBW3Eh099376; Sat, 21 Feb 2015 11:32:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502211132.t1LBW3Eh099376@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 11:32:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379502 - head/lang/v8-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.18-1 Precedence: list List-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, 21 Feb 2015 11:32:03 -0000 Author: sunpoet Date: Sat Feb 21 11:32:02 2015 New Revision: 379502 URL: https://svnweb.freebsd.org/changeset/ports/379502 QAT: https://qat.redports.org/buildarchive/r379502/ Log: - Use CXXFLAGS instead of CFLAGS - Simplify CXXFLAGS: all supported Clang are 3.3+ Modified: head/lang/v8-devel/Makefile Modified: head/lang/v8-devel/Makefile ============================================================================== --- head/lang/v8-devel/Makefile Sat Feb 21 11:31:58 2015 (r379501) +++ head/lang/v8-devel/Makefile Sat Feb 21 11:32:02 2015 (r379502) @@ -33,16 +33,13 @@ bash_CMD= ${SH} .include .if ${COMPILER_TYPE} == clang -CFLAGS+= -Wno-unused-private-field -Wno-unused-variable +CXXFLAGS+= -Wno-nested-anon-types -Wno-unused-function -Wno-unused-private-field -Wno-unused-variable MAKE_ARGS+= clang=on MAKE_ENV+= LINK=clang++ AR=/usr/bin/ar -.if ${COMPILER_VERSION} >= 33 -CFLAGS+= -Wno-nested-anon-types -Wno-unused-function .if ${COMPILER_VERSION} >= 34 -CFLAGS+= -Wno-unused-const-variable +CXXFLAGS+= -Wno-unused-const-variable .if ${COMPILER_VERSION} >= 35 -CFLAGS+= -Wno-tautological-undefined-compare -.endif +CXXFLAGS+= -Wno-tautological-undefined-compare .endif .endif .else From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 11:35:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F33EA83; Sat, 21 Feb 2015 11:35:54 +0000 (UTC) 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 052359ED; Sat, 21 Feb 2015 11:35:53 +0000 (UTC) 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 0861B43CF2; Sat, 21 Feb 2015 05:35:46 -0600 (CST) Message-ID: <54E86D8B.2000200@marino.st> Date: Sat, 21 Feb 2015 12:35:39 +0100 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r379501 - head/lang/v8 References: <201502211131.t1LBVwUJ098961@svn.freebsd.org> In-Reply-To: <201502211131.t1LBVwUJ098961@svn.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.18-1 Precedence: list List-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, 21 Feb 2015 11:35:54 -0000 On 2/21/2015 12:31, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sat Feb 21 11:31:58 2015 > New Revision: 379501 > URL: https://svnweb.freebsd.org/changeset/ports/379501 > QAT: https://qat.redports.org/buildarchive/r379501/ > > Log: > - Fix build with Clang 3.6.0 > - Use CXXFLAGS instead of CFLAGS > - Simplify CXXFLAGS: all supported Clang are 3.3+ > > Modified: > head/lang/v8/Makefile > > Modified: head/lang/v8/Makefile > ============================================================================== > --- head/lang/v8/Makefile Sat Feb 21 11:31:53 2015 (r379500) > +++ head/lang/v8/Makefile Sat Feb 21 11:31:58 2015 (r379501) > @@ -32,14 +32,14 @@ python_CMD= ${PYTHON_CMD} > .include > > .if ${COMPILER_TYPE} == clang > -CFLAGS+= -Wno-unused-private-field > +CXXFLAGS+= -Wno-nested-anon-types -Wno-unused-function -Wno-unused-private-field > MAKE_ENV+= LINK=clang++ > -.if ${COMPILER_VERSION} >= 33 > -CFLAGS+= -Wno-nested-anon-types -Wno-unused-function > .if ${COMPILER_VERSION} >= 34 > -CFLAGS+= -Wno-unused-const-variable > +CXXFLAGS+= -Wno-unused-const-variable > .if ${COMPILER_VERSION} >= 35 > -CFLAGS+= -Wno-tautological-undefined-compare > +CXXFLAGS+= -Wno-tautological-undefined-compare > +.if ${COMPILER_VERSION} >= 36 > +CXXFLAGS+= -Wno-unused-local-typedef > .endif > .endif > .endif > Upstream has finally given up and disabled Werror: https://github.com/joyent/node/commit/f057c7049eea6e6396dfd8117910ccb2a5c8977a GCC5 needs these fixes too, but you have this limited to clang (understandably). V8 really needs this patch from upstream instead unless v8 is being updated to a newer version imminently. Shouldn't that patch be used instead? John From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 12:08:14 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC608E96; Sat, 21 Feb 2015 12:08:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEEFFCB9; Sat, 21 Feb 2015 12:08:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LC8E95014202; Sat, 21 Feb 2015 12:08:14 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LC8EYc014199; Sat, 21 Feb 2015 12:08:14 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502211208.t1LC8EYc014199@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 21 Feb 2015 12:08:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379503 - head/converters/p5-LaTeXML X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 12:08:15 -0000 Author: marino Date: Sat Feb 21 12:08:13 2015 New Revision: 379503 URL: https://svnweb.freebsd.org/changeset/ports/379503 QAT: https://qat.redports.org/buildarchive/r379503/ Log: converters/p5-LaTeXML: Upgrade version 0.8.0 => 0.8.1 PR: 197801 Submitted by: maintainer (CJPM) Modified: head/converters/p5-LaTeXML/Makefile head/converters/p5-LaTeXML/distinfo head/converters/p5-LaTeXML/pkg-plist Modified: head/converters/p5-LaTeXML/Makefile ============================================================================== --- head/converters/p5-LaTeXML/Makefile Sat Feb 21 11:32:02 2015 (r379502) +++ head/converters/p5-LaTeXML/Makefile Sat Feb 21 12:08:13 2015 (r379503) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= LaTeXML -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= converters perl5 MASTER_SITES= http://dlmf.nist.gov/LaTeXML/releases/ PKGNAMEPREFIX= p5- Modified: head/converters/p5-LaTeXML/distinfo ============================================================================== --- head/converters/p5-LaTeXML/distinfo Sat Feb 21 11:32:02 2015 (r379502) +++ head/converters/p5-LaTeXML/distinfo Sat Feb 21 12:08:13 2015 (r379503) @@ -1,2 +1,2 @@ -SHA256 (LaTeXML-0.8.0.tar.gz) = a495019f2828f0734e9e41f0398f6c8d60ba6a934d4ccad4fea7d588ab060388 -SIZE (LaTeXML-0.8.0.tar.gz) = 6673393 +SHA256 (LaTeXML-0.8.1.tar.gz) = ea264e1c11210e219a46b7699a578d8632c7bbb6eaea5b06d2eb094122cbab2f +SIZE (LaTeXML-0.8.1.tar.gz) = 7087155 Modified: head/converters/p5-LaTeXML/pkg-plist ============================================================================== --- head/converters/p5-LaTeXML/pkg-plist Sat Feb 21 11:32:02 2015 (r379502) +++ head/converters/p5-LaTeXML/pkg-plist Sat Feb 21 12:08:13 2015 (r379503) @@ -73,7 +73,10 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/JHEP2.cls.ltxml %%SITE_PERL%%/LaTeXML/Package/JHEP3.cls.ltxml %%SITE_PERL%%/LaTeXML/Package/LaTeX.pool.ltxml +%%SITE_PERL%%/LaTeXML/Package/OmniBus.cls.ltxml %%SITE_PERL%%/LaTeXML/Package/TeX.pool.ltxml +%%SITE_PERL%%/LaTeXML/Package/a0poster.cls.ltxml +%%SITE_PERL%%/LaTeXML/Package/a0size.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/a4.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/a4wide.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/aa.cls.ltxml @@ -120,6 +123,7 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/book.cls.ltxml %%SITE_PERL%%/LaTeXML/Package/bookman.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/booktabs.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/braket.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/calc.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/cancel.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/caption.sty.ltxml @@ -136,11 +140,13 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/concmath.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/courier.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/cp852.def.ltxml +%%SITE_PERL%%/LaTeXML/Package/crop.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/cropmark.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/dcolumn.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/doublespace.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/dsfont.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/eTeX.pool.ltxml +%%SITE_PERL%%/LaTeXML/Package/ellipsis.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/elsart.cls.ltxml %%SITE_PERL%%/LaTeXML/Package/elsart.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/elsart_support.sty.ltxml @@ -150,6 +156,7 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/enumerate.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/epigraph.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/epsf.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/epsf.tex.ltxml %%SITE_PERL%%/LaTeXML/Package/epsfig.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/epstopdf.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/eucal.sty.ltxml @@ -159,11 +166,13 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/eurosym.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/euscript.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/exscale.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/fancyhdr.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/fixltx2e.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/fleqn.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/float.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/floatfig.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/floatflt.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/floatpag.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/fontenc.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/fontspec.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/footmisc.sty.ltxml @@ -185,6 +194,7 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/hyperref.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/hyperxmp.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/ifpdf.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/ifthen.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/ifvtex.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/ifxetex.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/indentfirst.sty.ltxml @@ -198,7 +208,9 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/latexsym.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/latin10.def.ltxml %%SITE_PERL%%/LaTeXML/Package/lgr.fontmap.ltxml +%%SITE_PERL%%/LaTeXML/Package/lineno.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/listings.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/listingsutf8.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/llncs.cls.ltxml %%SITE_PERL%%/LaTeXML/Package/longtable.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/lscape.sty.ltxml @@ -230,6 +242,7 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/pdflscape.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/pgf.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/pgfkeys.code.tex.ltxml +%%SITE_PERL%%/LaTeXML/Package/pgfplots.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/pgfsys-latexml.def.ltxml %%SITE_PERL%%/LaTeXML/Package/pifont.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/placeins.sty.ltxml @@ -240,6 +253,7 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/pst-node.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/pstricks.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/pxfonts.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/relsize.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/report.cls.ltxml %%SITE_PERL%%/LaTeXML/Package/revsymb.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/revtex.cls.ltxml @@ -273,6 +287,7 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/tocbibind.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/ts1.fontmap.ltxml %%SITE_PERL%%/LaTeXML/Package/txfonts.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/type1cm.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/ulem.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/units.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/upgreek.sty.ltxml @@ -282,6 +297,7 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/Package/utopia.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/verbatim.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/wrapfig.sty.ltxml +%%SITE_PERL%%/LaTeXML/Package/xargs.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/xcolor.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/xspace.sty.ltxml %%SITE_PERL%%/LaTeXML/Package/xunicode.sty.ltxml @@ -330,7 +346,9 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/resources/CSS/ltx-apj.css %%SITE_PERL%%/LaTeXML/resources/CSS/ltx-article.css %%SITE_PERL%%/LaTeXML/resources/CSS/ltx-book.css +%%SITE_PERL%%/LaTeXML/resources/CSS/ltx-listings.css %%SITE_PERL%%/LaTeXML/resources/CSS/ltx-report.css +%%SITE_PERL%%/LaTeXML/resources/CSS/ltx-svjour.css %%SITE_PERL%%/LaTeXML/resources/CSS/ltx-ulem.css %%SITE_PERL%%/LaTeXML/resources/DTD/LaTeXML.dtd %%SITE_PERL%%/LaTeXML/resources/Profiles/fragment-html.opt @@ -452,6 +470,7 @@ bin/latexmlpost %%SITE_PERL%%/LaTeXML/resources/XSLT/LaTeXML-bib-xhtml.xsl %%SITE_PERL%%/LaTeXML/resources/XSLT/LaTeXML-block-xhtml.xsl %%SITE_PERL%%/LaTeXML/resources/XSLT/LaTeXML-common.xsl +%%SITE_PERL%%/LaTeXML/resources/XSLT/LaTeXML-epub3.xsl %%SITE_PERL%%/LaTeXML/resources/XSLT/LaTeXML-html4.xsl %%SITE_PERL%%/LaTeXML/resources/XSLT/LaTeXML-html5.xsl %%SITE_PERL%%/LaTeXML/resources/XSLT/LaTeXML-inline-xhtml.xsl From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 12:53:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A409277; Sat, 21 Feb 2015 12:53:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7430122; Sat, 21 Feb 2015 12:53:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LCreQO036976; Sat, 21 Feb 2015 12:53:40 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LCrcZT036964; Sat, 21 Feb 2015 12:53:38 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201502211253.t1LCrcZT036964@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 21 Feb 2015 12:53:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379504 - in head/lang: . erlang-java erlang-wx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 12:53:41 -0000 Author: olgeni Date: Sat Feb 21 12:53:37 2015 New Revision: 379504 URL: https://svnweb.freebsd.org/changeset/ports/379504 QAT: https://qat.redports.org/buildarchive/r379504/ Log: Add lang/erlang-java and lang/erlang-wx. These ports contain applications that are enabled by specific options in lang/erlang, but carry significant dependencies (X11 and Java). Now these applications can be installed separately, and people using the stock packages will be able to install X11 and Java support without recompiling lang/erlang. The JAVA and WX options of lang/erlang will probably be phased out in the future. Added: head/lang/erlang-java/ head/lang/erlang-java/Makefile (contents, props changed) head/lang/erlang-java/distinfo (contents, props changed) head/lang/erlang-java/pkg-descr (contents, props changed) head/lang/erlang-java/pkg-plist (contents, props changed) head/lang/erlang-wx/ head/lang/erlang-wx/Makefile (contents, props changed) head/lang/erlang-wx/distinfo (contents, props changed) head/lang/erlang-wx/pkg-descr (contents, props changed) head/lang/erlang-wx/pkg-plist (contents, props changed) Modified: head/lang/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sat Feb 21 12:08:13 2015 (r379503) +++ head/lang/Makefile Sat Feb 21 12:53:37 2015 (r379504) @@ -55,9 +55,11 @@ SUBDIR += elk SUBDIR += emacs-lisp-intro SUBDIR += erlang + SUBDIR += erlang-java SUBDIR += erlang-runtime15 SUBDIR += erlang-runtime16 SUBDIR += erlang-runtime17 + SUBDIR += erlang-wx SUBDIR += execline SUBDIR += expect SUBDIR += f2c Added: head/lang/erlang-java/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang-java/Makefile Sat Feb 21 12:53:37 2015 (r379504) @@ -0,0 +1,71 @@ +# $FreeBSD$ + +PORTNAME= erlang +PORTVERSION= 17.4.1 +CATEGORIES= lang parallel java +MASTER_SITES= http://www.erlang.org/download/:erlangorg \ + http://erlang.stacken.kth.se/download/:erlangorg \ + http://www.csd.uu.se/ftp/mirror/erlang/download/:erlangorg +PKGNAMESUFFIX= -java +DISTNAME= otp_src_${ERL_RELEASE} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:erlangorg +DIST_SUBDIR= erlang +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + +PATCH_SITES= http://www.erlang.org/download + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Erlang interface for Java + +WRKSRC= ${WRKDIR}/otp_src_${ERL_RELEASE} + +PLIST_SUB= APP_VERSION=${APP_VERSION} + +MAKE_JOBS_UNSAFE=yes + +OPTIONS_DEFINE= DOCS + +ERL_RELEASE= 17.4 + +USES= gmake +USE_AUTOTOOLS= autoconf:env +GNU_CONFIGURE= yes +LDFLAGS+= -L${LOCALBASE}/lib + +APP_VERSION= 1.5.12 +APP_DIR= ${PREFIX}/lib/erlang/lib/jinterface-${APP_VERSION} + +.include + +.if ${PORT_OPTIONS:MDOCS} +DISTFILES+= ${ERLANG_DOCS}:erlangorg +.endif + +CONFIGURE_ARGS+=--enable-threads --without-odbc --with-javac +CONFIGURE_ENV+= ac_cv_prog_JAVAC="${JAVAC}" + +USE_JAVA= yes + +ERLANG_DOCS= otp_doc_html_${ERL_RELEASE}.tar.gz + +.if ${ARCH} == i386 +MAKE_ARGS+= ARCH=x86 +.endif + +do-build: + cd ${WRKSRC}/lib/jinterface && ${GMAKE} ERL_TOP=${WRKSRC} TARGET=${CONFIGURE_TARGET} + ${RM} -r ${WRKSRC}/lib/jinterface/priv/com + +do-install: + @${MKDIR} ${STAGEDIR}${APP_DIR} + @${MKDIR} ${STAGEDIR}${APP_DIR}/priv + cd ${WRKSRC}/lib/jinterface && ${COPYTREE_SHARE} ebin ${STAGEDIR}${APP_DIR} + cd ${WRKSRC}/lib/jinterface && ${COPYTREE_SHARE} java_src ${STAGEDIR}${APP_DIR} + ${INSTALL_DATA} ${WRKSRC}/lib/jinterface/priv/OtpErlang.jar ${STAGEDIR}${APP_DIR}/priv +.if ${PORT_OPTIONS:MDOCS} + cd ${WRKSRC}/lib/jinterface && ${COPYTREE_SHARE} doc ${STAGEDIR}${APP_DIR} + ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ + -C ${STAGEDIR}${PREFIX}/lib/erlang lib/jinterface-${APP_VERSION} +.endif + +.include Added: head/lang/erlang-java/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang-java/distinfo Sat Feb 21 12:53:37 2015 (r379504) @@ -0,0 +1,18 @@ +SHA256 (erlang/otp_src_17.4.tar.gz) = 0d82eda6ae7ac6f0f860093324e540fa514497068ec3b4177800284e8c761f56 +SIZE (erlang/otp_src_17.4.tar.gz) = 67171182 +SHA256 (erlang/otp_doc_man_17.4.tar.gz) = 6c1cdb8e9d367c7b6dc6b20706de9fd0a0f0b7dffd66532663b2a24ed7679a58 +SIZE (erlang/otp_doc_man_17.4.tar.gz) = 1360952 +SHA256 (erlang/otp_doc_html_17.4.tar.gz) = dd42b0104418de18e2247608a337bcd3bb24c59bbc36294deb5fae73ab6c90d6 +SIZE (erlang/otp_doc_html_17.4.tar.gz) = 33483554 +SHA256 (erlang/armstrong_thesis_2003.pdf) = da585b914eb07350e2d6f727db5eb0fb1551f49fc1270f7d4dc079f2c8c1ab7a +SIZE (erlang/armstrong_thesis_2003.pdf) = 859249 +SHA256 (erlang/bjarnelic.pdf) = 9544d4af5cea324e5c9cf77e670d9561ad61ddc240cdb5c2afecebc0a3d7429b +SIZE (erlang/bjarnelic.pdf) = 488043 +SHA256 (erlang/erlang-book-part1.pdf) = ef2fb9d15d35f3b1b602c8578e48618597477f9cfab2d103dc2e22372c46ca0a +SIZE (erlang/erlang-book-part1.pdf) = 883639 +SHA256 (erlang/master_thesis_patterns.pdf) = b390fd59060fb944c78bceed781c7ad3795d4f9fbe86d391bccc479828552b43 +SIZE (erlang/master_thesis_patterns.pdf) = 422457 +SHA256 (erlang/mnesia_overview.pdf) = f07f9edd4ba865a1c50647dd6fa4a8f49277f8f3bef4d521c06fd90293717032 +SIZE (erlang/mnesia_overview.pdf) = 150266 +SHA256 (erlang/programming_rules.pdf) = b95f8851004832b044e064c12976a422613ece897e98308a27ee8b66738b4502 +SIZE (erlang/programming_rules.pdf) = 77025 Added: head/lang/erlang-java/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang-java/pkg-descr Sat Feb 21 12:53:37 2015 (r379504) @@ -0,0 +1,6 @@ +Erlang is a programming language used to build massively scalable soft +real-time systems with requirements on high availability. + +This port provides Java integration support for Erlang. + +WWW: http://www.erlang.org/ Added: head/lang/erlang-java/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang-java/pkg-plist Sat Feb 21 12:53:37 2015 (r379504) @@ -0,0 +1,153 @@ +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/index.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/allclasses-frame.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/allclasses-noframe.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/AbstractConnection.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/AbstractNode.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/GenericQueue.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpAuthException.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpConnection.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpCookedConnection.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpEpmd.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangAtom.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangBinary.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangBitstr.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangBoolean.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangByte.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangChar.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangDecodeException.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangDouble.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangException.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangExit.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangExternalFun.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangFloat.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangFun.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangInt.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangList.SubList.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangList.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangLong.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangMap.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangObject.Hash.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangObject.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangPid.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangPort.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangRangeException.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangRef.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangShort.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangString.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangTuple.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangUInt.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpErlangUShort.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpException.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpExternal.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpInputStream.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpLocalNode.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpMbox.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpMsg.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpNode.Acceptor.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpNode.Mailboxes.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpNode.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpNodeStatus.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpOutputStream.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpPeer.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpSelf.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/OtpServer.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/package-frame.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/package-summary.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/com/ericsson/otp/erlang/package-tree.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/constant-values.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/deprecated-list.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/help-doc.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/index-all.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/index.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/overview-tree.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/package-list +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/resources/inherit.gif +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/serialized-form.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/java/stylesheet.css +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/jinterface.eix +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/jinterface.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/jinterface_users_guide.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/notes.gif +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/notes.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/ref_man.gif +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/release_notes.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/user_guide.gif +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/html/users_guide.html +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/pdf/jinterface-%%APP_VERSION%%.pdf +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/src/Makefile +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/src/book.xml +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/src/fascicules.xml +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/src/index.html.src +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/src/jinterface.xml +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/src/jinterface_users_guide.xml +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/src/notes.gif +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/src/notes.xml +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/src/notes_history.xml +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/src/part.xml +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/src/part_notes.xml +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/src/part_notes_history.xml +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/src/ref_man.gif +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/src/ref_man.xml +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/src/summary.html.src +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/doc/src/user_guide.gif +lib/erlang/lib/jinterface-%%APP_VERSION%%/ebin/jinterface.app +lib/erlang/lib/jinterface-%%APP_VERSION%%/ebin/jinterface.appup +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/Makefile +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/AbstractConnection.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/AbstractNode.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/GenericQueue.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/Link.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/Links.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/Makefile +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpAuthException.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpConnection.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpCookedConnection.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpEpmd.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangAtom.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangBinary.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangBitstr.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangBoolean.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangByte.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangChar.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangDecodeException.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangDouble.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangException.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangExit.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangExternalFun.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangFloat.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangFun.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangInt.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangList.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangLong.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangMap.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangObject.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangPid.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangPort.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangRangeException.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangRef.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangShort.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangString.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangTuple.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangUInt.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpErlangUShort.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpException.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpExternal.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpInputStream.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpLocalNode.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpMD5.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpMbox.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpMsg.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpNode.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpNodeStatus.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpOutputStream.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpPeer.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpSelf.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpServer.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/OtpSystem.java +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/java_files +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/jinterface.app.src +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/jinterface.appup.src +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/com/ericsson/otp/erlang/package.html +lib/erlang/lib/jinterface-%%APP_VERSION%%/java_src/pom.xml.src +%%PORTDOCS%%lib/erlang/lib/jinterface-%%APP_VERSION%%/info +lib/erlang/lib/jinterface-%%APP_VERSION%%/priv/OtpErlang.jar Added: head/lang/erlang-wx/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang-wx/Makefile Sat Feb 21 12:53:37 2015 (r379504) @@ -0,0 +1,74 @@ +# $FreeBSD$ + +PORTNAME= erlang +PORTVERSION= 17.4.1 +CATEGORIES= lang parallel +MASTER_SITES= http://www.erlang.org/download/:erlangorg \ + http://erlang.stacken.kth.se/download/:erlangorg \ + http://www.csd.uu.se/ftp/mirror/erlang/download/:erlangorg +PKGNAMESUFFIX= -wx +DISTNAME= otp_src_${ERL_RELEASE} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:erlangorg +DIST_SUBDIR= erlang +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + +PATCH_SITES= http://www.erlang.org/download + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Erlang bindings for wxWindows + +WRKSRC= ${WRKDIR}/otp_src_${ERL_RELEASE} + +PLIST_SUB= APP_VERSION=${APP_VERSION} + +MAKE_JOBS_UNSAFE=yes + +OPTIONS_DEFINE= DOCS + +ERL_RELEASE= 17.4 + +USES= gmake +USE_AUTOTOOLS= autoconf:env +GNU_CONFIGURE= yes +LDFLAGS+= -L${LOCALBASE}/lib + +APP_VERSION= 1.3.2 +APP_DIR= ${PREFIX}/lib/erlang/lib/wx-${APP_VERSION} + +.include + +.if ${PORT_OPTIONS:MDOCS} +DISTFILES+= ${ERLANG_DOCS}:erlangorg +.endif + +CONFIGURE_ARGS+=--enable-threads --without-odbc --without-javac --with-wx-config=${WX_CONFIG} + +USE_WX= 2.8+ +WX_COMPS= wx contrib +WX_UNICODE= yes + +ERLANG_DOCS= otp_doc_html_${ERL_RELEASE}.tar.gz + +.if ${ARCH} == i386 +MAKE_ARGS+= ARCH=x86 +.endif + +do-build: + cd ${WRKSRC}/lib/wx && ${GMAKE} ERL_TOP=${WRKSRC} TARGET=${CONFIGURE_TARGET} + ${STRIP_CMD} ${WRKSRC}/lib/wx/priv/${CONFIGURE_TARGET}/erl_gl.so + ${STRIP_CMD} ${WRKSRC}/lib/wx/priv/${CONFIGURE_TARGET}/wxe_driver.so + +do-install: + @${MKDIR} ${STAGEDIR}${APP_DIR} + cd ${WRKSRC}/lib/wx && ${COPYTREE_SHARE} ebin ${STAGEDIR}${APP_DIR} + cd ${WRKSRC}/lib/wx && ${COPYTREE_SHARE} include ${STAGEDIR}${APP_DIR} + cd ${WRKSRC}/lib/wx && ${COPYTREE_SHARE} priv ${STAGEDIR}${APP_DIR} + cd ${WRKSRC}/lib/wx && ${COPYTREE_SHARE} src ${STAGEDIR}${APP_DIR} +.if ${PORT_OPTIONS:MDOCS} + cd ${WRKSRC}/lib/wx && ${COPYTREE_SHARE} doc ${STAGEDIR}${APP_DIR} + ${RMDIR} ${STAGEDIR}${APP_DIR}/doc/man3 + ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_DOCS} \ + -C ${STAGEDIR}${PREFIX}/lib/erlang lib/wx-${APP_VERSION} +.endif + +.include Added: head/lang/erlang-wx/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang-wx/distinfo Sat Feb 21 12:53:37 2015 (r379504) @@ -0,0 +1,18 @@ +SHA256 (erlang/otp_src_17.4.tar.gz) = 0d82eda6ae7ac6f0f860093324e540fa514497068ec3b4177800284e8c761f56 +SIZE (erlang/otp_src_17.4.tar.gz) = 67171182 +SHA256 (erlang/otp_doc_man_17.4.tar.gz) = 6c1cdb8e9d367c7b6dc6b20706de9fd0a0f0b7dffd66532663b2a24ed7679a58 +SIZE (erlang/otp_doc_man_17.4.tar.gz) = 1360952 +SHA256 (erlang/otp_doc_html_17.4.tar.gz) = dd42b0104418de18e2247608a337bcd3bb24c59bbc36294deb5fae73ab6c90d6 +SIZE (erlang/otp_doc_html_17.4.tar.gz) = 33483554 +SHA256 (erlang/armstrong_thesis_2003.pdf) = da585b914eb07350e2d6f727db5eb0fb1551f49fc1270f7d4dc079f2c8c1ab7a +SIZE (erlang/armstrong_thesis_2003.pdf) = 859249 +SHA256 (erlang/bjarnelic.pdf) = 9544d4af5cea324e5c9cf77e670d9561ad61ddc240cdb5c2afecebc0a3d7429b +SIZE (erlang/bjarnelic.pdf) = 488043 +SHA256 (erlang/erlang-book-part1.pdf) = ef2fb9d15d35f3b1b602c8578e48618597477f9cfab2d103dc2e22372c46ca0a +SIZE (erlang/erlang-book-part1.pdf) = 883639 +SHA256 (erlang/master_thesis_patterns.pdf) = b390fd59060fb944c78bceed781c7ad3795d4f9fbe86d391bccc479828552b43 +SIZE (erlang/master_thesis_patterns.pdf) = 422457 +SHA256 (erlang/mnesia_overview.pdf) = f07f9edd4ba865a1c50647dd6fa4a8f49277f8f3bef4d521c06fd90293717032 +SIZE (erlang/mnesia_overview.pdf) = 150266 +SHA256 (erlang/programming_rules.pdf) = b95f8851004832b044e064c12976a422613ece897e98308a27ee8b66738b4502 +SIZE (erlang/programming_rules.pdf) = 77025 Added: head/lang/erlang-wx/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang-wx/pkg-descr Sat Feb 21 12:53:37 2015 (r379504) @@ -0,0 +1,6 @@ +Erlang is a programming language used to build massively scalable soft +real-time systems with requirements on high availability. + +This port provides WX bindings for Erlang. + +WWW: http://www.erlang.org/ Added: head/lang/erlang-wx/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang-wx/pkg-plist Sat Feb 21 12:53:37 2015 (r379504) @@ -0,0 +1,713 @@ +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/chapter.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/gl.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/glu.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/index.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/notes.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/release_notes.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/users_guide.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wx.eix +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wx.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxAcceleratorEntry.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxAcceleratorTable.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxActivateEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxArtProvider.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxAuiDockArt.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxAuiManager.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxAuiManagerEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxAuiNotebook.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxAuiNotebookEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxAuiPaneInfo.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxAuiTabArt.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxBitmap.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxBitmapButton.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxBitmapDataObject.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxBoxSizer.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxBrush.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxBufferedDC.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxBufferedPaintDC.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxButton.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxCalendarCtrl.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxCalendarDateAttr.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxCalendarEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxCaret.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxCheckBox.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxCheckListBox.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxChildFocusEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxChoice.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxChoicebook.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxClientDC.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxClipboard.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxClipboardTextEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxCloseEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxColourData.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxColourDialog.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxColourPickerCtrl.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxColourPickerEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxComboBox.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxCommandEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxContextMenuEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxControl.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxControlWithItems.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxCursor.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxDC.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxDataObject.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxDateEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxDatePickerCtrl.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxDialog.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxDirDialog.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxDirPickerCtrl.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxDisplayChangedEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxEraseEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxEvtHandler.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxFileDataObject.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxFileDialog.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxFileDirPickerEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxFilePickerCtrl.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxFindReplaceData.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxFindReplaceDialog.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxFlexGridSizer.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxFocusEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxFont.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxFontData.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxFontDialog.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxFontPickerCtrl.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxFontPickerEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxFrame.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGBSizerItem.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGLCanvas.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGauge.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGenericDirCtrl.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGraphicsBrush.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGraphicsContext.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGraphicsFont.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGraphicsMatrix.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGraphicsObject.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGraphicsPath.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGraphicsPen.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGraphicsRenderer.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGrid.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGridBagSizer.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGridCellAttr.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGridCellBoolEditor.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGridCellBoolRenderer.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGridCellChoiceEditor.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGridCellEditor.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGridCellFloatEditor.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGridCellFloatRenderer.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGridCellNumberEditor.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGridCellNumberRenderer.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGridCellRenderer.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGridCellStringRenderer.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGridCellTextEditor.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGridEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxGridSizer.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxHelpEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxHtmlEasyPrinting.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxHtmlLinkEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxHtmlWindow.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxIcon.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxIconBundle.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxIconizeEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxIdleEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxImage.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxImageList.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxInitDialogEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxJoystickEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxKeyEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxLayoutAlgorithm.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxListBox.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxListCtrl.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxListEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxListItem.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxListItemAttr.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxListView.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxListbook.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxLocale.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxLogNull.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMDIChildFrame.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMDIClientWindow.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMDIParentFrame.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMask.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMaximizeEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMemoryDC.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMenu.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMenuBar.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMenuEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMenuItem.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMessageDialog.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMiniFrame.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMirrorDC.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMouseCaptureChangedEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMouseEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMoveEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxMultiChoiceDialog.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxNavigationKeyEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxNotebook.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxNotebookEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxNotifyEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPageSetupDialog.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPageSetupDialogData.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPaintDC.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPaintEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPalette.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPaletteChangedEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPanel.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPasswordEntryDialog.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPen.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPickerBase.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPopupTransientWindow.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPopupWindow.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPostScriptDC.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPreviewCanvas.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPreviewControlBar.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPreviewFrame.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPrintData.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPrintDialog.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPrintDialogData.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPrintPreview.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPrinter.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxPrintout.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxProgressDialog.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxQueryNewPaletteEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxRadioBox.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxRadioButton.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxRegion.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSashEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSashLayoutWindow.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSashWindow.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxScreenDC.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxScrollBar.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxScrollEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxScrollWinEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxScrolledWindow.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSetCursorEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxShowEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSingleChoiceDialog.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSizeEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSizer.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSizerFlags.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSizerItem.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSlider.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSpinButton.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSpinCtrl.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSpinEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSplashScreen.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSplitterEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSplitterWindow.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxStaticBitmap.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxStaticBox.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxStaticBoxSizer.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxStaticLine.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxStaticText.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxStatusBar.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxStdDialogButtonSizer.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxStyledTextCtrl.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxStyledTextEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSysColourChangedEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSystemOptions.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxSystemSettings.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxTaskBarIcon.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxTaskBarIconEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxTextAttr.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxTextCtrl.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxTextDataObject.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxTextEntryDialog.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxToggleButton.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxToolBar.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxToolTip.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxToolbook.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxTopLevelWindow.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxTreeCtrl.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxTreeEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxTreebook.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxUpdateUIEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxWindow.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxWindowCreateEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxWindowDC.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxWindowDestroyEvent.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wxXmlResource.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wx_misc.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/html/wx_object.html +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/overview.edoc +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/pdf/wx-%%APP_VERSION%%.pdf +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/src/Makefile +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/src/book.xml +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/src/fascicules.xml +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/src/notes.xml +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/src/part.xml +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/src/part_notes.xml +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/doc/src/ref_man.xml.src +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/gl.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/glu.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wx.app +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wx.appup +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wx.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxAcceleratorEntry.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxAcceleratorTable.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxActivateEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxArtProvider.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxAuiDockArt.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxAuiManager.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxAuiManagerEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxAuiNotebook.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxAuiNotebookEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxAuiPaneInfo.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxAuiTabArt.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxBitmap.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxBitmapButton.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxBitmapDataObject.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxBoxSizer.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxBrush.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxBufferedDC.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxBufferedPaintDC.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxButton.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxCalendarCtrl.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxCalendarDateAttr.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxCalendarEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxCaret.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxCheckBox.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxCheckListBox.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxChildFocusEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxChoice.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxChoicebook.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxClientDC.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxClipboard.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxClipboardTextEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxCloseEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxColourData.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxColourDialog.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxColourPickerCtrl.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxColourPickerEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxComboBox.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxCommandEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxContextMenuEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxControl.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxControlWithItems.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxCursor.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxDC.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxDataObject.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxDateEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxDatePickerCtrl.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxDialog.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxDirDialog.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxDirPickerCtrl.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxDisplayChangedEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxEraseEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxEvtHandler.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxFileDataObject.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxFileDialog.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxFileDirPickerEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxFilePickerCtrl.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxFindReplaceData.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxFindReplaceDialog.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxFlexGridSizer.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxFocusEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxFont.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxFontData.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxFontDialog.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxFontPickerCtrl.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxFontPickerEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxFrame.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGBSizerItem.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGLCanvas.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGauge.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGenericDirCtrl.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGraphicsBrush.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGraphicsContext.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGraphicsFont.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGraphicsMatrix.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGraphicsObject.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGraphicsPath.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGraphicsPen.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGraphicsRenderer.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGrid.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGridBagSizer.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGridCellAttr.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGridCellBoolEditor.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGridCellBoolRenderer.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGridCellChoiceEditor.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGridCellEditor.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGridCellFloatEditor.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGridCellFloatRenderer.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGridCellNumberEditor.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGridCellNumberRenderer.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGridCellRenderer.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGridCellStringRenderer.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGridCellTextEditor.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGridEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxGridSizer.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxHelpEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxHtmlEasyPrinting.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxHtmlLinkEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxHtmlWindow.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxIcon.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxIconBundle.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxIconizeEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxIdleEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxImage.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxImageList.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxInitDialogEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxJoystickEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxKeyEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxLayoutAlgorithm.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxListBox.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxListCtrl.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxListEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxListItem.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxListItemAttr.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxListView.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxListbook.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxLocale.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxLogNull.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMDIChildFrame.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMDIClientWindow.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMDIParentFrame.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMask.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMaximizeEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMemoryDC.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMenu.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMenuBar.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMenuEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMenuItem.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMessageDialog.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMiniFrame.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMirrorDC.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMouseCaptureChangedEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMouseEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMoveEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxMultiChoiceDialog.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxNavigationKeyEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxNotebook.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxNotebookEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxNotifyEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPageSetupDialog.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPageSetupDialogData.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPaintDC.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPaintEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPalette.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPaletteChangedEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPanel.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPasswordEntryDialog.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPen.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPickerBase.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPopupTransientWindow.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPopupWindow.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPostScriptDC.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPreviewCanvas.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPreviewControlBar.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPreviewFrame.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPrintData.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPrintDialog.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPrintDialogData.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPrintPreview.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPrinter.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxPrintout.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxProgressDialog.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxQueryNewPaletteEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxRadioBox.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxRadioButton.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxRegion.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSashEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSashLayoutWindow.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSashWindow.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxScreenDC.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxScrollBar.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxScrollEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxScrollWinEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxScrolledWindow.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSetCursorEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxShowEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSingleChoiceDialog.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSizeEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSizer.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSizerFlags.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSizerItem.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSlider.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSpinButton.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSpinCtrl.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSpinEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSplashScreen.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSplitterEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSplitterWindow.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxStaticBitmap.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxStaticBox.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxStaticBoxSizer.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxStaticLine.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxStaticText.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxStatusBar.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxStdDialogButtonSizer.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxStyledTextCtrl.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxStyledTextEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSysColourChangedEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSystemOptions.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxSystemSettings.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxTaskBarIcon.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxTaskBarIconEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxTextAttr.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxTextCtrl.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxTextDataObject.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxTextEntryDialog.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxToggleButton.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxToolBar.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxToolTip.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxToolbook.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxTopLevelWindow.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxTreeCtrl.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxTreeEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxTreebook.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxUpdateUIEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxWindow.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxWindowCreateEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxWindowDC.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxWindowDestroyEvent.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxXmlResource.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wx_misc.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wx_object.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxe_master.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxe_server.beam +lib/erlang/lib/wx-%%APP_VERSION%%/ebin/wxe_util.beam +lib/erlang/lib/wx-%%APP_VERSION%%/include/gl.hrl +lib/erlang/lib/wx-%%APP_VERSION%%/include/glu.hrl +lib/erlang/lib/wx-%%APP_VERSION%%/include/wx.hrl +%%PORTDOCS%%lib/erlang/lib/wx-%%APP_VERSION%%/info +lib/erlang/lib/wx-%%APP_VERSION%%/priv/%%CONFIGURE_TARGET%%/erl_gl.so +lib/erlang/lib/wx-%%APP_VERSION%%/priv/%%CONFIGURE_TARGET%%/wxe_driver.so +lib/erlang/lib/wx-%%APP_VERSION%%/priv/erlang-logo128.png +lib/erlang/lib/wx-%%APP_VERSION%%/priv/erlang-logo32.png +lib/erlang/lib/wx-%%APP_VERSION%%/priv/erlang-logo64.png +lib/erlang/lib/wx-%%APP_VERSION%%/src/Makefile +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/gl.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/glu.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxAcceleratorEntry.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxAcceleratorTable.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxActivateEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxArtProvider.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxAuiDockArt.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxAuiManager.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxAuiManagerEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxAuiNotebook.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxAuiNotebookEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxAuiPaneInfo.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxAuiTabArt.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxBitmap.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxBitmapButton.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxBitmapDataObject.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxBoxSizer.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxBrush.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxBufferedDC.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxBufferedPaintDC.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxButton.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxCalendarCtrl.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxCalendarDateAttr.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxCalendarEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxCaret.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxCheckBox.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxCheckListBox.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxChildFocusEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxChoice.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxChoicebook.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxClientDC.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxClipboard.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxClipboardTextEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxCloseEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxColourData.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxColourDialog.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxColourPickerCtrl.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxColourPickerEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxComboBox.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxCommandEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxContextMenuEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxControl.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxControlWithItems.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxCursor.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxDC.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxDataObject.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxDateEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxDatePickerCtrl.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxDialog.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxDirDialog.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxDirPickerCtrl.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxDisplayChangedEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxEraseEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxEvtHandler.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxFileDataObject.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxFileDialog.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxFileDirPickerEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxFilePickerCtrl.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxFindReplaceData.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxFindReplaceDialog.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxFlexGridSizer.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxFocusEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxFont.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxFontData.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxFontDialog.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxFontPickerCtrl.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxFontPickerEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxFrame.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGBSizerItem.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGLCanvas.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGauge.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGenericDirCtrl.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGraphicsBrush.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGraphicsContext.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGraphicsFont.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGraphicsMatrix.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGraphicsObject.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGraphicsPath.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGraphicsPen.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGraphicsRenderer.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGrid.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGridBagSizer.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGridCellAttr.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGridCellBoolEditor.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGridCellBoolRenderer.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGridCellChoiceEditor.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGridCellEditor.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGridCellFloatEditor.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGridCellFloatRenderer.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGridCellNumberEditor.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGridCellNumberRenderer.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGridCellRenderer.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGridCellStringRenderer.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGridCellTextEditor.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGridEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxGridSizer.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxHelpEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxHtmlEasyPrinting.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxHtmlLinkEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxHtmlWindow.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxIcon.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxIconBundle.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxIconizeEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxIdleEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxImage.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxImageList.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxInitDialogEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxJoystickEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxKeyEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxLayoutAlgorithm.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxListBox.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxListCtrl.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxListEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxListItem.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxListItemAttr.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxListView.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxListbook.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxLocale.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxLogNull.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMDIChildFrame.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMDIClientWindow.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMDIParentFrame.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMask.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMaximizeEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMemoryDC.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMenu.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMenuBar.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMenuEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMenuItem.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMessageDialog.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMiniFrame.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMirrorDC.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMouseCaptureChangedEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMouseEvent.erl +lib/erlang/lib/wx-%%APP_VERSION%%/src/gen/wxMoveEvent.erl *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 13:03:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D8F751A; Sat, 21 Feb 2015 13:03:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58B7F1FC; Sat, 21 Feb 2015 13:03:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LD3O0n041800; Sat, 21 Feb 2015 13:03:24 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LD3OR8041799; Sat, 21 Feb 2015 13:03:24 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502211303.t1LD3OR8041799@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 21 Feb 2015 13:03:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379505 - 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.18-1 Precedence: list List-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, 21 Feb 2015 13:03:24 -0000 Author: marino Date: Sat Feb 21 13:03:23 2015 New Revision: 379505 URL: https://svnweb.freebsd.org/changeset/ports/379505 QAT: https://qat.redports.org/buildarchive/r379505/ Log: databases/rocksdb: Remove -Werror from flags RocksDB defines a number of variables it doesn't use, so it fails Werror on modern compilers that check for this. Remove the -Werror flag from the Makefile with sed since we are using it anyway. Approved by: blanket Modified: head/databases/rocksdb/Makefile Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Sat Feb 21 12:53:37 2015 (r379504) +++ head/databases/rocksdb/Makefile Sat Feb 21 13:03:23 2015 (r379505) @@ -31,7 +31,8 @@ PROGRAMS= blob_store_bench db_bench db_r table_reader_bench post-patch: - @${REINPLACE_CMD} -e '/^all: / s| $$(TESTS)||' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e '/^all: / s| $$(TESTS)||' \ + -e 's| -Werror||' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|-lpthread|-pthread|; s| -fno-builtin-memcmp||; s| -ltcmalloc||' ${WRKSRC}/build_tools/build_detect_platform @${REINPLACE_CMD} -e '/PLATFORM_IS_LITTLE_ENDIAN/ s|__|_|g' ${WRKSRC}/port/port_posix.h .if defined(WITHOUT_PROFILE) From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 13:14:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4BEC56DC; Sat, 21 Feb 2015 13:14:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36DEE332; Sat, 21 Feb 2015 13:14:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LDEho3046669; Sat, 21 Feb 2015 13:14:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LDEh8t046668; Sat, 21 Feb 2015 13:14:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502211314.t1LDEh8t046668@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 21 Feb 2015 13:14:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379506 - head/x11/innerspace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 13:14:44 -0000 Author: amdmi3 Date: Sat Feb 21 13:14:43 2015 New Revision: 379506 URL: https://svnweb.freebsd.org/changeset/ports/379506 QAT: https://qat.redports.org/buildarchive/r379506/ Log: - Simplify MASTER_SITES - Strip binaries Modified: head/x11/innerspace/Makefile Modified: head/x11/innerspace/Makefile ============================================================================== --- head/x11/innerspace/Makefile Sat Feb 21 13:03:23 2015 (r379505) +++ head/x11/innerspace/Makefile Sat Feb 21 13:14:43 2015 (r379506) @@ -4,8 +4,7 @@ PORTNAME= innerspace PORTVERSION= 0.2.0 PORTREVISION= 4 CATEGORIES= x11 gnustep -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= gap +MASTER_SITES= SAVANNAH/gap DISTNAME= InnerSpace-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -22,4 +21,11 @@ post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile +post-install: + ${STRIP_CMD} \ + ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/InnerSpace.app/Resources/NickSpace.InnerSpace/NickSpace \ + ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/InnerSpace.app/Resources/Black.InnerSpace/Black \ + ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/InnerSpace.app/Resources/Boxes.InnerSpace/Boxes \ + ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/InnerSpace.app/InnerSpace + .include From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 13:14:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 138307C2; Sat, 21 Feb 2015 13:14:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3148337; Sat, 21 Feb 2015 13:14:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LDEv97046797; Sat, 21 Feb 2015 13:14:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LDEvtI046796; Sat, 21 Feb 2015 13:14:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502211314.t1LDEvtI046796@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 21 Feb 2015 13:14:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379507 - head/x11-toolkits/xforms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 13:14:58 -0000 Author: amdmi3 Date: Sat Feb 21 13:14:57 2015 New Revision: 379507 URL: https://svnweb.freebsd.org/changeset/ports/379507 QAT: https://qat.redports.org/buildarchive/r379507/ Log: - Add LICENSE_FILE - Strip libraries Modified: head/x11-toolkits/xforms/Makefile Modified: head/x11-toolkits/xforms/Makefile ============================================================================== --- head/x11-toolkits/xforms/Makefile Sat Feb 21 13:14:43 2015 (r379506) +++ head/x11-toolkits/xforms/Makefile Sat Feb 21 13:14:57 2015 (r379507) @@ -13,6 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Graphical user interface toolkit for X Window System LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libtiff.so:${PORTSDIR}/graphics/tiff @@ -24,6 +25,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip BROKEN_ia64= Does not compile on ia64 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 13:15:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 536208A4; Sat, 21 Feb 2015 13:15:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EE25341; Sat, 21 Feb 2015 13:15:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LDFceX047029; Sat, 21 Feb 2015 13:15:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LDFcqm047027; Sat, 21 Feb 2015 13:15:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502211315.t1LDFcqm047027@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 21 Feb 2015 13:15:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379508 - head/graphics/imgtops X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 13:15:38 -0000 Author: amdmi3 Date: Sat Feb 21 13:15:37 2015 New Revision: 379508 URL: https://svnweb.freebsd.org/changeset/ports/379508 QAT: https://qat.redports.org/buildarchive/r379508/ Log: - Add LICENSE - Strip library Modified: head/graphics/imgtops/Makefile Modified: head/graphics/imgtops/Makefile ============================================================================== --- head/graphics/imgtops/Makefile Sat Feb 21 13:14:57 2015 (r379507) +++ head/graphics/imgtops/Makefile Sat Feb 21 13:15:37 2015 (r379508) @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Create efficient Encapsulated Postscript files from images +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow USES= python @@ -19,5 +22,6 @@ USE_PYTHON= distutils post-install: ${CHMOD} 644 ${STAGEDIR}${MANPREFIX}/man/man1/imgtops.1 ${CHMOD} 644 ${STAGEDIR}${MANPREFIX}/man/man1/epstoimg.1 + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/imgtopslib/encoders.so .include From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 13:16:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D70A1987; Sat, 21 Feb 2015 13:16:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C273534D; Sat, 21 Feb 2015 13:16:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LDG57c047218; Sat, 21 Feb 2015 13:16:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LDG5oR047216; Sat, 21 Feb 2015 13:16:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502211316.t1LDG5oR047216@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 21 Feb 2015 13:16:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379509 - head/security/libgringotts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 13:16:05 -0000 Author: amdmi3 Date: Sat Feb 21 13:16:04 2015 New Revision: 379509 URL: https://svnweb.freebsd.org/changeset/ports/379509 QAT: https://qat.redports.org/buildarchive/r379509/ Log: - Add LICENSE - Drop @dirrm* from plist Modified: head/security/libgringotts/Makefile head/security/libgringotts/pkg-plist Modified: head/security/libgringotts/Makefile ============================================================================== --- head/security/libgringotts/Makefile Sat Feb 21 13:15:37 2015 (r379508) +++ head/security/libgringotts/Makefile Sat Feb 21 13:16:04 2015 (r379509) @@ -10,6 +10,9 @@ MASTER_SITES= BERLIOS/gringotts MAINTAINER= ports@FreeBSD.org COMMENT= Library for encapsulating/safekeeping data in encrypted/compressed form +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/libmcrypt \ libmhash.so:${PORTSDIR}/security/mhash Modified: head/security/libgringotts/pkg-plist ============================================================================== --- head/security/libgringotts/pkg-plist Sat Feb 21 13:15:37 2015 (r379508) +++ head/security/libgringotts/pkg-plist Sat Feb 21 13:16:04 2015 (r379509) @@ -11,4 +11,3 @@ libdata/pkgconfig/libgringotts.pc %%PORTDOCS%%share/doc/libgringotts/README %%PORTDOCS%%share/doc/libgringotts/TODO %%PORTDOCS%%share/doc/libgringotts/manual.htm -%%PORTDOCS%%@dirrm share/doc/libgringotts From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 13:16:20 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25CD9A63; Sat, 21 Feb 2015 13:16:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10EEC352; Sat, 21 Feb 2015 13:16:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LDGJuN047342; Sat, 21 Feb 2015 13:16:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LDGJK1047341; Sat, 21 Feb 2015 13:16:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502211316.t1LDGJK1047341@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 21 Feb 2015 13:16:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379510 - head/security/libident X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 13:16:20 -0000 Author: amdmi3 Date: Sat Feb 21 13:16:19 2015 New Revision: 379510 URL: https://svnweb.freebsd.org/changeset/ports/379510 QAT: https://qat.redports.org/buildarchive/r379510/ Log: - Drop @dirrm* from plist Modified: head/security/libident/pkg-plist Modified: head/security/libident/pkg-plist ============================================================================== --- head/security/libident/pkg-plist Sat Feb 21 13:16:04 2015 (r379509) +++ head/security/libident/pkg-plist Sat Feb 21 13:16:19 2015 (r379510) @@ -5,4 +5,3 @@ lib/libident.so.0 lib/libident.so.0.0.0 man/man3/ident.3.gz %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 13:19:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BDECB4F; Sat, 21 Feb 2015 13:19:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB6B835F; Sat, 21 Feb 2015 13:18:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LDIxUO047756; Sat, 21 Feb 2015 13:18:59 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LDIxkt047754; Sat, 21 Feb 2015 13:18:59 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502211318.t1LDIxkt047754@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 21 Feb 2015 13:18:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379511 - head/deskutils/fet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 13:19:00 -0000 Author: pawel Date: Sat Feb 21 13:18:58 2015 New Revision: 379511 URL: https://svnweb.freebsd.org/changeset/ports/379511 QAT: https://qat.redports.org/buildarchive/r379511/ Log: Update to version 5.26.1 PR: 197408 Submitted by: Zsolt Udvar (maintainer) Modified: head/deskutils/fet/Makefile head/deskutils/fet/distinfo Modified: head/deskutils/fet/Makefile ============================================================================== --- head/deskutils/fet/Makefile Sat Feb 21 13:16:19 2015 (r379510) +++ head/deskutils/fet/Makefile Sat Feb 21 13:18:58 2015 (r379511) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fet -PORTVERSION= 5.25.0 +PORTVERSION= 5.26.1 CATEGORIES= deskutils kde MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \ http://lalescu.ro/liviu/fet/download/old/ \ Modified: head/deskutils/fet/distinfo ============================================================================== --- head/deskutils/fet/distinfo Sat Feb 21 13:16:19 2015 (r379510) +++ head/deskutils/fet/distinfo Sat Feb 21 13:18:58 2015 (r379511) @@ -1,2 +1,2 @@ -SHA256 (fet-5.25.0.tar.bz2) = c96194828bca26d59f4eff9c640e9c63d3ab3b2beb5061561d554336a2b57f26 -SIZE (fet-5.25.0.tar.bz2) = 8741472 +SHA256 (fet-5.26.1.tar.bz2) = e941b2e85191e54a325d05788a6e439ea084c474a492bf789b61e7411ac3e2f6 +SIZE (fet-5.26.1.tar.bz2) = 8782347 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 13:40:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E886F98; Sat, 21 Feb 2015 13:40:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D53BF77B; Sat, 21 Feb 2015 13:40:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LDeKx9057395; Sat, 21 Feb 2015 13:40:20 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LDeKhn057393; Sat, 21 Feb 2015 13:40:20 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201502211340.t1LDeKhn057393@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 21 Feb 2015 13:40:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379512 - in head/math/openblas: . 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.18-1 Precedence: list List-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, 21 Feb 2015 13:40:21 -0000 Author: riggs Date: Sat Feb 21 13:40:19 2015 New Revision: 379512 URL: https://svnweb.freebsd.org/changeset/ports/379512 QAT: https://qat.redports.org/buildarchive/r379512/ Log: Add support for clang PR: 197385 Submitted by: phd_kimberlite@yahoo.co.jp (maintainer) Modified: head/math/openblas/Makefile head/math/openblas/files/patch-Makefile.system Modified: head/math/openblas/Makefile ============================================================================== --- head/math/openblas/Makefile Sat Feb 21 13:18:58 2015 (r379511) +++ head/math/openblas/Makefile Sat Feb 21 13:40:19 2015 (r379512) @@ -3,6 +3,7 @@ PORTNAME= openblas PORTVERSION= 0.2.13 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://codeload.github.com/${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/:${PORTNAME} \ NL:lapack_tmg @@ -24,7 +25,6 @@ LARGE_FILE= large.tgz TIMING_FILE= timing.tgz USES= fortran gmake perl5 -USE_GCC= yes USE_LDCONFIG= yes USE_PERL5= build @@ -119,7 +119,7 @@ post-patch: -e 's+%%FIND%%+${FIND}+' \ -e 's+%%XARGS%%+${XARGS}+' \ -e 's+%%REINPLACE_CMD%%+${REINPLACE_CMD}+' \ - -e 's+%%_GCC_RUNTIME%%+${_GCC_RUNTIME}+' \ + -e 's+%%_GCC_VER%%+${_GCC_VER}+' \ -e 's+$$(CROSS_SUFFIX)+${LOCALBASE}/bin/+' \ ${WRKSRC}/Makefile.system .if ${PORT_OPTIONS:MOPENMP} Modified: head/math/openblas/files/patch-Makefile.system ============================================================================== --- head/math/openblas/files/patch-Makefile.system Sat Feb 21 13:18:58 2015 (r379511) +++ head/math/openblas/files/patch-Makefile.system Sat Feb 21 13:40:19 2015 (r379512) @@ -1,12 +1,11 @@ --- Makefile.system.orig 2013-07-26 02:34:45.000000000 +0900 +++ Makefile.system 2013-07-27 01:22:51.000000000 +0900 -@@ -142,6 +142,9 @@ +@@ -142,6 +142,8 @@ endif ifeq ($(OSNAME), FreeBSD) +EXTRALIB += -lm -+CCOMMON_OPT += -Wl,-rpath=%%_GCC_RUNTIME%% -+FCOMMON_OPT += -Wl,-rpath=%%_GCC_RUNTIME%% ++FCOMMON_OPT += -Wl,-rpath=%%LOCALBASE%%/lib/gcc%%_GCC_VER%% MD5SUM = md5 -r endif From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 13:46:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4218E23D; Sat, 21 Feb 2015 13:46:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CB8B87C; Sat, 21 Feb 2015 13:46:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LDkO7s061687; Sat, 21 Feb 2015 13:46:24 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LDkNgE061685; Sat, 21 Feb 2015 13:46:23 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201502211346.t1LDkNgE061685@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 21 Feb 2015 13:46:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379513 - in head/sysutils/ansible: . 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.18-1 Precedence: list List-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, 21 Feb 2015 13:46:24 -0000 Author: olgeni Date: Sat Feb 21 13:46:22 2015 New Revision: 379513 URL: https://svnweb.freebsd.org/changeset/ports/379513 QAT: https://qat.redports.org/buildarchive/r379513/ Log: Upgrade to version 1.8.4. PR: 197787 Submitted by: maintainer Deleted: head/sysutils/ansible/files/patch-lib_ansible_modules_core_database_postgresql_postgresql__privs.py Modified: head/sysutils/ansible/Makefile head/sysutils/ansible/distinfo Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Sat Feb 21 13:40:19 2015 (r379512) +++ head/sysutils/ansible/Makefile Sat Feb 21 13:46:22 2015 (r379513) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION= 1.8.2 -PORTREVISION= 3 +PORTVERSION= 1.8.4 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ @@ -18,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml ${PYTHON_PKGNAMEPREFIX}paramiko>0:${PORTSDIR}/security/py-paramiko \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2 -OPTIONS_DEFINE= EXAMPLES +OPTIONS_DEFINE= EXAMPLES USES= cpe python:2 shebangfix USE_PYTHON= autoplist distutils Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Sat Feb 21 13:40:19 2015 (r379512) +++ head/sysutils/ansible/distinfo Sat Feb 21 13:46:22 2015 (r379513) @@ -1,2 +1,2 @@ -SHA256 (ansible-1.8.2.tar.gz) = 2cd01ff4d67acb410bae0a9438956f6fc36d01babd956b0dc3b700620f2372b9 -SIZE (ansible-1.8.2.tar.gz) = 754435 +SHA256 (ansible-1.8.4.tar.gz) = d37c04b3abce9b036a6c8311fccb360c5cbc3ec895445f805243b0448d239ec1 +SIZE (ansible-1.8.4.tar.gz) = 758916 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 13:58:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A38633AE; Sat, 21 Feb 2015 13:58:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E24E94C; Sat, 21 Feb 2015 13:58:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LDw4Aa066699; Sat, 21 Feb 2015 13:58:04 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LDw3WB066695; Sat, 21 Feb 2015 13:58:03 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502211358.t1LDw3WB066695@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 21 Feb 2015 13:58:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379514 - in head/databases: . virtualpg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 13:58:04 -0000 Author: pawel Date: Sat Feb 21 13:58:02 2015 New Revision: 379514 URL: https://svnweb.freebsd.org/changeset/ports/379514 QAT: https://qat.redports.org/buildarchive/r379514/ Log: VirtualPG is a loadable dynamic extension to both SQLite and SpatiaLite. Its intended scope is supporting direct SQL access to PostgreSQL and PostGIS own tables, so to make any possible kind of data exchange between these two popular open source Spatial DBMSes as straightforward and simple as possible. WWW: http://www.gaia-gis.it/fossil/virtualpg/index PR: 197261 Submitted by: Loïc BARTOLETTI Added: head/databases/virtualpg/ head/databases/virtualpg/Makefile (contents, props changed) head/databases/virtualpg/distinfo (contents, props changed) head/databases/virtualpg/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sat Feb 21 13:46:22 2015 (r379513) +++ head/databases/Makefile Sat Feb 21 13:58:02 2015 (r379514) @@ -931,6 +931,7 @@ SUBDIR += useracc SUBDIR += usogres SUBDIR += vfront + SUBDIR += virtualpg SUBDIR += virtuoso SUBDIR += vsqlite SUBDIR += wfb2sql Added: head/databases/virtualpg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/virtualpg/Makefile Sat Feb 21 13:58:02 2015 (r379514) @@ -0,0 +1,28 @@ +# Created by: Loïc BARTOLETTI +# $FreeBSD$ + +PORTNAME= virtualpg +PORTVERSION= 1.0.1 +CATEGORIES= databases geography +MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ + +MAINTAINER= coder@tuxfamily.org +COMMENT= Loadable dynamic extension to both SQLite and SpatiaLite + +LICENSE= MPL LGPL21 GPLv2 +LICENSE_COMB= dual + +GNU_CONFIGURE= yes +USES= gmake iconv pathfix pkgconfig libtool pgsql +USE_SQLITE= yes +USE_LDCONFIG= yes + +CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" + +PLIST_FILES= lib/mod_virtualpg.so \ + lib/mod_virtualpg.so.1 \ + lib/mod_virtualpg.so.1.0.0 + +.include Added: head/databases/virtualpg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/virtualpg/distinfo Sat Feb 21 13:58:02 2015 (r379514) @@ -0,0 +1,2 @@ +SHA256 (virtualpg-1.0.1.tar.gz) = 9e6c4c6c1556b2ea2a1e4deda28909626c3a8b047c81d6b82c042abdb9a99ec8 +SIZE (virtualpg-1.0.1.tar.gz) = 345147 Added: head/databases/virtualpg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/virtualpg/pkg-descr Sat Feb 21 13:58:02 2015 (r379514) @@ -0,0 +1,7 @@ +VirtualPG is a loadable dynamic extension to both SQLite and SpatiaLite. + +Its intended scope is supporting direct SQL access to PostgreSQL and PostGIS own +tables, so to make any possible kind of data exchange between these two popular +open source Spatial DBMSes as straightforward and simple as possible. + +WWW: http://www.gaia-gis.it/fossil/virtualpg/index From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 14:12:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF50851A; Sat, 21 Feb 2015 14:12:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA3DBAAD; Sat, 21 Feb 2015 14:12:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LEC8am075488; Sat, 21 Feb 2015 14:12:08 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LEC8oZ075487; Sat, 21 Feb 2015 14:12:08 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201502211412.t1LEC8oZ075487@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 21 Feb 2015 14:12:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379515 - head/ftp/frox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 14:12:08 -0000 Author: riggs Date: Sat Feb 21 14:12:07 2015 New Revision: 379515 URL: https://svnweb.freebsd.org/changeset/ports/379515 QAT: https://qat.redports.org/buildarchive/r379515/ Log: - Fix build with PF OPTION selected [1] - Move IPFILTER / PF OPTIONS into OPTIONS_RADIO because port does not build if both are selected [2] PR: 197412 Submitted by: fidaj@ukr.net [1] Reviewed by: riggs [2] Approved by: maintainer timeout Modified: head/ftp/frox/Makefile Modified: head/ftp/frox/Makefile ============================================================================== --- head/ftp/frox/Makefile Sat Feb 21 13:58:02 2015 (r379514) +++ head/ftp/frox/Makefile Sat Feb 21 14:12:07 2015 (r379515) @@ -30,9 +30,12 @@ PKGMESSAGE= ${WRKDIR}/pkg-message CONFIGURE_ARGS= --enable-configfile=${PREFIX}/etc/frox.conf -OPTIONS_DEFINE= IPFILTER PF VIRUS_SCAN HTTP_CACHE LOCAL_CACHE CCP ROOT_RUN DOCS +OPTIONS_DEFINE= VIRUS_SCAN HTTP_CACHE LOCAL_CACHE CCP ROOT_RUN DOCS OPTIONS_DEFAULT= HTTP_CACHE CCP +OPTIONS_RADIO= PFILTER +OPTIONS_RADIO_PFILTER= IPFILTER PF + IPFILTER_DESC= Use ipfilter instead of ipfw PF_DESC= Build with pf(4) support VIRUS_SCAN_DESC= Run external virus scaner on each download @@ -42,7 +45,7 @@ CCP_DESC= Ftp-proxy style command cont ROOT_RUN_DESC= Allow frox running as root (not recomended) IPFILTER_CONFIGURE_ENABLE= ipfilter -PF_CPPFLAGS= DPF +PF_CPPFLAGS= -DPF VIRUS_SCAN_CONFIGURE_ENABLE= virus-scan HTTP_CACHE_CONFIGURE_ENABLE= http-cache LOCAL_CACHE_CONFIGURE_ENABLE= local-cache From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 14:21:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7C9B6B1; Sat, 21 Feb 2015 14:21:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2DB4B36; Sat, 21 Feb 2015 14:21:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LELQVK079047; Sat, 21 Feb 2015 14:21:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LELQ4n079044; Sat, 21 Feb 2015 14:21:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502211421.t1LELQ4n079044@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 21 Feb 2015 14:21:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379516 - head/textproc/libmrss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 14:21:26 -0000 Author: amdmi3 Date: Sat Feb 21 14:21:25 2015 New Revision: 379516 URL: https://svnweb.freebsd.org/changeset/ports/379516 QAT: https://qat.redports.org/buildarchive/r379516/ Log: - Add LICENSE - Strip library Modified: head/textproc/libmrss/Makefile Modified: head/textproc/libmrss/Makefile ============================================================================== --- head/textproc/libmrss/Makefile Sat Feb 21 14:12:07 2015 (r379515) +++ head/textproc/libmrss/Makefile Sat Feb 21 14:21:25 2015 (r379516) @@ -10,12 +10,16 @@ MASTER_SITES= http://www.autistici.org/b MAINTAINER= ports@FreeBSD.org COMMENT= C library for parsing, writing, and creating RSS +LICENSE= LGPL21 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libnxml.so:${PORTSDIR}/textproc/libnxml GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip USES= libtool pathfix pkgconfig USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 15:02:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1C52A8A; Sat, 21 Feb 2015 15:02:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC42AEB9; Sat, 21 Feb 2015 15:02:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LF2tHm098934; Sat, 21 Feb 2015 15:02:55 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LF2tv3098928; Sat, 21 Feb 2015 15:02:55 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201502211502.t1LF2tv3098928@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sat, 21 Feb 2015 15:02:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379517 - in head/www/ilias: . 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.18-1 Precedence: list List-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, 21 Feb 2015 15:02:56 -0000 Author: wen Date: Sat Feb 21 15:02:54 2015 New Revision: 379517 URL: https://svnweb.freebsd.org/changeset/ports/379517 QAT: https://qat.redports.org/buildarchive/r379517/ Log: - Update to 5.0.0 - Update pkg-message Modified: head/www/ilias/Makefile head/www/ilias/distinfo head/www/ilias/files/pkg-message.in Modified: head/www/ilias/Makefile ============================================================================== --- head/www/ilias/Makefile Sat Feb 21 14:21:25 2015 (r379516) +++ head/www/ilias/Makefile Sat Feb 21 15:02:54 2015 (r379517) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= ilias -PORTVERSION= 4.4.7 +PORTVERSION= 5.0.0 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME}/01.%20ILIAS%204.4/ILIAS%20${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/ILIAS%205.0/ILIAS%20${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Powerful, dynamic, PHP and MySQL based e-learning platform @@ -52,7 +52,7 @@ 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}?${ILIASDIR}?g" >${PLIST} + @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${ILIASDIR}?g" >> ${PLIST} @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dir ${ILIASDIR}?g" >> ${PLIST} @${ECHO} @dir ${ILIASDATADIR} >> ${PLIST} @${ECHO_CMD} "@mode" >> ${PLIST} Modified: head/www/ilias/distinfo ============================================================================== --- head/www/ilias/distinfo Sat Feb 21 14:21:25 2015 (r379516) +++ head/www/ilias/distinfo Sat Feb 21 15:02:54 2015 (r379517) @@ -1,2 +1,2 @@ -SHA256 (ilias-4.4.7.tar.gz) = a69b075539fd7e7f15ba0b7f9627b730500dc19c1851e977b707876681a7f525 -SIZE (ilias-4.4.7.tar.gz) = 123105691 +SHA256 (ilias-5.0.0.tar.gz) = 4f013cfdcdab028f97bb29fcd781b59fbdbbb1b66dcfd06149e97827b865126f +SIZE (ilias-5.0.0.tar.gz) = 130023790 Modified: head/www/ilias/files/pkg-message.in ============================================================================== --- head/www/ilias/files/pkg-message.in Sat Feb 21 14:21:25 2015 (r379516) +++ head/www/ilias/files/pkg-message.in Sat Feb 21 15:02:54 2015 (r379517) @@ -11,10 +11,11 @@ functionality, but to broaden it you wil third party software like Sun Java, HTMLdoc, LaTeX or some virus scanner by yourself. -3 Add the following to your Apache configuration, and - restart the server: +3 Add the following to your Apache configuration file + httpd.conf, and restart the server: + + For Apache versions earlier than 2.4: - ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later. Alias /ilias %%WWWDIR%%/ AcceptPathInfo On @@ -22,10 +23,14 @@ some virus scanner by yourself. Order Allow,Deny Allow from all - + + For Apache version 2.4.x or above: + + Alias /ilias %%WWWDIR%%/ + AcceptPathInfo On + AllowOverride None - Order Allow,Deny - Deny from all + Require all granted 4 Then feel free to proceed to ILIAS web setup proccess. @@ -34,4 +39,7 @@ some virus scanner by yourself. 5 After the installation, you can login into the system with username/root and password/homer as the administrator. + +For more information, see the INSTALL DOCUMENTATION: +http://www.ilias.de/docu/goto.php?target=lm_367&client_id=docu ============================================= From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 15:11:10 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6CC12BA8; Sat, 21 Feb 2015 15:11:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DC19EEB; Sat, 21 Feb 2015 15:11:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LFBAcl002121; Sat, 21 Feb 2015 15:11:10 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LFB9H5002118; Sat, 21 Feb 2015 15:11:09 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201502211511.t1LFB9H5002118@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Sat, 21 Feb 2015 15:11:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379518 - head/graphics/libraw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 15:11:10 -0000 Author: makc Date: Sat Feb 21 15:11:08 2015 New Revision: 379518 URL: https://svnweb.freebsd.org/changeset/ports/379518 QAT: https://qat.redports.org/buildarchive/r379518/ Log: graphics/libraw: - Update to 0.16.0 PR: 188892 Submitted by: Tobias Berner Approved by: maintainer timeout (7 months) Modified: head/graphics/libraw/Makefile head/graphics/libraw/distinfo head/graphics/libraw/pkg-plist Modified: head/graphics/libraw/Makefile ============================================================================== --- head/graphics/libraw/Makefile Sat Feb 21 15:02:54 2015 (r379517) +++ head/graphics/libraw/Makefile Sat Feb 21 15:11:08 2015 (r379518) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libraw -PORTVERSION= 0.15.4 -PORTREVISION= 1 +PORTVERSION= 0.16.0 CATEGORIES= graphics MASTER_SITES= http://www.libraw.org/data/ DISTNAME= LibRaw-${PORTVERSION} Modified: head/graphics/libraw/distinfo ============================================================================== --- head/graphics/libraw/distinfo Sat Feb 21 15:02:54 2015 (r379517) +++ head/graphics/libraw/distinfo Sat Feb 21 15:11:08 2015 (r379518) @@ -1,6 +1,6 @@ -SHA256 (LibRaw-0.15.4.tar.gz) = 8d3a164674acfe6ff7164ab60397242c6e3144912fda7fa792c250c280e70746 -SIZE (LibRaw-0.15.4.tar.gz) = 1439235 -SHA256 (LibRaw-demosaic-pack-GPL2-0.15.4.tar.gz) = 5413e1e3283f356142b8a88492ace3c80e5c6837074c04109186f58e81837609 -SIZE (LibRaw-demosaic-pack-GPL2-0.15.4.tar.gz) = 31118 -SHA256 (LibRaw-demosaic-pack-GPL3-0.15.4.tar.gz) = be2440dabb7df46aa22de10b96d5e3cc7b2eb006ae491e7598611f11aba4dfe0 -SIZE (LibRaw-demosaic-pack-GPL3-0.15.4.tar.gz) = 38186 +SHA256 (LibRaw-0.16.0.tar.gz) = 71f43871ec2535345c5c9b748f07813e49915170f9510b721a2be6478426cf96 +SIZE (LibRaw-0.16.0.tar.gz) = 1472935 +SHA256 (LibRaw-demosaic-pack-GPL2-0.16.0.tar.gz) = 749d49694ce729166ec7a1faf7580780687ef190c756931bb075455ee8ed6697 +SIZE (LibRaw-demosaic-pack-GPL2-0.16.0.tar.gz) = 31663 +SHA256 (LibRaw-demosaic-pack-GPL3-0.16.0.tar.gz) = f2e904f9baa7d173b5ade163c795f26e110255a758e31bd213086a5a61500b5c +SIZE (LibRaw-demosaic-pack-GPL3-0.16.0.tar.gz) = 38791 Modified: head/graphics/libraw/pkg-plist ============================================================================== --- head/graphics/libraw/pkg-plist Sat Feb 21 15:02:54 2015 (r379517) +++ head/graphics/libraw/pkg-plist Sat Feb 21 15:11:08 2015 (r379518) @@ -7,11 +7,11 @@ include/libraw/libraw_types.h include/libraw/libraw_version.h lib/libraw.a lib/libraw.so -lib/libraw.so.9 -lib/libraw.so.9.0.0 +lib/libraw.so.10 +lib/libraw.so.10.0.0 lib/libraw_r.a lib/libraw_r.so -lib/libraw_r.so.9 -lib/libraw_r.so.9.0.0 +lib/libraw_r.so.10 +lib/libraw_r.so.10.0.0 libdata/pkgconfig/libraw.pc libdata/pkgconfig/libraw_r.pc From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 15:11:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0760C86; Sat, 21 Feb 2015 15:11:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B246EF0; Sat, 21 Feb 2015 15:11:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LFBMA7002731; Sat, 21 Feb 2015 15:11:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LFBMON002730; Sat, 21 Feb 2015 15:11:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502211511.t1LFBMON002730@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 15:11:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379519 - head/devel/py-gevent/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.18-1 Precedence: list List-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, 21 Feb 2015 15:11:22 -0000 Author: sunpoet Date: Sat Feb 21 15:11:21 2015 New Revision: 379519 URL: https://svnweb.freebsd.org/changeset/ports/379519 QAT: https://qat.redports.org/buildarchive/r379519/ Log: - Fix build with Clang 3.6.0 PR: 197868 Submitted by: dim Added: head/devel/py-gevent/files/ head/devel/py-gevent/files/patch-libev-ev.c (contents, props changed) Added: head/devel/py-gevent/files/patch-libev-ev.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-gevent/files/patch-libev-ev.c Sat Feb 21 15:11:21 2015 (r379519) @@ -0,0 +1,13 @@ +--- libev/ev.c.orig 2014-04-30 16:45:07.000000000 +0200 ++++ libev/ev.c 2015-02-20 23:33:36.945803000 +0100 +@@ -967,8 +967,8 @@ + #define ecb_unreachable() __builtin_unreachable () + #else + /* this seems to work fine, but gcc always emits a warning for it :/ */ +- ecb_inline void ecb_unreachable (void) ecb_noreturn; +- ecb_inline void ecb_unreachable (void) { } ++ ecb_inline ecb_noreturn void ecb_unreachable (void); ++ ecb_inline ecb_noreturn void ecb_unreachable (void) { } + #endif + + /* try to tell the compiler that some condition is definitely true */ From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 15:11:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75B5BD6C; Sat, 21 Feb 2015 15:11:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F5E1EF9; Sat, 21 Feb 2015 15:11:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LFBTo7002929; Sat, 21 Feb 2015 15:11:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LFBSSP002918; Sat, 21 Feb 2015 15:11:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502211511.t1LFBSSP002918@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 15:11:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379520 - in head/net-mgmt/ettercap: . 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.18-1 Precedence: list List-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, 21 Feb 2015 15:11:29 -0000 Author: sunpoet Date: Sat Feb 21 15:11:27 2015 New Revision: 379520 URL: https://svnweb.freebsd.org/changeset/ports/379520 QAT: https://qat.redports.org/buildarchive/r379520/ Log: - Import upstream patches: - Fix when determine MTU on BSD system [1] - Reset logfile ownership upon dropping privileges [2] - Bump PORTREVISION for package change PR: 197509 [2] Submitted by: Rafal Grzeszczuk [2] Obtained from: https://github.com/Ettercap/ettercap/commit/00f864d7dd2d82b640064db81aad065794b9b11b [1] https://github.com/Ettercap/ettercap/commit/42600aada0ba56b9c63dabcc2b0cb1417fa27863 [2] Added: head/net-mgmt/ettercap/files/ head/net-mgmt/ettercap/files/patch-include-ec_log.h (contents, props changed) head/net-mgmt/ettercap/files/patch-src-ec_log.c (contents, props changed) head/net-mgmt/ettercap/files/patch-src-ec_utils.c (contents, props changed) head/net-mgmt/ettercap/files/patch-src-os-ec_bsd.c (contents, props changed) Modified: head/net-mgmt/ettercap/Makefile Modified: head/net-mgmt/ettercap/Makefile ============================================================================== --- head/net-mgmt/ettercap/Makefile Sat Feb 21 15:11:21 2015 (r379519) +++ head/net-mgmt/ettercap/Makefile Sat Feb 21 15:11:27 2015 (r379520) @@ -3,6 +3,7 @@ PORTNAME= ettercap PORTVERSION= 0.8.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-mgmt security Added: head/net-mgmt/ettercap/files/patch-include-ec_log.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/ettercap/files/patch-include-ec_log.h Sat Feb 21 15:11:27 2015 (r379520) @@ -0,0 +1,21 @@ +Obtained from: https://github.com/Ettercap/ettercap/commit/42600aada0ba56b9c63dabcc2b0cb1417fa27863 + +--- include/ec_log.h.orig 2014-10-17 01:29:44.000000000 +0800 ++++ include/ec_log.h 2015-02-21 19:58:20.730805519 +0800 +@@ -8,6 +8,7 @@ + + #include + #include ++#include + + + struct log_fd { +@@ -126,6 +127,8 @@ + #define LOG_TRUE 1 + #define LOG_FALSE 0 + ++EC_API_EXTERN void reset_logfile_owners(uid_t old_uid, gid_t old_gid, uid_t new_uid, gid_t new_gid); ++ + EC_API_EXTERN int log_open(struct log_fd *fd, char *filename); + EC_API_EXTERN void log_close(struct log_fd *fd); + EC_API_EXTERN void log_stop(void); Added: head/net-mgmt/ettercap/files/patch-src-ec_log.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/ettercap/files/patch-src-ec_log.c Sat Feb 21 15:11:27 2015 (r379520) @@ -0,0 +1,143 @@ +Obtained from: https://github.com/Ettercap/ettercap/commit/42600aada0ba56b9c63dabcc2b0cb1417fa27863 + +--- src/ec_log.c.orig 2014-10-17 01:29:44.000000000 +0800 ++++ src/ec_log.c 2015-02-21 19:58:20.733803628 +0800 +@@ -37,8 +37,11 @@ + + /* globals */ + +-static struct log_fd fdp; +-static struct log_fd fdi; ++/* zero is formally a valid value for an opened file descriptor ++ * so we need a custom initializer ++ */ ++static struct log_fd fdp = {0, NULL, -1}; ++static struct log_fd fdi = {0, NULL, -1}; + + /* protos */ + +@@ -79,7 +82,7 @@ + /* all the host type will be unknown, warn the user */ + if (GBL_OPTIONS->read) { + USER_MSG("*********************************************************\n"); +- USER_MSG("WARNING: while reading form file we cannot determine \n"); ++ USER_MSG("WARNING: while reading form file we cannot determine \n"); + USER_MSG("if an host is local or not because the ip address of \n"); + USER_MSG("the NIC may have been changed from the time of the dump. \n"); + USER_MSG("*********************************************************\n\n"); +@@ -168,23 +171,30 @@ + + /* + * open a file in the appropriate log_fd struct ++ * ++ * whether or not the log is compressed ++ * fd->fd becomes to always be a file descriptor of the opened file ++ * and fd->cfd is a non-NULL gzip stream descriptor when the log is to be compressed ++ * ++ * TODO: it is likely that we dont need 'type' field in 'log_fd' struct ++ * to mark a compressed log; non-NULL 'cfd' field becomes such a flag + */ + int log_open(struct log_fd *fd, char *filename) + { +- int zerr; + +- if (fd->type == LOG_COMPRESSED) { +- fd->cfd = gzopen(filename, "wb9"); +- if (fd->cfd == NULL) +- SEMIFATAL_ERROR("%s", gzerror(fd->cfd, &zerr)); +- } else { +- fd->fd = open(filename, O_CREAT | O_TRUNC | O_RDWR | O_BINARY, S_IRUSR | S_IWUSR); +- if (fd->fd == -1) +- SEMIFATAL_ERROR("Can't create %s: %s", filename, strerror(errno)); +- } +- +- /* set the permissions */ +- chmod(filename, 0600); ++ fd->fd = open(filename, O_CREAT|O_TRUNC|O_RDWR|O_BINARY, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); ++ if (fd->fd == -1) ++ SEMIFATAL_ERROR("Can't create %s: %s", filename, strerror(errno)); ++ else ++ { ++ if (GBL_OPTIONS->compress) ++ { ++ int zerr; ++ fd->cfd = gzdopen(fd->fd, "wb9"); ++ if (fd->cfd == NULL) ++ SEMIFATAL_ERROR("%s", gzerror(fd->cfd, &zerr)); ++ }; ++ }; + + return E_SUCCESS; + } +@@ -195,14 +205,66 @@ + void log_close(struct log_fd *fd) + { + DEBUG_MSG("log_close: type: %d [%p][%d]", fd->type, fd->cfd, fd->fd); +- +- if (fd->type == LOG_COMPRESSED && fd->cfd) { ++ ++ if (fd->cfd) ++ { ++ /* gzclose() on the gzip stream descriptor (fd->cfd) ++ * will also close the file descriptor (fd->fd) ++ */ + gzclose(fd->cfd); + fd->cfd = NULL; +- } else if (fd->type == LOG_UNCOMPRESSED && fd->fd) { ++ fd->fd = -1; /* to prevent double closing the file descriptor */ ++ }; ++ ++ if (fd->fd >= 0) ++ { + close(fd->fd); +- fd->fd = 0; +- } ++ fd->fd = -1; ++ }; ++} ++ ++/* ++ * set the owner:group of the packet and info logfiles to new_uid:new_gid ++ * if the current owners are old_uid:old_gid respectively ++ * ++ * prefer this way to unconditionally setting the new ownership as far as ++ * the file may be intentionally located in the set-group-ID directory ++ */ ++void reset_logfile_owners(uid_t old_uid, gid_t old_gid, uid_t new_uid, gid_t new_gid) ++{ ++ struct stat f; ++ uid_t uid; ++ gid_t gid; ++ ++ /* packet logfile */ ++ if (fdp.fd >= 0) ++ { ++ DEBUG_MSG("reset_logfile_owners: packet log file"); ++ if (fstat(fdp.fd, &f) == 0) ++ { ++ uid = (f.st_uid == old_uid) ? new_uid : (uid_t)-1; ++ gid = (f.st_gid == old_gid) ? new_gid : (gid_t)-1; ++ if ( fchown(fdp.fd, uid, gid) != 0 ) ++ ERROR_MSG("fchown()"); ++ } ++ else ++ ERROR_MSG("fstat()"); ++ }; ++ ++ /* info logfile */ ++ if (fdi.fd >= 0) ++ { ++ DEBUG_MSG("reset_logfile_owners: info log file"); ++ if (fstat(fdi.fd, &f) == 0) ++ { ++ uid = (f.st_uid == old_uid) ? new_uid : (uid_t)-1; ++ gid = (f.st_gid == old_gid) ? new_gid : (gid_t)-1; ++ if ( fchown(fdi.fd, uid, gid) != 0 ) ++ ERROR_MSG("fchown()"); ++ } ++ else ++ ERROR_MSG("fstat()"); ++ }; + } + + /* Added: head/net-mgmt/ettercap/files/patch-src-ec_utils.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/ettercap/files/patch-src-ec_utils.c Sat Feb 21 15:11:27 2015 (r379520) @@ -0,0 +1,28 @@ +Obtained from: https://github.com/Ettercap/ettercap/commit/42600aada0ba56b9c63dabcc2b0cb1417fa27863 + +--- src/ec_utils.c.orig 2014-10-17 01:29:44.000000000 +0800 ++++ src/ec_utils.c 2015-02-21 19:58:20.735805931 +0800 +@@ -225,17 +225,19 @@ + else + gid = GBL_CONF->ec_gid; + +- DEBUG_MSG("drop_privs: setuid(%d) setgid(%d)", uid, gid); ++ reset_logfile_owners(geteuid(), getegid(), uid, gid); ++ ++ DEBUG_MSG("drop_privs: seteuid(%d) setegid(%d)", uid, gid); + + /* drop to a good uid/gid ;) */ +- if ( setgid(gid) < 0 ) +- ERROR_MSG("setgid()"); ++ if ( setegid(gid) < 0 ) ++ ERROR_MSG("setegid()"); + + if ( seteuid(uid) < 0 ) + ERROR_MSG("seteuid()"); + + DEBUG_MSG("privs: UID: %d %d GID: %d %d", (int)getuid(), (int)geteuid(), (int)getgid(), (int)getegid() ); +- USER_MSG("Privileges dropped to UID %d GID %d...\n\n", (int)getuid(), (int)getgid() ); ++ USER_MSG("Privileges dropped to EUID %d EGID %d...\n\n", (int)geteuid(), (int)getegid() ); + } + + /* base64 stuff */ Added: head/net-mgmt/ettercap/files/patch-src-os-ec_bsd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/ettercap/files/patch-src-os-ec_bsd.c Sat Feb 21 15:11:27 2015 (r379520) @@ -0,0 +1,13 @@ +Obtained from: https://github.com/Ettercap/ettercap/commit/00f864d7dd2d82b640064db81aad065794b9b11b + +--- src/os/ec_bsd.c.orig 2014-10-17 01:29:44.000000000 +0800 ++++ src/os/ec_bsd.c 2015-02-21 19:58:20.738805431 +0800 +@@ -136,7 +136,7 @@ + + /* open the socket to work on */ + sock = socket(PF_INET, SOCK_DGRAM, 0); +- if (sock = -1) ++ if (sock == -1) + FATAL_ERROR("Unable to open socket on interface for MTU query\n"); + memset(&ifr, 0, sizeof(ifr)); + strncpy(ifr.ifr_name, iface, sizeof(ifr.ifr_name)); From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 15:11:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65244E4B; Sat, 21 Feb 2015 15:11:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FDA5EFD; Sat, 21 Feb 2015 15:11:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LFBY49003527; Sat, 21 Feb 2015 15:11:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LFBYoW003526; Sat, 21 Feb 2015 15:11:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502211511.t1LFBYoW003526@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 15:11:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379521 - head/science/netcdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 15:11:34 -0000 Author: sunpoet Date: Sat Feb 21 15:11:33 2015 New Revision: 379521 URL: https://svnweb.freebsd.org/changeset/ports/379521 QAT: https://qat.redports.org/buildarchive/r379521/ Log: - Fix build with DOXYGEN option Modified: head/science/netcdf/Makefile Modified: head/science/netcdf/Makefile ============================================================================== --- head/science/netcdf/Makefile Sat Feb 21 15:11:27 2015 (r379520) +++ head/science/netcdf/Makefile Sat Feb 21 15:11:33 2015 (r379521) @@ -49,13 +49,13 @@ post-patch: post-build: .if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} - @cd ${WRKSRC}/man4 && ${LOCALBASE}/bin/doxygen . + cd ${WRKSRC}/docs/ && ${LOCALBASE}/bin/doxygen . .endif post-install: .if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} ${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/man4/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/docs/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .endif regression-test test: build From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 15:11:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FB56F2B; Sat, 21 Feb 2015 15:11:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11533F97; Sat, 21 Feb 2015 15:11:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LFBtg8003843; Sat, 21 Feb 2015 15:11:55 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LFBrkF003830; Sat, 21 Feb 2015 15:11:53 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201502211511.t1LFBrkF003830@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Sat, 21 Feb 2015 15:11:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379522 - in head/graphics: entangle evas_generic_loaders-raw gthumb libkdcraw-kde4 luminance luminance-qt5 nomacs oyranos shotwell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 15:11:56 -0000 Author: makc Date: Sat Feb 21 15:11:52 2015 New Revision: 379522 URL: https://svnweb.freebsd.org/changeset/ports/379522 QAT: https://qat.redports.org/buildarchive/r379522/ Log: Chase graphics/libraw shlib bump Modified: head/graphics/entangle/Makefile head/graphics/evas_generic_loaders-raw/Makefile head/graphics/gthumb/Makefile head/graphics/libkdcraw-kde4/Makefile head/graphics/luminance-qt5/Makefile head/graphics/luminance/Makefile head/graphics/nomacs/Makefile head/graphics/oyranos/Makefile head/graphics/shotwell/Makefile Modified: head/graphics/entangle/Makefile ============================================================================== --- head/graphics/entangle/Makefile Sat Feb 21 15:11:33 2015 (r379521) +++ head/graphics/entangle/Makefile Sat Feb 21 15:11:52 2015 (r379522) @@ -3,7 +3,7 @@ PORTNAME= entangle DISTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://entangle-photo.org/download/sources/ Modified: head/graphics/evas_generic_loaders-raw/Makefile ============================================================================== --- head/graphics/evas_generic_loaders-raw/Makefile Sat Feb 21 15:11:33 2015 (r379521) +++ head/graphics/evas_generic_loaders-raw/Makefile Sat Feb 21 15:11:52 2015 (r379522) @@ -3,6 +3,7 @@ PORTNAME= raw PORTVERSION= 1.13.0 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PKGNAMEPREFIX:S/-//}/ PKGNAMEPREFIX= evas_generic_loaders- Modified: head/graphics/gthumb/Makefile ============================================================================== --- head/graphics/gthumb/Makefile Sat Feb 21 15:11:33 2015 (r379521) +++ head/graphics/gthumb/Makefile Sat Feb 21 15:11:52 2015 (r379522) @@ -4,6 +4,7 @@ PORTNAME= gthumb PORTVERSION= 3.3.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/graphics/libkdcraw-kde4/Makefile ============================================================================== --- head/graphics/libkdcraw-kde4/Makefile Sat Feb 21 15:11:33 2015 (r379521) +++ head/graphics/libkdcraw-kde4/Makefile Sat Feb 21 15:11:52 2015 (r379522) @@ -3,6 +3,7 @@ PORTNAME= libkdcraw PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/graphics/luminance-qt5/Makefile ============================================================================== --- head/graphics/luminance-qt5/Makefile Sat Feb 21 15:11:33 2015 (r379521) +++ head/graphics/luminance-qt5/Makefile Sat Feb 21 15:11:52 2015 (r379522) @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} PKGNAMESUFFIX= -qt5 Modified: head/graphics/luminance/Makefile ============================================================================== --- head/graphics/luminance/Makefile Sat Feb 21 15:11:33 2015 (r379521) +++ head/graphics/luminance/Makefile Sat Feb 21 15:11:52 2015 (r379522) @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} Modified: head/graphics/nomacs/Makefile ============================================================================== --- head/graphics/nomacs/Makefile Sat Feb 21 15:11:33 2015 (r379521) +++ head/graphics/nomacs/Makefile Sat Feb 21 15:11:52 2015 (r379522) @@ -2,7 +2,7 @@ PORTNAME= nomacs PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/nomacs/nomacs-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source Modified: head/graphics/oyranos/Makefile ============================================================================== --- head/graphics/oyranos/Makefile Sat Feb 21 15:11:33 2015 (r379521) +++ head/graphics/oyranos/Makefile Sat Feb 21 15:11:52 2015 (r379522) @@ -2,7 +2,7 @@ PORTNAME= oyranos PORTVERSION= 0.9.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Oyranos/Oyranos%20${PORTVERSION:C|(.*)\.[0-9]*$|\1|} Modified: head/graphics/shotwell/Makefile ============================================================================== --- head/graphics/shotwell/Makefile Sat Feb 21 15:11:33 2015 (r379521) +++ head/graphics/shotwell/Makefile Sat Feb 21 15:11:52 2015 (r379522) @@ -3,7 +3,7 @@ PORTNAME= shotwell PORTVERSION= 0.20.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R} From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 15:13:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55128B7; Sat, 21 Feb 2015 15:13:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35D6FFAE; Sat, 21 Feb 2015 15:13:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LFDHYF004808; Sat, 21 Feb 2015 15:13:17 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LFDGXA004800; Sat, 21 Feb 2015 15:13:16 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502211513.t1LFDGXA004800@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sat, 21 Feb 2015 15:13:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379523 - in head/databases/mysql-connector-odbc: . 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.18-1 Precedence: list List-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, 21 Feb 2015 15:13:17 -0000 Author: pawel Date: Sat Feb 21 15:13:15 2015 New Revision: 379523 URL: https://svnweb.freebsd.org/changeset/ports/379523 QAT: https://qat.redports.org/buildarchive/r379523/ Log: - Update to version 5.3.4 [1] - Mark ignored for versions 51 and 55 of mysql [1] - Move things to proper places in Makefile - Remove PLIST_SUB, no subs needed - Define DOCS option, port uses PORTDOCS - Switch to PLIST_FILES, port installs only 3 files - Remove Author tag from pkg-descr file PR: 197348 [1] Submitted by: timp87@gmail.com [1] Approved by: maintainer timeout Deleted: head/databases/mysql-connector-odbc/pkg-plist Modified: head/databases/mysql-connector-odbc/Makefile head/databases/mysql-connector-odbc/distinfo head/databases/mysql-connector-odbc/files/patch-driver__execute.c head/databases/mysql-connector-odbc/pkg-descr Modified: head/databases/mysql-connector-odbc/Makefile ============================================================================== --- head/databases/mysql-connector-odbc/Makefile Sat Feb 21 15:11:52 2015 (r379522) +++ head/databases/mysql-connector-odbc/Makefile Sat Feb 21 15:13:15 2015 (r379523) @@ -2,28 +2,37 @@ # $FreeBSD$ PORTNAME= mysql-connector-odbc -PORTVERSION= 5.1.9 +PORTVERSION= 5.3.4 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} -MASTER_SITE_SUBDIR= Connector-ODBC/5.1 +MASTER_SITE_SUBDIR= Connector-ODBC/5.3 PKGNAMESUFFIX= -${DRIVER_MANAGER}-mysql${MYSQL_VER} +DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= sergey@network-asp.biz COMMENT= ODBC driver for MySQL${MYSQL_VER} / ${DRIVER_MANAGER} +BUILD_DEPENDS= unixODBC>=2.2.14_1:${PORTSDIR}/databases/unixODBC +LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC + USE_LDCONFIG= yes USE_MYSQL= yes -DEFAULT_MYSQL_VER= 51 USES= cmake -PLIST_SUB= VER=${PORTVERSION} +IGNORE_WITH_MYSQL= 55 51 + +CMAKE_ARGS= -DWITH_UNIXODBC=1 +LDFLAGS+= -L${LOCALBASE}/lib + +DRIVER_MANAGER= unixodbc PORTDOCS= ChangeLog INSTALL \ README README.debug COPYING Licenses_for_Third-Party_Components.txt -LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC -BUILD_DEPENDS= unixODBC>=2.2.14_1:${PORTSDIR}/databases/unixODBC -CMAKE_ARGS += -DWITH_UNIXODBC=1 -DRIVER_MANAGER= unixodbc +PLIST_FILES= bin/myodbc-installer \ + lib/libmyodbc5a.so \ + lib/libmyodbc5w.so + +OPTIONS_DEFINE= DOCS .include Modified: head/databases/mysql-connector-odbc/distinfo ============================================================================== --- head/databases/mysql-connector-odbc/distinfo Sat Feb 21 15:11:52 2015 (r379522) +++ head/databases/mysql-connector-odbc/distinfo Sat Feb 21 15:13:15 2015 (r379523) @@ -1,2 +1,2 @@ -SHA256 (mysql-connector-odbc-5.1.9.tar.gz) = d14a0d5ca0f0bc4fc4bbd8609c4e7fde56c70d8b3ae56eb2c3687ce794990ee9 -SIZE (mysql-connector-odbc-5.1.9.tar.gz) = 542281 +SHA256 (mysql-connector-odbc-5.3.4-src.tar.gz) = a5f7a490f2958f2768d18b8a57f71909f9699a8619c82776b3ad1c02b8abce0d +SIZE (mysql-connector-odbc-5.3.4-src.tar.gz) = 667340 Modified: head/databases/mysql-connector-odbc/files/patch-driver__execute.c ============================================================================== --- head/databases/mysql-connector-odbc/files/patch-driver__execute.c Sat Feb 21 15:11:52 2015 (r379522) +++ head/databases/mysql-connector-odbc/files/patch-driver__execute.c Sat Feb 21 15:13:15 2015 (r379523) @@ -1,22 +1,22 @@ ---- driver/execute.c.orig 2011-10-04 23:19:00.000000000 +0300 -+++ driver/execute.c 2011-10-15 12:07:45.000000000 +0300 -@@ -424,11 +424,19 @@ - data= buff; - break; - case SQL_C_SBIGINT: +--- driver/execute.c.orig 2014-11-05 14:41:16.000000000 +0300 ++++ driver/execute.c 2014-11-05 14:44:10.000000000 +0300 +@@ -563,11 +563,19 @@ + *res= buff; + break; + case SQL_C_SBIGINT: +#ifdef MARIADB_BASE_VERSION -+ length= longlong2str(*((longlong*) data),buff, -10, 1) - buff; ++ *length= longlong2str(*((longlong*) *res), buff, -10, 1) - buff; +#else - length= longlong2str(*((longlong*) data),buff, -10) - buff; + *length= longlong2str(*((longlong*) *res), buff, -10) - buff; +#endif - data= buff; - break; - case SQL_C_UBIGINT: + *res= buff; + break; + case SQL_C_UBIGINT: +#ifdef MARIADB_BASE_VERSION -+ length= longlong2str(*((ulonglong*) data),buff, 10, 1) - buff; ++ *length= longlong2str(*((ulonglong*) *res), buff, 10, 1) - buff; +#else - length= longlong2str(*((ulonglong*) data),buff, 10) - buff; + *length= longlong2str(*((ulonglong*) *res), buff, 10) - buff; +#endif - data= buff; - break; - case SQL_C_FLOAT: + *res= buff; + break; + case SQL_C_FLOAT: Modified: head/databases/mysql-connector-odbc/pkg-descr ============================================================================== --- head/databases/mysql-connector-odbc/pkg-descr Sat Feb 21 15:11:52 2015 (r379522) +++ head/databases/mysql-connector-odbc/pkg-descr Sat Feb 21 15:13:15 2015 (r379523) @@ -1,4 +1,3 @@ MySQL Connector ODBC is an ODBC driver for interfacing to MySQL databases. -Author: Erik H. Bakke WWW: http://www.mysql.com/ From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 15:18:16 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6CD212BD for ; Sat, 21 Feb 2015 15:18:16 +0000 (UTC) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) (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 0F357FD9 for ; Sat, 21 Feb 2015 15:18:15 +0000 (UTC) Received: by lbvp9 with SMTP id p9so11522170lbv.0 for ; Sat, 21 Feb 2015 07:18:08 -0800 (PST) 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=CV7v/o5vUBckbQmCGAPr47IHwIz8pSb7QYTaReg4uYI=; b=N7nITR5zz7v4IZ0KGXOivgpq1YidWf7lWpTy/s3UCCMvSPEArUF9V/nWvv9lHkFf+P Vda+GEBMhSM2IfwA0gLpqCKbkkB3w2EglFg/97HxXJaNm0KGcDAD07NkO0GGpPSN8kX6 CpgFkps5+R7j1gPQlme8LNHqOPFS/7RjkJpfZVzPgMjxDCQYU0ReA3IZnsL8Yg0m+eqD I9dPGv2bsfdSLwCgOcwg4Utrvn44Uptru+pVmHCNJYCV4rP5f5nOhdVVhmWJjMPF87Q9 9iiyBLDMjjF20h6nVKwTFk1q/dKBLQ53jqJxrpqm1ZLVPFQ+zcc9kUZpyMN5zyRrNp+J yPbQ== X-Gm-Message-State: ALoCoQkyJPsXr34heMGopkvnWPMjz5lcRQrl1QfGWVxAe3on6rfpzO4dARwCseQLz55Osn0nKGhf X-Received: by 10.112.162.167 with SMTP id yb7mr2401978lbb.76.1424531887978; Sat, 21 Feb 2015 07:18:07 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.142.39 with HTTP; Sat, 21 Feb 2015 07:17:47 -0800 (PST) In-Reply-To: <201502211303.t1LD3OR8041799@svn.freebsd.org> References: <201502211303.t1LD3OR8041799@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 23:17:47 +0800 X-Google-Sender-Auth: rYZNFINbvZ6hOY9iXhWWc7hLuLI Message-ID: Subject: Re: svn commit: r379505 - head/databases/rocksdb To: John Marino Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 15:18:16 -0000 On Sat, Feb 21, 2015 at 9:03 PM, John Marino wrote: > Author: marino > Date: Sat Feb 21 13:03:23 2015 > New Revision: 379505 > URL: https://svnweb.freebsd.org/changeset/ports/379505 > QAT: https://qat.redports.org/buildarchive/r379505/ > > Log: > databases/rocksdb: Remove -Werror from flags > > RocksDB defines a number of variables it doesn't use, so it fails Werror > on modern compilers that check for this. Remove the -Werror flag from > the Makefile with sed since we are using it anyway. > > Approved by: blanket > Though I also considered to remove -Werror, I do not think this commit is covered by portmgr's blanket approval. Regards, sunpoet From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 15:34:34 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B73B516; Sat, 21 Feb 2015 15:34:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 359B71D6; Sat, 21 Feb 2015 15:34:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LFYYV1014460; Sat, 21 Feb 2015 15:34:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LFYYCa014459; Sat, 21 Feb 2015 15:34:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502211534.t1LFYYCa014459@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 21 Feb 2015 15:34:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379524 - head/textproc/libmrss-php X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 15:34:34 -0000 Author: amdmi3 Date: Sat Feb 21 15:34:33 2015 New Revision: 379524 URL: https://svnweb.freebsd.org/changeset/ports/379524 QAT: https://qat.redports.org/buildarchive/r379524/ Log: - Add LICENSE - Strip library Modified: head/textproc/libmrss-php/Makefile Modified: head/textproc/libmrss-php/Makefile ============================================================================== --- head/textproc/libmrss-php/Makefile Sat Feb 21 15:13:15 2015 (r379523) +++ head/textproc/libmrss-php/Makefile Sat Feb 21 15:34:33 2015 (r379524) @@ -11,6 +11,9 @@ PKGNAMESUFFIX= -php MAINTAINER= ports@FreeBSD.org COMMENT= PHP library for parsing, writing, and creating RSS +LICENSE= LGPL21 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libmrss.so:${PORTSDIR}/textproc/libmrss GNU_CONFIGURE= yes @@ -25,4 +28,7 @@ USE_PHPEXT= yes PHP_MODNAME= mrss WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/phpmrss +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/mrss.so + .include From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 15:34:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA6045F0; Sat, 21 Feb 2015 15:34:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 952D91D8; Sat, 21 Feb 2015 15:34:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LFYeiR014569; Sat, 21 Feb 2015 15:34:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LFYeCn014568; Sat, 21 Feb 2015 15:34:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502211534.t1LFYeCn014568@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 21 Feb 2015 15:34:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379525 - head/graphics/libpcd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 15:34:40 -0000 Author: amdmi3 Date: Sat Feb 21 15:34:39 2015 New Revision: 379525 URL: https://svnweb.freebsd.org/changeset/ports/379525 QAT: https://qat.redports.org/buildarchive/r379525/ Log: - Add LICENSE - Strip library Modified: head/graphics/libpcd/Makefile Modified: head/graphics/libpcd/Makefile ============================================================================== --- head/graphics/libpcd/Makefile Sat Feb 21 15:34:33 2015 (r379524) +++ head/graphics/libpcd/Makefile Sat Feb 21 15:34:39 2015 (r379525) @@ -10,10 +10,15 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for reading PhotoCD images +LICENSE= GPLv2 # or later + WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} USES= gmake MAKEFILE= GNUmakefile USE_LDCONFIG= yes +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpcd.so + .include From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 15:51:27 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 373BC834; Sat, 21 Feb 2015 15:51:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 097733A7; Sat, 21 Feb 2015 15:51:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LFpQpQ021259; Sat, 21 Feb 2015 15:51:26 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LFpQ9S021256; Sat, 21 Feb 2015 15:51:26 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201502211551.t1LFpQ9S021256@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 21 Feb 2015 15:51:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379526 - head/x11/babl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 15:51:27 -0000 Author: kwm Date: Sat Feb 21 15:51:25 2015 New Revision: 379526 URL: https://svnweb.freebsd.org/changeset/ports/379526 QAT: https://qat.redports.org/buildarchive/r379526/ Log: Update babl to 0.1.12. Remove unused CONFIGURE_ARGS Modified: head/x11/babl/Makefile head/x11/babl/distinfo head/x11/babl/pkg-plist Modified: head/x11/babl/Makefile ============================================================================== --- head/x11/babl/Makefile Sat Feb 21 15:34:39 2015 (r379525) +++ head/x11/babl/Makefile Sat Feb 21 15:51:25 2015 (r379526) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= babl -PORTVERSION= 0.1.10 -PORTREVISION= 2 +PORTVERSION= 0.1.12 CATEGORIES= x11 MASTER_SITES= GIMP @@ -13,7 +12,6 @@ COMMENT= Dynamic pixel format conversion USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-introspection INSTALL_TARGET= install-strip OPTIONS_DEFINE= SIMD Modified: head/x11/babl/distinfo ============================================================================== --- head/x11/babl/distinfo Sat Feb 21 15:34:39 2015 (r379525) +++ head/x11/babl/distinfo Sat Feb 21 15:51:25 2015 (r379526) @@ -1,2 +1,2 @@ -SHA256 (babl-0.1.10.tar.bz2) = 943fc36ceac7dd25bc928256bc7b535a42989c6b971578146869eee5fe5955f4 -SIZE (babl-0.1.10.tar.bz2) = 449537 +SHA256 (babl-0.1.12.tar.bz2) = 2f802b7f1a17b72c10bf0fe1e69b7a888cf7ce62b7cf1537b030f7f88d55a407 +SIZE (babl-0.1.12.tar.bz2) = 642234 Modified: head/x11/babl/pkg-plist ============================================================================== --- head/x11/babl/pkg-plist Sat Feb 21 15:34:39 2015 (r379525) +++ head/x11/babl/pkg-plist Sat Feb 21 15:51:25 2015 (r379526) @@ -1,8 +1,11 @@ +include/babl-0.1/babl/babl-introspect.h include/babl-0.1/babl/babl-macros.h include/babl-0.1/babl/babl-types.h include/babl-0.1/babl/babl-version.h include/babl-0.1/babl/babl.h lib/babl-0.1/CIE.so +lib/babl-0.1/HSL.so +lib/babl-0.1/HSV.so lib/babl-0.1/cairo.so lib/babl-0.1/fast-float.so lib/babl-0.1/float.so @@ -10,9 +13,15 @@ lib/babl-0.1/gegl-fixups.so lib/babl-0.1/gggl-lies.so lib/babl-0.1/gggl.so lib/babl-0.1/gimp-8bit.so +lib/babl-0.1/grey.so lib/babl-0.1/naive-CMYK.so -lib/babl-0.1/sse-fixups.so +lib/babl-0.1/simple.so +lib/babl-0.1/sse2-float.so +lib/babl-0.1/sse2-int16.so +lib/babl-0.1/sse2-int8.so +lib/babl-0.1/two-table.so +lib/babl-0.1/ycbcr.so lib/libbabl-0.1.so lib/libbabl-0.1.so.0 -lib/libbabl-0.1.so.0.109.1 +lib/libbabl-0.1.so.0.111.1 libdata/pkgconfig/babl.pc From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 15:56:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57869A59; Sat, 21 Feb 2015 15:56:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41EC73F3; Sat, 21 Feb 2015 15:56:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LFukvQ024321; Sat, 21 Feb 2015 15:56:46 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LFuj1K024319; Sat, 21 Feb 2015 15:56:45 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502211556.t1LFuj1K024319@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 21 Feb 2015 15:56:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379527 - head/devel/p5-Module-CoreList X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 15:56:46 -0000 Author: adamw Date: Sat Feb 21 15:56:44 2015 New Revision: 379527 URL: https://svnweb.freebsd.org/changeset/ports/379527 QAT: https://qat.redports.org/buildarchive/r379527/ Log: Update to 5.20150220. Changes: https://metacpan.org/changes/distribution/Module-CoreList Modified: head/devel/p5-Module-CoreList/Makefile head/devel/p5-Module-CoreList/distinfo Modified: head/devel/p5-Module-CoreList/Makefile ============================================================================== --- head/devel/p5-Module-CoreList/Makefile Sat Feb 21 15:51:25 2015 (r379526) +++ head/devel/p5-Module-CoreList/Makefile Sat Feb 21 15:56:44 2015 (r379527) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-CoreList -PORTVERSION= 5.20150214 +PORTVERSION= 5.20150220 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-CoreList/distinfo ============================================================================== --- head/devel/p5-Module-CoreList/distinfo Sat Feb 21 15:51:25 2015 (r379526) +++ head/devel/p5-Module-CoreList/distinfo Sat Feb 21 15:56:44 2015 (r379527) @@ -1,2 +1,2 @@ -SHA256 (Module-CoreList-5.20150214.tar.gz) = 8c3248bb25f8cd829ac888fd69cbf88feaed3e294d5f9bab99f8ae14d1fdda1d -SIZE (Module-CoreList-5.20150214.tar.gz) = 80895 +SHA256 (Module-CoreList-5.20150220.tar.gz) = 56763e3557fca9ef94d23b1dbc1b9418bc8f46a79229e47562c98d5d4f42659a +SIZE (Module-CoreList-5.20150220.tar.gz) = 81839 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 15:58:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A80EB3E; Sat, 21 Feb 2015 15:58:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 254EE401; Sat, 21 Feb 2015 15:58:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LFwNq6024624; Sat, 21 Feb 2015 15:58:23 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LFwMdM024622; Sat, 21 Feb 2015 15:58:22 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502211558.t1LFwMdM024622@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 21 Feb 2015 15:58:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379528 - head/devel/p5-Capture-Tiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 15:58:23 -0000 Author: adamw Date: Sat Feb 21 15:58:21 2015 New Revision: 379528 URL: https://svnweb.freebsd.org/changeset/ports/379528 QAT: https://qat.redports.org/buildarchive/r379528/ Log: Update to 0.28. Changes: https://metacpan.org/changes/distribution/Capture-Tiny PR: 197723 Approved by: maintainer Modified: head/devel/p5-Capture-Tiny/Makefile head/devel/p5-Capture-Tiny/distinfo Modified: head/devel/p5-Capture-Tiny/Makefile ============================================================================== --- head/devel/p5-Capture-Tiny/Makefile Sat Feb 21 15:56:44 2015 (r379527) +++ head/devel/p5-Capture-Tiny/Makefile Sat Feb 21 15:58:21 2015 (r379528) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Capture-Tiny -PORTVERSION= 0.25 -PORTREVISION= 1 +PORTVERSION= 0.28 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN Modified: head/devel/p5-Capture-Tiny/distinfo ============================================================================== --- head/devel/p5-Capture-Tiny/distinfo Sat Feb 21 15:56:44 2015 (r379527) +++ head/devel/p5-Capture-Tiny/distinfo Sat Feb 21 15:58:21 2015 (r379528) @@ -1,2 +1,2 @@ -SHA256 (Capture-Tiny-0.25.tar.gz) = 577f88cfddf7707aad242c6b398a304d224433def2a16051f2d28a351558f489 -SIZE (Capture-Tiny-0.25.tar.gz) = 34457 +SHA256 (Capture-Tiny-0.28.tar.gz) = e394caddb0e1a46e8cc4bf499eaae6c265dd201d34cac46d2f3e507c23afef84 +SIZE (Capture-Tiny-0.28.tar.gz) = 34455 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 16:06:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E085DA6; Sat, 21 Feb 2015 16:06:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E6F36C3; Sat, 21 Feb 2015 16:06:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LG6VRo029259; Sat, 21 Feb 2015 16:06:31 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LG6V9s029253; Sat, 21 Feb 2015 16:06:31 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502211606.t1LG6V9s029253@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 21 Feb 2015 16:06:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379529 - head/devel/p5-Config-AutoConf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 16:06:32 -0000 Author: adamw Date: Sat Feb 21 16:06:30 2015 New Revision: 379529 URL: https://svnweb.freebsd.org/changeset/ports/379529 QAT: https://qat.redports.org/buildarchive/r379529/ Log: Update to 0.310. Remove ExtUtils-CBuilder dependency. This module can make use of it, but doesn't require it. It could also make use of File::Slurp::Tiny. Changes: https://metacpan.org/changes/distribution/Config-AutoConf Modified: head/devel/p5-Config-AutoConf/Makefile head/devel/p5-Config-AutoConf/distinfo Modified: head/devel/p5-Config-AutoConf/Makefile ============================================================================== --- head/devel/p5-Config-AutoConf/Makefile Sat Feb 21 15:58:21 2015 (r379528) +++ head/devel/p5-Config-AutoConf/Makefile Sat Feb 21 16:06:30 2015 (r379529) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-AutoConf -PORTVERSION= 0.309 +PORTVERSION= 0.310 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +13,7 @@ COMMENT= Perl module to implement some o LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ - p5-ExtUtils-CBuilder>=0.280220:${PORTSDIR}/devel/p5-ExtUtils-CBuilder +BUILD_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/devel/p5-Config-AutoConf/distinfo ============================================================================== --- head/devel/p5-Config-AutoConf/distinfo Sat Feb 21 15:58:21 2015 (r379528) +++ head/devel/p5-Config-AutoConf/distinfo Sat Feb 21 16:06:30 2015 (r379529) @@ -1,2 +1,2 @@ -SHA256 (Config-AutoConf-0.309.tar.gz) = b86d8f24d6520fb8fd6a85b51c6732ce96d2b7a6fe7ce87813c15b47153b0cdb -SIZE (Config-AutoConf-0.309.tar.gz) = 30811 +SHA256 (Config-AutoConf-0.310.tar.gz) = 1ba465cc6ae0c81c8a461c890f9f12d5541239cb0fd768733491071931478f0b +SIZE (Config-AutoConf-0.310.tar.gz) = 40955 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 16:10:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79316EFA; Sat, 21 Feb 2015 16:10:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50EFB7D6; Sat, 21 Feb 2015 16:10:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LGAiEA030516; Sat, 21 Feb 2015 16:10:44 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LGAiXU030515; Sat, 21 Feb 2015 16:10:44 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201502211610.t1LGAiXU030515@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 21 Feb 2015 16:10:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379530 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 16:10:44 -0000 Author: swills Date: Sat Feb 21 16:10:43 2015 New Revision: 379530 URL: https://svnweb.freebsd.org/changeset/ports/379530 QAT: https://qat.redports.org/buildarchive/r379530/ Log: Bump PORTEPOCH on lang/ruby22 to avoid false positive vulnerability report PR: 197875 Submitted by: Yasuhiro KIMURA Modified: head/Mk/bsd.ruby.mk Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Sat Feb 21 16:06:30 2015 (r379529) +++ head/Mk/bsd.ruby.mk Sat Feb 21 16:10:43 2015 (r379530) @@ -208,7 +208,7 @@ RUBY21= "" # PLIST_SUB helpers # RUBY_RELVERSION= 2.2.0 RUBY_PORTREVISION= 0 -RUBY_PORTEPOCH= 0 +RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 0 RUBY22= "" # PLIST_SUB helpers From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 16:12:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E99A3C9; Sat, 21 Feb 2015 16:12:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAA80812; Sat, 21 Feb 2015 16:12:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LGCb1F033648; Sat, 21 Feb 2015 16:12:37 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LGCbB8033645; Sat, 21 Feb 2015 16:12:37 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201502211612.t1LGCbB8033645@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sat, 21 Feb 2015 16:12:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379531 - 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.18-1 Precedence: list List-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, 21 Feb 2015 16:12:38 -0000 Author: cy Date: Sat Feb 21 16:12:36 2015 New Revision: 379531 URL: https://svnweb.freebsd.org/changeset/ports/379531 QAT: https://qat.redports.org/buildarchive/r379531/ Log: Kerberos Version 5, Release 1.12.3 is released affecting security/krb5-112. This fixes multiple vulnerabilities, some previously committed by point patches and others newly fixed in this release. * Fix multiple vulnerabilities in the LDAP KDC back end. [CVE-2014-5354] [CVE-2014-5353] * Fix multiple kadmind vulnerabilities, some of which are based in the gssrpc library. [CVE-2014-5352 CVE-2014-5352 CVE-2014-9421 CVE-2014-9422 CVE-2014-9423] Security: CVE-2014-5354, CVE-2014-5353 Security: CVE-2014-5352, CVE-2014-5352, CVE-2014-9421 Security: CVE-2014-9422, CVE-2014-9423 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Feb 21 16:10:43 2015 (r379530) +++ head/security/vuxml/vuln.xml Sat Feb 21 16:12:36 2015 (r379531) @@ -57,6 +57,35 @@ Notes: --> + + krb5 1.12 -- New release/fix multiple vulnerabilities + + + krb5-112 + 1.12.3 + + + + +

The MIT Kerberos team announces the availability of MIT Kerberos 5 Release 1.12.3:

+
+

Fix multiple vulnerabilities in the LDAP KDC back end. + [CVE-2014-5354] [CVE-2014-5353]

+

Fix multiple kadmind vulnerabilities, some of which are based + in the gssrpc library. [CVE-2014-5352 CVE-2014-5352 + CVE-2014-9421 CVE-2014-9422 CVE-2014-9423]

+
+ +
+ + http://web.mit.edu/kerberos/krb5-1.12/README-1.12.3.txt + + + 2015-02-20 + 2015-02-21 + +
+ unzip -- heap based buffer overflow in iconv patch From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 16:14:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A1FC1B3; Sat, 21 Feb 2015 16:14:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEC6D81B; Sat, 21 Feb 2015 16:14:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LGEd7u034045; Sat, 21 Feb 2015 16:14:39 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LGEd7N034043; Sat, 21 Feb 2015 16:14:39 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201502211614.t1LGEd7N034043@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sat, 21 Feb 2015 16:14:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379532 - in head/security/krb5-112: . 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.18-1 Precedence: list List-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, 21 Feb 2015 16:14:40 -0000 Author: cy Date: Sat Feb 21 16:14:38 2015 New Revision: 379532 URL: https://svnweb.freebsd.org/changeset/ports/379532 QAT: https://qat.redports.org/buildarchive/r379532/ Log: Kerberos Version 5, Release 1.12.3 is released. This fixes multiple vulnerabilities, some previously committed by point patches and others newly fixed in this release. * Fix multiple vulnerabilities in the LDAP KDC back end. [CVE-2014-5354] [CVE-2014-5353] * Fix multiple kadmind vulnerabilities, some of which are based in the gssrpc library. [CVE-2014-5352 CVE-2014-5352 CVE-2014-9421 CVE-2014-9422 CVE-2014-9423] Security: VuXML: 63527d0d-b9de-11e4-8a48-206a8a720317 Security: CVE-2014-5354, CVE-2014-5353 Security: CVE-2014-5352, CVE-2014-5352, CVE-2014-9421 Security: CVE-2014-9422, CVE-2014-9423 Deleted: head/security/krb5-112/files/patch-lib-apputils-net-server.c head/security/krb5-112/files/patch-plugins__kdb__ldap__libkdb_ldap__ldap_principal2.c head/security/krb5-112/files/patch-plugins__kdb__ldap__libkdb_ldap__ldap_pwd_policy.c Modified: head/security/krb5-112/Makefile head/security/krb5-112/distinfo Modified: head/security/krb5-112/Makefile ============================================================================== --- head/security/krb5-112/Makefile Sat Feb 21 16:12:36 2015 (r379531) +++ head/security/krb5-112/Makefile Sat Feb 21 16:14:38 2015 (r379532) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= krb5 -PORTVERSION= 1.12.2 -PORTREVISION= 3 +PORTVERSION= 1.12.3 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ PKGNAMESUFFIX= -112 @@ -12,7 +11,6 @@ EXTRACT_SUFX= .tar PATCH_SITES= http://web.mit.edu/kerberos/advisories/ PATCH_DIST_STRIP= -p2 -PATCHFILES= 2015-001-patch-r112.txt MAINTAINER= cy@FreeBSD.org COMMENT= Authentication system developed at MIT, successor to Kerberos IV Modified: head/security/krb5-112/distinfo ============================================================================== --- head/security/krb5-112/distinfo Sat Feb 21 16:12:36 2015 (r379531) +++ head/security/krb5-112/distinfo Sat Feb 21 16:14:38 2015 (r379532) @@ -1,4 +1,4 @@ -SHA256 (krb5-1.12.2-signed.tar) = 09bd180107b5c2b3b7378c57c023fb02a103d4cac39d6f2dd600275d7a4f3744 -SIZE (krb5-1.12.2-signed.tar) = 11991040 +SHA256 (krb5-1.12.3-signed.tar) = 091715da49f6aa72b98c9659229351b4b168fb96f84caa18228aaf7632db3483 +SIZE (krb5-1.12.3-signed.tar) = 12001280 SHA256 (2015-001-patch-r112.txt) = 75d1d070293fef7faa2c5ffbe8de4afaefb95449564e7dd5da458588ba637449 SIZE (2015-001-patch-r112.txt) = 12130 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 16:15:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69D662A7; Sat, 21 Feb 2015 16:15:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54444828; Sat, 21 Feb 2015 16:15:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LGFaT0034297; Sat, 21 Feb 2015 16:15:36 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LGFaIW034296; Sat, 21 Feb 2015 16:15:36 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201502211615.t1LGFaIW034296@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 21 Feb 2015 16:15:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379533 - head/emulators/wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 16:15:36 -0000 Author: gerald Date: Sat Feb 21 16:15:35 2015 New Revision: 379533 URL: https://svnweb.freebsd.org/changeset/ports/379533 QAT: https://qat.redports.org/buildarchive/r379533/ Log: Properly sort two COMPHOLIO-specific items in pkg-plist. PR: 197798 Modified: head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat Feb 21 16:14:38 2015 (r379532) +++ head/emulators/wine-devel/pkg-plist Sat Feb 21 16:15:35 2015 (r379533) @@ -820,8 +820,8 @@ lib/wine/api-ms-win-core-errorhandling-l %%COMPHOLIO%%lib/wine/api-ms-win-core-fibers-l1-1-0.dll.so %%COMPHOLIO%%lib/wine/api-ms-win-core-fibers-l1-1-1.dll.so lib/wine/api-ms-win-core-file-l1-2-0.dll.so -lib/wine/api-ms-win-core-file-l2-1-1.dll.so %%COMPHOLIO%%lib/wine/api-ms-win-core-file-l2-1-0.dll.so +lib/wine/api-ms-win-core-file-l2-1-1.dll.so lib/wine/api-ms-win-core-handle-l1-1-0.dll.so lib/wine/api-ms-win-core-heap-l1-2-0.dll.so lib/wine/api-ms-win-core-heap-obsolete-l1-1-0.dll.so @@ -1044,8 +1044,8 @@ lib/wine/fakedlls/api-ms-win-core-errorh %%COMPHOLIO%%lib/wine/fakedlls/api-ms-win-core-fibers-l1-1-0.dll %%COMPHOLIO%%lib/wine/fakedlls/api-ms-win-core-fibers-l1-1-1.dll lib/wine/fakedlls/api-ms-win-core-file-l1-2-0.dll -lib/wine/fakedlls/api-ms-win-core-file-l2-1-1.dll %%COMPHOLIO%%lib/wine/fakedlls/api-ms-win-core-file-l2-1-0.dll +lib/wine/fakedlls/api-ms-win-core-file-l2-1-1.dll lib/wine/fakedlls/api-ms-win-core-handle-l1-1-0.dll lib/wine/fakedlls/api-ms-win-core-heap-l1-2-0.dll lib/wine/fakedlls/api-ms-win-core-heap-obsolete-l1-1-0.dll From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 16:29:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CE105FC for ; Sat, 21 Feb 2015 16:29:08 +0000 (UTC) Received: from vfemail.net (nine.vfemail.net [108.76.175.9]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BBBF912 for ; Sat, 21 Feb 2015 16:28:12 +0000 (UTC) Received: (qmail 51217 invoked by uid 89); 21 Feb 2015 16:25:29 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 21 Feb 2015 16:25:29 -0000 Received: (qmail 93861 invoked by uid 89); 21 Feb 2015 12:19:20 -0000 Received: by simscan 1.3.1 ppid: 93852, pid: 93857, t: 0.0050s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 21 Feb 2015 12:19:20 -0000 Received: (qmail 8902 invoked by uid 89); 21 Feb 2015 12:19:33 -0000 Received: by simscan 1.4.0 ppid: 8870, pid: 8896, t: 0.8514s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by 172.16.100.62 with ESMTPA; 21 Feb 2015 12:19:32 -0000 From: Jan Beich To: John Marino Subject: Re: svn commit: r379485 - in head: mail/thunderbird/files www/firefox-esr/files www/libxul/files References: <201502210822.t1L8MSNt008911@svn.freebsd.org> <54E8444B.4090707@marino.st> Date: Sat, 21 Feb 2015 13:19:19 +0100 Message-ID: <4mqf-78zc-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, marino@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 16:29:08 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable John Marino writes: >> Author: jbeich >> Date: Sat Feb 21 08:22:28 2015 >> New Revision: 379485 >> URL: https://svnweb.freebsd.org/changeset/ports/379485 >> QAT: https://qat.redports.org/buildarchive/r379485/ >>=20 >> Log: >> Fix invalid conversions of nullptr to bool to unbreak clang 3.6 build >>=20=20=20 >> PR: 197857 >> Submitted by: dim (initial version) >> Obtained from: https://github.com/mozilla/gecko-dev/commit/dd19f59 >>=20 > > All the mozilla stuff is busted on gcc5 for this reason: firefox, > seamonkey, libxul, thunderbird. I have high hopes this patch fixes it. > Are you planning to patch them all? Isn't USES=3Dcompiler:c++11-lang supposed to pick Clang over GCC? This commit only backports the fix from Firefox 32, SeaMonkey 2.29. If you haven't filed a bug don't expect me to know about the issue. My testing is limited due to not having a buildfarm/fast hardware while (any) GCC requires more memory/buildtime than Clang + extra time spent building the compiler itself. So, just knowing which file/which line fails to compile would have saved a lot of time. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJU6HfHXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3bM6YIAKac9gVUkQT52JsAtKZ/BkxU FTB5nQbu7hzjObclcdgG0BnGv3boOMq+00nE14Szwz0igtuHJjgJzQCYZi0PoRHC 2sNEk7jVpxlJlbb8/egBCuyCCPPkCKcxgsfr5zJF/4CLtU3RDrszJ4XdD7V3te2U cTQao9DFSHsgJ+6eG2ms98NZ1qjjJ5Z7kx1/j3Yy6wwj2w3BYrU7IES35RQmXZ14 cGkICTOkMzvV7xP2r58Qhp/9f1aNKA7kKa08/gZwknoxYFT5FAkZyv1kAt6RmCh9 XsnRgwBJGbEZe3/Iive0mwDaRIEBgVqdey0ITysq5rUqJ2JTOOqv5p8FWk1CpHQ= =x1fw -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 16:30:37 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3859D77B; Sat, 21 Feb 2015 16:30:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2272E954; Sat, 21 Feb 2015 16:30:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LGUa6v040261; Sat, 21 Feb 2015 16:30:36 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LGUZ7F040256; Sat, 21 Feb 2015 16:30:35 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502211630.t1LGUZ7F040256@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 21 Feb 2015 16:30:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379534 - in head/databases: . p5-Mojo-Pg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 16:30:37 -0000 Author: adamw Date: Sat Feb 21 16:30:34 2015 New Revision: 379534 URL: https://svnweb.freebsd.org/changeset/ports/379534 QAT: https://qat.redports.org/buildarchive/r379534/ Log: Add databases/p5-Mojo-Pg, a PostgreSQL integration for Mojolicious. Added: head/databases/p5-Mojo-Pg/ head/databases/p5-Mojo-Pg/Makefile (contents, props changed) head/databases/p5-Mojo-Pg/distinfo (contents, props changed) head/databases/p5-Mojo-Pg/pkg-descr (contents, props changed) head/databases/p5-Mojo-Pg/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sat Feb 21 16:15:35 2015 (r379533) +++ head/databases/Makefile Sat Feb 21 16:30:34 2015 (r379534) @@ -416,6 +416,7 @@ SUBDIR += p5-MR-Tarantool SUBDIR += p5-Memcached-libmemcached SUBDIR += p5-Metadata + SUBDIR += p5-Mojo-Pg SUBDIR += p5-MongoDB SUBDIR += p5-MySQL-Diff SUBDIR += p5-Net-Async-CassandraCQL Added: head/databases/p5-Mojo-Pg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Mojo-Pg/Makefile Sat Feb 21 16:30:34 2015 (r379534) @@ -0,0 +1,23 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= Mojo-Pg +PORTVERSION= 1.10 +CATEGORIES= databases www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:SRI +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= PostgreSQL integration for p5-Mojolicious + +LICENSE= ART20 + +BUILD_DEPENDS= p5-Mojolicious>=5.81:${PORTSDIR}/www/p5-Mojolicious \ + p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/databases/p5-Mojo-Pg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Mojo-Pg/distinfo Sat Feb 21 16:30:34 2015 (r379534) @@ -0,0 +1,2 @@ +SHA256 (Mojo-Pg-1.10.tar.gz) = d276e47b160ea347820a0397b3e4dfaa4fb652de70b09b1be06854f5802d18b6 +SIZE (Mojo-Pg-1.10.tar.gz) = 20094 Added: head/databases/p5-Mojo-Pg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Mojo-Pg/pkg-descr Sat Feb 21 16:30:34 2015 (r379534) @@ -0,0 +1,8 @@ +Mojo::Pg is a tiny wrapper around DBD::Pg that makes PostgreSQL a lot of fun to +use with the Mojolicious real-time web framework. + +Database handles are cached automatically, so they can be reused transparently +to increase performance. And you can handle connection timeouts gracefully by +holding on to them only for short amounts of time. + +WWW: http://mojolicio.us/perldoc/Mojo/Pg Added: head/databases/p5-Mojo-Pg/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/p5-Mojo-Pg/pkg-plist Sat Feb 21 16:30:34 2015 (r379534) @@ -0,0 +1,12 @@ +%%SITE_PERL%%/Mojo/Pg.pm +%%SITE_PERL%%/Mojo/Pg/Database.pm +%%SITE_PERL%%/Mojo/Pg/Migrations.pm +%%SITE_PERL%%/Mojo/Pg/PubSub.pm +%%SITE_PERL%%/Mojo/Pg/Results.pm +%%SITE_PERL%%/Mojo/Pg/Transaction.pm +%%PERL5_MAN3%%/Mojo::Pg.3.gz +%%PERL5_MAN3%%/Mojo::Pg::Database.3.gz +%%PERL5_MAN3%%/Mojo::Pg::Migrations.3.gz +%%PERL5_MAN3%%/Mojo::Pg::PubSub.3.gz +%%PERL5_MAN3%%/Mojo::Pg::Results.3.gz +%%PERL5_MAN3%%/Mojo::Pg::Transaction.3.gz From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 16:50:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1CCEAAC7; Sat, 21 Feb 2015 16:50:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F26C5B60; Sat, 21 Feb 2015 16:50:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LGoV5m051362; Sat, 21 Feb 2015 16:50:31 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LGoV8V051274; Sat, 21 Feb 2015 16:50:31 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201502211650.t1LGoV8V051274@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 21 Feb 2015 16:50:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379535 - in head/net-mgmt/xymon-client: . 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.18-1 Precedence: list List-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, 21 Feb 2015 16:50:32 -0000 Author: feld Date: Sat Feb 21 16:50:30 2015 New Revision: 379535 URL: https://svnweb.freebsd.org/changeset/ports/379535 QAT: https://qat.redports.org/buildarchive/r379535/ Log: Execute the xymonlaunch process directly. The supplied runclient.sh script duplicates much of the rc script and adds unnecessary complexity. While here ensure that leftover processes are cleaned up. This also fixes a recent regression which prevented xymon-client from reliably starting on boot. PR: 197827 Modified: head/net-mgmt/xymon-client/Makefile head/net-mgmt/xymon-client/files/xymon-client.in Modified: head/net-mgmt/xymon-client/Makefile ============================================================================== --- head/net-mgmt/xymon-client/Makefile Sat Feb 21 16:30:34 2015 (r379534) +++ head/net-mgmt/xymon-client/Makefile Sat Feb 21 16:50:30 2015 (r379535) @@ -2,7 +2,7 @@ PORTNAME= xymon PORTVERSION= 4.3.18 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} PKGNAMESUFFIX= -client${PKGNAMESUFFIX2} Modified: head/net-mgmt/xymon-client/files/xymon-client.in ============================================================================== --- head/net-mgmt/xymon-client/files/xymon-client.in Sat Feb 21 16:30:34 2015 (r379534) +++ head/net-mgmt/xymon-client/files/xymon-client.in Sat Feb 21 16:50:30 2015 (r379535) @@ -16,10 +16,48 @@ load_rc_config "$name" : ${xymon_client_enable:=NO} : ${xymon_client_user:=%%XYMONUSER%%} -command=%%WWWDIR%%/client/runclient.sh -command_args="${xymon_client_flags} ${1}" -procname=%%WWWDIR%%/client/bin/xymonlaunch pidfile="%%WWWDIR%%/client/logs/clientlaunch.`hostname`.pid" -start_precmd="chown -R ${xymon_client_user} %%WWWDIR%%/client/logs" +command=%%WWWDIR%%/client/bin/xymonlaunch +command_args="--config=%%WWWDIR%%/client/etc/clientlaunch.cfg --log=%%WWWDIR%%/client/logs/clientlaunch.log --pidfile=${pidfile}" +start_precmd=xymon_precmd +# Clean up leftover children +stop_postcmd="pkill -U ${xymon_client_user}" + +xymon_precmd() +{ + # Don't actually pass $xymon_client_flags to $command + rc_flags="" + + # Ensure permissions of log dir + chown -R ${xymon_client_user} %%WWWDIR%%/client/logs + + # Below is pulled almost directly from Xymon's runclient.sh script which we are bypassing due to redundancy + + # Default settings for this client + MACHINEDOTS="`uname -n`" + SERVEROSTYPE="`uname -s | tr '[ABCDEFGHIJKLMNOPQRSTUVWXYZ/]' '[abcdefghijklmnopqrstuvwxyz_]'"` + XYMONOSSCRIPT="xymonclient-$SERVEROSTYPE.sh" + XYMONCLIENTHOME="%%WWWDIR%%/client" + + for i in $xymon_client_flags; do + case "$i" in + --hostname=*) + MACHINEDOTS="`echo $i | sed -e 's/--hostname=//'`" + ;; + --os=*) + SERVEROSTYPE="`echo $i | sed -e 's/--os=//' | tr '[ABCDEFGHIJKLMNOPQRSTUVWXYZ/]' '[abcdefghijklmnopqrstuvwxyz_]'`" + ;; + --class=*) + CONFIGCLASS="`echo $i | sed -e 's/--class=//' | tr '[ABCDEFGHIJKLMNOPQRSTUVWXYZ/]' '[abcdefghijklmnopqrstuvwxyz_]'`" + ;; + esac + shift + done + + export MACHINEDOTS SERVEROSTYPE XYMONOSSCRIPT XYMONCLIENTHOME CONFIGCLASS + + MACHINE="`echo $MACHINEDOTS | sed -e 's/\./,/g'`" + export MACHINE +} run_rc_command "$1" From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 17:03:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9855FD3A; Sat, 21 Feb 2015 17:03:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83010CD5; Sat, 21 Feb 2015 17:03:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LH39cH057604; Sat, 21 Feb 2015 17:03:09 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LH392R057600; Sat, 21 Feb 2015 17:03:09 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502211703.t1LH392R057600@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 21 Feb 2015 17:03:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379536 - head/x11-fm/xdiskusage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 17:03:09 -0000 Author: adamw Date: Sat Feb 21 17:03:08 2015 New Revision: 379536 URL: https://svnweb.freebsd.org/changeset/ports/379536 QAT: https://qat.redports.org/buildarchive/r379536/ Log: Update to 1.51. Modified: head/x11-fm/xdiskusage/Makefile head/x11-fm/xdiskusage/distinfo Modified: head/x11-fm/xdiskusage/Makefile ============================================================================== --- head/x11-fm/xdiskusage/Makefile Sat Feb 21 16:50:30 2015 (r379535) +++ head/x11-fm/xdiskusage/Makefile Sat Feb 21 17:03:08 2015 (r379536) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xdiskusage -PORTVERSION= 1.50 +PORTVERSION= 1.51 CATEGORIES= x11-fm MASTER_SITES= http://xdiskusage.sourceforge.net/ \ http://www.gnu-darwin.org/distfiles/ Modified: head/x11-fm/xdiskusage/distinfo ============================================================================== --- head/x11-fm/xdiskusage/distinfo Sat Feb 21 16:50:30 2015 (r379535) +++ head/x11-fm/xdiskusage/distinfo Sat Feb 21 17:03:08 2015 (r379536) @@ -1,2 +1,2 @@ -SHA256 (xdiskusage-1.50.tgz) = 828128775885b99397e9067b7d731f485ca1378ded256619a2d733a3ded36013 -SIZE (xdiskusage-1.50.tgz) = 54211 +SHA256 (xdiskusage-1.51.tgz) = 6fb2447f311299f9cb949f6954b333371209f7d53dd6a58700a679a1001089c6 +SIZE (xdiskusage-1.51.tgz) = 54248 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 17:17:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5B4FA9; Sat, 21 Feb 2015 17:17:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76F44DD2; Sat, 21 Feb 2015 17:17:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LHHqRP062859; Sat, 21 Feb 2015 17:17:52 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LHHqvQ062857; Sat, 21 Feb 2015 17:17:52 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201502211717.t1LHHqvQ062857@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 21 Feb 2015 17:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379537 - head/x11/babl/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.18-1 Precedence: list List-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, 21 Feb 2015 17:17:52 -0000 Author: kwm Date: Sat Feb 21 17:17:51 2015 New Revision: 379537 URL: https://svnweb.freebsd.org/changeset/ports/379537 QAT: https://qat.redports.org/buildarchive/r379537/ Log: Remove unneeded patches, so now the port patches again.. Pointyhat awarded to: kwm@ Deleted: head/x11/babl/files/patch-babl_babl-palette.c head/x11/babl/files/patch-sse-fixups.c From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 17:36:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24ECB542; Sat, 21 Feb 2015 17:36:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EA57F74; Sat, 21 Feb 2015 17:36:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LHaiJC072009; Sat, 21 Feb 2015 17:36:44 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LHaiMi072008; Sat, 21 Feb 2015 17:36:44 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201502211736.t1LHaiMi072008@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 21 Feb 2015 17:36:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379538 - 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.18-1 Precedence: list List-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, 21 Feb 2015 17:36:45 -0000 Author: gerald Date: Sat Feb 21 17:36:44 2015 New Revision: 379538 URL: https://svnweb.freebsd.org/changeset/ports/379538 QAT: https://qat.redports.org/buildarchive/r379538/ Log: Fix typo: intalled -> installed. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Feb 21 17:17:51 2015 (r379537) +++ head/UPDATING Sat Feb 21 17:36:44 2015 (r379538) @@ -76,7 +76,7 @@ you update your ports collection, before If you wish to update to the new default version, you need to first stop any running server instance. Then, you will need to follow these steps, depending - on intalled packages. + on installed packages. # pkg set -o databases/mysql55-client:databases/mysql56-client # pkg set -o databases/mysql55-server:databases/mysql56-server From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 17:50:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F7C57BB; Sat, 21 Feb 2015 17:50:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A5CA105; Sat, 21 Feb 2015 17:50:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LHod2u077184; Sat, 21 Feb 2015 17:50:39 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LHodrP077182; Sat, 21 Feb 2015 17:50:39 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201502211750.t1LHodrP077182@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sat, 21 Feb 2015 17:50:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379539 - head/misc/libeatmydata X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 17:50:39 -0000 Author: sbruno Date: Sat Feb 21 17:50:38 2015 New Revision: 379539 URL: https://svnweb.freebsd.org/changeset/ports/379539 QAT: https://qat.redports.org/buildarchive/r379539/ Log: Allow the CC expansion to deal with a full path to a compiler. This fixes building with an external toolchain where CC=/nxb-bin/usr/bin/cc when used via poudriere + qemu-bsd-user. PR: 196986 Approved by: maintainer timeout (2 weeks) Modified: head/misc/libeatmydata/Makefile Modified: head/misc/libeatmydata/Makefile ============================================================================== --- head/misc/libeatmydata/Makefile Sat Feb 21 17:36:44 2015 (r379538) +++ head/misc/libeatmydata/Makefile Sat Feb 21 17:50:38 2015 (r379539) @@ -18,7 +18,7 @@ PLIST_FILES= lib/libeatmydata.so \ lib/libeatmydata.so.1.0 post-patch: - ${SED} -i '' -e 's/gcc/${CC}/' ${WRKSRC}/Makefile + ${SED} -i '' -e 's|gcc|${CC}|' ${WRKSRC}/Makefile do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 18:48:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68AE3EBD; Sat, 21 Feb 2015 18:48:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5387A8C6; Sat, 21 Feb 2015 18:48:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LImUFB004842; Sat, 21 Feb 2015 18:48:30 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LImUcl004841; Sat, 21 Feb 2015 18:48:30 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502211848.t1LImUcl004841@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 21 Feb 2015 18:48:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379540 - head/databases/p5-Mojo-Pg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 18:48:30 -0000 Author: adamw Date: Sat Feb 21 18:48:29 2015 New Revision: 379540 URL: https://svnweb.freebsd.org/changeset/ports/379540 QAT: https://qat.redports.org/buildarchive/r379540/ Log: Use metacpan as the WWW instead of Mojolicious's POD interface. Suggested by: az Modified: head/databases/p5-Mojo-Pg/pkg-descr Modified: head/databases/p5-Mojo-Pg/pkg-descr ============================================================================== --- head/databases/p5-Mojo-Pg/pkg-descr Sat Feb 21 17:50:38 2015 (r379539) +++ head/databases/p5-Mojo-Pg/pkg-descr Sat Feb 21 18:48:29 2015 (r379540) @@ -5,4 +5,4 @@ Database handles are cached automaticall to increase performance. And you can handle connection timeouts gracefully by holding on to them only for short amounts of time. -WWW: http://mojolicio.us/perldoc/Mojo/Pg +WWW: https://metacpan.org/pod/Mojo::Pg From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 19:06:12 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3486C23A; Sat, 21 Feb 2015 19:06:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F4E8A5B; Sat, 21 Feb 2015 19:06:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LJ6BMG013941; Sat, 21 Feb 2015 19:06:11 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LJ6BsX013940; Sat, 21 Feb 2015 19:06:11 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201502211906.t1LJ6BsX013940@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sat, 21 Feb 2015 19:06:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379541 - head/www/webkit-qt5/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.18-1 Precedence: list List-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, 21 Feb 2015 19:06:12 -0000 Author: sbruno Date: Sat Feb 21 19:06:11 2015 New Revision: 379541 URL: https://svnweb.freebsd.org/changeset/ports/379541 QAT: https://qat.redports.org/buildarchive/r379541/ Log: Add support for armv6 by adding __clear_cache support to ASM in the javascript assembler. This mirrors similar patches to other webkit ports. PR: 197483 Submitted by: mikael.urankar@gmail.com Reviewed by: rakuco@FreeBSD.org (for kde@) Added: head/www/webkit-qt5/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h (contents, props changed) Added: head/www/webkit-qt5/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webkit-qt5/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h Sat Feb 21 19:06:11 2015 (r379541) @@ -0,0 +1,11 @@ +--- Source/JavaScriptCore/assembler/ARMAssembler.h.orig 2015-01-19 21:25:28.000000000 +0000 ++++ Source/JavaScriptCore/assembler/ARMAssembler.h 2015-01-19 21:25:57.000000000 +0000 +@@ -1121,6 +1121,8 @@ namespace JSC { + linuxPageFlush(current, end); + #elif OS(WINCE) + CacheRangeFlush(code, size, CACHE_SYNC_ALL); ++#elif CPU(ARM_TRADITIONAL) && OS(FREEBSD) && COMPILER(CLANG) ++ __clear_cache(code, reinterpret_cast(code) + size); + #else + #error "The cacheFlush support is missing on this platform." + #endif From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 19:16:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD7EB450; Sat, 21 Feb 2015 19:15:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8219B73; Sat, 21 Feb 2015 19:15:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LJFxeL018654; Sat, 21 Feb 2015 19:15:59 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LJFwL5018650; Sat, 21 Feb 2015 19:15:58 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201502211915.t1LJFwL5018650@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 21 Feb 2015 19:15:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379542 - head/sysutils/puppet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 19:16:00 -0000 Author: swills Date: Sat Feb 21 19:15:58 2015 New Revision: 379542 URL: https://svnweb.freebsd.org/changeset/ports/379542 QAT: https://qat.redports.org/buildarchive/r379542/ Log: sysutils/puppet: Update to 3.7.4 While here, mark it broken with Ruby 2.2. PR: 197194 Submitted by: Rick Submitted by: Michael Moll Modified: head/sysutils/puppet/Makefile head/sysutils/puppet/distinfo head/sysutils/puppet/pkg-descr head/sysutils/puppet/pkg-plist Modified: head/sysutils/puppet/Makefile ============================================================================== --- head/sysutils/puppet/Makefile Sat Feb 21 19:06:11 2015 (r379541) +++ head/sysutils/puppet/Makefile Sat Feb 21 19:15:58 2015 (r379542) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= puppet -PORTVERSION= 3.6.2 -PORTREVISION= 2 +PORTVERSION= 3.7.4 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ @@ -44,12 +43,17 @@ PATCHES_DESC= Optional exclusive patche .if ! ${PORT_OPTIONS:MPACKAGE_ORIGIN} EXTRA_PATCHES+= ${FILESDIR}/optpatch-package_root .else -BROKEN= PACKAGE_ROOT option patch is incompatable with PACKAGE_ORIGIN patch. +BROKEN= PACKAGE_ROOT option patch is incompatible with PACKAGE_ORIGIN patch. .endif .endif .include +# puppet 4.x should support ruby 2.2.x +.if ${RUBY_VER} >= 2.2 +BROKEN= Does not work with Ruby 2.2 +.endif + .if ${PORT_OPTIONS:MPACKAGE_ORIGIN} EXTRA_PATCHES+= ${FILESDIR}/optpatch-package_origin RUN_DEPENDS+= rubygem-bzip2-ruby>=0:${PORTSDIR}/archivers/rubygem-bzip2-ruby @@ -75,10 +79,11 @@ do-install: @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ${RUBY} ${WRKSRC}/install.rb --no-configs --destdir=${STAGEDIR} post-install: + ${MKDIR} ${STAGEDIR}${ETCDIR}/manifests ${MKDIR} ${STAGEDIR}${ETCDIR}/modules ${MKDIR} ${STAGEDIR}/var/puppet ${INSTALL_DATA} ${WRKSRC}/conf/auth.conf ${STAGEDIR}${ETCDIR}/auth.conf-dist - ${RUBY} -I ${STAGEDIR}/${RUBY_SITELIBDIR} ${STAGEDIR}${PREFIX}/bin/puppet master --genconfig \ + ${RUBY} -I ${STAGEDIR}/${RUBY_SITELIBDIR} ${STAGEDIR}${PREFIX}/bin/puppet agent --genconfig \ --confdir=${ETCDIR} \ --rundir=/var/run/puppet \ --vardir=/var/puppet \ Modified: head/sysutils/puppet/distinfo ============================================================================== --- head/sysutils/puppet/distinfo Sat Feb 21 19:06:11 2015 (r379541) +++ head/sysutils/puppet/distinfo Sat Feb 21 19:15:58 2015 (r379542) @@ -1,2 +1,2 @@ -SHA256 (puppet-3.6.2.tar.gz) = 9114c63108c58e39db84937cb8f7e1add3dcbaa08fd730f631de6a7f64a3c360 -SIZE (puppet-3.6.2.tar.gz) = 2252186 +SHA256 (puppet-3.7.4.tar.gz) = 957c09ab253f76e624809766999da6d872f79b3a64b54b8c66bdd8907c291745 +SIZE (puppet-3.7.4.tar.gz) = 2600191 Modified: head/sysutils/puppet/pkg-descr ============================================================================== --- head/sysutils/puppet/pkg-descr Sat Feb 21 19:06:11 2015 (r379541) +++ head/sysutils/puppet/pkg-descr Sat Feb 21 19:15:58 2015 (r379542) @@ -4,4 +4,4 @@ elements normally aggregated in differen hosts, along with obviously discrete elements like packages, services, and files. -WWW: http://www.puppetlabs.com +WWW: https://puppetlabs.com/puppet/puppet-open-source Modified: head/sysutils/puppet/pkg-plist ============================================================================== --- head/sysutils/puppet/pkg-plist Sat Feb 21 19:06:11 2015 (r379541) +++ head/sysutils/puppet/pkg-plist Sat Feb 21 19:15:58 2015 (r379542) @@ -46,5 +46,7 @@ man/man8/puppet.8.gz %%RUBY_SITELIBDIR%%/puppetx.rb %%ETCDIR%%/puppet.conf-dist %%ETCDIR%%/auth.conf-dist +@dir(puppet,puppet,) %%ETCDIR%%/manifests +@dir(puppet,puppet,) %%ETCDIR%%/modules @(puppet,puppet,) www/puppet/config.ru @dir(puppet,puppet,) /var/puppet From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 19:24:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A65B6583; Sat, 21 Feb 2015 19:24:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9134CC2F; Sat, 21 Feb 2015 19:24:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LJO5Z5023212; Sat, 21 Feb 2015 19:24:05 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LJO4K9023208; Sat, 21 Feb 2015 19:24:04 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502211924.t1LJO4K9023208@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 21 Feb 2015 19:24:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379543 - head/mail/roundcube-contextmenu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 19:24:05 -0000 Author: pi Date: Sat Feb 21 19:24:04 2015 New Revision: 379543 URL: https://svnweb.freebsd.org/changeset/ports/379543 QAT: https://qat.redports.org/buildarchive/r379543/ Log: mail/roundcube-contextmenu: 2.0 -> 2.1 - Update homepage URI - Update to work with roundcube 1.1 https://lists.freebsd.org/pipermail/freebsd-ports/2015-February/098132.html PR: 197843 Submitted by: Alexander Moisseev (maintainer) Modified: head/mail/roundcube-contextmenu/Makefile head/mail/roundcube-contextmenu/distinfo head/mail/roundcube-contextmenu/pkg-descr head/mail/roundcube-contextmenu/pkg-plist Modified: head/mail/roundcube-contextmenu/Makefile ============================================================================== --- head/mail/roundcube-contextmenu/Makefile Sat Feb 21 19:15:58 2015 (r379542) +++ head/mail/roundcube-contextmenu/Makefile Sat Feb 21 19:24:04 2015 (r379543) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= contextmenu -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= mail MASTER_SITES= GH PKGNAMEPREFIX= roundcube- @@ -12,7 +12,7 @@ COMMENT= RoundCube webmail contextmenu p LICENSE= GPLv3 -RUN_DEPENDS= roundcube>=1.0:${PORTSDIR}/mail/roundcube +RUN_DEPENDS= roundcube>=1.1:${PORTSDIR}/mail/roundcube NO_BUILD= yes @@ -20,7 +20,7 @@ USE_GITHUB= YES GH_ACCOUNT= JohnDoh GH_PROJECT= Roundcube-Plugin-Context-Menu GH_TAGNAME= ${PORTVERSION} -GH_COMMIT= 9c8d29f +GH_COMMIT= 42efb49 PLUGINDIR= ${WWWDIR:S,/${PORTNAME}$$,,}/roundcube/plugins/${PORTNAME} RCDIR_REL= ${WWWDIR_REL:S,/${PORTNAME}$$,,}/roundcube Modified: head/mail/roundcube-contextmenu/distinfo ============================================================================== --- head/mail/roundcube-contextmenu/distinfo Sat Feb 21 19:15:58 2015 (r379542) +++ head/mail/roundcube-contextmenu/distinfo Sat Feb 21 19:24:04 2015 (r379543) @@ -1,2 +1,2 @@ -SHA256 (contextmenu-2.0.tar.gz) = c99d0d48316879680253e256cdfc59939e3c15fb5ef7159cad0bc47a82156cd5 -SIZE (contextmenu-2.0.tar.gz) = 24523 +SHA256 (contextmenu-2.1.tar.gz) = 3a13fb9b907bc7caf888e84566a2099fb6c9d89d586b32cb474d148c292f3565 +SIZE (contextmenu-2.1.tar.gz) = 43128 Modified: head/mail/roundcube-contextmenu/pkg-descr ============================================================================== --- head/mail/roundcube-contextmenu/pkg-descr Sat Feb 21 19:15:58 2015 (r379542) +++ head/mail/roundcube-contextmenu/pkg-descr Sat Feb 21 19:24:04 2015 (r379543) @@ -1,3 +1,3 @@ Context menu plugin for RoundCube webmail. -WWW: http://www.tehinterweb.co.uk/roundcube/ +WWW: http://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/ Modified: head/mail/roundcube-contextmenu/pkg-plist ============================================================================== --- head/mail/roundcube-contextmenu/pkg-plist Sat Feb 21 19:15:58 2015 (r379542) +++ head/mail/roundcube-contextmenu/pkg-plist Sat Feb 21 19:24:04 2015 (r379543) @@ -1,4 +1,5 @@ %%RCDIR_REL%%/plugins/contextmenu/CHANGELOG +%%RCDIR_REL%%/plugins/contextmenu/MANUAL.md %%RCDIR_REL%%/plugins/contextmenu/README.md %%RCDIR_REL%%/plugins/contextmenu/composer.json %%RCDIR_REL%%/plugins/contextmenu/contextmenu.js @@ -33,10 +34,3 @@ %%RCDIR_REL%%/plugins/contextmenu/skins/larry/contextmenu.css %%RCDIR_REL%%/plugins/contextmenu/skins/larry/functions.js %%RCDIR_REL%%/plugins/contextmenu/skins/larry/images/contexticons.png -@dirrm %%RCDIR_REL%%/plugins/contextmenu/localization -@dirrm %%RCDIR_REL%%/plugins/contextmenu/skins/classic/images -@dirrm %%RCDIR_REL%%/plugins/contextmenu/skins/classic -@dirrm %%RCDIR_REL%%/plugins/contextmenu/skins/larry/images -@dirrm %%RCDIR_REL%%/plugins/contextmenu/skins/larry -@dirrm %%RCDIR_REL%%/plugins/contextmenu/skins -@dirrm %%RCDIR_REL%%/plugins/contextmenu From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 19:39:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05DD5965; Sat, 21 Feb 2015 19:39:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CAE0FD36; Sat, 21 Feb 2015 19:39:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LJdLgS028518; Sat, 21 Feb 2015 19:39:21 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LJdLmC028513; Sat, 21 Feb 2015 19:39:21 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201502211939.t1LJdLmC028513@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 21 Feb 2015 19:39:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379544 - 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.18-1 Precedence: list List-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, 21 Feb 2015 19:39:22 -0000 Author: matthew Date: Sat Feb 21 19:39:20 2015 New Revision: 379544 URL: https://svnweb.freebsd.org/changeset/ports/379544 QAT: https://qat.redports.org/buildarchive/r379544/ Log: Update to 4.3.10 This is a routine bugfix update - Drop @dirrm, @dirrmtry from plist Change Log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.3.10/phpMyAdmin-4.3.10-notes.html/view Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Sat Feb 21 19:24:04 2015 (r379543) +++ head/databases/phpmyadmin/Makefile Sat Feb 21 19:39:20 2015 (r379544) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.3.9 +DISTVERSION= 4.3.10 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -73,16 +73,14 @@ USE_PHP+= ${opt:tl} post-patch: cd ${WRKSRC} ; \ - for emptydir in $$( ${FIND} . -type d -empty -print ) ; do \ - ${TOUCH} $${emptydir}/.keep-me ; \ - done ; \ ${CP} ${FILESDIR}/${CFG_FILE}.sample ${WRKSRC}/${CFG_FILE}.sample ; \ ${FIND} . ! -type d ! -name ${CFG_FILE}.sample ! -name '*.bak' | \ ${SORT} | ${SED} -e "s,^\.,%%WWWDIR%%," >${PLIST} ; \ ${CAT} ${PKGDIR}/pkg-plist-chunk >>${PLIST} ; \ - ${FIND} . -type d | ${SORT} -r | ${SED} \ - -e "s,^\.$$,@dirrmtry %%WWWDIR%%," \ - -e "s,^\.,@dirrm %%WWWDIR%%," >>${PLIST} + for emptydir in $$( ${FIND} . -type d -empty -print ) ; do \ + ${ECHO} "@dir(,,)$${emptydir}" >>${PLIST} ; \ + done ; \ + do-install: cd ${WRKSRC} ; \ Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Sat Feb 21 19:24:04 2015 (r379543) +++ head/databases/phpmyadmin/distinfo Sat Feb 21 19:39:20 2015 (r379544) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.3.9-all-languages.tar.xz) = 8e8381d8e351968d3aa551a63707b3652ab5136dbf4ce491be5703441be910c4 -SIZE (phpMyAdmin-4.3.9-all-languages.tar.xz) = 5442120 +SHA256 (phpMyAdmin-4.3.10-all-languages.tar.xz) = 9485bc83366ff0f556005941d74b5f93499937e213e8bfcef3e20368eeeedcbb +SIZE (phpMyAdmin-4.3.10-all-languages.tar.xz) = 5443264 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 19:44:47 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0DCBA7B; Sat, 21 Feb 2015 19:44:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBC07DED; Sat, 21 Feb 2015 19:44:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LJilTT032661; Sat, 21 Feb 2015 19:44:47 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LJilE7032660; Sat, 21 Feb 2015 19:44:47 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201502211944.t1LJilE7032660@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Sat, 21 Feb 2015 19:44:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379545 - head/emulators/qemu-user-static X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 19:44:47 -0000 Author: nox Date: Sat Feb 21 19:44:46 2015 New Revision: 379545 URL: https://svnweb.freebsd.org/changeset/ports/379545 QAT: https://qat.redports.org/buildarchive/r379545/ Log: This is a slave port of emulators/qemu-sbruno now. (not qemu-devel) Confusion reported by: linimon Modified: head/emulators/qemu-user-static/pkg-descr Modified: head/emulators/qemu-user-static/pkg-descr ============================================================================== --- head/emulators/qemu-user-static/pkg-descr Sat Feb 21 19:39:20 2015 (r379544) +++ head/emulators/qemu-user-static/pkg-descr Sat Feb 21 19:44:46 2015 (r379545) @@ -13,7 +13,7 @@ cross-debugging. As QEMU requires no host kernel patches to run, it is very safe and easy to use. -This is a slave port of emulators/qemu-devel to build only static +This is a slave port of emulators/qemu-sbruno to build only static bsd-user targets named like qemu-mips-static. While still being experimental people have already built quite a few armv6/mips/mips64 packages using these and e.g. poudriere. Some notes are also here: From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 20:00:41 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 442FBD58; Sat, 21 Feb 2015 20:00:41 +0000 (UTC) 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 1764FEFE; Sat, 21 Feb 2015 20:00:39 +0000 (UTC) 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 4E308435AC; Sat, 21 Feb 2015 14:00:30 -0600 (CST) Message-ID: <54E8E3D7.7060102@marino.st> Date: Sat, 21 Feb 2015 21:00:23 +0100 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Jan Beich Subject: Re: svn commit: r379485 - in head: mail/thunderbird/files www/firefox-esr/files www/libxul/files References: <201502210822.t1L8MSNt008911@svn.freebsd.org> <54E8444B.4090707@marino.st> <4mqf-78zc-wny@FreeBSD.org> In-Reply-To: <4mqf-78zc-wny@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, marino@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 20:00:41 -0000 On 2/21/2015 13:19, Jan Beich wrote: > John Marino writes: > >>> Author: jbeich >>> Date: Sat Feb 21 08:22:28 2015 >>> New Revision: 379485 >>> URL: https://svnweb.freebsd.org/changeset/ports/379485 >>> QAT: https://qat.redports.org/buildarchive/r379485/ >>> >>> Log: >>> Fix invalid conversions of nullptr to bool to unbreak clang 3.6 build >>> >>> PR: 197857 >>> Submitted by: dim (initial version) >>> Obtained from: https://github.com/mozilla/gecko-dev/commit/dd19f59 >>> >> >> All the mozilla stuff is busted on gcc5 for this reason: firefox, >> seamonkey, libxul, thunderbird. I have high hopes this patch fixes it. >> Are you planning to patch them all? > > Isn't USES=compiler:c++11-lang supposed to pick Clang over GCC? Not on DragonFly. > This commit only backports the fix from Firefox 32, SeaMonkey 2.29. > > If you haven't filed a bug don't expect me to know about the issue. > My testing is limited due to not having a buildfarm/fast hardware > while (any) GCC requires more memory/buildtime than Clang + extra > time spent building the compiler itself. So, just knowing which > file/which line fails to compile would have saved a lot of time. GCC 5 isn't even in pre-release yet, but this issue with all of Mozilla is pretty well documented because Fedora 22 will release with GCC-5 and all the mozilla stuff failed to build. I've got my own list of around ~180 ports that failed to build although some of them were due to not passing flags and not setting the environment. I only found out this week about Mozilla and I'm still working the big package failures (e.g. I just fixed boost-libs which took out over 800 ports). I only expected a problem with -esr ports because I have to assume these errors will be fixed before next year. Anyway, I was sincere with my thanks. It was a welcome sight to see these fixed before I had to do something with them. BTW, I've already checked and they now build on gcc-5. John From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 20:07:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D42CEA5 for ; Sat, 21 Feb 2015 20:07:05 +0000 (UTC) Received: from mail-la0-f52.google.com (mail-la0-f52.google.com [209.85.215.52]) (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 0B657FC4 for ; Sat, 21 Feb 2015 20:07:04 +0000 (UTC) Received: by lams18 with SMTP id s18so12025375lam.13 for ; Sat, 21 Feb 2015 12:06:57 -0800 (PST) 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=V4nNfxq5PeyiQA9MOJA45IySnv2xBqB2BRm5Veqtb8k=; b=PjFLNnVfvCeIudy/TpCc2D+5NtR/gPodk7v10GuR3oERBjh7Kua2Dd/i6oLxQLea6y RvUT/uWBLmMIRVzjJ7EHwNKqwNyG52e9mQAnY3m3GXdKx21HTWUTmeNfFw1DpjixeuxN ZTQNEeCVZINWuvbY39LieOnwrcCw+doCUMqqoySEzhxnSRjGfCC0qlBuSpLeWv+U6g/h gGrWz5pPjH6YO/dB2QQyucX88m2ZkaH8/9vCHhjcyNwAcZXNcCmgAgQvvwWkupJSYCMd jXiYrBp5HH9K5nlzJxApuSa/FJzzdmoU0Gyfk96GuB/YuRZCp2qmfdpHQKsTYZHxOBn2 nP6A== X-Gm-Message-State: ALoCoQmZKydPom6xwKsWptqK4A/11O9KcrL7YO9wqOr0AfnQxjr8RlfXzYwQQs1gAFKHmmR/FoAD X-Received: by 10.152.26.136 with SMTP id l8mr3257682lag.109.1424549217386; Sat, 21 Feb 2015 12:06:57 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.142.39 with HTTP; Sat, 21 Feb 2015 12:06:37 -0800 (PST) In-Reply-To: <201502211848.t1LImUcl004841@svn.freebsd.org> References: <201502211848.t1LImUcl004841@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 22 Feb 2015 04:06:37 +0800 X-Google-Sender-Auth: yJNcYqjmmo3S6MAEfNFQ6UGDslM Message-ID: Subject: Re: svn commit: r379540 - head/databases/p5-Mojo-Pg To: Adam Weinberger Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Andrej Zverev , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 20:07:05 -0000 On Sun, Feb 22, 2015 at 2:48 AM, Adam Weinberger wrote: > Author: adamw > Date: Sat Feb 21 18:48:29 2015 > New Revision: 379540 > URL: https://svnweb.freebsd.org/changeset/ports/379540 > QAT: https://qat.redports.org/buildarchive/r379540/ > > Log: > Use metacpan as the WWW instead of Mojolicious's POD interface. > > Suggested by: az > > Modified: > head/databases/p5-Mojo-Pg/pkg-descr > > Modified: head/databases/p5-Mojo-Pg/pkg-descr > > ============================================================================== > --- head/databases/p5-Mojo-Pg/pkg-descr Sat Feb 21 17:50:38 2015 > (r379539) > +++ head/databases/p5-Mojo-Pg/pkg-descr Sat Feb 21 18:48:29 2015 > (r379540) > @@ -5,4 +5,4 @@ Database handles are cached automaticall > to increase performance. And you can handle connection timeouts > gracefully by > holding on to them only for short amounts of time. > > -WWW: http://mojolicio.us/perldoc/Mojo/Pg > +WWW: https://metacpan.org/pod/Mojo::Pg > > Do you consider to use "http://search.cpan.org/dist/Mojo-Pg/"? I see much more ports with search.cpan.org as WWW. % grep metacpan.org /usr/ports/INDEX-10 | wc -l 27 % grep search.cpan.org /usr/ports/INDEX-10 | wc -l 4698 Regards, sunpoet From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 20:15:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CB80DB; Sat, 21 Feb 2015 20:15:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D75D136; Sat, 21 Feb 2015 20:15:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LKFDB3046896; Sat, 21 Feb 2015 20:15:13 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LKFCjL046891; Sat, 21 Feb 2015 20:15:12 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502212015.t1LKFCjL046891@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 21 Feb 2015 20:15:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379546 - in head/devel: . phpunit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 20:15:13 -0000 Author: pi Date: Sat Feb 21 20:15:11 2015 New Revision: 379546 URL: https://svnweb.freebsd.org/changeset/ports/379546 QAT: https://qat.redports.org/buildarchive/r379546/ Log: New port: devel/phpunit 4.5.0 PHPUnit is a regression testing framework used by the developer who implements unit tests in PHP. It is the most recent version of PHPUnit, but no longer distributed over PEAR. WWW: http://www.phpunit.de Note: This will probably replace devel/pear-PHPUnit3 soon. PR: 195464 Submitted by: Torsten Zühlsdorff , fullermd@over-yonder.net Added: head/devel/phpunit/ head/devel/phpunit/Makefile (contents, props changed) head/devel/phpunit/distinfo (contents, props changed) head/devel/phpunit/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Feb 21 19:44:46 2015 (r379545) +++ head/devel/Makefile Sat Feb 21 20:15:11 2015 (r379546) @@ -3546,6 +3546,7 @@ SUBDIR += phpbt SUBDIR += phpsh SUBDIR += phptags + SUBDIR += phpunit SUBDIR += physfs SUBDIR += physfs-devel SUBDIR += picp Added: head/devel/phpunit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/phpunit/Makefile Sat Feb 21 20:15:11 2015 (r379546) @@ -0,0 +1,32 @@ +# Created by: Torsten Zühlsdorff () +# $FreeBSD$ + +PORTNAME= phpunit +PORTVERSION= 4.5.0 +CATEGORIES= devel www +MASTER_SITES= https://phar.phpunit.de/ \ + http://ports.toco-domains.de/ +EXTRACT_SUFX= .phar + +MAINTAINER= ports@toco-domains.de +COMMENT= Testing framework for unit tests + +LICENSE= BSD3CLAUSE + +CONFLICTS= pear-PHPUnit-[123]* + +USE_PHP= dom json spl pcre phar + +NO_BUILD= yes + +PLIST_FILES= bin/phpunit + +# Download isn't compressed or aggregated, it's just the single file +do-extract: + ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include Added: head/devel/phpunit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/phpunit/distinfo Sat Feb 21 20:15:11 2015 (r379546) @@ -0,0 +1,2 @@ +SHA256 (phpunit-4.5.0.phar) = 3b33307128be5d4460eb344763b73ffa9d06b7be13a0db3c7e10566e64fb37b1 +SIZE (phpunit-4.5.0.phar) = 3411356 Added: head/devel/phpunit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/phpunit/pkg-descr Sat Feb 21 20:15:11 2015 (r379546) @@ -0,0 +1,4 @@ +PHPUnit is a regression testing framework used by the developer +who implements unit tests in PHP. + +WWW: http://www.phpunit.de From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 20:16:22 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E0531DA; Sat, 21 Feb 2015 20:16:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3869114E; Sat, 21 Feb 2015 20:16:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LKGMDv047140; Sat, 21 Feb 2015 20:16:22 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LKGMvF047139; Sat, 21 Feb 2015 20:16:22 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201502212016.t1LKGMvF047139@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 21 Feb 2015 20:16:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379547 - head/www/webkit-qt5/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.18-1 Precedence: list List-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, 21 Feb 2015 20:16:22 -0000 Author: rakuco Date: Sat Feb 21 20:16:21 2015 New Revision: 379547 URL: https://svnweb.freebsd.org/changeset/ports/379547 QAT: https://qat.redports.org/buildarchive/r379547/ Log: Fix `make patch' after r379541. The new patch just didn't apply, and apparently nobody tested it before committing... PR: 197483 Modified: head/www/webkit-qt5/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h Modified: head/www/webkit-qt5/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h ============================================================================== --- head/www/webkit-qt5/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h Sat Feb 21 20:15:11 2015 (r379546) +++ head/www/webkit-qt5/files/patch-Source_JavaScriptCore_assembler_ARMAssembler.h Sat Feb 21 20:16:21 2015 (r379547) @@ -1,11 +1,11 @@ ---- Source/JavaScriptCore/assembler/ARMAssembler.h.orig 2015-01-19 21:25:28.000000000 +0000 -+++ Source/JavaScriptCore/assembler/ARMAssembler.h 2015-01-19 21:25:57.000000000 +0000 -@@ -1121,6 +1121,8 @@ namespace JSC { +--- Source/JavaScriptCore/assembler/ARMAssembler.h ++++ Source/JavaScriptCore/assembler/ARMAssembler.h +@@ -1064,6 +1064,8 @@ linuxPageFlush(current, end); #elif OS(WINCE) CacheRangeFlush(code, size, CACHE_SYNC_ALL); +#elif CPU(ARM_TRADITIONAL) && OS(FREEBSD) && COMPILER(CLANG) -+ __clear_cache(code, reinterpret_cast(code) + size); - #else - #error "The cacheFlush support is missing on this platform." - #endif ++ __clear_cache(code, reinterpret_cast(code) + size); + #elif OS(QNX) && ENABLE(ASSEMBLER_WX_EXCLUSIVE) + UNUSED_PARAM(code); + UNUSED_PARAM(size); From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 20:19:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 055E932D; Sat, 21 Feb 2015 20:19:21 +0000 (UTC) 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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5141F16A; Sat, 21 Feb 2015 20:19:20 +0000 (UTC) Received: from [192.168.192.25] (67-0-109-75.albq.qwest.net [67.0.109.75]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id BB75E13C91E; Sat, 21 Feb 2015 13:19:18 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: svn commit: r379540 - head/databases/p5-Mojo-Pg From: Adam Weinberger In-Reply-To: Date: Sat, 21 Feb 2015 13:19:17 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <5FF5AFF8-0563-4141-8D33-2E9732FAC308@adamw.org> References: <201502211848.t1LImUcl004841@svn.freebsd.org> To: Sunpoet Po-Chuan Hsieh X-Mailer: Apple Mail (2.2070.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Adam Weinberger , Andrej Zverev , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 20:19:21 -0000 > On 21 Feb, 2015, at 13:06, Sunpoet Po-Chuan Hsieh = wrote: >=20 > On Sun, Feb 22, 2015 at 2:48 AM, Adam Weinberger = wrote: > Author: adamw > Date: Sat Feb 21 18:48:29 2015 > New Revision: 379540 > URL: https://svnweb.freebsd.org/changeset/ports/379540 > QAT: https://qat.redports.org/buildarchive/r379540/ >=20 > Log: > Use metacpan as the WWW instead of Mojolicious's POD interface. >=20 > Suggested by: az >=20 > Modified: > head/databases/p5-Mojo-Pg/pkg-descr >=20 > Modified: head/databases/p5-Mojo-Pg/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 > --- head/databases/p5-Mojo-Pg/pkg-descr Sat Feb 21 17:50:38 2015 = (r379539) > +++ head/databases/p5-Mojo-Pg/pkg-descr Sat Feb 21 18:48:29 2015 = (r379540) > @@ -5,4 +5,4 @@ Database handles are cached automaticall > to increase performance. And you can handle connection timeouts = gracefully by > holding on to them only for short amounts of time. >=20 > -WWW: http://mojolicio.us/perldoc/Mojo/Pg > +WWW: https://metacpan.org/pod/Mojo::Pg >=20 >=20 > Do you consider to use "http://search.cpan.org/dist/Mojo-Pg/"? > I see much more ports with search.cpan.org as WWW. >=20 > % grep metacpan.org /usr/ports/INDEX-10 | wc -l > 27 > % grep search.cpan.org /usr/ports/INDEX-10 | wc -l > 4698 I've been using metacpan as the WWW because 1) It does a remarkably = better job of displaying POD and module info, and 2) when you search on = cpan it automatically redirects to metacpan. I'm certainly not married = to it but I think it provides a better service to end-users. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 20:36:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F8CA758; Sat, 21 Feb 2015 20:36:56 +0000 (UTC) Received: from mail-lb0-x230.google.com (mail-lb0-x230.google.com [IPv6:2a00:1450:4010:c04::230]) (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 097A933D; Sat, 21 Feb 2015 20:36:56 +0000 (UTC) Received: by lbvn10 with SMTP id n10so12259833lbv.4; Sat, 21 Feb 2015 12:36:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=aLPMUtBhbecnQyGGB3/yY015w4rF36+9Bk6YDn9AySY=; b=XmAZkhQwgof4YdvMZJrn1FghuxA4tzeJuPFV3UvQfMCQwlMbKBoR5ci5dHx7pxrsMl zHlM02azt4+z958O3ykJXmxKNjFsGjIZR6tAEgP4sG8YGpLhDEQzhX2sba2FBwROJS81 s2XfHttxyaKXx5z2T3IrfHaR6+eNSZkoeq7RUgvbkN1pW2XiRYFfjyNyXQrTtLueiOaA tRe0p3HlkIqi441NgHxWOpZXHTIqSBE75FwdPfwgb0FLbEOh9ibV+w4ofoAIRBLFoe0j TRTBC+92Ppt63aoXF+Q3mgvr11JIEN9qf/m97Fky0P4wi0/mL/3/dPSUUoNN1lSwPXqu 0ZBQ== MIME-Version: 1.0 X-Received: by 10.153.4.44 with SMTP id cb12mr3415605lad.26.1424551012903; Sat, 21 Feb 2015 12:36:52 -0800 (PST) Sender: andrej.zverev@gmail.com Received: by 10.25.162.146 with HTTP; Sat, 21 Feb 2015 12:36:52 -0800 (PST) In-Reply-To: <5FF5AFF8-0563-4141-8D33-2E9732FAC308@adamw.org> References: <201502211848.t1LImUcl004841@svn.freebsd.org> <5FF5AFF8-0563-4141-8D33-2E9732FAC308@adamw.org> Date: Sun, 22 Feb 2015 00:36:52 +0400 X-Google-Sender-Auth: 5VPVxh-rgLXoZqoMUrOS9hoOLW4 Message-ID: Subject: Re: svn commit: r379540 - head/databases/p5-Mojo-Pg From: Andrej Zverev To: Adam Weinberger Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Sunpoet Po-Chuan Hsieh , "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , Adam Weinberger , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 20:36:56 -0000 My 5 rubles here. We need switch to metacpan, since search.cpan.org slow, proprietary and as i can say (i hope this is true) not recommended by Perl community. On Sat, Feb 21, 2015 at 11:19 PM, Adam Weinberger wrote: >> On 21 Feb, 2015, at 13:06, Sunpoet Po-Chuan Hsieh = wrote: >> >> On Sun, Feb 22, 2015 at 2:48 AM, Adam Weinberger wro= te: >> Author: adamw >> Date: Sat Feb 21 18:48:29 2015 >> New Revision: 379540 >> URL: https://svnweb.freebsd.org/changeset/ports/379540 >> QAT: https://qat.redports.org/buildarchive/r379540/ >> >> Log: >> Use metacpan as the WWW instead of Mojolicious's POD interface. >> >> Suggested by: az >> >> Modified: >> head/databases/p5-Mojo-Pg/pkg-descr >> >> Modified: head/databases/p5-Mojo-Pg/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 >> --- head/databases/p5-Mojo-Pg/pkg-descr Sat Feb 21 17:50:38 2015 = (r379539) >> +++ head/databases/p5-Mojo-Pg/pkg-descr Sat Feb 21 18:48:29 2015 = (r379540) >> @@ -5,4 +5,4 @@ Database handles are cached automaticall >> to increase performance. And you can handle connection timeouts gracefu= lly by >> holding on to them only for short amounts of time. >> >> -WWW: http://mojolicio.us/perldoc/Mojo/Pg >> +WWW: https://metacpan.org/pod/Mojo::Pg >> >> >> Do you consider to use "http://search.cpan.org/dist/Mojo-Pg/"? >> I see much more ports with search.cpan.org as WWW. >> >> % grep metacpan.org /usr/ports/INDEX-10 | wc -l >> 27 >> % grep search.cpan.org /usr/ports/INDEX-10 | wc -l >> 4698 > > I've been using metacpan as the WWW because 1) It does a remarkably bette= r job of displaying POD and module info, and 2) when you search on cpan it = automatically redirects to metacpan. I'm certainly not married to it but I = think it provides a better service to end-users. > > # Adam > > > -- > Adam Weinberger > adamw@adamw.org > http://www.adamw.org > > From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 20:39:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FEE78AA; Sat, 21 Feb 2015 20:39:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 112FC352; Sat, 21 Feb 2015 20:39:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LKdYul056780; Sat, 21 Feb 2015 20:39:34 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LKdYdG056777; Sat, 21 Feb 2015 20:39:34 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201502212039.t1LKdYdG056777@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sat, 21 Feb 2015 20:39:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379548 - head/databases/riak X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 20:39:35 -0000 Author: robak Date: Sat Feb 21 20:39:33 2015 New Revision: 379548 URL: https://svnweb.freebsd.org/changeset/ports/379548 QAT: https://qat.redports.org/buildarchive/r379548/ Log: databases/riak: update 1.4.10 -> 1.4.12 - Fix issue with starting Riak due to incorrect dirs ownership PR: 195220 Modified: head/databases/riak/Makefile head/databases/riak/distinfo head/databases/riak/pkg-plist Modified: head/databases/riak/Makefile ============================================================================== --- head/databases/riak/Makefile Sat Feb 21 20:16:21 2015 (r379547) +++ head/databases/riak/Makefile Sat Feb 21 20:39:33 2015 (r379548) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= riak -PORTVERSION= 1.4.10 +PORTVERSION= 1.4.12 CATEGORIES= databases MASTER_SITES= http://s3.amazonaws.com/downloads.basho.com/riak/${PORTVERSION:R}/${PORTVERSION}/ \ http://downloads.basho.com.s3.amazonaws.com/riak/${PORTVERSION:R}/${PORTVERSION}/ @@ -17,11 +17,13 @@ USES= gmake readline USE_RC_SUBR= riak PLIST= ${WRKDIR}/pkg-plist -PLIST_SUB+= RIAK_CONFDIR=${RIAK_CONFDIR} \ +PLIST_SUB+= GROUPS=${GROUPS} \ + RIAK_CONFDIR=${RIAK_CONFDIR} \ RIAK_DBDIR=${RIAK_DBDIR} \ RIAK_HOMEDIR=${RIAK_HOMEDIR} \ RIAK_LIBDIR=${RIAK_LIBDIR} \ - RIAK_LOGDIR=${RIAK_LOGDIR} + RIAK_LOGDIR=${RIAK_LOGDIR} \ + USERS=${USERS} USERS= riak GROUPS= riak @@ -44,8 +46,6 @@ post-patch: pre-install: ${RM} -f ${PLIST} ${CAT} ${PKGDIR}/pkg-plist >> ${PLIST} - ${ECHO} "@owner ${USERS}" >> ${PLIST} - ${ECHO} "@group ${GROUPS}" >> ${PLIST} (cd ${WRKSRC}/rel/${PORTNAME}; ${FIND} releases -type f \ | ${AWK} '{print length, $$0}' | ${SORT} -rn | ${SED} -e 's/^/lib\//' \ | ${AWK} '{print "lib/riak/"$$2 }' >> ${PLIST}) Modified: head/databases/riak/distinfo ============================================================================== --- head/databases/riak/distinfo Sat Feb 21 20:16:21 2015 (r379547) +++ head/databases/riak/distinfo Sat Feb 21 20:39:33 2015 (r379548) @@ -1,2 +1,2 @@ -SHA256 (riak-1.4.10.tar.gz) = 464d6076e3f7297c8ac068ba9864f1a28e0900ccbda46b70a2f92bac3765ad77 -SIZE (riak-1.4.10.tar.gz) = 13815356 +SHA256 (riak-1.4.12.tar.gz) = 2ae63ba183ce457399a21542c75aa6149481c972ebac739a1599e93e81982c91 +SIZE (riak-1.4.12.tar.gz) = 13821609 Modified: head/databases/riak/pkg-plist ============================================================================== --- head/databases/riak/pkg-plist Sat Feb 21 20:16:21 2015 (r379547) +++ head/databases/riak/pkg-plist Sat Feb 21 20:39:33 2015 (r379548) @@ -6,12 +6,14 @@ man/man1/riak-admin.1.gz man/man1/riak-debug.1.gz man/man1/riak.1.gz man/man1/search-cmd.1.gz -@dir %%RIAK_CONFDIR%% -@dir %%RIAK_LOGDIR%% -@dir %%RIAK_DBDIR%% -@dir %%RIAK_HOMEDIR%% -@dir %%RIAK_LIBDIR%% @sample %%ETCDIR%%/vm.args.sample @sample %%ETCDIR%%/app.config.sample @sample %%ETCDIR%%/cert.pem.sample @sample %%ETCDIR%%/key.pem.sample +@dir %%RIAK_CONFDIR%% +@owner %%USERS%% +@group %%GROUPS%% +@dir %%RIAK_DBDIR%% +@dir %%RIAK_HOMEDIR%% +@dir %%RIAK_LIBDIR%% +@dir %%RIAK_LOGDIR%% From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 20:48:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B097EBC8; Sat, 21 Feb 2015 20:48:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AD33613; Sat, 21 Feb 2015 20:48:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LKmdej061690; Sat, 21 Feb 2015 20:48:39 GMT (envelope-from kami@FreeBSD.org) Received: (from kami@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LKmcgn061685; Sat, 21 Feb 2015 20:48:38 GMT (envelope-from kami@FreeBSD.org) Message-Id: <201502212048.t1LKmcgn061685@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kami set sender to kami@FreeBSD.org using -f From: Dominic Fandrey Date: Sat, 21 Feb 2015 20:48:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379549 - in head/multimedia: libbdplus libbluray X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 20:48:39 -0000 Author: kami Date: Sat Feb 21 20:48:37 2015 New Revision: 379549 URL: https://svnweb.freebsd.org/changeset/ports/379549 QAT: https://qat.redports.org/buildarchive/r379549/ Log: New port multimedia/libbdplus, part of the libbluray group. PR: 190958 Differential Revision: https://reviews.freebsd.org/D1754 Reviewed by: Carlo Strub Approved by: Carlo Strub Added: head/multimedia/libbdplus/ head/multimedia/libbdplus/Makefile (contents, props changed) head/multimedia/libbdplus/distinfo (contents, props changed) head/multimedia/libbdplus/pkg-descr (contents, props changed) head/multimedia/libbdplus/pkg-plist (contents, props changed) head/multimedia/libbluray/Makefile.include (contents, props changed) Added: head/multimedia/libbdplus/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libbdplus/Makefile Sat Feb 21 20:48:37 2015 (r379549) @@ -0,0 +1,26 @@ +# Created by: kamikaze@bsdforen.de +# $FreeBSD$ + +PORTNAME= libbdplus +PORTVERSION= 0.1.2 +CATEGORIES= multimedia +MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \ + http://blu.opsec.eu/ + +MAINTAINER= kami@freebsd.org +COMMENT= BD+ System research implementation + +LICENSE= LGPL21 + +LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libgpg-error.so:${PORTSDIR}/security/libgpg-error + +USE_LDCONFIG= yes +USE_AUTOTOOLS= autoconf aclocal automake +USES= tar:bzip2 pkgconfig libtool + +CONFIGURE_ARGS= --without-libaacs + +.include "${.CURDIR}/../libbluray/Makefile.include" + +.include Added: head/multimedia/libbdplus/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libbdplus/distinfo Sat Feb 21 20:48:37 2015 (r379549) @@ -0,0 +1,2 @@ +SHA256 (libbdplus-0.1.2.tar.bz2) = a631cae3cd34bf054db040b64edbfc8430936e762eb433b1789358ac3d3dc80a +SIZE (libbdplus-0.1.2.tar.bz2) = 319828 Added: head/multimedia/libbdplus/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libbdplus/pkg-descr Sat Feb 21 20:48:37 2015 (r379549) @@ -0,0 +1,6 @@ +libbdplus is a research project to implement the BD+ System Specifications. + +This research project provides, through an open-source library, a way to +understand how the BD+ works. + +WWW: http://www.videolan.org/developers/libbdplus.html Added: head/multimedia/libbdplus/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libbdplus/pkg-plist Sat Feb 21 20:48:37 2015 (r379549) @@ -0,0 +1,7 @@ +include/libbdplus/bdplus-version.h +include/libbdplus/bdplus.h +lib/libbdplus.a +lib/libbdplus.so +lib/libbdplus.so.0 +lib/libbdplus.so.0.1.0 +libdata/pkgconfig/libbdplus.pc Added: head/multimedia/libbluray/Makefile.include ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libbluray/Makefile.include Sat Feb 21 20:48:37 2015 (r379549) @@ -0,0 +1,10 @@ +# Makefile with common configure and install flags for libbluray +# related ports. + +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix="${PREFIX}" +CONFIGURE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/libdata/pkgconfig" + +MAKE_ARGS+= pkgconfigdir="${PREFIX}/libdata/pkgconfig" \ + CFLAGS=${CFLAGS:Q} + From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 20:54:06 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0880ED27; Sat, 21 Feb 2015 20:54:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E795C6E0; Sat, 21 Feb 2015 20:54:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LKs5E1065948; Sat, 21 Feb 2015 20:54:05 GMT (envelope-from kami@FreeBSD.org) Received: (from kami@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LKs4uI065941; Sat, 21 Feb 2015 20:54:04 GMT (envelope-from kami@FreeBSD.org) Message-Id: <201502212054.t1LKs4uI065941@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kami set sender to kami@FreeBSD.org using -f From: Dominic Fandrey Date: Sat, 21 Feb 2015 20:54:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379550 - in head/multimedia/libaacs: . 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.18-1 Precedence: list List-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, 21 Feb 2015 20:54:06 -0000 Author: kami Date: Sat Feb 21 20:54:04 2015 New Revision: 379550 URL: https://svnweb.freebsd.org/changeset/ports/379550 QAT: https://qat.redports.org/buildarchive/r379550/ Log: Update libaacs 0.7.0 -> 0.8.0 - Use Makefile.include from libbluray PR: 190958 Differential Revision: https://reviews.freebsd.org/D1754 Reviewed by: Carlo Strub Approved by: Carlo Strub Added: head/multimedia/libaacs/files/ head/multimedia/libaacs/files/patch-src-file-mmc_device_linux.c (contents, props changed) Modified: head/multimedia/libaacs/Makefile head/multimedia/libaacs/distinfo head/multimedia/libaacs/pkg-plist Modified: head/multimedia/libaacs/Makefile ============================================================================== --- head/multimedia/libaacs/Makefile Sat Feb 21 20:48:37 2015 (r379549) +++ head/multimedia/libaacs/Makefile Sat Feb 21 20:54:04 2015 (r379550) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= libaacs -PORTVERSION= 0.7.0 -PORTREVISION= 3 +PORTVERSION= 0.8.0 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \ http://blu.opsec.eu/ -MAINTAINER= kamikaze@bsdforen.de +MAINTAINER= kami@freebsd.org COMMENT= Advanced Access Content System implementation LICENSE= LGPL21 @@ -17,11 +16,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${P LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ libgpg-error.so:${PORTSDIR}/security/libgpg-error -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-debug CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex" INSTALL_TARGET= install-strip +USE_AUTOTOOLS= autoconf aclocal automake USES= bison gettext iconv libtool pathfix tar:bzip2 USE_LDCONFIG= yes +.include "${.CURDIR}/../libbluray/Makefile.include" + .include Modified: head/multimedia/libaacs/distinfo ============================================================================== --- head/multimedia/libaacs/distinfo Sat Feb 21 20:48:37 2015 (r379549) +++ head/multimedia/libaacs/distinfo Sat Feb 21 20:54:04 2015 (r379550) @@ -1,2 +1,2 @@ -SHA256 (libaacs-0.7.0.tar.bz2) = f0ecc8e9b2ed531da5f06d6e686992e5281eb906ab418577276e74d8f9a143c0 -SIZE (libaacs-0.7.0.tar.bz2) = 311337 +SHA256 (libaacs-0.8.0.tar.bz2) = 5e44545c7c4cb48bea49ff6b19d148416663593d6125ac8734776df21154ba94 +SIZE (libaacs-0.8.0.tar.bz2) = 311904 Added: head/multimedia/libaacs/files/patch-src-file-mmc_device_linux.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libaacs/files/patch-src-file-mmc_device_linux.c Sat Feb 21 20:54:04 2015 (r379550) @@ -0,0 +1,20 @@ +--- src/file/mmc_device_linux.c.orig 2015-01-29 11:40:32.000000000 +0100 ++++ src/file/mmc_device_linux.c 2015-01-29 11:42:00.000000000 +0100 +@@ -32,6 +32,7 @@ + #include "util/strutl.h" + + #include ++#include + #include + #include + #include +@@ -180,8 +181,8 @@ + } else { + BD_DEBUG(DBG_MMC | DBG_CRIT, "Error opening /proc/mounts\n"); + } +-#endif + } ++#endif + + if (fd >= 0) { + dev = calloc(1, sizeof(MMCDEV)); Modified: head/multimedia/libaacs/pkg-plist ============================================================================== --- head/multimedia/libaacs/pkg-plist Sat Feb 21 20:48:37 2015 (r379549) +++ head/multimedia/libaacs/pkg-plist Sat Feb 21 20:54:04 2015 (r379550) @@ -5,5 +5,5 @@ include/libaacs/filesystem.h lib/libaacs.a lib/libaacs.so lib/libaacs.so.0 -lib/libaacs.so.0.4.0 +lib/libaacs.so.0.5.0 libdata/pkgconfig/libaacs.pc From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 21:08:26 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9CEDF36; Sat, 21 Feb 2015 21:08:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A628833; Sat, 21 Feb 2015 21:08:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LL8QtK071382; Sat, 21 Feb 2015 21:08:26 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LL8Qkf071380; Sat, 21 Feb 2015 21:08:26 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201502212108.t1LL8Qkf071380@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Sat, 21 Feb 2015 21:08:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379551 - in head/net/krdc: . 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.18-1 Precedence: list List-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, 21 Feb 2015 21:08:26 -0000 Author: makc Date: Sat Feb 21 21:08:25 2015 New Revision: 379551 URL: https://svnweb.freebsd.org/changeset/ports/379551 QAT: https://qat.redports.org/buildarchive/r379551/ Log: net/krdc: - Add patch from upstream for FreeRDP 1.1+ support PR: 197374 Reported by: amvandemore@gmail.com Added: head/net/krdc/files/patch-git8436cc62 (contents, props changed) Modified: head/net/krdc/Makefile Modified: head/net/krdc/Makefile ============================================================================== --- head/net/krdc/Makefile Sat Feb 21 20:54:04 2015 (r379550) +++ head/net/krdc/Makefile Sat Feb 21 21:08:25 2015 (r379551) @@ -2,6 +2,7 @@ PORTNAME= krdc PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= net kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Added: head/net/krdc/files/patch-git8436cc62 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/krdc/files/patch-git8436cc62 Sat Feb 21 21:08:25 2015 (r379551) @@ -0,0 +1,317 @@ +--- rdp/rdpview.cpp ++++ rdp/rdpview.cpp +@@ -146,102 +146,205 @@ bool RdpView::start() + } + } + ++ // Check the version of FreeRDP so we can use pre-1.1 switches if needed ++ QProcess *xfreeRDPVersionCheck = new QProcess(this); ++ xfreeRDPVersionCheck->start("xfreerdp", QStringList("--version")); ++ xfreeRDPVersionCheck->waitForFinished(); ++ QString versionOutput = xfreeRDPVersionCheck->readAllStandardOutput(); ++ xfreeRDPVersionCheck->deleteLater(); ++ + m_process = new QProcess(m_container); + + QStringList arguments; + +- int width, height; +- if (m_hostPreferences->width() > 0) { +- width = m_hostPreferences->width(); +- height = m_hostPreferences->height(); +- } else { +- width = this->parentWidget()->size().width(); +- height = this->parentWidget()->size().height(); +- } +- arguments << "-g" << QString::number(width) + 'x' + QString::number(height); +- +- arguments << "-k" << keymapToXfreerdp(m_hostPreferences->keyboardLayout()); ++ if (versionOutput.contains(QLatin1String(" 1.0"))) { ++ kDebug(5012) << "Use FreeRDP 1.0 compatible arguments"; + +- if (!m_url.userName().isEmpty()) { +- // if username contains a domain, it needs to be set with another parameter +- if (m_url.userName().contains('\\')) { +- const QStringList splittedName = m_url.userName().split('\\'); +- arguments << "-d" << splittedName.at(0); +- arguments << "-u" << splittedName.at(1); ++ int width, height; ++ if (m_hostPreferences->width() > 0) { ++ width = m_hostPreferences->width(); ++ height = m_hostPreferences->height(); + } else { +- arguments << "-u" << m_url.userName(); ++ width = this->parentWidget()->size().width(); ++ height = this->parentWidget()->size().height(); + } ++ arguments << "-g" << QString::number(width) + 'x' + QString::number(height); ++ ++ arguments << "-k" << keymapToXfreerdp(m_hostPreferences->keyboardLayout()); ++ ++ if (!m_url.userName().isEmpty()) { ++ // if username contains a domain, it needs to be set with another parameter ++ if (m_url.userName().contains('\\')) { ++ const QStringList splittedName = m_url.userName().split('\\'); ++ arguments << "-d" << splittedName.at(0); ++ arguments << "-u" << splittedName.at(1); ++ } else { ++ arguments << "-u" << m_url.userName(); ++ } ++ } else { ++ arguments << "-u" << ""; ++ } ++ ++ arguments << "-D"; // request the window has no decorations ++ arguments << "-X" << QString::number(m_container->winId()); ++ arguments << "-a" << QString::number((m_hostPreferences->colorDepth() + 1) * 8); ++ ++ switch (m_hostPreferences->sound()) { ++ case 1: ++ arguments << "-o"; ++ break; ++ case 0: ++ arguments << "--plugin" << "rdpsnd"; ++ break; ++ case 2: ++ default: ++ break; ++ } ++ ++ if (!m_hostPreferences->shareMedia().isEmpty()) { ++ QStringList shareMedia; ++ shareMedia << "--plugin" << "rdpdr" << "--data" << "disk:media:" + m_hostPreferences->shareMedia() << "--"; ++ arguments += shareMedia; ++ } ++ ++ QString performance; ++ switch (m_hostPreferences->performance()) { ++ case 0: ++ performance = 'm'; ++ break; ++ case 1: ++ performance = 'b'; ++ break; ++ case 2: ++ performance = 'l'; ++ break; ++ default: ++ break; ++ } ++ ++ arguments << "-x" << performance; ++ ++ if (m_hostPreferences->console()) { ++ arguments << "-0"; ++ } ++ ++ if (m_hostPreferences->remoteFX()) { ++ arguments << "--rfx"; ++ } ++ ++ if (!m_hostPreferences->extraOptions().isEmpty()) { ++ const QStringList additionalArguments = KShell::splitArgs(m_hostPreferences->extraOptions()); ++ arguments += additionalArguments; ++ } ++ ++ // krdc has no support for certificate management yet; it would not be possbile to connect to any host: ++ // "The host key for example.com has changed" ... ++ // "Add correct host key in ~/.freerdp/known_hosts to get rid of this message." ++ arguments << "--ignore-certificate"; ++ ++ // clipboard sharing is activated in KRDC; user can disable it at runtime ++ arguments << "--plugin" << "cliprdr"; ++ ++ arguments << "-t" << QString::number(m_port); ++ arguments << m_host; ++ ++ kDebug(5012) << "Starting xfreerdp with arguments: " << arguments.join(" "); ++ ++ arguments.removeLast(); // host must be last, remove and re-add it after the password ++ if (!m_url.password().isNull()) ++ arguments << "-p" << m_url.password(); ++ arguments << m_host; ++ + } else { +- arguments << "-u" << ""; +- } ++ kDebug(5012) << "Use FreeRDP 1.1+ compatible arguments"; + +- if (!m_url.password().isNull()) +- arguments << "-p" << m_url.password(); +- +- arguments << "-D"; // request the window has no decorations +- arguments << "-X" << QString::number(m_container->winId()); +- arguments << "-a" << QString::number((m_hostPreferences->colorDepth() + 1) * 8); +- +- switch (m_hostPreferences->sound()) { +- case 1: +- arguments << "-o"; +- break; +- case 0: +- arguments << "--plugin" << "rdpsnd"; +- break; +- case 2: +- default: +- break; +- } ++ int width, height; ++ if (m_hostPreferences->width() > 0) { ++ width = m_hostPreferences->width(); ++ height = m_hostPreferences->height(); ++ } else { ++ width = this->parentWidget()->size().width(); ++ height = this->parentWidget()->size().height(); ++ } ++ arguments << "-decorations"; ++ arguments << "/w:" + QString::number(width); ++ arguments << "/h:" + QString::number(height); ++ ++ arguments << "/kbd:" + keymapToXfreerdp(m_hostPreferences->keyboardLayout()); ++ ++ if (!m_url.userName().isEmpty()) { ++ // if username contains a domain, it needs to be set with another parameter ++ if (m_url.userName().contains('\\')) { ++ const QStringList splittedName = m_url.userName().split('\\'); ++ arguments << "/d:" + splittedName.at(0); ++ arguments << "/u:" + splittedName.at(1); ++ } else { ++ arguments << "/u:" + m_url.userName(); ++ } ++ } else { ++ arguments << "/u:"; ++ } + +- if (!m_hostPreferences->shareMedia().isEmpty()) { +- QStringList shareMedia; +- shareMedia << "--plugin" << "rdpdr" << "--data" << "disk:media:" + m_hostPreferences->shareMedia() << "--"; +- arguments += shareMedia; +- } ++ arguments << "/parent-window:" + QString::number(m_container->winId()); ++ arguments << "/bpp:" + QString::number((m_hostPreferences->colorDepth() + 1) * 8); ++ arguments << "/audio-mode:" + QString::number(m_hostPreferences->sound()); + +- QString performance; +- switch (m_hostPreferences->performance()) { +- case 0: +- performance = 'm'; +- break; +- case 1: +- performance = 'b'; +- break; +- case 2: +- performance = 'l'; +- break; +- default: +- break; +- } ++ if (!m_hostPreferences->shareMedia().isEmpty()) { ++ QStringList shareMedia; ++ shareMedia << "/drive:media," + m_hostPreferences->shareMedia(); ++ arguments += shareMedia; ++ } + +- arguments << "-x" << performance; ++ QString performance; ++ switch (m_hostPreferences->performance()) { ++ case 0: ++ performance = "modem"; ++ break; ++ case 1: ++ performance = "broadband"; ++ break; ++ case 2: ++ performance = "lan"; ++ break; ++ default: ++ break; ++ } + +- if (m_hostPreferences->console()) { +- arguments << "-0"; +- } ++ arguments << "/network:" + performance; + +- if (m_hostPreferences->remoteFX()) { +- arguments << "--rfx"; +- } ++ if (m_hostPreferences->console()) { ++ arguments << "/admin"; ++ } + +- if (!m_hostPreferences->extraOptions().isEmpty()) { +- const QStringList additionalArguments = KShell::splitArgs(m_hostPreferences->extraOptions()); +- arguments += additionalArguments; +- } ++ if (m_hostPreferences->remoteFX()) { ++ arguments << "/rfx"; ++ } ++ ++ if (!m_hostPreferences->extraOptions().isEmpty()) { ++ const QStringList additionalArguments = KShell::splitArgs(m_hostPreferences->extraOptions()); ++ arguments += additionalArguments; ++ } ++ ++ // krdc has no support for certificate management yet; it would not be possbile to connect to any host: ++ // "The host key for example.com has changed" ... ++ // "Add correct host key in ~/.freerdp/known_hosts to get rid of this message." ++ arguments << "/cert-ignore"; ++ ++ // clipboard sharing is activated in KRDC; user can disable it at runtime ++ arguments << "+clipboard"; + +- // krdc has no support for certificate management yet; it would not be possbile to connect to any host: +- // "The host key for example.com has changed" ... +- // "Add correct host key in ~/.freerdp/known_hosts to get rid of this message." +- arguments << "--ignore-certificate"; ++ arguments << "/port:" + QString::number(m_port); ++ arguments << "/v:" + m_host; + +- // clipboard sharing is activated in KRDC; user can disable it at runtime +- arguments << "--plugin" << "cliprdr"; ++ kDebug(5012) << "Starting xfreerdp with arguments: " << arguments.join(" "); + +- arguments << "-t" << QString::number(m_port); +- arguments << m_host; ++ //avoid printing the password in debug ++ if (!m_url.password().isNull()) { ++ arguments << "/p:" + m_url.password(); ++ } ++ kDebug(5012) << "Starting xfreerdp with arguments: " << arguments.join(" "); + +- kDebug(5012) << "Starting xfreerdp with arguments:" << arguments; ++ } + + setStatus(Connecting); + +@@ -302,7 +405,7 @@ void RdpView::connectionError() + + void RdpView::processError(QProcess::ProcessError error) + { +- kDebug(5012) << "processError:" << error; ++ kDebug(5012) << error; + if (m_quitFlag) // do not try to show error messages while quitting (prevent crashes) + return; + +@@ -319,11 +422,11 @@ void RdpView::processError(QProcess::ProcessError error) + void RdpView::receivedStandardError() + { + const QString output(m_process->readAllStandardError()); +- kDebug(5012) << "receivedStandardError:" << output; ++ kDebug(5012) << output; + QString line; + int i = 0; + while (!(line = output.section('\n', i, i)).isEmpty()) { +- ++ + // the following error is issued by freerdp because of a bug in freerdp 1.0.1 and below; + // see: https://github.com/FreeRDP/FreeRDP/pull/576 + //"X Error of failed request: BadWindow (invalid Window parameter) +@@ -345,7 +448,7 @@ void RdpView::receivedStandardError() + void RdpView::receivedStandardOutput() + { + const QString output(m_process->readAllStandardOutput()); +- kDebug(5012) << "receivedStandardOutput:" << output; ++ kDebug(5012) << output; + QString line; + int i = 0; + while (!(line = output.section('\n', i, i)).isEmpty()) { From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 21:08:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77CAAA2; Sat, 21 Feb 2015 21:08:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58DA483B; Sat, 21 Feb 2015 21:08:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LL8o1Q071598; Sat, 21 Feb 2015 21:08:50 GMT (envelope-from kami@FreeBSD.org) Received: (from kami@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LL8nGU071593; Sat, 21 Feb 2015 21:08:49 GMT (envelope-from kami@FreeBSD.org) Message-Id: <201502212108.t1LL8nGU071593@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kami set sender to kami@FreeBSD.org using -f From: Dominic Fandrey Date: Sat, 21 Feb 2015 21:08:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379552 - in head/multimedia/libbluray: . 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.18-1 Precedence: list List-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, 21 Feb 2015 21:08:50 -0000 Author: kami Date: Sat Feb 21 21:08:48 2015 New Revision: 379552 URL: https://svnweb.freebsd.org/changeset/ports/379552 QAT: https://qat.redports.org/buildarchive/r379552/ Log: Update libbluray 0.5.0 -> 0.7.0 - Add fontconfig dependency - Add libbdplus dependency - Add plist target, because mkplist does not handle options PR: 190958 Differential Revision: https://reviews.freebsd.org/D1754 Reviewed by: Carlo Strub Approved by: Carlo Strub Added: head/multimedia/libbluray/files/patch-src-Makefile.am (contents, props changed) Deleted: head/multimedia/libbluray/files/patch-util-refcnt.h Modified: head/multimedia/libbluray/Makefile head/multimedia/libbluray/distinfo head/multimedia/libbluray/pkg-plist Modified: head/multimedia/libbluray/Makefile ============================================================================== --- head/multimedia/libbluray/Makefile Sat Feb 21 21:08:25 2015 (r379551) +++ head/multimedia/libbluray/Makefile Sat Feb 21 21:08:48 2015 (r379552) @@ -2,29 +2,31 @@ # $FreeBSD$ PORTNAME= libbluray -PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTVERSION= 0.7.0 PORTEPOCH= 1 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSION}/ \ http://blu.opsec.eu/ -MAINTAINER= kamikaze@bsdforen.de +MAINTAINER= kami@freebsd.org COMMENT= Blu-Ray discs playback library for media players LICENSE= LGPL21 -LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -# dlopen dependencies, libbdplus not yet available -LIB_DEPENDS+= libaacs.so:${PORTSDIR}/multimedia/libaacs +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig +# dlopen dependencies +LIB_DEPENDS+= libaacs.so:${PORTSDIR}/multimedia/libaacs \ + libbdplus.so:${PORTSDIR}/multimedia/libbdplus -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-debug INSTALL_TARGET= install-strip +USE_AUTOTOOLS= autoconf aclocal automake USES= iconv libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_GNOME= libxml2 +.include "Makefile.include" + OPTIONS_DEFINE= JAVA OPTIONS_SUB= yes JAVA_DESC= Enable Blu-Ray Java support @@ -42,7 +44,37 @@ CONFIGURE_ARGS+= --enable-bdjava --with- CONFIGURE_ENV+= JDK_HOME="${JAVA_HOME}" .endif -post-patch: - @${REINPLACE_CMD} '/^SET_FEATURES =/d' ${WRKSRC}/src/Makefile.in +# +# NOTE: +# makeplist has no support for options, leave this in place +# + +# Create PLIST_SUB definitions for options +.for _option in ${OPTIONS_DEFINE} +.if ${PORT_OPTIONS:M${_option}} +PLIST_SUB+= ${_option}="" +.else +PLIST_SUB+= ${_option}="@comment " +.endif +.endfor + +plist: + @${ECHO} "===> Rebuilding PLIST." +.for _option in "" ${OPTIONS_DEFINE} + @${MAKE} clean stage OPTIONS_EXCLUDE="${OPTIONS_DEFINE:N${_option}}" \ + WITH=${_option} + @${MTREE_CMD} -cp "${STAGEDIR}${PREFIX}/" > "${WRKDIR}/mtree.${_option}" + @${MTREE_CMD} -Sf "${WRKDIR}/mtree.${_option}" -f "${MTREE_FILE}" \ + | ${SED} -e '/share\/licenses/d' -e '/ dir /d' -e 's/ .*//' \ + > "plist.${_option}" +.endfor +.for _option in ${OPTIONS_DEFINE} + @${GREP} -vFx "$$(${CAT} "plist.")" "plist.${_option}" \ + | ${SED} 's/^/%%${_option}%%/' > "plist.add.${_option}" + @${RM} "plist.${_option}" +.endfor + @${CAT} plist. ${OPTIONS_DEFINE:C/^/plist.add./} \ + | ${SED} "${PLIST_SUB_SED}" > ${PLIST} + @${RM} plist. ${OPTIONS_DEFINE:C/^/plist.add./} .include Modified: head/multimedia/libbluray/distinfo ============================================================================== --- head/multimedia/libbluray/distinfo Sat Feb 21 21:08:25 2015 (r379551) +++ head/multimedia/libbluray/distinfo Sat Feb 21 21:08:48 2015 (r379552) @@ -1,2 +1,2 @@ -SHA256 (libbluray-0.5.0.tar.bz2) = 19213e193e1abc5ed2de65edfb539deda1dbf6cc64dfef03e405524c9c6f7216 -SIZE (libbluray-0.5.0.tar.bz2) = 559639 +SHA256 (libbluray-0.7.0.tar.bz2) = f79beb9fbb24117cbb1264c919e686ae9e6349c0ad08b48c4b6233b2887eb68d +SIZE (libbluray-0.7.0.tar.bz2) = 597266 Added: head/multimedia/libbluray/files/patch-src-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libbluray/files/patch-src-Makefile.am Sat Feb 21 21:08:48 2015 (r379552) @@ -0,0 +1,7 @@ +--- src/Makefile.am.orig 2015-01-26 10:44:55.000000000 +0100 ++++ src/Makefile.am 2015-01-29 13:10:02.000000000 +0100 +@@ -1,4 +1,3 @@ +-SET_FEATURES = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L -D_REENTRANT + SET_INCLUDES = -I$(top_srcdir) -Ifile -Ilibbluray -Ilibbluray/bdnav $(BDJAVA_CFLAGS) + + AM_CFLAGS = -std=c99 $(SET_FEATURES) $(SET_INCLUDES) $(LIBXML2_CFLAGS) $(FT2_CFLAGS) $(FONTCONFIG_CFLAGS) Modified: head/multimedia/libbluray/pkg-plist ============================================================================== --- head/multimedia/libbluray/pkg-plist Sat Feb 21 21:08:25 2015 (r379551) +++ head/multimedia/libbluray/pkg-plist Sat Feb 21 21:08:48 2015 (r379552) @@ -7,9 +7,10 @@ include/libbluray/keys.h include/libbluray/log_control.h include/libbluray/meta_data.h include/libbluray/overlay.h +include/libbluray/player_settings.h lib/libbluray.a lib/libbluray.so lib/libbluray.so.1 -lib/libbluray.so.1.5.0 +lib/libbluray.so.1.7.0 libdata/pkgconfig/libbluray.pc -%%JAVA%%lib/libbluray/libbluray.jar +%%JAVA%%%%JAVASHAREDIR%%/libbluray-j2se-0.7.0.jar From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 21:39:04 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 689388BC; Sat, 21 Feb 2015 21:39:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51E7FAE9; Sat, 21 Feb 2015 21:39:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LLd4m3086065; Sat, 21 Feb 2015 21:39:04 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LLd1Ki086039; Sat, 21 Feb 2015 21:39:01 GMT (envelope-from ian@FreeBSD.org) Message-Id: <201502212139.t1LLd1Ki086039@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Sat, 21 Feb 2015 21:39:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379553 - in head/sysutils/u-boot-cubox-hummingboard: . 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.18-1 Precedence: list List-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, 21 Feb 2015 21:39:04 -0000 Author: ian (src committer) Date: Sat Feb 21 21:39:00 2015 New Revision: 379553 URL: https://svnweb.freebsd.org/changeset/ports/379553 QAT: https://qat.redports.org/buildarchive/r379553/ Log: Add a U-Boot port for SolidRun Cubox-i and Hummingboard systems. Approved by: bapt Added: head/sysutils/u-boot-cubox-hummingboard/ head/sysutils/u-boot-cubox-hummingboard/Makefile (contents, props changed) head/sysutils/u-boot-cubox-hummingboard/distinfo (contents, props changed) head/sysutils/u-boot-cubox-hummingboard/files/ head/sysutils/u-boot-cubox-hummingboard/files/patch-api_api.c (contents, props changed) head/sysutils/u-boot-cubox-hummingboard/files/patch-api_api__storage.c (contents, props changed) head/sysutils/u-boot-cubox-hummingboard/files/patch-board_solidrun_mx6__cubox-i_mx6__cubox-i.c (contents, props changed) head/sysutils/u-boot-cubox-hummingboard/files/patch-common_cmd__elf.c (contents, props changed) head/sysutils/u-boot-cubox-hummingboard/files/patch-common_cmd__nvedit.c (contents, props changed) head/sysutils/u-boot-cubox-hummingboard/files/patch-common_cmd__test.c (contents, props changed) head/sysutils/u-boot-cubox-hummingboard/files/patch-config.mk (contents, props changed) head/sysutils/u-boot-cubox-hummingboard/files/patch-drivers_mmc_mmc.c (contents, props changed) head/sysutils/u-boot-cubox-hummingboard/files/patch-include_configs_mx6__cubox-i.h (contents, props changed) head/sysutils/u-boot-cubox-hummingboard/pkg-descr (contents, props changed) Added: head/sysutils/u-boot-cubox-hummingboard/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubox-hummingboard/Makefile Sat Feb 21 21:39:00 2015 (r379553) @@ -0,0 +1,50 @@ +# $FreeBSD$ + +PORTNAME= u-boot +PORTVERSION= 2013.10 +CATEGORIES= sysutils +PKGNAMESUFFIX= -cubox-hummingboard +DISTNAME= u-boot-${PORTVERSION}-solidrun-imx6 + +MAINTAINER= ian@FreeBSD.org +COMMENT= Cross-build U-Boot loader for SolidRun Cubox + +LICENSE= GPLv2 + +BUILD_DEPENDS= arm-none-eabi-gcc:${PORTSDIR}/devel/arm-none-eabi-gcc + +USE_GITHUB= yes +GH_ACCOUNT= SolidRun +GH_PROJECT= u-boot-imx6 +GH_COMMIT= e4bc4c3 +GH_TAGNAME= ${GH_COMMIT} + +NO_ARCH= yes + +WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} +USES= gmake +SSP_UNSAFE= yes # cross-build static linking dies with -fstack-protector + +U_BOOT_DIR= share/u-boot/${PORTNAME}${PKGNAMESUFFIX} +PLIST_DIRS= ${U_BOOT_DIR} share/u-boot +PLIST_FILES= ${U_BOOT_DIR}/u-boot.imx \ + ${U_BOOT_DIR}/README + +MAKE_ARGS+= ARCH=arm \ + CROSS_COMPILE=arm-none-eabi- \ + HOSTCC=clang + +do-configure: + cd ${WRKSRC}; ${GMAKE} ${MAKE_ARGS} mx6_cubox-i_config + +# The build results in two output files: SPL, and u-boot.img. +# Combine them into a single u-boot.imx so that there is only one file to be +# copied onto the boot media starting at a 1K offset on the disk. +IMXFILE= ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/u-boot.imx +do-install: + ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + dd bs=1k oseek=0 conv=sync of=${IMXFILE} if=${WRKSRC}/SPL + dd bs=1k oseek=41 conv=sync of=${IMXFILE} if=${WRKSRC}/u-boot.img + ${CP} ${.CURDIR}/pkg-descr ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + +.include Added: head/sysutils/u-boot-cubox-hummingboard/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubox-hummingboard/distinfo Sat Feb 21 21:39:00 2015 (r379553) @@ -0,0 +1,2 @@ +SHA256 (u-boot-2013.10-solidrun-imx6.tar) = 63e6d667f00eb6860b6770f718afd6d2385cbb64428e956fb075b722317bebe5 +SIZE (u-boot-2013.10-solidrun-imx6.tar) = 13031621 Added: head/sysutils/u-boot-cubox-hummingboard/files/patch-api_api.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubox-hummingboard/files/patch-api_api.c Sat Feb 21 21:39:00 2015 (r379553) @@ -0,0 +1,79 @@ +--- api/api.c.orig 2014-09-16 12:12:11 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-cubox-hummingboard/files/patch-api_api__storage.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubox-hummingboard/files/patch-api_api__storage.c Sat Feb 21 21:39:00 2015 (r379553) @@ -0,0 +1,28 @@ +--- api/api_storage.c.orig 2014-09-16 12:12:11 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-cubox-hummingboard/files/patch-board_solidrun_mx6__cubox-i_mx6__cubox-i.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubox-hummingboard/files/patch-board_solidrun_mx6__cubox-i_mx6__cubox-i.c Sat Feb 21 21:39:00 2015 (r379553) @@ -0,0 +1,51 @@ +--- board/solidrun/mx6_cubox-i/mx6_cubox-i.c.orig 2014-09-16 12:12:11 UTC ++++ board/solidrun/mx6_cubox-i/mx6_cubox-i.c +@@ -443,6 +443,7 @@ static void detect_board(void) + hb_cuboxi_ = 1; + config_sys_prompt = config_sys_prompt_hummingboard; + } ++ + } + + int board_early_init_f(void) +@@ -498,15 +499,19 @@ int board_init(void) + } + + static char const *board_type = "uninitialized"; ++static char const *fdt_board; + + int checkboard(void) + { ++ + if (hb_cuboxi_ == 0) { + puts("Board: MX6-CuBox-i\n"); + board_type = "mx6-cubox-i"; ++ fdt_board = "cubox-i"; + } else { + puts("Board: MX6-HummingBoard\n"); + board_type = "mx6-hummingboard"; ++ fdt_board = "hummingboard"; + } + return 0; + } +@@ -521,10 +526,20 @@ static const struct boot_mode board_boot + + int board_late_init(void) + { ++ const char *fdt_soc; + int cpurev = get_cpu_rev(); + setenv("cpu",get_imx_type((cpurev & 0xFF000) >> 12)); + setenv("board",board_type); + ++ if (((cpurev & 0xFF000) >> 12) == MXC_CPU_MX6Q) ++ fdt_soc = "imx6q"; ++ else ++ fdt_soc = "imx6dl"; ++ if (getenv("fdt_soc") == NULL) ++ setenv("fdt_soc", fdt_soc); ++ if (getenv("fdt_board") == NULL) ++ setenv("fdt_board", fdt_board); ++ + #ifdef CONFIG_CMD_BMODE + add_board_boot_modes(board_boot_modes); + #endif Added: head/sysutils/u-boot-cubox-hummingboard/files/patch-common_cmd__elf.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubox-hummingboard/files/patch-common_cmd__elf.c Sat Feb 21 21:39:00 2015 (r379553) @@ -0,0 +1,29 @@ +--- common/cmd_elf.c.orig 2014-09-16 12:12:11 UTC ++++ common/cmd_elf.c +@@ -35,22 +35,12 @@ unsigned long do_bootelf_exec(ulong (*en + 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-cubox-hummingboard/files/patch-common_cmd__nvedit.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubox-hummingboard/files/patch-common_cmd__nvedit.c Sat Feb 21 21:39:00 2015 (r379553) @@ -0,0 +1,46 @@ +--- common/cmd_nvedit.c.orig 2014-09-16 12:12:11 UTC ++++ common/cmd_nvedit.c +@@ -1061,6 +1061,23 @@ sep_err: + } + #endif + ++#if defined(CONFIG_CMD_ENV_EXISTS) ++static int do_env_exists(cmd_tbl_t *cmdtp, int flag, int argc, ++ char * const argv[]) ++{ ++ ENTRY e, *ep; ++ ++ if (argc < 2) ++ return CMD_RET_USAGE; ++ ++ e.key = argv[1]; ++ e.data = NULL; ++ hsearch_r(e, FIND, &ep, &env_htab, 0); ++ ++ return (ep == NULL) ? 1 : 0; ++} ++#endif ++ + /* + * New command line interface: "env" command with subcommands + */ +@@ -1096,6 +1113,9 @@ static cmd_tbl_t cmd_env_sub[] = { + U_BOOT_CMD_MKENT(save, 1, 0, do_env_save, "", ""), + #endif + U_BOOT_CMD_MKENT(set, CONFIG_SYS_MAXARGS, 0, do_env_set, "", ""), ++#if defined(CONFIG_CMD_ENV_EXISTS) ++ U_BOOT_CMD_MKENT(exists, 2, 0, do_env_exists, "", ""), ++#endif + }; + + #if defined(CONFIG_NEEDS_MANUAL_RELOC) +@@ -1138,6 +1158,9 @@ static char env_help_text[] = + #if defined(CONFIG_CMD_EDITENV) + "env edit name - edit environment variable\n" + #endif ++#if defined(CONFIG_CMD_ENV_EXISTS) ++ "env exists name - tests for existence of variable\n" ++#endif + #if defined(CONFIG_CMD_EXPORTENV) + "env export [-t | -b | -c] [-s size] addr [var ...] - export environment\n" + #endif Added: head/sysutils/u-boot-cubox-hummingboard/files/patch-common_cmd__test.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubox-hummingboard/files/patch-common_cmd__test.c Sat Feb 21 21:39:00 2015 (r379553) @@ -0,0 +1,19 @@ +--- common/cmd_test.c.orig 2014-09-16 12:12:11 UTC ++++ common/cmd_test.c +@@ -22,9 +22,14 @@ static int do_test(cmd_tbl_t *cmdtp, int + char * const *ap; + int left, adv, expr, last_expr, neg, last_cmp; + +- /* 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-cubox-hummingboard/files/patch-config.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubox-hummingboard/files/patch-config.mk Sat Feb 21 21:39:00 2015 (r379553) @@ -0,0 +1,11 @@ +--- config.mk.orig 2014-09-16 12:12:11 UTC ++++ config.mk +@@ -92,7 +92,7 @@ HOSTCC = $(call os_x_before, 10, 5, "c + HOSTCFLAGS += $(call os_x_before, 10, 4, "-traditional-cpp") + HOSTLDFLAGS += $(call os_x_before, 10, 5, "-multiply_defined suppress") + else +-HOSTCC = gcc ++HOSTCC ?= gcc + endif + + ifeq ($(HOSTOS),cygwin) Added: head/sysutils/u-boot-cubox-hummingboard/files/patch-drivers_mmc_mmc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubox-hummingboard/files/patch-drivers_mmc_mmc.c Sat Feb 21 21:39:00 2015 (r379553) @@ -0,0 +1,80 @@ +--- drivers/mmc/mmc.c.orig 2014-09-16 12:12:11 UTC ++++ drivers/mmc/mmc.c +@@ -24,6 +24,7 @@ + + static struct list_head mmc_devices; + static int cur_dev_num = -1; ++static int mmc_error_print_max = -1; + + int __weak board_mmc_getwp(struct mmc *mmc) + { +@@ -1175,9 +1176,14 @@ int mmc_register(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 +@@ -1200,7 +1206,7 @@ int mmc_start_init(struct mmc *mmc) + err = mmc->init(mmc); + + if (err) +- return err; ++ goto done; + + mmc_set_bus_width(mmc, 1); + mmc_set_clock(mmc, 1); +@@ -1209,7 +1215,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; +@@ -1226,15 +1232,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-cubox-hummingboard/files/patch-include_configs_mx6__cubox-i.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubox-hummingboard/files/patch-include_configs_mx6__cubox-i.h Sat Feb 21 21:39:00 2015 (r379553) @@ -0,0 +1,68 @@ +--- include/configs/mx6_cubox-i.h.orig 2014-09-16 12:12:11 UTC ++++ include/configs/mx6_cubox-i.h +@@ -363,4 +363,65 @@ extern char *config_sys_prompt; + #define CONFIG_CMD_CACHE + #endif + ++/***************************************************************************** ++ * FreeBSD customizations from here down. ++ ****************************************************************************/ ++ ++#ifndef CONFIG_SYS_TEXT_BASE ++#define CONFIG_SYS_TEXT_BASE 0x17800000 ++#endif ++ ++#define CONFIG_API ++#define CONFIG_CMD_ELF ++#define CONFIG_CMD_ENV_EXISTS ++ ++#undef CONFIG_CMD_BMODE ++#define CONFIG_CMD_BMODE ++ ++#undef CONFIG_SYS_MMC_MAX_DEVICE ++#define CONFIG_SYS_MMC_MAX_DEVICE CONFIG_SYS_FSL_USDHC_NUM ++ ++#undef CONFIG_LOADADDR ++#define CONFIG_LOADADDR 0x11000000 ++ ++/* Create a small(ish) boot environment for FreeBSD. */ ++#undef CONFIG_EXTRA_ENV_SETTINGS ++#define CONFIG_EXTRA_ENV_SETTINGS \ ++ "loadaddr=0x11000000\0" \ ++ \ ++ "Fatboot=" \ ++ "env exists loaderdev || env set loaderdev ${fatdev}; " \ ++ "env exists UserFatboot && run UserFatboot; " \ ++ "echo Booting from: ${fatdev} ${bootfile}; " \ ++ "fatload ${fatdev} ${loadaddr} ${bootfile} && bootelf; " \ ++ "\0" \ ++ "Netboot=" \ ++ "env exists loaderdev || env set loaderdev net; " \ ++ "env exists UserNetboot && run UserNetboot; " \ ++ "dhcp ${loadaddr} ${bootfile} && bootelf; " \ ++ "\0" \ ++ "Preboot=" \ ++ "env exists bootfile || bootfile=ubldr; " \ ++ "env exists uenv_file || uenv_file=uEnv.txt; " \ ++ "env exists SetupFdtfile && run SetupFdtfile; " \ ++ "env exists SetupFatdev && run SetupFatdev; " \ ++ "env exists SetupUenv && run SetupUenv; " \ ++ "env exists UserPreboot && run UserPreboot; " \ ++ "\0" \ ++ "SetupFdtfile=" \ ++ "env exists fdt_file || env set fdt_file ${fdt_soc}-${fdt_board}.dtb; " \ ++ "\0" \ ++ "SetupFatdev=" \ ++ "env exists fatdev || fatdev='mmc 0'; " \ ++ "\0" \ ++ "SetupUenv=" \ ++ "fatload ${fatdev} ${loadaddr} ${uenv_file} && " \ ++ "env import -t ${loadaddr} ${filesize}; " \ ++ "\0" ++ ++#undef CONFIG_BOOTCOMMAND ++#define CONFIG_BOOTCOMMAND "run Fatboot" ++#undef CONFIG_PREBOOT ++#define CONFIG_PREBOOT "run Preboot" ++ + #endif /* __CONFIG_H * */ Added: head/sysutils/u-boot-cubox-hummingboard/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-cubox-hummingboard/pkg-descr Sat Feb 21 21:39:00 2015 (r379553) @@ -0,0 +1,20 @@ +U-Boot loader for SolidRun Cubox-i and Hummingboard. + +Install the u-boot.imx file onto the boot disk using: + + dd if=u-boot.imx of=/dev/whatever bs=1k oseek=1 conv=sync + +The U-Boot built by this port expects the first 1MB of the boot media to +be reserved for the U-Boot executable and saved environment. The u-boot.imx +file begins at an offset of 1K from the start of the boot disk. The U-Boot +environment area begins at an offset of 512K. + +This version is patched so that: + * ELF and API features are enabled to support ubldr. + +The sources for this port were originally obtained from commit e4bc4c3ebe +at https://github.com/SolidRun/u-boot-imx6 which appears to be a highly +modified fork of the stock U-Boot 2013.10 release. As of this writing, +the changes in this fork have not been rolled back into upstream U-Boot. + +For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 21:42:42 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A09079DB; Sat, 21 Feb 2015 21:42:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A425BEF; Sat, 21 Feb 2015 21:42:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LLggVf090160; Sat, 21 Feb 2015 21:42:42 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LLgeGO090148; Sat, 21 Feb 2015 21:42:40 GMT (envelope-from ian@FreeBSD.org) Message-Id: <201502212142.t1LLgeGO090148@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Sat, 21 Feb 2015 21:42:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379554 - in head/sysutils/u-boot-pandaboard: . 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.18-1 Precedence: list List-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, 21 Feb 2015 21:42:42 -0000 Author: ian (src committer) Date: Sat Feb 21 21:42:39 2015 New Revision: 379554 URL: https://svnweb.freebsd.org/changeset/ports/379554 QAT: https://qat.redports.org/buildarchive/r379554/ Log: Add a U-Boot port for Pandaboard. PR: 196486 Submitted by: Scott Ellis Approved by: bapt Added: head/sysutils/u-boot-pandaboard/ head/sysutils/u-boot-pandaboard/Makefile (contents, props changed) head/sysutils/u-boot-pandaboard/distinfo (contents, props changed) head/sysutils/u-boot-pandaboard/files/ head/sysutils/u-boot-pandaboard/files/patch-api_api.c (contents, props changed) head/sysutils/u-boot-pandaboard/files/patch-api_api__storage.c (contents, props changed) head/sysutils/u-boot-pandaboard/files/patch-common_cmd__elf.c (contents, props changed) head/sysutils/u-boot-pandaboard/files/patch-common_cmd__test.c (contents, props changed) head/sysutils/u-boot-pandaboard/files/patch-drivers_mmc_mmc.c (contents, props changed) head/sysutils/u-boot-pandaboard/files/patch-include_configs_omap4__panda.h (contents, props changed) head/sysutils/u-boot-pandaboard/pkg-descr (contents, props changed) Added: head/sysutils/u-boot-pandaboard/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-pandaboard/Makefile Sat Feb 21 21:42:39 2015 (r379554) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= u-boot +PORTVERSION= 2014.10 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/ +PKGNAMESUFFIX= -pandaboard + +MAINTAINER= ian@FreeBSD.org +COMMENT= Cross-build U-Boot loader for PandaBoard + +LICENSE= GPLv2 + +BUILD_DEPENDS= arm-none-eabi-gcc:${PORTSDIR}/devel/arm-none-eabi-gcc + +NO_ARCH= yes + +WRKSRC= ${WRKDIR}/u-boot-${PORTVERSION} +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}/MLO \ + ${U_BOOT_DIR}/README + +MAKE_ARGS+= ARCH=arm \ + CROSS_COMPILE=arm-none-eabi- + +do-configure: + (cd ${WRKSRC}; ${GMAKE} omap4_panda_config) + +do-install: + ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${CP} ${WRKSRC}/MLO ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${CP} ${WRKSRC}/u-boot.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/u-boot.img + ${CP} ${.CURDIR}/pkg-descr ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + +.include Added: head/sysutils/u-boot-pandaboard/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-pandaboard/distinfo Sat Feb 21 21:42:39 2015 (r379554) @@ -0,0 +1,2 @@ +SHA256 (u-boot-2014.10.tar.bz2) = d3b132a7a9b3f3182b7aad71c2dfbd4fc15bea83e12c76134eb3ffefc07d1c71 +SIZE (u-boot-2014.10.tar.bz2) = 10217685 Added: head/sysutils/u-boot-pandaboard/files/patch-api_api.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-pandaboard/files/patch-api_api.c Sat Feb 21 21:42:39 2015 (r379554) @@ -0,0 +1,79 @@ +--- api/api.c.orig 2014-10-14 08:47:15 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-pandaboard/files/patch-api_api__storage.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-pandaboard/files/patch-api_api__storage.c Sat Feb 21 21:42:39 2015 (r379554) @@ -0,0 +1,28 @@ +--- api/api_storage.c.orig 2014-10-14 08:47:15 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-pandaboard/files/patch-common_cmd__elf.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-pandaboard/files/patch-common_cmd__elf.c Sat Feb 21 21:42:39 2015 (r379554) @@ -0,0 +1,29 @@ +--- common/cmd_elf.c.orig 2014-10-14 08:47:15 UTC ++++ common/cmd_elf.c +@@ -35,22 +35,12 @@ unsigned long do_bootelf_exec(ulong (*en + 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-pandaboard/files/patch-common_cmd__test.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-pandaboard/files/patch-common_cmd__test.c Sat Feb 21 21:42:39 2015 (r379554) @@ -0,0 +1,19 @@ +--- common/cmd_test.c.orig 2014-10-14 08:47:15 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-pandaboard/files/patch-drivers_mmc_mmc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-pandaboard/files/patch-drivers_mmc_mmc.c Sat Feb 21 21:42:39 2015 (r379554) @@ -0,0 +1,80 @@ +--- drivers/mmc/mmc.c.orig 2014-10-14 08:47:15 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) + { +@@ -1270,9 +1271,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 +@@ -1297,7 +1303,7 @@ int mmc_start_init(struct mmc *mmc) + err = mmc->cfg->ops->init(mmc); + + if (err) +- return err; ++ goto done; + + mmc_set_bus_width(mmc, 1); + mmc_set_clock(mmc, 1); +@@ -1306,7 +1312,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; +@@ -1323,15 +1329,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-pandaboard/files/patch-include_configs_omap4__panda.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-pandaboard/files/patch-include_configs_omap4__panda.h Sat Feb 21 21:42:39 2015 (r379554) @@ -0,0 +1,78 @@ +--- include/configs/omap4_panda.h.orig 2014-10-14 08:47:15 UTC ++++ include/configs/omap4_panda.h +@@ -47,4 +47,75 @@ + + #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG + ++/***************************************************************************** ++ * FreeBSD customizations from here down. ++ ****************************************************************************/ ++ ++#define CONFIG_SYS_DCACHE_OFF ++ ++/* 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 ++#define CONFIG_SYS_MMC_MAX_DEVICE 2 ++#ifndef CONFIG_SYS_DCACHE_OFF ++#define CONFIG_CMD_CACHE ++#endif ++#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 ++#define CONFIG_ENV_IS_IN_FAT ++#define CONFIG_FAT_WRITE ++#define FAT_ENV_INTERFACE "mmc" ++#define FAT_ENV_DEVICE_AND_PART "0" ++#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 \ ++ "loadaddr=88000000\0" \ ++ "Fatboot=" \ ++ "env exists loaderdev || env set loaderdev ${fatdev}; " \ ++ "env exists UserFatboot && run UserFatboot; " \ ++ "echo Booting from: ${fatdev} ${bootfile}; " \ ++ "fatload ${fatdev} ${loadaddr} ${bootfile} && bootelf; " \ ++ "\0" \ ++ "Netboot=" \ ++ "env exists loaderdev || env set loaderdev net; " \ ++ "env exists UserNetboot && run UserNetboot; " \ ++ "dhcp ${loadaddr} ${bootfile} && bootelf; " \ ++ "\0" \ ++ "Preboot=" \ ++ "env exists bootfile || bootfile=ubldr; " \ ++ "env exists uenv_file || uenv_file=uEnv.txt; " \ ++ "env exists SetupFdtfile && run SetupFdtfile; " \ ++ "env exists SetupFatdev && run SetupFatdev; " \ ++ "env exists SetupUenv && run SetupUenv; " \ ++ "env exists UserPreboot && run UserPreboot; " \ ++ "\0" \ ++ "SetupFdtfile=" \ ++ "env exists fdt_file || env set fdt_file omap4-panda.dtb; " \ ++ "\0" \ ++ "SetupFatdev=" \ ++ "env exists fatdev || fatdev='mmc 0'; " \ ++ "\0" \ ++ "SetupUenv=" \ ++ "fatload ${fatdev} ${loadaddr} ${uenv_file} && " \ ++ "env import -t ${loadaddr} ${filesize}; " \ ++ "\0" ++ ++#undef CONFIG_BOOTCOMMAND ++#define CONFIG_BOOTCOMMAND "run Fatboot" ++#undef CONFIG_PREBOOT ++#define CONFIG_PREBOOT "run Preboot" ++#endif ++ + #endif /* __CONFIG_PANDA_H */ Added: head/sysutils/u-boot-pandaboard/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-pandaboard/pkg-descr Sat Feb 21 21:42:39 2015 (r379554) @@ -0,0 +1,21 @@ +U-Boot loader for PandaBoard. + +To install this bootloader, copy the files MLO and u-boot.img to the FAT +partition on an SD card. Normally this is partition 1, but different +partitions can be set with U-Boot environment variables. + +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 uboot.env on the FAT partition. + * The DTB file name is passed to ubldr using the fdtfile env variable. + It defaults to omap4-panda.dtb unless you override it. ubldr loads + the DTB from /boot/dtb/ on the FreeBSD partition. + (Not tested) + * By default, it loads ELF ubldr from file ubldr on the FAT partition + to address 0x88000000, and launches it. + +For information about running FreeBSD on the PandaBoard, see + https://wiki.freebsd.org/FreeBSD/arm/PandaBoard + +For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 21:44:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2482AD6; Sat, 21 Feb 2015 21:44:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC3C4BFF; Sat, 21 Feb 2015 21:44:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LLiduB090665; Sat, 21 Feb 2015 21:44:39 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LLib2u090653; Sat, 21 Feb 2015 21:44:37 GMT (envelope-from ian@FreeBSD.org) Message-Id: <201502212144.t1LLib2u090653@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Sat, 21 Feb 2015 21:44:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379555 - in head/sysutils/u-boot-duovero: . 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.18-1 Precedence: list List-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, 21 Feb 2015 21:44:39 -0000 Author: ian (src committer) Date: Sat Feb 21 21:44:36 2015 New Revision: 379555 URL: https://svnweb.freebsd.org/changeset/ports/379555 QAT: https://qat.redports.org/buildarchive/r379555/ Log: Add a U-Boot port for the Duovero system. PR: 196488 Submitted by: Scott Ellis Approved by: bapt Added: head/sysutils/u-boot-duovero/ head/sysutils/u-boot-duovero/Makefile (contents, props changed) head/sysutils/u-boot-duovero/distinfo (contents, props changed) head/sysutils/u-boot-duovero/files/ head/sysutils/u-boot-duovero/files/patch-api_api.c (contents, props changed) head/sysutils/u-boot-duovero/files/patch-api_api__storage.c (contents, props changed) head/sysutils/u-boot-duovero/files/patch-common_cmd__elf.c (contents, props changed) head/sysutils/u-boot-duovero/files/patch-common_cmd__test.c (contents, props changed) head/sysutils/u-boot-duovero/files/patch-drivers_mmc_mmc.c (contents, props changed) head/sysutils/u-boot-duovero/files/patch-include_configs_duovero.h (contents, props changed) head/sysutils/u-boot-duovero/pkg-descr (contents, props changed) Added: head/sysutils/u-boot-duovero/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-duovero/Makefile Sat Feb 21 21:44:36 2015 (r379555) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= u-boot +PORTVERSION= 2014.10 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/ +PKGNAMESUFFIX= -duovero + +MAINTAINER= ian@FreeBSD.org +COMMENT= Cross-build U-Boot loader for Duovero + +LICENSE= GPLv2 + +BUILD_DEPENDS= arm-none-eabi-gcc:${PORTSDIR}/devel/arm-none-eabi-gcc + +NO_ARCH= yes + +WRKSRC= ${WRKDIR}/u-boot-${PORTVERSION} +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}/MLO \ + ${U_BOOT_DIR}/README + +MAKE_ARGS+= ARCH=arm \ + CROSS_COMPILE=arm-none-eabi- + +do-configure: + (cd ${WRKSRC}; ${GMAKE} duovero_config) + +do-install: + ${MKDIR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${CP} ${WRKSRC}/MLO ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} + ${CP} ${WRKSRC}/u-boot.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/u-boot.img + ${CP} ${.CURDIR}/pkg-descr ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README + +.include Added: head/sysutils/u-boot-duovero/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-duovero/distinfo Sat Feb 21 21:44:36 2015 (r379555) @@ -0,0 +1,2 @@ +SHA256 (u-boot-2014.10.tar.bz2) = d3b132a7a9b3f3182b7aad71c2dfbd4fc15bea83e12c76134eb3ffefc07d1c71 +SIZE (u-boot-2014.10.tar.bz2) = 10217685 Added: head/sysutils/u-boot-duovero/files/patch-api_api.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-duovero/files/patch-api_api.c Sat Feb 21 21:44:36 2015 (r379555) @@ -0,0 +1,79 @@ +--- api/api.c.orig 2014-10-14 08:47:15 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-duovero/files/patch-api_api__storage.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-duovero/files/patch-api_api__storage.c Sat Feb 21 21:44:36 2015 (r379555) @@ -0,0 +1,28 @@ +--- api/api_storage.c.orig 2014-10-14 08:47:15 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-duovero/files/patch-common_cmd__elf.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-duovero/files/patch-common_cmd__elf.c Sat Feb 21 21:44:36 2015 (r379555) @@ -0,0 +1,29 @@ +--- common/cmd_elf.c.orig 2014-10-14 08:47:15 UTC ++++ common/cmd_elf.c +@@ -35,22 +35,12 @@ unsigned long do_bootelf_exec(ulong (*en + 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-duovero/files/patch-common_cmd__test.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-duovero/files/patch-common_cmd__test.c Sat Feb 21 21:44:36 2015 (r379555) @@ -0,0 +1,19 @@ +--- common/cmd_test.c.orig 2014-10-14 08:47:15 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-duovero/files/patch-drivers_mmc_mmc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-duovero/files/patch-drivers_mmc_mmc.c Sat Feb 21 21:44:36 2015 (r379555) @@ -0,0 +1,80 @@ +--- drivers/mmc/mmc.c.orig 2014-10-14 08:47:15 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) + { +@@ -1270,9 +1271,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 +@@ -1297,7 +1303,7 @@ int mmc_start_init(struct mmc *mmc) + err = mmc->cfg->ops->init(mmc); + + if (err) +- return err; ++ goto done; + + mmc_set_bus_width(mmc, 1); + mmc_set_clock(mmc, 1); +@@ -1306,7 +1312,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; +@@ -1323,15 +1329,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-duovero/files/patch-include_configs_duovero.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-duovero/files/patch-include_configs_duovero.h Sat Feb 21 21:44:36 2015 (r379555) @@ -0,0 +1,78 @@ +--- include/configs/duovero.h.orig 2014-10-14 08:47:15 UTC ++++ include/configs/duovero.h +@@ -59,4 +59,75 @@ + + #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG + ++/***************************************************************************** ++ * FreeBSD customizations from here down. ++ ****************************************************************************/ ++ ++#define CONFIG_SYS_DCACHE_OFF ++ ++/* 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 ++#define CONFIG_SYS_MMC_MAX_DEVICE 2 ++#ifndef CONFIG_SYS_DCACHE_OFF ++#define CONFIG_CMD_CACHE ++#endif ++#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 ++#define CONFIG_ENV_IS_IN_FAT ++#define CONFIG_FAT_WRITE ++#define FAT_ENV_INTERFACE "mmc" ++#define FAT_ENV_DEVICE_AND_PART "0" ++#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 \ ++ "loadaddr=88000000\0" \ ++ "Fatboot=" \ ++ "env exists loaderdev || env set loaderdev ${fatdev}; " \ ++ "env exists UserFatboot && run UserFatboot; " \ ++ "echo Booting from: ${fatdev} ${bootfile}; " \ ++ "fatload ${fatdev} ${loadaddr} ${bootfile} && bootelf; " \ ++ "\0" \ ++ "Netboot=" \ ++ "env exists loaderdev || env set loaderdev net; " \ ++ "env exists UserNetboot && run UserNetboot; " \ ++ "dhcp ${loadaddr} ${bootfile} && bootelf; " \ ++ "\0" \ ++ "Preboot=" \ ++ "env exists bootfile || bootfile=ubldr; " \ ++ "env exists uenv_file || uenv_file=uEnv.txt; " \ ++ "env exists SetupFdtfile && run SetupFdtfile; " \ ++ "env exists SetupFatdev && run SetupFatdev; " \ ++ "env exists SetupUenv && run SetupUenv; " \ ++ "env exists UserPreboot && run UserPreboot; " \ ++ "\0" \ ++ "SetupFdtfile=" \ ++ "env exists fdt_file || env set fdt_file omap4-duovero-parlor.dtb; " \ ++ "\0" \ ++ "SetupFatdev=" \ ++ "env exists fatdev || fatdev='mmc 0'; " \ ++ "\0" \ ++ "SetupUenv=" \ ++ "fatload ${fatdev} ${loadaddr} ${uenv_file} && " \ ++ "env import -t ${loadaddr} ${filesize}; " \ ++ "\0" ++ ++#undef CONFIG_BOOTCOMMAND ++#define CONFIG_BOOTCOMMAND "run Fatboot" ++#undef CONFIG_PREBOOT ++#define CONFIG_PREBOOT "run Preboot" ++#endif ++ + #endif /* __CONFIG_DUOVERO_H */ Added: head/sysutils/u-boot-duovero/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/u-boot-duovero/pkg-descr Sat Feb 21 21:44:36 2015 (r379555) @@ -0,0 +1,21 @@ +U-Boot loader for Gumstix Duovero. + +To install this bootloader, copy the files MLO and u-boot.img to the FAT +partition on an SD card. Normally this is partition 1, but different +partitions can be set with U-Boot environment variables. + +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 uboot.env on the FAT partition. + * The DTB file name is passed to ubldr using the fdtfile env variable. + The default is omap4-duovero-parlor.dtb for a Parlor expansion board. + ubldr loads the DTB from /boot/dtb/ on the FreeBSD partition. + (Not tested) + * By default, it loads ELF ubldr from file ubldr on the FAT partition + to address 0x88000000, and launches it. + +For information about running FreeBSD on Duovero, see + https://wiki.freebsd.org/FreeBSD/arm/Duovero + +For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 21:47:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C602DBF6; Sat, 21 Feb 2015 21:47:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0F69C15; Sat, 21 Feb 2015 21:47:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LLlZvK091188; Sat, 21 Feb 2015 21:47:35 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LLlZsX091185; Sat, 21 Feb 2015 21:47:35 GMT (envelope-from ian@FreeBSD.org) Message-Id: <201502212147.t1LLlZsX091185@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Sat, 21 Feb 2015 21:47:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379556 - in head/sysutils/u-boot-wandboard: . 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.18-1 Precedence: list List-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, 21 Feb 2015 21:47:36 -0000 Author: ian (src committer) Date: Sat Feb 21 21:47:34 2015 New Revision: 379556 URL: https://svnweb.freebsd.org/changeset/ports/379556 QAT: https://qat.redports.org/buildarchive/r379556/ Log: Update the Wandboard U-Boot port to account for the difference between the actual SoC on the board (solo/dual/quad) and the soc name as needed for generating the fdt_file variable. The Solo and Dual-lite SoCs are considered to be the same part by the fdt data. Approved by: bapt Modified: head/sysutils/u-boot-wandboard/Makefile head/sysutils/u-boot-wandboard/files/patch-board_technexion_edm__cf__imx6_edm__cf__imx6.c head/sysutils/u-boot-wandboard/files/patch-include_configs_edm__cf__imx6.h Modified: head/sysutils/u-boot-wandboard/Makefile ============================================================================== --- head/sysutils/u-boot-wandboard/Makefile Sat Feb 21 21:44:36 2015 (r379555) +++ head/sysutils/u-boot-wandboard/Makefile Sat Feb 21 21:47:34 2015 (r379556) @@ -2,7 +2,7 @@ PORTNAME= u-boot PORTVERSION= 2013.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils PKGNAMESUFFIX= -wandboard DISTNAME= u-boot-${PORTVERSION}-technexion-edm Modified: head/sysutils/u-boot-wandboard/files/patch-board_technexion_edm__cf__imx6_edm__cf__imx6.c ============================================================================== --- head/sysutils/u-boot-wandboard/files/patch-board_technexion_edm__cf__imx6_edm__cf__imx6.c Sat Feb 21 21:44:36 2015 (r379555) +++ head/sysutils/u-boot-wandboard/files/patch-board_technexion_edm__cf__imx6_edm__cf__imx6.c Sat Feb 21 21:47:34 2015 (r379556) @@ -25,25 +25,25 @@ int board_late_init(void) { -+ const char *imxname; -+ uint cpurev, imxtype; ++ const char *fdt_soc; ++ uint cpurev; + + cpurev = get_cpu_rev(); -+ imxtype = (cpurev & 0xFF000) >> 12; + -+ switch (imxtype){ -+ case MXC_CPU_MX6SOLO: -+ imxname = "imx6sx"; -+ break; -+ case MXC_CPU_MX6Q: -+ imxname = "imx6q"; -+ break; -+ case MXC_CPU_MX6DL: -+ default: -+ imxname = "imx6dl"; -+ break; -+ } -+ setenv("soc", imxname); ++ /* ++ * Note that Solo and DualLite are the same SoC with one core fused off ++ * in the solo case. ++ */ ++ if (((cpurev & 0xFF000) >> 12) == MXC_CPU_MX6Q) ++ fdt_soc = "imx6q"; ++ else ++ fdt_soc = "imx6dl"; ++ ++ if (getenv("fdt_soc") == NULL) ++ setenv("fdt_soc", fdt_soc); ++ ++ if (getenv("fdt_board") == NULL) ++ setenv("fdt_board", "wandboard"); + #ifdef CONFIG_CMD_BMODE add_board_boot_modes(board_boot_modes); Modified: head/sysutils/u-boot-wandboard/files/patch-include_configs_edm__cf__imx6.h ============================================================================== --- head/sysutils/u-boot-wandboard/files/patch-include_configs_edm__cf__imx6.h Sat Feb 21 21:44:36 2015 (r379555) +++ head/sysutils/u-boot-wandboard/files/patch-include_configs_edm__cf__imx6.h Sat Feb 21 21:47:34 2015 (r379556) @@ -1,6 +1,6 @@ --- include/configs/edm_cf_imx6.h.orig 2014-06-12 07:50:48 UTC +++ include/configs/edm_cf_imx6.h -@@ -338,4 +338,64 @@ +@@ -338,4 +338,61 @@ #define CONFIG_CMD_CACHE #endif @@ -11,8 +11,6 @@ +#define CONFIG_API +#define CONFIG_CMD_ELF +#define CONFIG_CMD_ENV_EXISTS -+#define CONFIG_EFI_PARTITION -+#define CONFIG_PREBOOT + +#undef CONFIG_CMD_BMODE +#define CONFIG_CMD_BMODE @@ -26,7 +24,6 @@ +/* Create a small(ish) boot environment for FreeBSD. */ +#undef CONFIG_EXTRA_ENV_SETTINGS +#define CONFIG_EXTRA_ENV_SETTINGS \ -+ "board=wandboard\0" \ + "loadaddr=0x11000000\0" \ + \ + "Fatboot=" \ @@ -49,7 +46,7 @@ + "env exists UserPreboot && run UserPreboot; " \ + "\0" \ + "SetupFdtfile=" \ -+ "env set fdt_file ${soc}-${board}.dtb" \ ++ "env exists fdt_file || env set fdt_file ${fdt_soc}-${fdt_board}.dtb" \ + "\0" \ + "SetupFatdev=" \ + "env exists fatdev || fatdev='mmc 0'; " \ From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 21:48:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24E50CD4; Sat, 21 Feb 2015 21:48:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 104CBC1B; Sat, 21 Feb 2015 21:48:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LLmh8S091417; Sat, 21 Feb 2015 21:48:43 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LLmh5O091416; Sat, 21 Feb 2015 21:48:43 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201502212148.t1LLmh5O091416@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 21 Feb 2015 21:48:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379557 - head/sysutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 21:48:44 -0000 Author: bapt Date: Sat Feb 21 21:48:43 2015 New Revision: 379557 URL: https://svnweb.freebsd.org/changeset/ports/379557 QAT: https://qat.redports.org/buildarchive/r379557/ Log: Hook the new u-boot ports to the build Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sat Feb 21 21:47:34 2015 (r379556) +++ head/sysutils/Makefile Sat Feb 21 21:48:43 2015 (r379557) @@ -972,6 +972,9 @@ SUBDIR += tw_cli SUBDIR += tzdialog SUBDIR += u-boot-beaglebone + SUBDIR += u-boot-cubox-hummingboard + SUBDIR += u-boot-duovero + SUBDIR += u-boot-pandaboard SUBDIR += u-boot-rpi SUBDIR += u-boot-wandboard SUBDIR += ua From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 22:01:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2894CB2; Sat, 21 Feb 2015 22:01:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13B42D68; Sat, 21 Feb 2015 22:01:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LM11Bu098508; Sat, 21 Feb 2015 22:01:01 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LM11eW098507; Sat, 21 Feb 2015 22:01:01 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201502212201.t1LM11eW098507@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 21 Feb 2015 22:01:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379558 - head/multimedia X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 22:01:02 -0000 Author: antoine Date: Sat Feb 21 22:01:01 2015 New Revision: 379558 URL: https://svnweb.freebsd.org/changeset/ports/379558 QAT: https://qat.redports.org/buildarchive/r379558/ Log: Unbreak INDEX Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sat Feb 21 21:48:43 2015 (r379557) +++ head/multimedia/Makefile Sat Feb 21 22:01:01 2015 (r379558) @@ -165,6 +165,7 @@ SUBDIR += libaacs SUBDIR += libass SUBDIR += libav + SUBDIR += libbdplus SUBDIR += libbluray SUBDIR += libcec SUBDIR += libdc1394 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 22:06:02 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FCB61AC; Sat, 21 Feb 2015 22:06:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEC89E0B; Sat, 21 Feb 2015 22:06:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LM61an000855; Sat, 21 Feb 2015 22:06:01 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LM61JQ000854; Sat, 21 Feb 2015 22:06:01 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502212206.t1LM61JQ000854@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 21 Feb 2015 22:06:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379559 - head/security/libssh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 22:06:02 -0000 Author: marino Date: Sat Feb 21 22:06:00 2015 New Revision: 379559 URL: https://svnweb.freebsd.org/changeset/ports/379559 QAT: https://qat.redports.org/buildarchive/r379559/ Log: devel/libssh: Remove -pedantic-error flags and reset port This port breaks if it violates standards according to the -pedantic flag. Accord to gcc-5, it indeed does with dozens of warnings like this: /wrkdirs/security/libssh/work/libssh-0.6.3/include/libssh/priv.h:200:33: error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] _ssh_set_error(error, code, __FUNCTION__, __VA_ARGS__) The maintainer has been MIA for over a year with PRs on 8 ports. I'm not waiting for this one to time out too. While here, reset MAINTAINER. PR: 197785 Submitted by: marino Approved by: maintainer reset Modified: head/security/libssh/Makefile Modified: head/security/libssh/Makefile ============================================================================== --- head/security/libssh/Makefile Sat Feb 21 22:01:01 2015 (r379558) +++ head/security/libssh/Makefile Sat Feb 21 22:06:00 2015 (r379559) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= https://red.libssh.org/attachments/download/87/ -MAINTAINER= fluffy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library implementing the SSH1 and SSH2 protocol LICENSE= LGPL21 @@ -49,5 +49,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-lssh_threads|-lssh_threads ${PTHREAD_LIBS}|' \ -e 's|$${INCLUDE_INSTALL_DIR}|$${INCLUDE_INSTALL_DIR} ${PTHREAD_CFLAGS}|' \ ${WRKSRC}/libssh_threads.pc.cmake + @${REINPLACE_CMD} -e 's| -pedantic-errors||' \ + ${WRKSRC}/cmake/Modules/DefineCompilerFlags.cmake .include From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 22:18:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1FF8A3E9; Sat, 21 Feb 2015 22:18:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00765ED9; Sat, 21 Feb 2015 22:18:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LMINaA006056; Sat, 21 Feb 2015 22:18:23 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LMINYG006052; Sat, 21 Feb 2015 22:18:23 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201502212218.t1LMINYG006052@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 21 Feb 2015 22:18:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379560 - head/databases/sqldeveloper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 22:18:24 -0000 Author: rm Date: Sat Feb 21 22:18:22 2015 New Revision: 379560 URL: https://svnweb.freebsd.org/changeset/ports/379560 QAT: https://qat.redports.org/buildarchive/r379560/ Log: databases/sqldeveloper: version update - update to 4.0.3.16.84 - pass maintainership to submitter - unmute installation commands PR: 196352 Submitted by: mizhka@gmail.com Modified: head/databases/sqldeveloper/Makefile head/databases/sqldeveloper/distinfo head/databases/sqldeveloper/pkg-plist Modified: head/databases/sqldeveloper/Makefile ============================================================================== --- head/databases/sqldeveloper/Makefile Sat Feb 21 22:06:00 2015 (r379559) +++ head/databases/sqldeveloper/Makefile Sat Feb 21 22:18:22 2015 (r379560) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= sqldeveloper -PORTVERSION= 4.0.1.14.48 +PORTVERSION= 4.0.3.16.84 DISTVERSIONSUFFIX=-no-jre CATEGORIES= databases java -MASTER_SITES= #http://www.oracle.com/technology/software/products/sql/index.html +MASTER_SITES= #http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html DIST_SUBDIR= oracle -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mizhka@gmail.com COMMENT= Graphical tool for database development RUN_DEPENDS= bash:${PORTSDIR}/shells/bash @@ -27,14 +27,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= ${PORTNAME}.sh SUB_LIST= JAVA_HOME=${JAVA_HOME} PORTNAME=${PORTNAME} -PORTDOCS= readme.html - -OPTIONS_DEFINE= DOCS - .include .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= Due to Oracle license restrictions, you must fetch the source \ +IGNORE= due to Oracle license restrictions, you must fetch the source \ distribution manually. Please access \ http://www.oracle.com/technology/software/products/sql/index.html \ with a web browser and follow the link for the ${DISTFILES}. You will be \ @@ -45,32 +41,28 @@ restart this installation .endif do-install: - @${ECHO_MSG} -n ">> Installing scripts..." - @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} - @${ECHO_MSG} " [ DONE ]" + ${ECHO_MSG} -n ">> Installing scripts..." + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} + ${ECHO_MSG} " [ DONE ]" .for d in configuration dataminer dropins dvt equinox \ external ide javavm jdbc jdev jlib jviews modules \ - netbeans rdbms sleepycat sqldeveloper sqlj svnkit - @${ECHO_MSG} -n ">> Installing data directory '${d}'..." - @cd ${WRKSRC} && ${FIND} ${d} -type d \ + lib netbeans rdbms sleepycat sqldeveloper sqlj svnkit + ${ECHO_MSG} -n ">> Installing data directory '${d}'..." + cd ${WRKSRC} && ${FIND} ${d} -type d \ -exec ${MKDIR} ${STAGEDIR}/${DATADIR}/\{} \; - @cd ${WRKSRC} && ${FIND} ${d} -type f \ + cd ${WRKSRC} && ${FIND} ${d} -type f \ -not -name "*.orig" \ -not -name "*.exe" \ -not -name "*.bat" \ -not -name "*.bak" \ -not -name "*.dll" \ -exec ${INSTALL_DATA} \{} ${STAGEDIR}/${DATADIR}/\{} \; - @${ECHO_MSG} " [ DONE ]" + ${ECHO_MSG} " [ DONE ]" .endfor - @${INSTALL_DATA} ${WRKSRC}/view-source-paths.lis ${STAGEDIR}/${DATADIR}/view-source-paths.lis - @${ECHO_MSG} -n ">> Installing icon ..." - @${INSTALL_DATA} ${WRKSRC}/icon.png ${STAGEDIR}/${DATADIR}/icon.png - @${ECHO_MSG} " [ DONE ]" - - @${MKDIR} ${STAGEDIR}/${DOCSDIR} - @(cd ${WRKSRC} && ${INSTALL_DATA} readme.html ${STAGEDIR}/${DOCSDIR}) + ${ECHO_MSG} -n ">> Installing icon ..." + ${INSTALL_DATA} ${WRKSRC}/icon.png ${STAGEDIR}/${DATADIR}/icon.png + ${ECHO_MSG} " [ DONE ]" .include Modified: head/databases/sqldeveloper/distinfo ============================================================================== --- head/databases/sqldeveloper/distinfo Sat Feb 21 22:06:00 2015 (r379559) +++ head/databases/sqldeveloper/distinfo Sat Feb 21 22:18:22 2015 (r379560) @@ -1,2 +1,2 @@ -SHA256 (oracle/sqldeveloper-4.0.1.14.48-no-jre.zip) = c556c8d111bd0724d4f261501498653e28b7f84969210f989c7d47c4ea33c045 -SIZE (oracle/sqldeveloper-4.0.1.14.48-no-jre.zip) = 235385812 +SHA256 (oracle/sqldeveloper-4.0.3.16.84-no-jre.zip) = efe458c36db87e05380d3c53ed5f3649cfafd66a50a866c2f1b91fd5dc9478e1 +SIZE (oracle/sqldeveloper-4.0.3.16.84-no-jre.zip) = 236771923 Modified: head/databases/sqldeveloper/pkg-plist ============================================================================== --- head/databases/sqldeveloper/pkg-plist Sat Feb 21 22:06:00 2015 (r379559) +++ head/databases/sqldeveloper/pkg-plist Sat Feb 21 22:18:22 2015 (r379560) @@ -1,5 +1,4 @@ bin/sqldeveloper -%%PORTDOCS%%%%DOCSDIR%%/readme.html %%DATADIR%%/configuration/bundles.info %%DATADIR%%/configuration/oracle.datamodeler.bundles.info %%DATADIR%%/configuration/oracle.ide.sqldev.bundles.info @@ -13,6 +12,7 @@ bin/sqldeveloper %%DATADIR%%/dataminer/scripts/createODMRSYST.sql %%DATADIR%%/dataminer/scripts/createuser.sql %%DATADIR%%/dataminer/scripts/createusersgrantbackup.sql +%%DATADIR%%/dataminer/scripts/createxmlschemaindexes.sql %%DATADIR%%/dataminer/scripts/createxmlworkflowsbackup.sql %%DATADIR%%/dataminer/scripts/createxmlworkflowsbackup2.sql %%DATADIR%%/dataminer/scripts/dbHasSchema.sql @@ -131,6 +131,7 @@ bin/sqldeveloper %%DATADIR%%/dataminer/scripts/upgradeRepo12_1_0_1_1To12_1_0_1_2.sql %%DATADIR%%/dataminer/scripts/upgradeRepo12_1_0_1_2To12_1_0_1_3.sql %%DATADIR%%/dataminer/scripts/upgradeRepo12_1_0_1_3To12_1_0_1_4.sql +%%DATADIR%%/dataminer/scripts/upgradeRepo12_1_0_1_4To12_1_0_1_5.sql %%DATADIR%%/dataminer/scripts/upgradeRepoFromORToBinary.sql %%DATADIR%%/dataminer/scripts/upgradeRepoWithNewTableSpace.sql %%DATADIR%%/dataminer/scripts/upgradeRepository.sql @@ -177,7 +178,6 @@ bin/sqldeveloper %%DATADIR%%/external/oracle.external.jline.jar %%DATADIR%%/external/oracle.external.jrf-api.jar %%DATADIR%%/external/oracle.external.js.jar -%%DATADIR%%/external/oracle.external.jsch.jar %%DATADIR%%/external/oracle.external.jsp.jar %%DATADIR%%/external/oracle.external.jxlayer.jar %%DATADIR%%/external/oracle.external.ldap.jar @@ -185,6 +185,7 @@ bin/sqldeveloper %%DATADIR%%/external/oracle.external.logging.jar %%DATADIR%%/external/oracle.external.miglayout.jar %%DATADIR%%/external/oracle.external.nlsrtl.jar +%%DATADIR%%/external/oracle.external.objectweb-asm.jar %%DATADIR%%/external/oracle.external.odl.jar %%DATADIR%%/external/oracle.external.ohj.jar %%DATADIR%%/external/oracle.external.ojmisc.jar @@ -308,7 +309,9 @@ bin/sqldeveloper %%DATADIR%%/ide/lib/xml-factory.jar %%DATADIR%%/ide/macros/external-jdbc.properties %%DATADIR%%/ide/macros/external-nlsrtl.properties +%%DATADIR%%/ide/macros/external-objectweb-asm.properties %%DATADIR%%/ide/macros/external-xdb.properties +%%DATADIR%%/ide/macros/external-xmlparser.properties %%DATADIR%%/ide/macros/ide-boot.properties %%DATADIR%%/ide/src/javax-ide-src.zip %%DATADIR%%/ide/themes/creating_themes.html @@ -359,7 +362,6 @@ bin/sqldeveloper %%DATADIR%%/jdev/lib/jdev-rt.jar %%DATADIR%%/jdev/lib/jdev.jar %%DATADIR%%/jdev/lib/jdkver.jar -%%DATADIR%%/jdev/lib/jsch.jar %%DATADIR%%/jdev/lib/xmleditor.jar %%DATADIR%%/jdev/lib/xmlef-swing.jar %%DATADIR%%/jlib/dbui4.jar @@ -377,6 +379,9 @@ bin/sqldeveloper %%DATADIR%%/jviews/jviews-diagrammer.jar %%DATADIR%%/jviews/jviews-framework-lib.jar %%DATADIR%%/jviews/jviews-fwk-support.jar +%%DATADIR%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-editor-mimelookup-impl_zh_CN.jar +%%DATADIR%%/lib/visualvm/profiler/modules/locale/org-netbeans-modules-profiler-selector-api_zh_CN.jar +%%DATADIR%%/modules/asm-3.1.jar %%DATADIR%%/modules/com.sun.xml.bind.jaxb-core_2.2.jar %%DATADIR%%/modules/com.sun.xml.bind.jaxb-impl_2.2.jar %%DATADIR%%/modules/com.sun.xml.bind.jaxb-jxc_2.2.jar @@ -1713,6 +1718,7 @@ bin/sqldeveloper %%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/xmlmetadata/doc/README.rtf %%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/xmlmetadata/doc/README.txt %%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/xmlmetadata/doc/README2.txt +%%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/xmlmetadata/doc/SQLDeveloperDataModelerScripting.docx %%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/xmlmetadata/doc/details.html %%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/xmlmetadata/doc/index.html %%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/xmlmetadata/doc/list.html @@ -1814,4 +1820,3 @@ bin/sqldeveloper %%DATADIR%%/svnkit/svnjavahl.jar %%DATADIR%%/svnkit/svnkit.jar %%DATADIR%%/svnkit/trilead.jar -%%DATADIR%%/view-source-paths.lis From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 22:24:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0D5F632; Sat, 21 Feb 2015 22:24:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB5E8F92; Sat, 21 Feb 2015 22:24:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LMOrIo010473; Sat, 21 Feb 2015 22:24:53 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LMOrg0010471; Sat, 21 Feb 2015 22:24:53 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201502212224.t1LMOrg0010471@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 21 Feb 2015 22:24:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379561 - head/audio/py-mutagen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 22:24:53 -0000 Author: rm Date: Sat Feb 21 22:24:52 2015 New Revision: 379561 URL: https://svnweb.freebsd.org/changeset/ports/379561 QAT: https://qat.redports.org/buildarchive/r379561/ Log: audio/py-mutagen: version update - update to 1.27 PR: 196823 Submitted by: olivierd Approved by: maintainer timeout (1 month) Modified: head/audio/py-mutagen/Makefile head/audio/py-mutagen/distinfo Modified: head/audio/py-mutagen/Makefile ============================================================================== --- head/audio/py-mutagen/Makefile Sat Feb 21 22:18:22 2015 (r379560) +++ head/audio/py-mutagen/Makefile Sat Feb 21 22:24:52 2015 (r379561) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mutagen -PORTVERSION= 1.26 +PORTVERSION= 1.27 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,6 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/audio/py-mutagen/distinfo ============================================================================== --- head/audio/py-mutagen/distinfo Sat Feb 21 22:18:22 2015 (r379560) +++ head/audio/py-mutagen/distinfo Sat Feb 21 22:24:52 2015 (r379561) @@ -1,2 +1,2 @@ -SHA256 (mutagen-1.26.tar.gz) = be9f9ec27bc00f698d674cd00ef8eb29bbce316154a52ab105e85ca24ca9c751 -SIZE (mutagen-1.26.tar.gz) = 868222 +SHA256 (mutagen-1.27.tar.gz) = cc884fe1e20fe220be7ce7c3b269f4cadc69a8310150a3a41162fba1ca9c88bd +SIZE (mutagen-1.27.tar.gz) = 875720 From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 22:32:23 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0836965; Sat, 21 Feb 2015 22:32:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB405D6; Sat, 21 Feb 2015 22:32:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LMWNCr015095; Sat, 21 Feb 2015 22:32:23 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LMWNHw015092; Sat, 21 Feb 2015 22:32:23 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201502212232.t1LMWNHw015092@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 21 Feb 2015 22:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379562 - in head: . math math/ruby-numru_units X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 22:32:24 -0000 Author: rm Date: Sat Feb 21 22:32:22 2015 New Revision: 379562 URL: https://svnweb.freebsd.org/changeset/ports/379562 QAT: https://qat.redports.org/buildarchive/r379562/ Log: math/ruby-numru_units: remove port Please use math/rubygem-numru-units instead. Since it's broken for a long time and there is no consumers in the ports tree, remove that w/o deprecation period. PR: 197020 Submitted by: murashin@gfd-dennou.org (maintainer) Deleted: head/math/ruby-numru_units/ Modified: head/MOVED head/math/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Feb 21 22:24:52 2015 (r379561) +++ head/MOVED Sat Feb 21 22:32:22 2015 (r379562) @@ -7425,3 +7425,4 @@ sysutils/brebis|sysutils/backupchecker|2 sysutils/rsyslog7-devel|sysutils/rsyslog7|2015-02-13|Has expired: EoL, use sysutils/rsyslog7 sysutils/rsyslog8-devel|sysutils/rsyslog8|2015-02-13|Has expired: EoL, use sysutils/rsyslog8 japanese/mozc-additions||2015-02-15|Obsoleted by mozc script in japanese/mozc-server +math/ruby-numru_units|math/rubygem-numru-units|2015-02-22|Long time broken. Please use math/rubygem-numru-units instead Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Feb 21 22:24:52 2015 (r379561) +++ head/math/Makefile Sat Feb 21 22:32:22 2015 (r379562) @@ -604,7 +604,6 @@ SUBDIR += rpy SUBDIR += rpy2 SUBDIR += ruby-algebra - SUBDIR += ruby-numru_units SUBDIR += rubygem-fftw3 SUBDIR += rubygem-narray SUBDIR += rubygem-narray_miss From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 22:53:56 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 629FAF38; Sat, 21 Feb 2015 22:53:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A33B2E2; Sat, 21 Feb 2015 22:53:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LMruCk024802; Sat, 21 Feb 2015 22:53:56 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LMrsc1024791; Sat, 21 Feb 2015 22:53:54 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201502212253.t1LMrsc1024791@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 21 Feb 2015 22:53:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379563 - in head: Mk devel/kdevelop-kde4 devel/kdevelop-kde4/files devel/kdevelop-php devel/kdevelop-php-docs devel/kdevplatform X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 22:53:56 -0000 Author: rakuco Date: Sat Feb 21 22:53:53 2015 New Revision: 379563 URL: https://svnweb.freebsd.org/changeset/ports/379563 QAT: https://qat.redports.org/buildarchive/r379563/ Log: Update KDevelop to 4.7.1. Release notes: https://www.kdevelop.org/47/kdevelop-471-released Deleted: head/devel/kdevelop-kde4/files/patch-languages__cpp__codegen__adaptsignatureassistant.cpp Modified: head/Mk/bsd.kde4.mk head/devel/kdevelop-kde4/distinfo head/devel/kdevelop-kde4/pkg-plist head/devel/kdevelop-php-docs/distinfo head/devel/kdevelop-php/distinfo head/devel/kdevelop-php/pkg-plist head/devel/kdevplatform/distinfo head/devel/kdevplatform/pkg-plist Modified: head/Mk/bsd.kde4.mk ============================================================================== --- head/Mk/bsd.kde4.mk Sat Feb 21 22:32:22 2015 (r379562) +++ head/Mk/bsd.kde4.mk Sat Feb 21 22:53:53 2015 (r379563) @@ -83,7 +83,7 @@ KTP_VERSION?= 0.8.0 KTP_BRANCH?= stable CALLIGRA_VERSION?= 2.7.5 CALLIGRA_BRANCH?= stable -KDEVELOP_VERSION?= 4.7.0 +KDEVELOP_VERSION?= 4.7.1 KDEVELOP_BRANCH?= stable KDE4_PREFIX?= ${LOCALBASE} Modified: head/devel/kdevelop-kde4/distinfo ============================================================================== --- head/devel/kdevelop-kde4/distinfo Sat Feb 21 22:32:22 2015 (r379562) +++ head/devel/kdevelop-kde4/distinfo Sat Feb 21 22:53:53 2015 (r379563) @@ -1,2 +1,2 @@ -SHA256 (KDE/kdevelop/4.7.0/kdevelop-4.7.0.tar.xz) = 68de8f412e8ab6107766f00623e54c458d02825e3a70f5ea9969688f8c77c120 -SIZE (KDE/kdevelop/4.7.0/kdevelop-4.7.0.tar.xz) = 4424240 +SHA256 (KDE/kdevelop/4.7.1/kdevelop-4.7.1.tar.xz) = e3ad5377f53739a67216d37cda3f88c03f8fbb0c96e2a9ef4056df3c124e95c1 +SIZE (KDE/kdevelop/4.7.1/kdevelop-4.7.1.tar.xz) = 4441540 Modified: head/devel/kdevelop-kde4/pkg-plist ============================================================================== --- head/devel/kdevelop-kde4/pkg-plist Sat Feb 21 22:32:22 2015 (r379562) +++ head/devel/kdevelop-kde4/pkg-plist Sat Feb 21 22:53:53 2015 (r379563) @@ -11,7 +11,6 @@ lib/kde4/kdevastyle.so lib/kde4/kdevcmakebuilder.so lib/kde4/kdevcmakedocumentation.so lib/kde4/kdevcmakemanager.so -lib/kde4/kdevcompilerprovider.so lib/kde4/kdevcpplanguagesupport.so lib/kde4/kdevcustombuildsystem.so lib/kde4/kdevcustommakemanager.so @@ -33,7 +32,7 @@ lib/libkdev4cmakecommon.so lib/libkdev4cppduchain.so lib/libkdev4cppparser.so lib/libkdev4cpprpp.so -lib/libkdev4includesdefinessettings.so +lib/libkdevcompilerprovider.so share/applications/kde4/kdevelop.desktop share/applications/kde4/kdevelop_ps.desktop share/apps/cmake/modules/FindKDevelop.cmake @@ -211,7 +210,6 @@ share/kde4/services/kdevastyle.desktop share/kde4/services/kdevcmakebuilder.desktop share/kde4/services/kdevcmakedocumentation.desktop share/kde4/services/kdevcmakemanager.desktop -share/kde4/services/kdevcompilerprovider.desktop share/kde4/services/kdevcppsupport.desktop share/kde4/services/kdevcustombuildsystem.desktop share/kde4/services/kdevcustommakemanager.desktop @@ -674,6 +672,24 @@ share/kde4/services/plasma-dataengine-kd %%NLS%%share/locale/sv/LC_MESSAGES/plasma_applet_kdevelopsessions.mo %%NLS%%share/locale/sv/LC_MESSAGES/plasma_runner_kdevelopsessions.mo %%NLS%%share/locale/th/LC_MESSAGES/kdevcustommake.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevcmake.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevcmakebuilder.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevcpp.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevcustombuildsystem.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevcustommake.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevelop.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevexecuteplasmoid.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevformatters.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevgdb.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevghprovider.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevkdeprovider.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevmakebuilder.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevmanpage.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevninja.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevokteta.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevqthelp.mo +%%NLS%%share/locale/tr/LC_MESSAGES/plasma_applet_kdevelopsessions.mo +%%NLS%%share/locale/tr/LC_MESSAGES/plasma_runner_kdevelopsessions.mo %%NLS%%share/locale/uk/LC_MESSAGES/kdevcmake.mo %%NLS%%share/locale/uk/LC_MESSAGES/kdevcmakebuilder.mo %%NLS%%share/locale/uk/LC_MESSAGES/kdevcpp.mo @@ -698,10 +714,14 @@ share/kde4/services/plasma-dataengine-kd %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevcustombuildsystem.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevcustommake.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevelop.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevexecuteplasmoid.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevformatters.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevgdb.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevghprovider.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevkdeprovider.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevmakebuilder.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevmanpage.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevninja.mo %%NLS%%%%OKTETA%%share/locale/zh_CN/LC_MESSAGES/kdevokteta.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevqthelp.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/plasma_applet_kdevelopsessions.mo Modified: head/devel/kdevelop-php-docs/distinfo ============================================================================== --- head/devel/kdevelop-php-docs/distinfo Sat Feb 21 22:32:22 2015 (r379562) +++ head/devel/kdevelop-php-docs/distinfo Sat Feb 21 22:53:53 2015 (r379563) @@ -1,2 +1,2 @@ -SHA256 (KDE/kdevelop/4.7.0/kdevelop-php-docs-1.7.0.tar.xz) = bdaa0798d3f5d587814af19dc253a359af2a443e33ce0075b357bd575c0af26e -SIZE (KDE/kdevelop/4.7.0/kdevelop-php-docs-1.7.0.tar.xz) = 32672 +SHA256 (KDE/kdevelop/4.7.1/kdevelop-php-docs-1.7.1.tar.xz) = ae8acbffb882cdc20c32a22a8e522e0aea0c69b3d93376afa79e7b3bcad47568 +SIZE (KDE/kdevelop/4.7.1/kdevelop-php-docs-1.7.1.tar.xz) = 32840 Modified: head/devel/kdevelop-php/distinfo ============================================================================== --- head/devel/kdevelop-php/distinfo Sat Feb 21 22:32:22 2015 (r379562) +++ head/devel/kdevelop-php/distinfo Sat Feb 21 22:53:53 2015 (r379563) @@ -1,2 +1,2 @@ -SHA256 (KDE/kdevelop/4.7.0/kdevelop-php-1.7.0.tar.xz) = 89afe5dcfd902025bba4b1da170fac494f3cb2ac39921bc342bdb8c576e08458 -SIZE (KDE/kdevelop/4.7.0/kdevelop-php-1.7.0.tar.xz) = 657376 +SHA256 (KDE/kdevelop/4.7.1/kdevelop-php-1.7.1.tar.xz) = 396300d605032ac458489fb760801233e94117825ca6a3251ee02090aa694826 +SIZE (KDE/kdevelop/4.7.1/kdevelop-php-1.7.1.tar.xz) = 658088 Modified: head/devel/kdevelop-php/pkg-plist ============================================================================== --- head/devel/kdevelop-php/pkg-plist Sat Feb 21 22:32:22 2015 (r379562) +++ head/devel/kdevelop-php/pkg-plist Sat Feb 21 22:53:53 2015 (r379563) @@ -30,6 +30,7 @@ share/kde4/services/kdevphpunitprovider. %%NLS%%share/locale/sk/LC_MESSAGES/kdevphp.mo %%NLS%%share/locale/sl/LC_MESSAGES/kdevphp.mo %%NLS%%share/locale/sv/LC_MESSAGES/kdevphp.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevphp.mo %%NLS%%share/locale/uk/LC_MESSAGES/kdevphp.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevphp.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/kdevphp.mo Modified: head/devel/kdevplatform/distinfo ============================================================================== --- head/devel/kdevplatform/distinfo Sat Feb 21 22:32:22 2015 (r379562) +++ head/devel/kdevplatform/distinfo Sat Feb 21 22:53:53 2015 (r379563) @@ -1,2 +1,2 @@ -SHA256 (KDE/kdevelop/4.7.0/kdevplatform-1.7.0.tar.xz) = bfd765019511c5c9abc19bc412c75d7abd468f1a077ce4bc471cd6704b9f53f7 -SIZE (KDE/kdevelop/4.7.0/kdevplatform-1.7.0.tar.xz) = 1900040 +SHA256 (KDE/kdevelop/4.7.1/kdevplatform-1.7.1.tar.xz) = dfd8953aec204f04bd949443781aa0f6d9d58c40f73027619a168bb4ffc4b1ac +SIZE (KDE/kdevelop/4.7.1/kdevplatform-1.7.1.tar.xz) = 1930560 Modified: head/devel/kdevplatform/pkg-plist ============================================================================== --- head/devel/kdevplatform/pkg-plist Sat Feb 21 22:32:22 2015 (r379562) +++ head/devel/kdevplatform/pkg-plist Sat Feb 21 22:53:53 2015 (r379563) @@ -955,6 +955,7 @@ share/kde4/servicetypes/kdevelopplugin.d %%NLS%%share/locale/it/LC_MESSAGES/kdevpatchreview.mo %%NLS%%share/locale/it/LC_MESSAGES/kdevplatform.mo %%NLS%%share/locale/it/LC_MESSAGES/kdevproblemreporter.mo +%%NLS%%share/locale/it/LC_MESSAGES/kdevprojectdashboard.mo %%NLS%%share/locale/it/LC_MESSAGES/kdevprojectfilter.mo %%NLS%%share/locale/it/LC_MESSAGES/kdevprojectmanagerview.mo %%NLS%%share/locale/it/LC_MESSAGES/kdevquickopen.mo @@ -1292,6 +1293,39 @@ share/kde4/servicetypes/kdevelopplugin.d %%NLS%%share/locale/th/LC_MESSAGES/kdevgenericprojectmanager.mo %%NLS%%share/locale/th/LC_MESSAGES/kdevkonsole.mo %%NLS%%share/locale/th/LC_MESSAGES/kdevstandardoutputview.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevappwizard.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevclassbrowser.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevcodeutils.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevcontextbrowser.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevcvs.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevdocumentswitcher.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevdocumentview.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevexecute.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevexecutescript.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevexternalscript.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevfilemanager.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevfiletemplates.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevgenericprojectmanager.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevgit.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevgrepview.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevkonsole.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevopenwith.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevpaste%%QT_BINDIR%%.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevpatchreview.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevplatform.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevproblemreporter.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevprojectdashboard.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevprojectfilter.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevprojectmanagerview.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevquickopen.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevreviewboard.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevsnippet.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevstandardoutputview.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevsubversion.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevswitchtobuddy.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevtemplates_config.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevtestview.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kdevvcsprojectintegration.mo %%NLS%%share/locale/uk/LC_MESSAGES/kdevappwizard.mo %%NLS%%share/locale/uk/LC_MESSAGES/kdevclassbrowser.mo %%NLS%%share/locale/uk/LC_MESSAGES/kdevcodeutils.mo @@ -1336,6 +1370,7 @@ share/kde4/servicetypes/kdevelopplugin.d %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevexecutescript.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevexternalscript.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevfilemanager.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevfiletemplates.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevgenericprojectmanager.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevgit.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevgrepview.mo @@ -1345,6 +1380,8 @@ share/kde4/servicetypes/kdevelopplugin.d %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevpatchreview.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevplatform.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevproblemreporter.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevprojectdashboard.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevprojectfilter.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevprojectmanagerview.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevquickopen.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevreviewboard.mo @@ -1352,6 +1389,8 @@ share/kde4/servicetypes/kdevelopplugin.d %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevstandardoutputview.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevsubversion.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevswitchtobuddy.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevtemplates_config.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevtestview.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/kdevvcsprojectintegration.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/kdevappwizard.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/kdevclassbrowser.mo From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 22:56:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC3CBC6; Sat, 21 Feb 2015 22:56:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7142301; Sat, 21 Feb 2015 22:56:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LMuwtc025305; Sat, 21 Feb 2015 22:56:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LMuwZR025304; Sat, 21 Feb 2015 22:56:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502212256.t1LMuwZR025304@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 21 Feb 2015 22:56:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379564 - head/sysutils/unieject X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 22:56:59 -0000 Author: amdmi3 Date: Sat Feb 21 22:56:57 2015 New Revision: 379564 URL: https://svnweb.freebsd.org/changeset/ports/379564 QAT: https://qat.redports.org/buildarchive/r379564/ Log: - Clarify LICENSE - Add LICENSE_FILE - Strip library Modified: head/sysutils/unieject/Makefile Modified: head/sysutils/unieject/Makefile ============================================================================== --- head/sysutils/unieject/Makefile Sat Feb 21 22:53:53 2015 (r379563) +++ head/sysutils/unieject/Makefile Sat Feb 21 22:56:57 2015 (r379564) @@ -10,7 +10,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Eject(1) replacement -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse \ libpcre.so:${PORTSDIR}/devel/pcre \ @@ -22,6 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ --disable-doc USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 22:57:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E27591A4; Sat, 21 Feb 2015 22:57:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD6A330B; Sat, 21 Feb 2015 22:57:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LMvIs1025462; Sat, 21 Feb 2015 22:57:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LMvITm025461; Sat, 21 Feb 2015 22:57:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201502212257.t1LMvITm025461@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 21 Feb 2015 22:57:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379565 - head/textproc/htdig X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 22:57:19 -0000 Author: amdmi3 Date: Sat Feb 21 22:57:17 2015 New Revision: 379565 URL: https://svnweb.freebsd.org/changeset/ports/379565 QAT: https://qat.redports.org/buildarchive/r379565/ Log: - Add LICENSE - Strip libraries Modified: head/textproc/htdig/Makefile Modified: head/textproc/htdig/Makefile ============================================================================== --- head/textproc/htdig/Makefile Sat Feb 21 22:56:57 2015 (r379564) +++ head/textproc/htdig/Makefile Sat Feb 21 22:57:17 2015 (r379565) @@ -12,6 +12,9 @@ DISTNAME= htdig-3.2.0b6 MAINTAINER= ports@FreeBSD.org COMMENT= WWW indexing and searching system +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-config-dir=${PREFIX}/etc/htdig \ --with-default-config-file=${PREFIX}/etc/htdig/htdig.conf \ @@ -25,6 +28,7 @@ CONFIGURE_ARGS= --with-config-dir=${PREF USES= libtool USE_LDCONFIG= yes USE_OPENSSL= yes +INSTALL_TARGET= install-strip OPTIONS_DEFINE= APACHE DOCS OPTIONS_DEFAULT= APACHE From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 23:01:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A4F5B421; Sat, 21 Feb 2015 23:01:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8FB943DC; Sat, 21 Feb 2015 23:01:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LN1pJa029738; Sat, 21 Feb 2015 23:01:51 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LN1pWK029737; Sat, 21 Feb 2015 23:01:51 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502212301.t1LN1pWK029737@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 21 Feb 2015 23:01:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379566 - head/devel/antlr/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.18-1 Precedence: list List-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, 21 Feb 2015 23:01:51 -0000 Author: marino Date: Sat Feb 21 23:01:50 2015 New Revision: 379566 URL: https://svnweb.freebsd.org/changeset/ports/379566 QAT: https://qat.redports.org/buildarchive/r379566/ Log: devel/antlr: Remove faulty gcc 2.95 patches According to the commit log, these patches were supposed to use for gcc version less than 3.2 (namely GCC 2.95). The logic is flawed. It doesn't work for gcc 3.2 or greater. There must have been a compatibility header in gcc 4 that masked the error. GCC5 doesn't have one so it broke. The logic is __GNU__ < 3 || __GNUC_MINOR__ < 2 it was intended to be __GNU__ < 3 || (__GNU__ == 3 && __GNU_MINOR__ < 2) However, there is no point in fixing these patches. These ancient GCCs aren't available on currently supported FreeBSD releases. Approved by: Just fix it Deleted: head/devel/antlr/files/patch-lib__cpp__antlr__CharBuffer.hpp head/devel/antlr/files/patch-lib__cpp__src__ASTFactory.cpp From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 23:02:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 352A1500; Sat, 21 Feb 2015 23:02:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FFEC3E2; Sat, 21 Feb 2015 23:02:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1LN2Ugu029935; Sat, 21 Feb 2015 23:02:30 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1LN2Tn4029931; Sat, 21 Feb 2015 23:02:29 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201502212302.t1LN2Tn4029931@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sat, 21 Feb 2015 23:02:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379567 - head/www/py-django-appconf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-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, 21 Feb 2015 23:02:30 -0000 Author: rm Date: Sat Feb 21 23:02:28 2015 New Revision: 379567 URL: https://svnweb.freebsd.org/changeset/ports/379567 QAT: https://qat.redports.org/buildarchive/r379567/ Log: www/py-django-appconf: update to 1.0.1 Modified: head/www/py-django-appconf/Makefile head/www/py-django-appconf/distinfo Modified: head/www/py-django-appconf/Makefile ============================================================================== --- head/www/py-django-appconf/Makefile Sat Feb 21 23:01:50 2015 (r379566) +++ head/www/py-django-appconf/Makefile Sat Feb 21 23:02:28 2015 (r379567) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= django-appconf -PORTVERSION= 0.6 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +10,9 @@ MAINTAINER= rm@FreeBSD.org COMMENT= Helper class for handling configuration defaults gracefully LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six USES= python USE_PYTHON= autoplist distutils Modified: head/www/py-django-appconf/distinfo ============================================================================== --- head/www/py-django-appconf/distinfo Sat Feb 21 23:01:50 2015 (r379566) +++ head/www/py-django-appconf/distinfo Sat Feb 21 23:02:28 2015 (r379567) @@ -1,2 +1,2 @@ -SHA256 (django-appconf-0.6.tar.gz) = a88ed8fb923a53c70c2c46fbe4508b5f81646b4b01401f1568a821671b33215c -SIZE (django-appconf-0.6.tar.gz) = 15384 +SHA256 (django-appconf-1.0.1.tar.gz) = ba1375fb1024e8e91547504d4392321795c989fde500b96ebc7c93884f786e60 +SIZE (django-appconf-1.0.1.tar.gz) = 16743