From owner-svn-ports-head@freebsd.org Sun Oct 9 00:32:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63944A941FA; Sun, 9 Oct 2016 00:32:40 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23CD0A8F; Sun, 9 Oct 2016 00:32:40 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u990Wdic044439; Sun, 9 Oct 2016 00:32:39 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u990Wd4V044436; Sun, 9 Oct 2016 00:32:39 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610090032.u990Wd4V044436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 9 Oct 2016 00:32:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423557 - head/devel/rapidjson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 00:32:40 -0000 Author: wen Date: Sun Oct 9 00:32:38 2016 New Revision: 423557 URL: https://svnweb.freebsd.org/changeset/ports/423557 Log: - Update to 1.1.0 PR: 213263 Submitted by: yuri@rawbw.com(maintainer) Modified: head/devel/rapidjson/Makefile head/devel/rapidjson/distinfo head/devel/rapidjson/pkg-plist Modified: head/devel/rapidjson/Makefile ============================================================================== --- head/devel/rapidjson/Makefile Sat Oct 8 23:10:51 2016 (r423556) +++ head/devel/rapidjson/Makefile Sun Oct 9 00:32:38 2016 (r423557) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rapidjson -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v CATEGORIES= devel textproc @@ -16,22 +16,37 @@ LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} BROKEN_powerpc64= Does not build +DOXYGEN_BUILD_DEPENDS+= doxygen:devel/doxygen + USE_GITHUB= yes GH_ACCOUNT= miloyip -USES= cmake gmake +USES= cmake compiler:c++11-lang gmake -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= DOXYGEN EXAMPLES OPTIONS_DEFAULT=${OPTIONS_DEFINE} OPTIONS_SUB= yes +DOXYGEN_CMAKE_ON= -DRAPIDJSON_BUILD_DOC:BOOL=ON +DOXYGEN_CMAKE_OFF= -DRAPIDJSON_BUILD_DOC:BOOL=OFF +EXAMPLES_CMAKE_ON= -DRAPIDJSON_BUILD_EXAMPLES:BOOL=ON +EXAMPLES_CMAKE_OFF= -DRAPIDJSON_BUILD_EXAMPLES:BOOL=OFF + +CXXFLAGS+= -Wno-c++98-compat # for EXAMPLES option, due to this bug: https://github.com/miloyip/rapidjson/issues/761 +MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" +CMAKE_ARGS= -DRAPIDJSON_BUILD_TESTS:BOOL=OFF + +DATADIR= ${PREFIX}/share/doc/RapidJSON +PORTDATA= * + post-patch: @${REINPLACE_CMD} -e 's|LIB_INSTALL_DIR}/pkgconfig"|CMAKE_INSTALL_PREFIX}/libdata/pkgconfig"|' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|DOC_INSTALL_DIR}/examples"|CMAKE_INSTALL_PREFIX}/share/examples/${PORTNAME}"|' ${WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/example/CMakeLists.txt - @${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/test/unittest/CMakeLists.txt + @${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/example/CMakeLists.txt ${WRKSRC}/test/unittest/CMakeLists.txt + @${REINPLACE_CMD} -e 's|.*travis.*||' ${WRKSRC}/CMakeLists.txt # travis_doc breaks cmake, see https://github.com/miloyip/rapidjson/issues/715 + @${REINPLACE_CMD} -e 's|add_subdirectory.*googletest.*|link_directories(${LOCALBASE}/lib)|' ${WRKSRC}/test/CMakeLists.txt post-stage: - @${RM} -rf ${STAGEDIR}${EXAMPLESDIR}/CMakeFiles + @${RM} -rf ${STAGEDIR}${EXAMPLESDIR}/CMake* .include Modified: head/devel/rapidjson/distinfo ============================================================================== --- head/devel/rapidjson/distinfo Sat Oct 8 23:10:51 2016 (r423556) +++ head/devel/rapidjson/distinfo Sun Oct 9 00:32:38 2016 (r423557) @@ -1,2 +1,3 @@ -SHA256 (miloyip-rapidjson-v1.0.2_GH0.tar.gz) = c3711ed2b3c76a5565ee9f0128bb4ec6753dbcc23450b713842df8f236d08666 -SIZE (miloyip-rapidjson-v1.0.2_GH0.tar.gz) = 725981 +TIMESTAMP = 1472138938 +SHA256 (miloyip-rapidjson-v1.1.0_GH0.tar.gz) = bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e +SIZE (miloyip-rapidjson-v1.1.0_GH0.tar.gz) = 1019402 Modified: head/devel/rapidjson/pkg-plist ============================================================================== --- head/devel/rapidjson/pkg-plist Sat Oct 8 23:10:51 2016 (r423556) +++ head/devel/rapidjson/pkg-plist Sun Oct 9 00:32:38 2016 (r423557) @@ -6,6 +6,7 @@ include/rapidjson/error/en.h include/rapidjson/error/error.h include/rapidjson/filereadstream.h include/rapidjson/filewritestream.h +include/rapidjson/fwd.h include/rapidjson/internal/biginteger.h include/rapidjson/internal/diyfp.h include/rapidjson/internal/dtoa.h @@ -13,28 +14,38 @@ include/rapidjson/internal/ieee754.h include/rapidjson/internal/itoa.h include/rapidjson/internal/meta.h include/rapidjson/internal/pow10.h +include/rapidjson/internal/regex.h include/rapidjson/internal/stack.h include/rapidjson/internal/strfunc.h include/rapidjson/internal/strtod.h +include/rapidjson/internal/swap.h +include/rapidjson/istreamwrapper.h include/rapidjson/memorybuffer.h include/rapidjson/memorystream.h include/rapidjson/msinttypes/inttypes.h include/rapidjson/msinttypes/stdint.h +include/rapidjson/ostreamwrapper.h +include/rapidjson/pointer.h include/rapidjson/prettywriter.h include/rapidjson/rapidjson.h include/rapidjson/reader.h +include/rapidjson/schema.h +include/rapidjson/stream.h include/rapidjson/stringbuffer.h include/rapidjson/writer.h lib/cmake/RapidJSON/RapidJSONConfig.cmake lib/cmake/RapidJSON/RapidJSONConfigVersion.cmake libdata/pkgconfig/RapidJSON.pc -%%DOCS%%share/doc/RapidJSON/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeLists.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/capitalize/capitalize.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/condense/condense.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filterkey/filterkey.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/filterkeydom/filterkeydom.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonx/jsonx.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/messagereader/messagereader.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parsebyparts/parsebyparts.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pretty/pretty.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/prettyauto/prettyauto.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/schemavalidator/schemavalidator.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/serialize/serialize.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simpledom/simpledom.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplereader/simplereader.cpp From owner-svn-ports-head@freebsd.org Sun Oct 9 00:52:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED1E1A948C4; Sun, 9 Oct 2016 00:52:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCA76238; Sun, 9 Oct 2016 00:52:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u990qNGs051833; Sun, 9 Oct 2016 00:52:23 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u990qN38051831; Sun, 9 Oct 2016 00:52:23 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610090052.u990qN38051831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 9 Oct 2016 00:52:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423558 - head/security/p5-Module-Signature X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 00:52:25 -0000 Author: wen Date: Sun Oct 9 00:52:23 2016 New Revision: 423558 URL: https://svnweb.freebsd.org/changeset/ports/423558 Log: - Update to 0.81 Changes: http://search.cpan.org/src/AUDREYT/Module-Signature-0.81/Changes Modified: head/security/p5-Module-Signature/Makefile head/security/p5-Module-Signature/distinfo Modified: head/security/p5-Module-Signature/Makefile ============================================================================== --- head/security/p5-Module-Signature/Makefile Sun Oct 9 00:32:38 2016 (r423557) +++ head/security/p5-Module-Signature/Makefile Sun Oct 9 00:52:23 2016 (r423558) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-Signature -PORTVERSION= 0.80 +PORTVERSION= 0.81 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Module-Signature/distinfo ============================================================================== --- head/security/p5-Module-Signature/distinfo Sun Oct 9 00:32:38 2016 (r423557) +++ head/security/p5-Module-Signature/distinfo Sun Oct 9 00:52:23 2016 (r423558) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466519775 -SHA256 (Module-Signature-0.80.tar.gz) = 8ad0e5b1b2e5e4362a73b55aa35e4e8c4101b78011cbcc7d56a79d9ddf5915e0 -SIZE (Module-Signature-0.80.tar.gz) = 93072 +TIMESTAMP = 1475973208 +SHA256 (Module-Signature-0.81.tar.gz) = 7df547ceb8e45d40f75e481a868f389aaed5641c2cf4e133146ccea4b8facec6 +SIZE (Module-Signature-0.81.tar.gz) = 93181 From owner-svn-ports-head@freebsd.org Sun Oct 9 01:09:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D05AA94C4F; Sun, 9 Oct 2016 01:09:58 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C2F3A5D; Sun, 9 Oct 2016 01:09:58 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9919vkr055865; Sun, 9 Oct 2016 01:09:57 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9919vPI055864; Sun, 9 Oct 2016 01:09:57 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610090109.u9919vPI055864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 9 Oct 2016 01:09:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423559 - head/security/ca_root_nss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 01:09:58 -0000 Author: marino Date: Sun Oct 9 01:09:57 2016 New Revision: 423559 URL: https://svnweb.freebsd.org/changeset/ports/423559 Log: security/ca_root_nss: adjust pkg-plist to address leftover directory The port creates /etc/ssl directory with the default option, but until now, did not remove it upon deinstallation. While technically this requires a revbump, rebuilding this port to fix a cleanup step would cause a tremendous amount of fallout and it's not worth the pain IMO. PR: 213121 Approved by: feld (ports-secteam) Modified: head/security/ca_root_nss/pkg-plist Modified: head/security/ca_root_nss/pkg-plist ============================================================================== --- head/security/ca_root_nss/pkg-plist Sun Oct 9 00:52:23 2016 (r423558) +++ head/security/ca_root_nss/pkg-plist Sun Oct 9 01:09:57 2016 (r423559) @@ -2,3 +2,4 @@ @sample etc/ssl/cert.pem.sample @sample openssl/cert.pem.sample %%ETCSYMLINK%%/etc/ssl/cert.pem +%%ETCSYMLINK%%@dir /etc/ssl From owner-svn-ports-head@freebsd.org Sun Oct 9 01:19:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9015DA94F95; Sun, 9 Oct 2016 01:19:25 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67698E52; Sun, 9 Oct 2016 01:19:25 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u991JOmg059897; Sun, 9 Oct 2016 01:19:24 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u991JOFx059894; Sun, 9 Oct 2016 01:19:24 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610090119.u991JOFx059894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 9 Oct 2016 01:19:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423560 - head/devel/git-extras X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 01:19:25 -0000 Author: adamw Date: Sun Oct 9 01:19:24 2016 New Revision: 423560 URL: https://svnweb.freebsd.org/changeset/ports/423560 Log: Update to 4.2.0, and add NO_ARCH. Changes: https://github.com/tj/git-extras/releases/tag/4.2.0 PR: 213313 Submitted by: maintainer (Igor Ostapenko) Modified: head/devel/git-extras/Makefile head/devel/git-extras/distinfo head/devel/git-extras/pkg-plist Modified: head/devel/git-extras/Makefile ============================================================================== --- head/devel/git-extras/Makefile Sun Oct 9 01:09:57 2016 (r423559) +++ head/devel/git-extras/Makefile Sun Oct 9 01:19:24 2016 (r423560) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= git-extras -PORTVERSION= 4.1.0 +PORTVERSION= 4.2.0 CATEGORIES= devel MAINTAINER= igor.ostapenko@gmail.com @@ -18,5 +18,6 @@ GH_ACCOUNT= tj USES= gmake NO_BUILD= yes +NO_ARCH= yes .include Modified: head/devel/git-extras/distinfo ============================================================================== --- head/devel/git-extras/distinfo Sun Oct 9 01:09:57 2016 (r423559) +++ head/devel/git-extras/distinfo Sun Oct 9 01:19:24 2016 (r423560) @@ -1,2 +1,3 @@ -SHA256 (tj-git-extras-4.1.0_GH0.tar.gz) = d4c028e2fe78abde8f3e640b70f431318fb28d82894dde22772efe8ba3563f85 -SIZE (tj-git-extras-4.1.0_GH0.tar.gz) = 98240 +TIMESTAMP = 1475941619 +SHA256 (tj-git-extras-4.2.0_GH0.tar.gz) = 53668af26c58e7866addbd2b14b29f63ee39029bdcee5f48957c4a958bdb225f +SIZE (tj-git-extras-4.2.0_GH0.tar.gz) = 113288 Modified: head/devel/git-extras/pkg-plist ============================================================================== --- head/devel/git-extras/pkg-plist Sun Oct 9 01:09:57 2016 (r423559) +++ head/devel/git-extras/pkg-plist Sun Oct 9 01:19:24 2016 (r423560) @@ -6,6 +6,7 @@ bin/git-bug bin/git-changelog bin/git-chore bin/git-clear +bin/git-clear-soft bin/git-commits-since bin/git-contrib bin/git-count @@ -37,9 +38,11 @@ bin/git-obliterate bin/git-pr bin/git-psykorebase bin/git-pull-request +bin/git-reauthor bin/git-rebase-patch bin/git-refactor bin/git-release +bin/git-rename-branch bin/git-rename-tag bin/git-repl bin/git-reset-file @@ -52,6 +55,7 @@ bin/git-show-merged-branches bin/git-show-tree bin/git-show-unmerged-branches bin/git-squash +bin/git-standup bin/git-summary bin/git-sync bin/git-touch @@ -65,6 +69,7 @@ man/man1/git-back.1.gz man/man1/git-bug.1.gz man/man1/git-changelog.1.gz man/man1/git-chore.1.gz +man/man1/git-clear-soft.1.gz man/man1/git-clear.1.gz man/man1/git-commits-since.1.gz man/man1/git-contrib.1.gz @@ -93,11 +98,15 @@ man/man1/git-locked.1.gz man/man1/git-merge-into.1.gz man/man1/git-merge-repo.1.gz man/man1/git-missing.1.gz +man/man1/git-obliterate.1.gz man/man1/git-pr.1.gz man/man1/git-psykorebase.1.gz +man/man1/git-pull-request.1.gz +man/man1/git-reauthor.1.gz man/man1/git-rebase-patch.1.gz man/man1/git-refactor.1.gz man/man1/git-release.1.gz +man/man1/git-rename-branch.1.gz man/man1/git-rename-tag.1.gz man/man1/git-repl.1.gz man/man1/git-reset-file.1.gz @@ -109,6 +118,7 @@ man/man1/git-show-merged-branches.1.gz man/man1/git-show-tree.1.gz man/man1/git-show-unmerged-branches.1.gz man/man1/git-squash.1.gz +man/man1/git-standup.1.gz man/man1/git-summary.1.gz man/man1/git-sync.1.gz man/man1/git-touch.1.gz From owner-svn-ports-head@freebsd.org Sun Oct 9 01:23:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC998BED103; Sun, 9 Oct 2016 01:23:01 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 650C22E3; Sun, 9 Oct 2016 01:23:01 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u991N0Mr063812; Sun, 9 Oct 2016 01:23:00 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u991MxUO063799; Sun, 9 Oct 2016 01:22:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610090122.u991MxUO063799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 9 Oct 2016 01:22:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423561 - in head/astro: . opencpn opencpn/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.23 Precedence: list List-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, 09 Oct 2016 01:23:01 -0000 Author: jbeich Date: Sun Oct 9 01:22:59 2016 New Revision: 423561 URL: https://svnweb.freebsd.org/changeset/ports/423561 Log: astro/opencpn: add new port PR: 211199 Submitted by: ml@netfence.it (based on) OpenCPN is a free software project to create a concise chart plotter and navigation software, for use underway or as a planning tool. OpenCPN is developed by a team of active sailors using real world conditions for program testing and refinement. http://opencpn.org/ Added: head/astro/opencpn/ head/astro/opencpn/Makefile (contents, props changed) head/astro/opencpn/distinfo (contents, props changed) head/astro/opencpn/files/ head/astro/opencpn/files/patch-CMakeLists.txt (contents, props changed) head/astro/opencpn/files/patch-no-std (contents, props changed) head/astro/opencpn/files/patch-src_chart1.cpp (contents, props changed) head/astro/opencpn/files/patch-src_crashprint.cpp (contents, props changed) head/astro/opencpn/pkg-descr (contents, props changed) head/astro/opencpn/pkg-plist (contents, props changed) Modified: head/astro/Makefile (contents, props changed) Modified: head/astro/Makefile ============================================================================== --- head/astro/Makefile Sun Oct 9 01:19:24 2016 (r423560) +++ head/astro/Makefile Sun Oct 9 01:22:59 2016 (r423561) @@ -43,6 +43,7 @@ SUBDIR += mkgmap-splitter SUBDIR += mymoon SUBDIR += nightfall + SUBDIR += opencpn SUBDIR += openuniverse SUBDIR += osmium SUBDIR += osmosis Added: head/astro/opencpn/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/opencpn/Makefile Sun Oct 9 01:22:59 2016 (r423561) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= opencpn +PORTVERSION= 4.4.0 +DISTVERSIONPREFIX= v +CATEGORIES= astro + +MAINTAINER= freebsd@netfence.it +COMMENT= Concise ChartPlotter/Navigator + +LICENSE= GPLv2+ + +LIB_DEPENDS= libportaudio.so:audio/portaudio \ + libcurl.so:ftp/curl \ + libexpat.so:textproc/expat2 \ + libtinyxml.so:textproc/tinyxml + +USE_GITHUB= yes +GH_ACCOUNT= ${GH_PROJECT} +GH_PROJECT= OpenCPN + +USES= cmake compiler:c++11-lib execinfo gettext-tools localbase +USE_CXXSTD= c++11 +USE_GL= gl +USE_GNOME= cairo gdkpixbuf2 gtk20 +USE_WX= 3.0+ +USE_XORG= x11 +INSTALLS_ICONS= yes + +CMAKE_ARGS= -DBUNDLE_DOCS=ON -DBUNDLE_GSHHS=CRUDE -DBUNDLE_TCDATA=ON +LDFLAGS+= -Wl,--as-needed # ICE, SM, Xext + +post-patch: + @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},' \ + ${WRKSRC}/src/mygdal/cpl_csv.cpp \ + ${WRKSRC}/src/mygdal/cpl_findfile.cpp \ + ${WRKSRC}/data/doc/help_en_US.html + +.include Added: head/astro/opencpn/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/opencpn/distinfo Sun Oct 9 01:22:59 2016 (r423561) @@ -0,0 +1,3 @@ +TIMESTAMP = 1468844404 +SHA256 (OpenCPN-OpenCPN-v4.4.0_GH0.tar.gz) = 577ae0fa44d31840e268b22c50b78130695fdfc796420514c93b238d5bde39b9 +SIZE (OpenCPN-OpenCPN-v4.4.0_GH0.tar.gz) = 40840928 Added: head/astro/opencpn/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/opencpn/files/patch-CMakeLists.txt Sun Oct 9 01:22:59 2016 (r423561) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2016-06-25 12:26:20 UTC ++++ CMakeLists.txt +@@ -1769,7 +1769,7 @@ ENDIF(UNIX) + # Certain older Cmake FindGTK2 modules ( e.g. cmake-2.8.0-2) do not yield all of the required link libraries + # So, add them manually. These declarations may be redundant in some architectures, but do no harm. + IF(UNIX) +-TARGET_LINK_LIBRARIES( ${PACKAGE_NAME} dl ) ++TARGET_LINK_LIBRARIES( ${PACKAGE_NAME} execinfo ) + ENDIF(UNIX) + + IF(QT_LINUX) Added: head/astro/opencpn/files/patch-no-std ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/opencpn/files/patch-no-std Sun Oct 9 01:22:59 2016 (r423561) @@ -0,0 +1,92 @@ +OpenCPN-4.4.0/src/chart1.cpp: In member function 'virtual int MyApp::OnExit()': +OpenCPN-4.4.0/src/chart1.cpp:2174:13: error: call of overloaded 'isnan(double&)' is ambiguous + if( wxIsNaN(gCog) ) cog.Printf( _T("COG ----- ") ); + ^ +OpenCPN-4.4.0/src/chart1.cpp:2174:13: note: candidates are: +In file included from /usr/local/include/wx-3.0/wx/math.h:18:0, + from /usr/local/include/wx-3.0/wx/gdicmn.h:23, + from /usr/local/include/wx-3.0/wx/event.h:20, + from /usr/local/include/wx-3.0/wx/wx.h:24, + from OpenCPN-4.4.0/src/chart1.cpp:28: +/usr/include/math.h:234:6: note: int isnan(double) + int (isnan)(double) __pure2; + ^ +In file included from /usr/local/include/wx-3.0/wx/math.h:58:0, + from /usr/local/include/wx-3.0/wx/gdicmn.h:23, + from /usr/local/include/wx-3.0/wx/event.h:20, + from /usr/local/include/wx-3.0/wx/wx.h:24, + from OpenCPN-4.4.0/src/chart1.cpp:28: +/usr/local/lib/gcc48/include/c++/cmath:626:3: note: constexpr bool std::isnan(long double) + isnan(long double __x) + ^ +/usr/local/lib/gcc48/include/c++/cmath:622:3: note: constexpr bool std::isnan(double) + isnan(double __x) + ^ +/usr/local/lib/gcc48/include/c++/cmath:618:3: note: constexpr bool std::isnan(float) + isnan(float __x) + ^ + +In file included from OpenCPN-4.4.0/src/routeprintout.cpp:32: +In file included from /usr/local/include/wx-3.0/wx/wx.h:15: +In file included from /usr/local/include/wx-3.0/wx/object.h:19: +In file included from /usr/local/include/wx-3.0/wx/memory.h:15: +In file included from /usr/local/include/wx-3.0/wx/string.h:4305: +In file included from /usr/local/include/wx-3.0/wx/crt.h:19: +/usr/local/include/wx-3.0/wx/wxcrt.h:577:14: error: call to 'wcsstr' is ambiguous + { return wxCRT_StrstrW(haystack, needle); } + ^~~~~~~~~~~~~ +/usr/local/include/wx-3.0/wx/wxcrtbase.h:155:26: note: expanded from macro 'wxCRT_StrstrW' +#define wxCRT_StrstrW wcsstr + ^~~~~~ +/usr/include/wchar.h:152:10: note: candidate function +wchar_t *wcsstr(const wchar_t * __restrict, const wchar_t * __restrict) + ^ +/usr/include/c++/v1/cwchar:189:49: note: candidate function +inline _LIBCPP_INLINE_VISIBILITY const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return ::wcsstr(__s1, __s2);} + ^ + +--- include/printtable.h.orig 2016-06-25 12:26:20 UTC ++++ include/printtable.h +@@ -27,7 +27,11 @@ + */ + #include + #include +-using namespace std; ++using std::endl; ++using std::ostream; ++using std::string; ++using std::stringstream; ++using std::vector; + + + #ifndef __PRINTTABLE_H__ +--- include/routeprintout.h.orig 2016-06-25 12:26:20 UTC ++++ include/routeprintout.h +@@ -24,7 +24,6 @@ + **************************************************************************/ + + #include +-using namespace std; // FIXME: 'using namespace' must not be used in header files + + + #ifndef __ROUTEPRINTOUT_H__ +--- src/printtable.cpp.orig 2016-06-25 12:26:20 UTC ++++ src/printtable.cpp +@@ -28,7 +28,6 @@ + #include + #include + #include +-using namespace std; + + #include "wx/wxprec.h" + +--- src/routeprintout.cpp.orig 2016-06-25 12:26:20 UTC ++++ src/routeprintout.cpp +@@ -24,7 +24,6 @@ + **************************************************************************/ + + #include +-using namespace std; + + #include "wx/wxprec.h" + Added: head/astro/opencpn/files/patch-src_chart1.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/opencpn/files/patch-src_chart1.cpp Sun Oct 9 01:22:59 2016 (r423561) @@ -0,0 +1,39 @@ +--- src/chart1.cpp.orig 2016-06-25 12:26:20 UTC ++++ src/chart1.cpp +@@ -10308,7 +10308,11 @@ extern "C" int wait(int *); + + #include + #include ++#ifdef __linux__ + #include ++#else ++#include ++#endif + + #endif + +@@ -10374,16 +10378,24 @@ int paternFilter (const struct dirent * + + int isTTYreal(const char *dev) + { ++#ifdef __linux__ + struct serial_struct serinfo; ++#else ++ struct termios termAttr; ++#endif + int ret = 0; + + int fd = open(dev, O_RDWR | O_NONBLOCK | O_NOCTTY); + + // device name is pointing to a real device + if(fd >= 0) { ++#ifdef __linux__ + if (ioctl(fd, TIOCGSERIAL, &serinfo)==0) { + // If device type is no PORT_UNKNOWN we accept the port + if (serinfo.type != PORT_UNKNOWN) ++#else ++ if (tcgetattr(fd, &termAttr) == 0) { ++#endif + ret = 1; + } + close (fd); Added: head/astro/opencpn/files/patch-src_crashprint.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/opencpn/files/patch-src_crashprint.cpp Sun Oct 9 01:22:59 2016 (r423561) @@ -0,0 +1,14 @@ +--- src/crashprint.cpp.orig 2016-06-25 12:26:20 UTC ++++ src/crashprint.cpp +@@ -31,11 +31,9 @@ + #endif + + //! standard header +-#if defined(__linux__) + #include // Needed for backtrace + #include // Needed for __cxa_demangle + #include +-#endif + + // wxWidgets headers + #include // strings support Added: head/astro/opencpn/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/opencpn/pkg-descr Sun Oct 9 01:22:59 2016 (r423561) @@ -0,0 +1,6 @@ +OpenCPN is a free software project to create a concise chart plotter and +navigation software, for use underway or as a planning tool. OpenCPN is +developed by a team of active sailors using real world conditions for +program testing and refinement. + +WWW: http://opencpn.org/ Added: head/astro/opencpn/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/opencpn/pkg-plist Sun Oct 9 01:22:59 2016 (r423561) @@ -0,0 +1,1025 @@ +bin/opencpn +lib/opencpn/libchartdldr_pi.so +lib/opencpn/libdashboard_pi.so +lib/opencpn/libgrib_pi.so +lib/opencpn/libwmm_pi.so +share/applications/opencpn.desktop +%%PORTDOCS%%%%DOCSDIR%%/changelog.Debian.gz +%%PORTDOCS%%%%DOCSDIR%%/copyright +share/icons/hicolor/48x48/apps/opencpn.png +share/icons/hicolor/scalable/apps/opencpn.svg +share/locale/ca_ES/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/ca_ES/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/ca_ES/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/ca_ES/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/ca_ES/LC_MESSAGES/opencpn.mo +share/locale/cs/LC_MESSAGES/opencpn.mo +share/locale/cs_CZ/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/cs_CZ/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/cs_CZ/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/cs_CZ/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/da/LC_MESSAGES/opencpn.mo +share/locale/da_DK/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/da_DK/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/da_DK/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/da_DK/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/de/LC_MESSAGES/opencpn.mo +share/locale/de_DE/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/de_DE/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/de_DE/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/de_DE/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/el_GR/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/el_GR/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/el_GR/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/el_GR/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/el_GR/LC_MESSAGES/opencpn.mo +share/locale/es/LC_MESSAGES/opencpn.mo +share/locale/es_ES/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/es_ES/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/es_ES/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/es_ES/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/et/LC_MESSAGES/opencpn.mo +share/locale/et_EE/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/et_EE/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/et_EE/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/et_EE/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/fi_FI/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/fi_FI/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/fi_FI/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/fi_FI/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/fi_FI/LC_MESSAGES/opencpn.mo +share/locale/fr/LC_MESSAGES/opencpn.mo +share/locale/fr_FR/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/fr_FR/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/fr_FR/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/fr_FR/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/gl_ES/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/gl_ES/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/gl_ES/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/gl_ES/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/gl_ES/LC_MESSAGES/opencpn.mo +share/locale/hu_HU/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/hu_HU/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/hu_HU/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/hu_HU/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/hu_HU/LC_MESSAGES/opencpn.mo +share/locale/it/LC_MESSAGES/opencpn.mo +share/locale/it_IT/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/it_IT/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/it_IT/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/it_IT/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/ja_JP/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/ja_JP/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/ja_JP/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/ja_JP/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/nb_NO/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/nb_NO/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/nb_NO/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/nb_NO/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/nb_NO/LC_MESSAGES/opencpn.mo +share/locale/nl/LC_MESSAGES/opencpn.mo +share/locale/nl_NL/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/nl_NL/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/nl_NL/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/nl_NL/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/pl/LC_MESSAGES/opencpn.mo +share/locale/pl_PL/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/pl_PL/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/pl_PL/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/pl_PL/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/pt_BR/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/pt_BR/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/pt_BR/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/pt_BR/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/pt_BR/LC_MESSAGES/opencpn.mo +share/locale/pt_PT/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/pt_PT/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/pt_PT/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/pt_PT/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/pt_PT/LC_MESSAGES/opencpn.mo +share/locale/ru/LC_MESSAGES/opencpn.mo +share/locale/ru_RU/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/ru_RU/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/ru_RU/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/ru_RU/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/sv/LC_MESSAGES/opencpn.mo +share/locale/sv_SE/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/sv_SE/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/sv_SE/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/sv_SE/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/tr_TR/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/tr_TR/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/tr_TR/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/tr_TR/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/tr_TR/LC_MESSAGES/opencpn.mo +share/locale/vi_VN/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/vi_VN/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/vi_VN/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/vi_VN/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/zh_TW/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/zh_TW/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/zh_TW/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/zh_TW/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/zh_TW/LC_MESSAGES/opencpn.mo +%%DATADIR%%/doc/help_en_US.html +%%DATADIR%%/doc/help_web.html +%%DATADIR%%/doc/images/0.jpg +%%DATADIR%%/doc/images/02.jpg +%%DATADIR%%/doc/images/03-Chart-Downloader-Tab-First-Time.jpg +%%DATADIR%%/doc/images/08-AfterDownloading.jpg +%%DATADIR%%/doc/images/1.jpg +%%DATADIR%%/doc/images/10_1mile.jpg +%%DATADIR%%/doc/images/15-Chart-Status-Selection.jpg +%%DATADIR%%/doc/images/16-Show-Local-Files.jpg +%%DATADIR%%/doc/images/17preferences.jpg +%%DATADIR%%/doc/images/1AU-Add-Edit-Custom-Chart-Source.jpg +%%DATADIR%%/doc/images/1AUAddNewChartSource-Predefined201.jpg +%%DATADIR%%/doc/images/1AUpreferences.jpg +%%DATADIR%%/doc/images/1Charts.jpg +%%DATADIR%%/doc/images/1PleaseUpdate.jpg +%%DATADIR%%/doc/images/1_2.jpg +%%DATADIR%%/doc/images/1ancorIcon.jpg +%%DATADIR%%/doc/images/1sliders.jpg +%%DATADIR%%/doc/images/2.jpg +%%DATADIR%%/doc/images/3.jpg +%%DATADIR%%/doc/images/33AISlist2.jpg +%%DATADIR%%/doc/images/33Accuracy_10K.jpg +%%DATADIR%%/doc/images/33Accuracy_12m.jpg +%%DATADIR%%/doc/images/33Accuracy_info.jpg +%%DATADIR%%/doc/images/33Accuracy_info2.jpg +%%DATADIR%%/doc/images/33Aton2.jpg +%%DATADIR%%/doc/images/33AtonOnPos.jpg +%%DATADIR%%/doc/images/33Blacklist.jpg +%%DATADIR%%/doc/images/33Dash-App.jpg +%%DATADIR%%/doc/images/33GFS16.jpg +%%DATADIR%%/doc/images/33GribInterpolation.jpg +%%DATADIR%%/doc/images/33GribOverlayColors.jpg +%%DATADIR%%/doc/images/33GribPreference2.jpg +%%DATADIR%%/doc/images/33GribUnits.jpg +%%DATADIR%%/doc/images/33Gribmail1.jpg +%%DATADIR%%/doc/images/33Gribmail10.jpg +%%DATADIR%%/doc/images/33Gribmail2.jpg +%%DATADIR%%/doc/images/33Gribmail3.jpg +%%DATADIR%%/doc/images/33Gribmail4.jpg +%%DATADIR%%/doc/images/33Gribmail5.jpg +%%DATADIR%%/doc/images/33Gribmail6.jpg +%%DATADIR%%/doc/images/33Gribmail7.jpg +%%DATADIR%%/doc/images/33Gribmail8.jpg +%%DATADIR%%/doc/images/33Gribmail9.jpg +%%DATADIR%%/doc/images/33HideTrack.jpg +%%DATADIR%%/doc/images/33VAton2.jpg +%%DATADIR%%/doc/images/33WxTable.jpg +%%DATADIR%%/doc/images/33WxTable_1.jpg +%%DATADIR%%/doc/images/33YellowOwnShip.jpg +%%DATADIR%%/doc/images/33_S57_info.jpg +%%DATADIR%%/doc/images/33ais-showname.jpg +%%DATADIR%%/doc/images/33gribcurrent.jpg +%%DATADIR%%/doc/images/33jmantoolbar.jpg +%%DATADIR%%/doc/images/33speed12.jpg +%%DATADIR%%/doc/images/33speed50.jpg +%%DATADIR%%/doc/images/33tradtoolbar.jpg +%%DATADIR%%/doc/images/33vec.jpg +%%DATADIR%%/doc/images/33vofpos.jpg +%%DATADIR%%/doc/images/3jmanflattoolbar.jpg +%%DATADIR%%/doc/images/4-S63-1.jpg +%%DATADIR%%/doc/images/4-S63.jpg +%%DATADIR%%/doc/images/4.jpg +%%DATADIR%%/doc/images/420OptionConnections.jpg +%%DATADIR%%/doc/images/421OptionConnections.jpg +%%DATADIR%%/doc/images/42AddSerialConnection.jpg +%%DATADIR%%/doc/images/48px-Under_construction_icon-blue.jpg +%%DATADIR%%/doc/images/4Chartgroups2.jpg +%%DATADIR%%/doc/images/4GL-expert.jpg +%%DATADIR%%/doc/images/4GribAreaSelection.jpg +%%DATADIR%%/doc/images/4GribControledColours.jpg +%%DATADIR%%/doc/images/4GribCurrent_0.jpg +%%DATADIR%%/doc/images/4GribDisplayChoices.jpg +%%DATADIR%%/doc/images/4GribGraph-Selection.jpg +%%DATADIR%%/doc/images/4MMSI-prop.jpg +%%DATADIR%%/doc/images/4MOB1.jpg +%%DATADIR%%/doc/images/4MOB3.jpg +%%DATADIR%%/doc/images/4MOB4.jpg +%%DATADIR%%/doc/images/4MOB6.jpg +%%DATADIR%%/doc/images/4Objq.jpg +%%DATADIR%%/doc/images/4OptChartTide.jpg +%%DATADIR%%/doc/images/4PlugIns.jpg +%%DATADIR%%/doc/images/4RNG.jpg +%%DATADIR%%/doc/images/4RealScaleBitmap.jpg +%%DATADIR%%/doc/images/4RightClRoute.jpg +%%DATADIR%%/doc/images/4RightclickLayerTrack.jpg +%%DATADIR%%/doc/images/4RightclickTrack.jpg +%%DATADIR%%/doc/images/4SendtoGPS.jpg +%%DATADIR%%/doc/images/4ShowRadarRings.jpg +%%DATADIR%%/doc/images/4Start-Charts.jpg +%%DATADIR%%/doc/images/4Start-Charts1.jpg +%%DATADIR%%/doc/images/4Start-Charts2.jpg +%%DATADIR%%/doc/images/4Start-Charts3.jpg +%%DATADIR%%/doc/images/4Start-Charts4.jpg +%%DATADIR%%/doc/images/4Target-Query1.jpg +%%DATADIR%%/doc/images/4Target-Query2.jpg +%%DATADIR%%/doc/images/4Target-Real-Size.jpg +%%DATADIR%%/doc/images/4TrackProperties.jpg +%%DATADIR%%/doc/images/4TracksTab.jpg +%%DATADIR%%/doc/images/4VectorChartsDisplay.jpg +%%DATADIR%%/doc/images/4fps.jpg +%%DATADIR%%/doc/images/4gribControl.jpg +%%DATADIR%%/doc/images/5.jpg +%%DATADIR%%/doc/images/500mb.jpg +%%DATADIR%%/doc/images/5GL-non-expert.jpg +%%DATADIR%%/doc/images/6.jpg +%%DATADIR%%/doc/images/7.jpg +%%DATADIR%%/doc/images/8.jpg +%%DATADIR%%/doc/images/9.jpg +%%DATADIR%%/doc/images/Activation_NVC-Charts.jpg +%%DATADIR%%/doc/images/Anch2.jpg +%%DATADIR%%/doc/images/Anch3.jpg +%%DATADIR%%/doc/images/Anch4.jpg +%%DATADIR%%/doc/images/Anch5.jpg +%%DATADIR%%/doc/images/Anch6.jpg +%%DATADIR%%/doc/images/Anch8.jpg +%%DATADIR%%/doc/images/Anch9.jpg +%%DATADIR%%/doc/images/AtoN_all.jpg +%%DATADIR%%/doc/images/BGchart.jpg +%%DATADIR%%/doc/images/CCC-Castine-Climatology-Config-Standard-Current.jpg +%%DATADIR%%/doc/images/CCC-Castine-Climatology-Config-Standard-SeaLevelPressure.jpg +%%DATADIR%%/doc/images/CCC-Castine-Climatology-Config-Standard-SeaSurfaceTemperatur.jpg +%%DATADIR%%/doc/images/CCC-Castine-Climatology-Config-Standard-Wind.jpg +%%DATADIR%%/doc/images/CCC-Castine-Climatology-Config-Wind.jpg +%%DATADIR%%/doc/images/CCC-Castine-Grib.jpg +%%DATADIR%%/doc/images/CCC-Castine-Wx-Rte-1d-23h.jpg +%%DATADIR%%/doc/images/CM-top.jpg +%%DATADIR%%/doc/images/ChartGroups321.jpg +%%DATADIR%%/doc/images/ChartGroups322.jpg +%%DATADIR%%/doc/images/Chartbar32.jpg +%%DATADIR%%/doc/images/ClassicShell_zpsbfed952c.jpg +%%DATADIR%%/doc/images/Climatology-Clouds-in-July.jpg +%%DATADIR%%/doc/images/Climatology-Cyclones-Dec.jpg +%%DATADIR%%/doc/images/Climatology-Precipitation-in-July.jpg +%%DATADIR%%/doc/images/Climatology-Pressure-Dec.jpg +%%DATADIR%%/doc/images/Climatology-RelativeHumidity-in-July.jpg +%%DATADIR%%/doc/images/Climatology-SeaDepth.jpg +%%DATADIR%%/doc/images/Climatology-SeaLevelPressure-in-July.jpg +%%DATADIR%%/doc/images/Climatology-SeaLevelTemperature-in-July.jpg +%%DATADIR%%/doc/images/Climatology-Wind-Dec.jpg +%%DATADIR%%/doc/images/ClimatologyCycloneConfig.jpg +%%DATADIR%%/doc/images/Connections-Output-Filter-Sentence.jpg +%%DATADIR%%/doc/images/Connections.jpg +%%DATADIR%%/doc/images/Dashprop322.jpg +%%DATADIR%%/doc/images/Debug_win.jpg +%%DATADIR%%/doc/images/Des-activation_NVC-Charts.jpg +%%DATADIR%%/doc/images/DeviceManager-1.jpg +%%DATADIR%%/doc/images/DeviceManager_zpsb0197e16.jpg +%%DATADIR%%/doc/images/Diagram-0-sm.jpg +%%DATADIR%%/doc/images/Diagram-1-sm.jpg +%%DATADIR%%/doc/images/Diagram-2-sm.jpg +%%DATADIR%%/doc/images/Diagram-3-sm.jpg +%%DATADIR%%/doc/images/Diagram-4-sm.jpg +%%DATADIR%%/doc/images/Draw-Toolbar.jpg +%%DATADIR%%/doc/images/Draw_Manager_and_Draw_Toolbar_Icons.jpg +%%DATADIR%%/doc/images/Ecran_affichage_1.jpg +%%DATADIR%%/doc/images/Ecran_affichage_2.jpg +%%DATADIR%%/doc/images/Ecran_affichage_3.jpg +%%DATADIR%%/doc/images/Ecran_affichage_4.jpg +%%DATADIR%%/doc/images/FI-Setup.jpg +%%DATADIR%%/doc/images/Find-Logbook.jpg +%%DATADIR%%/doc/images/Four-Circles-of-Position.jpg +%%DATADIR%%/doc/images/Four-Sights-Entered.jpg +%%DATADIR%%/doc/images/GD_NGA24390.jpg +%%DATADIR%%/doc/images/GeolocationTCP_zps5cb554ea.jpg +%%DATADIR%%/doc/images/Girb-Hide-Data.jpg +%%DATADIR%%/doc/images/Grib-Menu-2.jpg +%%DATADIR%%/doc/images/Grib-Settings-Bottom-Slider.jpg +%%DATADIR%%/doc/images/Grib-Settings-Data-Air-Temperature.jpg +%%DATADIR%%/doc/images/Grib-Settings-Data-CAPE.jpg +%%DATADIR%%/doc/images/Grib-Settings-Data-Pressure.jpg +%%DATADIR%%/doc/images/Grib-Settings-Data-Waves-Data.jpg +%%DATADIR%%/doc/images/Grib-Settings-Data-Waves-Gui.jpg +%%DATADIR%%/doc/images/Grib-Settings-Data-Waves-Playback.jpg +%%DATADIR%%/doc/images/Grib-Settings-Data-Wind-Gust.jpg +%%DATADIR%%/doc/images/Grib-Settings-Data-Wind.jpg +%%DATADIR%%/doc/images/Grib-Settings-Message-Saildocs.jpg +%%DATADIR%%/doc/images/Grib-Settings-Message-Zygrib.jpg +%%DATADIR%%/doc/images/Help-About.jpg +%%DATADIR%%/doc/images/IEC_AIS_AtoN_sym-Real.jpg +%%DATADIR%%/doc/images/IEC_AIS_AtoN_sym-Virtual.jpg +%%DATADIR%%/doc/images/IMGP0105.jpg +%%DATADIR%%/doc/images/IMGP0107.jpg +%%DATADIR%%/doc/images/Icon-Enc-Text-On.jpg +%%DATADIR%%/doc/images/Installationnvc_pi_2.jpg +%%DATADIR%%/doc/images/Installationnvc_pi_3.jpg +%%DATADIR%%/doc/images/Installationnvc_pi_4.jpg +%%DATADIR%%/doc/images/Installationvc_pi_1.jpg +%%DATADIR%%/doc/images/Locations.jpg +%%DATADIR%%/doc/images/MMSI_Prop_List1.jpg +%%DATADIR%%/doc/images/MOB-choice.jpg +%%DATADIR%%/doc/images/MagnifierZoomB.jpg +%%DATADIR%%/doc/images/MenuBar.jpg +%%DATADIR%%/doc/images/Menubar-AIS.jpg +%%DATADIR%%/doc/images/Menubar-Help.jpg +%%DATADIR%%/doc/images/Menubar-Navigation.jpg +%%DATADIR%%/doc/images/Menubar-Tools.jpg +%%DATADIR%%/doc/images/Menubar-View.jpg +%%DATADIR%%/doc/images/Menubar-toolbar-chart.jpg +%%DATADIR%%/doc/images/NV_Verlag_web_site.jpg +%%DATADIR%%/doc/images/Nassau_to_Newport_May.jpg +%%DATADIR%%/doc/images/Nr9.jpg +%%DATADIR%%/doc/images/OCPN-BSB4-DLL-Enable.jpg +%%DATADIR%%/doc/images/OCPN-BSB4-Install.jpg +%%DATADIR%%/doc/images/OCPN-OptionsMenu.jpg +%%DATADIR%%/doc/images/OD-Preferences-About.jpg +%%DATADIR%%/doc/images/OD-Preferences-Boundary-Point.jpg +%%DATADIR%%/doc/images/OD-Preferences-Boundary.jpg +%%DATADIR%%/doc/images/OD-Preferences-DR-Point.jpg +%%DATADIR%%/doc/images/OD-Preferences-DR.jpg +%%DATADIR%%/doc/images/OD-Preferences-EBL.jpg +%%DATADIR%%/doc/images/OD-Preferences-Path.jpg +%%DATADIR%%/doc/images/OD-Preferences-Text-Point.jpg +%%DATADIR%%/doc/images/OD-Preferences-dialog.jpg +%%DATADIR%%/doc/images/OD-objects.jpg +%%DATADIR%%/doc/images/OZ.jpg +%%DATADIR%%/doc/images/OZ1.jpg +%%DATADIR%%/doc/images/OZ2-INT702.jpg +%%DATADIR%%/doc/images/Options-Chart-Buttons-ENC.jpg +%%DATADIR%%/doc/images/Options-Chart-Buttons-RNC-Icon.jpg +%%DATADIR%%/doc/images/Options-Charts-Icon.jpg +%%DATADIR%%/doc/images/Options-Connection-Icon.jpg +%%DATADIR%%/doc/images/Options-Connections-Network_0.jpg +%%DATADIR%%/doc/images/Options-Connections_zps80f51d7f.jpg +%%DATADIR%%/doc/images/Options-GPS-Orient-Icon.jpg +%%DATADIR%%/doc/images/Options-Plugins-Icon.jpg +%%DATADIR%%/doc/images/Options-Plugins.jpg +%%DATADIR%%/doc/images/Options-Ships-OwnShip-Routes.jpg +%%DATADIR%%/doc/images/Options-UserInterface_zpsfc3672fb.jpg +%%DATADIR%%/doc/images/ParticleMap.jpg +%%DATADIR%%/doc/images/Polar-Pi-eliminate-zeros.jpg +%%DATADIR%%/doc/images/Prolific.jpg +%%DATADIR%%/doc/images/Provisions.jpg +%%DATADIR%%/doc/images/Puerto_Morelos1.jpg +%%DATADIR%%/doc/images/Puerto_Morelos2.jpg +%%DATADIR%%/doc/images/Quilt1.jpg +%%DATADIR%%/doc/images/Quilt2.jpg +%%DATADIR%%/doc/images/Quilt3.jpg +%%DATADIR%%/doc/images/Quilt4.jpg +%%DATADIR%%/doc/images/Reduce-Data.jpg +%%DATADIR%%/doc/images/Reduce-Data1.jpg +%%DATADIR%%/doc/images/Right-Click-ENC-quilting.jpg +%%DATADIR%%/doc/images/Right-Click-ENC-single-chart.jpg +%%DATADIR%%/doc/images/Right-Click-RNC-quilting.jpg +%%DATADIR%%/doc/images/Right-Click-RNC-single-chart.jpg +%%DATADIR%%/doc/images/Route-Properties.jpg +%%DATADIR%%/doc/images/Route-Properties1.jpg +%%DATADIR%%/doc/images/Route-Properties2.jpg +%%DATADIR%%/doc/images/Route-rollover.jpg +%%DATADIR%%/doc/images/Route21.jpg +%%DATADIR%%/doc/images/Routing1.jpg +%%DATADIR%%/doc/images/Routing2.jpg +%%DATADIR%%/doc/images/Routing3.jpg +%%DATADIR%%/doc/images/Routing5.jpg +%%DATADIR%%/doc/images/Routing7.jpg +%%DATADIR%%/doc/images/Routing8.jpg +%%DATADIR%%/doc/images/S-63-keys-permits.png +%%DATADIR%%/doc/images/S-WDpi-01-Husky.jpg +%%DATADIR%%/doc/images/S-WDpi-02.jpg +%%DATADIR%%/doc/images/S-WDpi-03.jpg +%%DATADIR%%/doc/images/S-WDpi-04.jpg +%%DATADIR%%/doc/images/S-WDpi-04aa.jpg +%%DATADIR%%/doc/images/S-WDpi-04b.jpg +%%DATADIR%%/doc/images/S-WDpi-05.jpg +%%DATADIR%%/doc/images/S-WDpi-06.jpg +%%DATADIR%%/doc/images/S-WDpi-07.jpg +%%DATADIR%%/doc/images/S-WDpi-08_0.jpg +%%DATADIR%%/doc/images/S-WDpi-09.jpg +%%DATADIR%%/doc/images/S-WDpi-10.jpg +%%DATADIR%%/doc/images/S-WDpi-11.jpg +%%DATADIR%%/doc/images/S-WDpi-12.jpg +%%DATADIR%%/doc/images/S-WDpi-13_0.jpg +%%DATADIR%%/doc/images/S-WDpi-14.jpg +%%DATADIR%%/doc/images/S-WDpi-15.jpg +%%DATADIR%%/doc/images/S-WDpi-16.jpg +%%DATADIR%%/doc/images/S-WDpi-17.jpg +%%DATADIR%%/doc/images/S-WDpi-18.jpg +%%DATADIR%%/doc/images/S-WDpi-19.jpg +%%DATADIR%%/doc/images/S-WDpi-20.jpg +%%DATADIR%%/doc/images/S-WDpi-21_0.jpg +%%DATADIR%%/doc/images/S-WDpi-22.jpg +%%DATADIR%%/doc/images/S-WDpi-23.jpg +%%DATADIR%%/doc/images/S-WDpi-24.jpg +%%DATADIR%%/doc/images/S-WDpi-25.jpg +%%DATADIR%%/doc/images/S-WDpi-26.jpg +%%DATADIR%%/doc/images/S-WDpi-27.jpg +%%DATADIR%%/doc/images/S-WDpi-28.jpg +%%DATADIR%%/doc/images/S-WDpi-29.jpg +%%DATADIR%%/doc/images/S-WDpi-30.jpg +%%DATADIR%%/doc/images/S-WDpi-31.jpg +%%DATADIR%%/doc/images/S-WDpi-32_0.jpg +%%DATADIR%%/doc/images/S-WDpi-32a.jpg +%%DATADIR%%/doc/images/S-WDpi-32b.jpg +%%DATADIR%%/doc/images/S-WDpi-32c.jpg +%%DATADIR%%/doc/images/S-WDpi-33.jpg +%%DATADIR%%/doc/images/S-WDpi-34.jpg +%%DATADIR%%/doc/images/S-WDpi-35.jpg +%%DATADIR%%/doc/images/S-WDpi-36.jpg +%%DATADIR%%/doc/images/S-WDpi-37.jpg +%%DATADIR%%/doc/images/S-WDpi-38.jpg +%%DATADIR%%/doc/images/S-WDpi-39.jpg +%%DATADIR%%/doc/images/S-WDpi-40.jpg +%%DATADIR%%/doc/images/S-WDpi-41.jpg +%%DATADIR%%/doc/images/S-WDpi-42.jpg +%%DATADIR%%/doc/images/S-WDpi-43.jpg +%%DATADIR%%/doc/images/S-WDpi-44.jpg +%%DATADIR%%/doc/images/S-WDpi-45.jpg +%%DATADIR%%/doc/images/S-WDpi-46.jpg +%%DATADIR%%/doc/images/S-WDpi-47.jpg +%%DATADIR%%/doc/images/S-WDpi-48.jpg +%%DATADIR%%/doc/images/S-WDpi-49_0.jpg +%%DATADIR%%/doc/images/S-WDpi-50.jpg +%%DATADIR%%/doc/images/S-WDpi-51.jpg +%%DATADIR%%/doc/images/S-WDpi-52.jpg +%%DATADIR%%/doc/images/S-WDpi-53_0.jpg +%%DATADIR%%/doc/images/S-WDpi-54.jpg +%%DATADIR%%/doc/images/S-WDpi-55.jpg +%%DATADIR%%/doc/images/S-WDpi-56.jpg +%%DATADIR%%/doc/images/S-WDpi-57.jpg +%%DATADIR%%/doc/images/S-WDpi-58.jpg +%%DATADIR%%/doc/images/S-WDpi-59_0.jpg +%%DATADIR%%/doc/images/S-WDpi-60-0.jpg +%%DATADIR%%/doc/images/S-WDpi-61-0.jpg +%%DATADIR%%/doc/images/S-WDpi-62-0.jpg +%%DATADIR%%/doc/images/S-WDpi-62-01.jpg +%%DATADIR%%/doc/images/S-WDpi-62-02.jpg +%%DATADIR%%/doc/images/S-WDpi-63_0.jpg +%%DATADIR%%/doc/images/S-WDpi-64.jpg +%%DATADIR%%/doc/images/S-WDpi-65.jpg +%%DATADIR%%/doc/images/S-WDpi-66.jpg +%%DATADIR%%/doc/images/S-WDpi-67.jpg +%%DATADIR%%/doc/images/S-WDpi-68_0.jpg +%%DATADIR%%/doc/images/S-WDpi-69.jpg +%%DATADIR%%/doc/images/S-WDpi-70.jpg +%%DATADIR%%/doc/images/S-WDpi-71.jpg +%%DATADIR%%/doc/images/S-WDpi-72.jpg +%%DATADIR%%/doc/images/S-WDpi-73.jpg +%%DATADIR%%/doc/images/S-WDpi-AlarmAction.jpg +%%DATADIR%%/doc/images/S-WDpi-slider.jpg +%%DATADIR%%/doc/images/S63-3.jpg +%%DATADIR%%/doc/images/S63message.jpg +%%DATADIR%%/doc/images/S64usp.jpg +%%DATADIR%%/doc/images/S65inst.jpg +%%DATADIR%%/doc/images/SART1.jpg +%%DATADIR%%/doc/images/SART3.jpg +%%DATADIR%%/doc/images/SART4.jpg +%%DATADIR%%/doc/images/SART5.jpg +%%DATADIR%%/doc/images/SARTalarm.jpg +%%DATADIR%%/doc/images/Settings-Ship-MMSI-Add-MMSI-Properties.jpg +%%DATADIR%%/doc/images/Settings-Ship-MMSI-Less-than-Nine.jpg +%%DATADIR%%/doc/images/Settings.jpg +%%DATADIR%%/doc/images/Sight-1-Degrees-Minutes-Uncertainty.jpg +%%DATADIR%%/doc/images/Sight-2-Date-Time-Certainty-Shift.jpg +%%DATADIR%%/doc/images/Sight-3-Configuration.jpg +%%DATADIR%%/doc/images/Sight-4-Parameters.jpg +%%DATADIR%%/doc/images/Sight-5-Calculations.jpg +%%DATADIR%%/doc/images/TS1.jpg +%%DATADIR%%/doc/images/TS2.jpg +%%DATADIR%%/doc/images/TargetCPA.jpg +%%DATADIR%%/doc/images/Telechargement_nvc_pi-1.jpg +%%DATADIR%%/doc/images/Tide-interference.jpg +%%DATADIR%%/doc/images/Tide1.jpg +%%DATADIR%%/doc/images/Tide2.jpg +%%DATADIR%%/doc/images/Tide4.jpg +%%DATADIR%%/doc/images/Tide5.jpg +%%DATADIR%%/doc/images/Tide6.jpg +%%DATADIR%%/doc/images/Tide7.jpg +%%DATADIR%%/doc/images/ToolBAR22.jpg +%%DATADIR%%/doc/images/Toolbar-AIS.jpg +%%DATADIR%%/doc/images/Toolbar-Options-Charts-Chart-Files.jpg +%%DATADIR%%/doc/images/Toolbar-Options-Charts-Chart-Groups.jpg +%%DATADIR%%/doc/images/Toolbar-Options-Charts-Tides-Currents.jpg +%%DATADIR%%/doc/images/Toolbar-Options-Charts-Vector-Chart-Display.jpg +%%DATADIR%%/doc/images/Toolbar-Options-Connections-Net-1.jpg +%%DATADIR%%/doc/images/Toolbar-Options-Connections-Net-2.jpg +%%DATADIR%%/doc/images/Toolbar-Options-Display-Advanced.jpg +%%DATADIR%%/doc/images/Toolbar-Options-Display-General_0.jpg +%%DATADIR%%/doc/images/Toolbar-Options-Display-Units_0.jpg +%%DATADIR%%/doc/images/Toolbar-Options-Ships-AIS-Targets-1.jpg +%%DATADIR%%/doc/images/Toolbar-Options-Ships-AIS-Targets-2.jpg +%%DATADIR%%/doc/images/Toolbar-Options-Ships-Own-Ship.jpg +%%DATADIR%%/doc/images/Toolbar-Options-User-Interface.jpg +%%DATADIR%%/doc/images/Units.jpg +%%DATADIR%%/doc/images/VDR-AIS_Simulation-2.jpg +%%DATADIR%%/doc/images/WH.jpg +%%DATADIR%%/doc/images/WH1.jpg +%%DATADIR%%/doc/images/WH2.jpg +%%DATADIR%%/doc/images/WMM1.jpg +%%DATADIR%%/doc/images/WMM2.jpg +%%DATADIR%%/doc/images/WMM3.jpg +%%DATADIR%%/doc/images/WMM4.jpg +%%DATADIR%%/doc/images/WMM5.jpg +%%DATADIR%%/doc/images/WMM6.jpg +%%DATADIR%%/doc/images/WMM7.jpg +%%DATADIR%%/doc/images/WMM8.jpg +%%DATADIR%%/doc/images/WMM9.jpg +%%DATADIR%%/doc/images/Waypoint-Rings-Bottom.jpg +%%DATADIR%%/doc/images/Waypoint-Rings.jpg +%%DATADIR%%/doc/images/Waypoint-Rings_0.jpg +%%DATADIR%%/doc/images/WeatherRoutingConfiguration.jpg +%%DATADIR%%/doc/images/WeatherRoutingConfiguration1.jpg +%%DATADIR%%/doc/images/Werror1.jpg +%%DATADIR%%/doc/images/Werror2.jpg +%%DATADIR%%/doc/images/Werror3.jpg +%%DATADIR%%/doc/images/Wpt21.jpg +%%DATADIR%%/doc/images/Wx-0-Retrieve-Internet-Overlaid-on-Chart.jpg +%%DATADIR%%/doc/images/Wx-1-File-Menu.jpg +%%DATADIR%%/doc/images/Wx-2-Retrieve-Menu.jpg +%%DATADIR%%/doc/images/Wx-A1-Ret-AudioCapture-Recieving.jpg +%%DATADIR%%/doc/images/Wx-B1-Ret-HFRadioSch-FilterTab-Menu.jpg +%%DATADIR%%/doc/images/Wx-B2-Ret-HFRadioSch-AlarmTab-Menu.jpg +%%DATADIR%%/doc/images/Wx-B3-Ret-HFRadioSch-CaptureOptionsTab-Menu.jpg +%%DATADIR%%/doc/images/Wx-B4-Ret-HFRadioSch-InfoTab-Menu.jpg +%%DATADIR%%/doc/images/Wx-C0-Ret-Inet-Menu-1_0.jpg +%%DATADIR%%/doc/images/Wx-C1-Ret-Inet-Aviation-Americas.jpg +%%DATADIR%%/doc/images/Wx-C2-Ret-Inet-Passsage-Atlantic-012Wind.jpg +%%DATADIR%%/doc/images/Wx-C3-Ret-Inet-Bermuda-3day.jpg +%%DATADIR%%/doc/images/Wx-C4-Ret-Inet-Noaa-Atlantic-24hr-500mb.jpg +%%DATADIR%%/doc/images/Wx-C5-Ret-Inet-Noaa-Atlantic-24hrSurf.jpg +%%DATADIR%%/doc/images/Wx-C6-Ret-Inet-Passage-NE.jpg +%%DATADIR%%/doc/images/Wx-C7-Ret-Inet-Passage-NovaSoctia.jpg +%%DATADIR%%/doc/images/Wx-C8-Ret-Inet-Downloaded-List.jpg +%%DATADIR%%/doc/images/ZeroXTE.jpg +%%DATADIR%%/doc/images/aa-mob.jpg +%%DATADIR%%/doc/images/action-filter.jpg +%%DATADIR%%/doc/images/activeroutewpt.jpg +%%DATADIR%%/doc/images/add_options.jpg +%%DATADIR%%/doc/images/after_clipboard.jpg +%%DATADIR%%/doc/images/aground.jpg +%%DATADIR%%/doc/images/ais-alarm.jpg +%%DATADIR%%/doc/images/ais-green.jpg +%%DATADIR%%/doc/images/ais-grey.jpg +%%DATADIR%%/doc/images/ais-lemon.jpg +%%DATADIR%%/doc/images/ais-lost.jpg +%%DATADIR%%/doc/images/ais-moor.jpg +%%DATADIR%%/doc/images/ais-red.jpg +%%DATADIR%%/doc/images/ais-yellow.jpg +%%DATADIR%%/doc/images/ais.jpg +%%DATADIR%%/doc/images/ais11.jpg +%%DATADIR%%/doc/images/ais2.jpg +%%DATADIR%%/doc/images/ais_alarm.jpg +%%DATADIR%%/doc/images/ais_alive_active.jpg +%%DATADIR%%/doc/images/ais_disabled.jpg +%%DATADIR%%/doc/images/ais_supressed.jpg +%%DATADIR%%/doc/images/aisfocus.jpg +%%DATADIR%%/doc/images/anch.jpg +%%DATADIR%%/doc/images/anegpass.jpg +%%DATADIR%%/doc/images/aprs.jpg +%%DATADIR%%/doc/images/area-query.jpg +%%DATADIR%%/doc/images/arpa1.jpg +%%DATADIR%%/doc/images/arpa2.jpg +%%DATADIR%%/doc/images/arpa3.jpg +%%DATADIR%%/doc/images/arpa4.jpg +%%DATADIR%%/doc/images/aton_off.jpg +%%DATADIR%%/doc/images/aton_std.jpg +%%DATADIR%%/doc/images/aton_virt.jpg +%%DATADIR%%/doc/images/attachment.jpg +%%DATADIR%%/doc/images/attachment_002.jpg +%%DATADIR%%/doc/images/attachment_003.jpg +%%DATADIR%%/doc/images/auto-follow_0.jpg +%%DATADIR%%/doc/images/base.jpg +%%DATADIR%%/doc/images/basestn.jpg +%%DATADIR%%/doc/images/bluesquare.jpg +%%DATADIR%%/doc/images/boundaryPoint.jpg +%%DATADIR%%/doc/images/br24_advanced_emu_osx.jpg +%%DATADIR%%/doc/images/br24_button.jpg +%%DATADIR%%/doc/images/br24_controls.jpg +%%DATADIR%%/doc/images/br24_emulator.jpg +%%DATADIR%%/doc/images/br24_overlay_messages.jpg +%%DATADIR%%/doc/images/br24_plugin_11_status.jpg +%%DATADIR%%/doc/images/br24_preferences_097.jpg +%%DATADIR%%/doc/images/bramb.jpg +%%DATADIR%%/doc/images/bramb1.jpg +%%DATADIR%%/doc/images/bramb2.jpg +%%DATADIR%%/doc/images/brazil.jpg +%%DATADIR%%/doc/images/bud-icon.jpg +%%DATADIR%%/doc/images/buttons-select.jpg +%%DATADIR%%/doc/images/classB.jpg +%%DATADIR%%/doc/images/climatology1thumb.jpg +%%DATADIR%%/doc/images/climatologyctr_0.jpg +%%DATADIR%%/doc/images/clipboard_gpsbabel.jpg +%%DATADIR%%/doc/images/cm93.jpg +%%DATADIR%%/doc/images/cm93grp.jpg +%%DATADIR%%/doc/images/colscheme.jpg +%%DATADIR%%/doc/images/composite.jpg +%%DATADIR%%/doc/images/composite1.jpg +%%DATADIR%%/doc/images/course-up.jpg +%%DATADIR%%/doc/images/course-up_0.jpg +%%DATADIR%%/doc/images/current-digits.jpg +%%DATADIR%%/doc/images/current.jpg +%%DATADIR%%/doc/images/current1.jpg +%%DATADIR%%/doc/images/currents_box.jpg +%%DATADIR%%/doc/images/dark-green.jpg +%%DATADIR%%/doc/images/dash-big-fonts.jpg +%%DATADIR%%/doc/images/dash-drag.jpg +%%DATADIR%%/doc/images/dash-select-instr_0.jpg +%%DATADIR%%/doc/images/dash-set.jpg +%%DATADIR%%/doc/images/dashboard-docked32.jpg +%%DATADIR%%/doc/images/dashboard-plugin32.jpg +%%DATADIR%%/doc/images/dashboard32.jpg +%%DATADIR%%/doc/images/dashn3.jpg +%%DATADIR%%/doc/images/ddd1.jpg +%%DATADIR%%/doc/images/ddd2.jpg +%%DATADIR%%/doc/images/ddd3.jpg +%%DATADIR%%/doc/images/ddd4.jpg +%%DATADIR%%/doc/images/dh.jpg +%%DATADIR%%/doc/images/dim1.jpg +%%DATADIR%%/doc/images/dpare.jpg +%%DATADIR%%/doc/images/dsc-alert.jpg +%%DATADIR%%/doc/images/dsc-list.jpg +%%DATADIR%%/doc/images/dsc-not-ok.jpg +%%DATADIR%%/doc/images/dsc-ok.jpg +%%DATADIR%%/doc/images/dsc-ok2.jpg +%%DATADIR%%/doc/images/dsc_distress.jpg +%%DATADIR%%/doc/images/dse1.jpg +%%DATADIR%%/doc/images/dyngnaset.jpg +%%DATADIR%%/doc/images/europe1.jpg +%%DATADIR%%/doc/images/europe3.jpg +%%DATADIR%%/doc/images/explain.jpg +%%DATADIR%%/doc/images/export_dr_gpx.jpg +%%DATADIR%%/doc/images/export_route.jpg +%%DATADIR%%/doc/images/eye33.jpg +%%DATADIR%%/doc/images/file_gpsbabel.jpg +%%DATADIR%%/doc/images/filtering.jpg +%%DATADIR%%/doc/images/fishing.jpg +%%DATADIR%%/doc/images/folderoptions.jpg +%%DATADIR%%/doc/images/font.jpg +%%DATADIR%%/doc/images/font1.jpg +%%DATADIR%%/doc/images/gc-comp.jpg +%%DATADIR%%/doc/images/gc1.jpg +%%DATADIR%%/doc/images/gc3.jpg +%%DATADIR%%/doc/images/gc4.jpg +%%DATADIR%%/doc/images/gc6.jpg +%%DATADIR%%/doc/images/gc7.jpg +%%DATADIR%%/doc/images/gc8.jpg +%%DATADIR%%/doc/images/gdb.jpg +%%DATADIR%%/doc/images/gdb1.jpg +%%DATADIR%%/doc/images/gl.jpg +%%DATADIR%%/doc/images/gps1.jpg +%%DATADIR%%/doc/images/gps2.jpg +%%DATADIR%%/doc/images/gps3.jpg +%%DATADIR%%/doc/images/gpsGrn.jpg +%%DATADIR%%/doc/images/gpsRed.jpg +%%DATADIR%%/doc/images/gpsd-con1.jpg +%%DATADIR%%/doc/images/gpsg_buddy.jpg +%%DATADIR%%/doc/images/gradar_domecont.jpg +%%DATADIR%%/doc/images/gradar_icon_green.jpg +%%DATADIR%%/doc/images/gradar_icon_red.jpg +%%DATADIR%%/doc/images/gradar_log.jpg +%%DATADIR%%/doc/images/gradar_noisecont.jpg +%%DATADIR%%/doc/images/gradar_opcont.jpg +%%DATADIR%%/doc/images/gradar_optionenable.jpg +%%DATADIR%%/doc/images/gradar_rangecont.jpg +%%DATADIR%%/doc/images/gradar_rightclick.jpg +%%DATADIR%%/doc/images/gray-nogps.jpg +%%DATADIR%%/doc/images/grib.jpg +%%DATADIR%%/doc/images/grib_0.jpg +%%DATADIR%%/doc/images/gribplugin33.jpg +%%DATADIR%%/doc/images/group.jpg +%%DATADIR%%/doc/images/halfadegree.jpg +%%DATADIR%%/doc/images/havannah-ext.jpg +%%DATADIR%%/doc/images/havannah-noext.jpg +%%DATADIR%%/doc/images/headingline1.jpg +%%DATADIR%%/doc/images/help.jpg +%%DATADIR%%/doc/images/help_002.jpg +%%DATADIR%%/doc/images/help_1.jpg +%%DATADIR%%/doc/images/hidden-quilt.jpg +%%DATADIR%%/doc/images/highlight.jpg +%%DATADIR%%/doc/images/hotkeys3.jpg +%%DATADIR%%/doc/images/hotkeys3_(2).jpg +%%DATADIR%%/doc/images/hotkeys3_(3).jpg +%%DATADIR%%/doc/images/hotkeys3_(4).jpg +%%DATADIR%%/doc/images/hotkeys3_(5).jpg +%%DATADIR%%/doc/images/hotkeys3_(6).jpg +%%DATADIR%%/doc/images/hsc.jpg +%%DATADIR%%/doc/images/ifeahche_1.jpg +%%DATADIR%%/doc/images/import_dr_gpx.jpg +%%DATADIR%%/doc/images/import_dr_gpx_route_manager.jpg +%%DATADIR%%/doc/images/import_gpx.jpg +%%DATADIR%%/doc/images/in1.jpg +%%DATADIR%%/doc/images/in11.jpg +%%DATADIR%%/doc/images/in2.jpg +%%DATADIR%%/doc/images/in22.jpg +%%DATADIR%%/doc/images/incwpt.jpg +%%DATADIR%%/doc/images/incwpt1.jpg +%%DATADIR%%/doc/images/incwpt2.jpg +%%DATADIR%%/doc/images/incwpt3.jpg +%%DATADIR%%/doc/images/incwpt4.jpg +%%DATADIR%%/doc/images/incwpt5.jpg +%%DATADIR%%/doc/images/incwpt6.jpg +%%DATADIR%%/doc/images/incwpt7.jpg +%%DATADIR%%/doc/images/incwpt8.jpg +%%DATADIR%%/doc/images/inland-blue.jpg +%%DATADIR%%/doc/images/kml_clipboard.jpg +%%DATADIR%%/doc/images/last-button.jpg +%%DATADIR%%/doc/images/layer-prop.jpg +%%DATADIR%%/doc/images/layer-prop1.jpg +%%DATADIR%%/doc/images/layer-track2.jpg +%%DATADIR%%/doc/images/layer22.jpg +%%DATADIR%%/doc/images/layer_route1.jpg +%%DATADIR%%/doc/images/layers-show2.jpg +%%DATADIR%%/doc/images/lockwpt.jpg +%%DATADIR%%/doc/images/lowprec.jpg +%%DATADIR%%/doc/images/lowprec1.jpg +%%DATADIR%%/doc/images/mad-track.jpg +%%DATADIR%%/doc/images/mad-track2.jpg +%%DATADIR%%/doc/images/magnetic_show.jpg +%%DATADIR%%/doc/images/main_screen_start.jpg +%%DATADIR%%/doc/images/marina_grn.jpg +%%DATADIR%%/doc/images/mark-create.jpg +%%DATADIR%%/doc/images/mark-shipwreck.jpg +%%DATADIR%%/doc/images/mark-triangle.jpg +%%DATADIR%%/doc/images/mark-undo-create-waypoint.jpg +%%DATADIR%%/doc/images/mark10.jpg +%%DATADIR%%/doc/images/mark2.jpg +%%DATADIR%%/doc/images/mark3.jpg +%%DATADIR%%/doc/images/mark4.jpg +%%DATADIR%%/doc/images/mark6.jpg +%%DATADIR%%/doc/images/mark7.jpg +%%DATADIR%%/doc/images/mark8.jpg +%%DATADIR%%/doc/images/mark9.jpg +%%DATADIR%%/doc/images/menu_bar.jpg +%%DATADIR%%/doc/images/meta.jpg +%%DATADIR%%/doc/images/mob_btn.jpg +%%DATADIR%%/doc/images/moored.jpg +%%DATADIR%%/doc/images/multileg.jpg +%%DATADIR%%/doc/images/nmea-converter.jpg +%%DATADIR%%/doc/images/nmea-debug-dsc.jpg +%%DATADIR%%/doc/images/nogl.jpg +%%DATADIR%%/doc/images/north-up.jpg +%%DATADIR%%/doc/images/not_participate.jpg +%%DATADIR%%/doc/images/notundcom.jpg +%%DATADIR%%/doc/images/ob_options.jpg +%%DATADIR%%/doc/images/ob_using%20kml.jpg +%%DATADIR%%/doc/images/objq.jpg +%%DATADIR%%/doc/images/offsets2.jpg +%%DATADIR%%/doc/images/offsets4.jpg +%%DATADIR%%/doc/images/offsets5.jpg +%%DATADIR%%/doc/images/offsets6.jpg *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sun Oct 9 01:32:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B4F8BED364; Sun, 9 Oct 2016 01:32:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC8879AB; Sun, 9 Oct 2016 01:32:26 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u991WPlw067501; Sun, 9 Oct 2016 01:32:25 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u991WPQk067500; Sun, 9 Oct 2016 01:32:25 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610090132.u991WPQk067500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 9 Oct 2016 01:32:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423562 - head/astro/opencpn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 01:32:27 -0000 Author: jbeich Date: Sun Oct 9 01:32:25 2016 New Revision: 423562 URL: https://svnweb.freebsd.org/changeset/ports/423562 Log: astro/opencpn: list together with other geo apps Modified: head/astro/opencpn/Makefile (contents, props changed) Modified: head/astro/opencpn/Makefile ============================================================================== --- head/astro/opencpn/Makefile Sun Oct 9 01:22:59 2016 (r423561) +++ head/astro/opencpn/Makefile Sun Oct 9 01:32:25 2016 (r423562) @@ -3,7 +3,7 @@ PORTNAME= opencpn PORTVERSION= 4.4.0 DISTVERSIONPREFIX= v -CATEGORIES= astro +CATEGORIES= astro geography MAINTAINER= freebsd@netfence.it COMMENT= Concise ChartPlotter/Navigator From owner-svn-ports-head@freebsd.org Sun Oct 9 02:58:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA601AF74D6; Sun, 9 Oct 2016 02:58:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8777DB0E; Sun, 9 Oct 2016 02:58:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u992wKhb097355; Sun, 9 Oct 2016 02:58:20 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u992wKWc097353; Sun, 9 Oct 2016 02:58:20 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610090258.u992wKWc097353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 9 Oct 2016 02:58:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423563 - in head: devel/adacurses ports-mgmt/synth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 02:58:22 -0000 Author: marino Date: Sun Oct 9 02:58:20 2016 New Revision: 423563 URL: https://svnweb.freebsd.org/changeset/ports/423563 Log: devel/adacurses: Prevent building with base ncurses headers It turns out that the C source files were getting built with the headers from the base ncurses. The recent update in Synth's display exposed a resulting problem with the add chtype routines, resulting in garbled output. Since adacurses is a static library, synth requires a revbump. Modified: head/devel/adacurses/Makefile head/ports-mgmt/synth/Makefile Modified: head/devel/adacurses/Makefile ============================================================================== --- head/devel/adacurses/Makefile Sun Oct 9 01:32:25 2016 (r423562) +++ head/devel/adacurses/Makefile Sun Oct 9 02:58:20 2016 (r423563) @@ -3,7 +3,7 @@ PORTNAME= adacurses PORTVERSION= 20150808 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/AdaCurses/ DISTNAME= AdaCurses-${PORTVERSION} @@ -13,10 +13,11 @@ COMMENT= Ada95 bindings for ncurses LICENSE= MIT -USES= ada gmake ncurses:port tar:tgz +USES= ada gmake pkgconfig ncurses:port tar:tgz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ada-include=${PREFIX}/include/adacurses \ --with-ada-objects=${PREFIX}/lib/adacurses \ + --with-curses-dir=${NCURSESBASE} \ --libdir=${PREFIX}/lib/adacurses \ --enable-widec PORTDOCS= ada Ada95.html @@ -41,7 +42,7 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/gen/adacurses-config \ ${STAGEDIR}${PREFIX}/bin/ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat - ${SED} "s|@PREFIX@|${PREFIX}|g" ${FILESDIR}/adacurses.gpr.in > \ + ${SED} "s|@PREFIX@|${NCURSESBASE}|g" ${FILESDIR}/adacurses.gpr.in > \ ${STAGEDIR}${PREFIX}/lib/gnat/adacurses.gpr do-install-DOCS-on: Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Sun Oct 9 01:32:25 2016 (r423562) +++ head/ports-mgmt/synth/Makefile Sun Oct 9 02:58:20 2016 (r423563) @@ -4,6 +4,7 @@ PORTNAME= synth PORTVERSION= 1.54 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= ports-mgmt MAINTAINER= marino@FreeBSD.org From owner-svn-ports-head@freebsd.org Sun Oct 9 03:18:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3831AF7B92; Sun, 9 Oct 2016 03:18:01 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A55CB1893; Sun, 9 Oct 2016 03:18:01 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u993I03p005644; Sun, 9 Oct 2016 03:18:00 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u993I0hN005642; Sun, 9 Oct 2016 03:18:00 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610090318.u993I0hN005642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 9 Oct 2016 03:18:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423564 - in head/net/xrdp: . 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.23 Precedence: list List-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, 09 Oct 2016 03:18:01 -0000 Author: wen Date: Sun Oct 9 03:18:00 2016 New Revision: 423564 URL: https://svnweb.freebsd.org/changeset/ports/423564 Log: - Update to 0.6.2 PR: 213185 Submitted by: meta+ports@vmeta.jp(maintainer) Deleted: head/net/xrdp/files/patch-common__os_calls.c head/net/xrdp/files/patch-sesman__verify_user_pam.c Modified: head/net/xrdp/Makefile head/net/xrdp/distinfo Modified: head/net/xrdp/Makefile ============================================================================== --- head/net/xrdp/Makefile Sun Oct 9 02:58:20 2016 (r423563) +++ head/net/xrdp/Makefile Sun Oct 9 03:18:00 2016 (r423564) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= xrdp -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 DISTVERSIONPREFIX= v -PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= net DIST_SUBDIR= ${PORTNAME} @@ -16,9 +15,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= autoreconf:build libtool pkgconfig +USES= autoreconf:build libtool pkgconfig ssl USE_LDCONFIG= ${PREFIX}/lib/xrdp -USE_OPENSSL= yes USE_RC_SUBR= xrdp USE_XORG= x11 xfixes Modified: head/net/xrdp/distinfo ============================================================================== --- head/net/xrdp/distinfo Sun Oct 9 02:58:20 2016 (r423563) +++ head/net/xrdp/distinfo Sun Oct 9 03:18:00 2016 (r423564) @@ -1,2 +1,3 @@ -SHA256 (xrdp/neutrinolabs-xrdp-v0.6.1_GH0.tar.gz) = 7b5a91fc5aa5a36bebff2b5ed19854486bf8836b7d01ad7bb00caa4e6b107c5b -SIZE (xrdp/neutrinolabs-xrdp-v0.6.1_GH0.tar.gz) = 1559359 +TIMESTAMP = 1475561595 +SHA256 (xrdp/neutrinolabs-xrdp-v0.6.2_GH0.tar.gz) = 1e12e41537b3cac15f5c216663fc18a15df5a16e9eb2bc1768bea16190815438 +SIZE (xrdp/neutrinolabs-xrdp-v0.6.2_GH0.tar.gz) = 1559505 From owner-svn-ports-head@freebsd.org Sun Oct 9 04:32:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52407C077DA; Sun, 9 Oct 2016 04:32:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09D6B626; Sun, 9 Oct 2016 04:32:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u994WkRd035235; Sun, 9 Oct 2016 04:32:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u994Wj1w035231; Sun, 9 Oct 2016 04:32:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610090432.u994Wj1w035231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 9 Oct 2016 04:32:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423565 - in head/astro/opencpn: . 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.23 Precedence: list List-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, 09 Oct 2016 04:32:47 -0000 Author: jbeich Date: Sun Oct 9 04:32:45 2016 New Revision: 423565 URL: https://svnweb.freebsd.org/changeset/ports/423565 Log: astro/opencpn: minor fixup - Unbreak plugins runtime [1] - Better enumerate serial devices - Reduce std namespace pollution even more Obtained from: PkgSrc PR: 211199 Added: head/astro/opencpn/files/patch-plugins_grib__pi_src_GribUIDialog.cpp (contents, props changed) Modified: head/astro/opencpn/Makefile (contents, props changed) head/astro/opencpn/files/patch-no-std (contents, props changed) head/astro/opencpn/files/patch-src_chart1.cpp (contents, props changed) Modified: head/astro/opencpn/Makefile ============================================================================== --- head/astro/opencpn/Makefile Sun Oct 9 03:18:00 2016 (r423564) +++ head/astro/opencpn/Makefile Sun Oct 9 04:32:45 2016 (r423565) @@ -3,6 +3,7 @@ PORTNAME= opencpn PORTVERSION= 4.4.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= astro geography MAINTAINER= freebsd@netfence.it @@ -28,6 +29,7 @@ USE_XORG= x11 INSTALLS_ICONS= yes CMAKE_ARGS= -DBUNDLE_DOCS=ON -DBUNDLE_GSHHS=CRUDE -DBUNDLE_TCDATA=ON +LDFLAGS+= -Wl,-E # plugins LDFLAGS+= -Wl,--as-needed # ICE, SM, Xext post-patch: Modified: head/astro/opencpn/files/patch-no-std ============================================================================== --- head/astro/opencpn/files/patch-no-std Sun Oct 9 03:18:00 2016 (r423564) +++ head/astro/opencpn/files/patch-no-std Sun Oct 9 04:32:45 2016 (r423565) @@ -47,19 +47,26 @@ inline _LIBCPP_INLINE_VISIBILITY const w --- include/printtable.h.orig 2016-06-25 12:26:20 UTC +++ include/printtable.h -@@ -27,7 +27,11 @@ +@@ -27,8 +27,6 @@ */ #include #include -using namespace std; -+using std::endl; +- + + #ifndef __PRINTTABLE_H__ + #define __PRINTTABLE_H__ +@@ -44,6 +42,10 @@ using namespace std; + #include "ocpn_types.h" + #include "navutil.h" + +using std::ostream; +using std::string; -+using std::stringstream; +using std::vector; - - - #ifndef __PRINTTABLE_H__ ++ + /** + * \brief + * Enumeration is used to notice the state of the table. --- include/routeprintout.h.orig 2016-06-25 12:26:20 UTC +++ include/routeprintout.h @@ -24,7 +24,6 @@ @@ -80,6 +87,16 @@ inline _LIBCPP_INLINE_VISIBILITY const w #include "wx/wxprec.h" +@@ -74,6 +73,9 @@ using namespace std; + + #include "printtable.h" + ++using std::endl; ++using std::stringstream; ++ + void PrintCell::Init( const wxString& _content, wxDC* _dc, int _width, int _cellpadding, bool _bold_font ) + { + bold_font = _bold_font; --- src/routeprintout.cpp.orig 2016-06-25 12:26:20 UTC +++ src/routeprintout.cpp @@ -24,7 +24,6 @@ Added: head/astro/opencpn/files/patch-plugins_grib__pi_src_GribUIDialog.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/opencpn/files/patch-plugins_grib__pi_src_GribUIDialog.cpp Sun Oct 9 04:32:45 2016 (r423565) @@ -0,0 +1,35 @@ +$NetBSD: patch-plugins_grib_pi_src_GribUIDialog.cpp,v 1.1 2016/06/16 15:52:56 bouyer Exp $ + +from https://github.com/OpenCPN/OpenCPN/pull/662 +fix grib plugin timeline request from crashing when no grib file is loaded + +--- plugins/grib_pi/src/GribUIDialog.cpp.orig 2016-06-25 12:26:20 UTC ++++ plugins/grib_pi/src/GribUIDialog.cpp +@@ -1251,11 +1251,14 @@ wxDateTime GRIBUICtrlBar::TimelineTime() + int tl = (m_TimeLineHours == 0) ? 0 : m_sTimeline->GetValue(); + int stepmin = m_OverlaySettings.GetMinFromIndex(m_OverlaySettings.m_SlicesPerUpdate); + return MinTime() + wxTimeSpan( tl * stepmin / 60, (tl * stepmin) % 60 ); +- } else { +- ArrayOfGribRecordSets *rsa = m_bGRIBActiveFile->GetRecordSetArrayPtr(); +- int index = m_cRecordForecast->GetCurrentSelection() < 1 ? 0 : m_cRecordForecast->GetCurrentSelection(); +- return rsa->Item(index).m_Reference_Time; + } ++ ++ ArrayOfGribRecordSets *rsa = m_bGRIBActiveFile->GetRecordSetArrayPtr(); ++ int index = m_cRecordForecast->GetCurrentSelection() < 1 ? 0 : m_cRecordForecast->GetCurrentSelection(); ++ if(rsa && indexGetCount()) ++ return rsa->Item(index).m_Reference_Time; ++ ++ return wxDateTime::Now(); + } + + wxDateTime GRIBUICtrlBar::MinTime() +@@ -1265,7 +1268,7 @@ wxDateTime GRIBUICtrlBar::MinTime() + GribRecordSet &first = rsa->Item(0); + return first.m_Reference_Time; + } +- return wxDateTime(0.0); ++ return wxDateTime::Now(); + } + + GribTimelineRecordSet* GRIBUICtrlBar::GetTimeLineRecordSet(wxDateTime time) Modified: head/astro/opencpn/files/patch-src_chart1.cpp ============================================================================== --- head/astro/opencpn/files/patch-src_chart1.cpp Sun Oct 9 03:18:00 2016 (r423564) +++ head/astro/opencpn/files/patch-src_chart1.cpp Sun Oct 9 04:32:45 2016 (r423565) @@ -37,3 +37,21 @@ ret = 1; } close (fd); +@@ -10409,10 +10421,17 @@ wxArrayString *EnumerateSerialPorts( voi + + //Initialize the pattern table + if( devPatern[0] == NULL ) { ++#ifdef __linux__ + paternAdd ( "ttyUSB" ); + paternAdd ( "ttyACM" ); + paternAdd ( "ttyGPS" ); + paternAdd ( "refcom" ); ++#else ++ paternAdd ( "ttyU" ); ++ paternAdd ( "ttyu" ); ++ paternAdd ( "ttyd" ); ++ paternAdd ( "gps" ); ++#endif + } + + // Looking for user privilege openable devices in /dev From owner-svn-ports-head@freebsd.org Sun Oct 9 06:23:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A403C077EA; Sun, 9 Oct 2016 06:23:23 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4662CD5D; Sun, 9 Oct 2016 06:23:23 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u996NMDm076120; Sun, 9 Oct 2016 06:23:22 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u996NMHR076118; Sun, 9 Oct 2016 06:23:22 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610090623.u996NMHR076118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 9 Oct 2016 06:23:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423566 - head/textproc/p5-Text-Metaphone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 06:23:23 -0000 Author: wen Date: Sun Oct 9 06:23:22 2016 New Revision: 423566 URL: https://svnweb.freebsd.org/changeset/ports/423566 Log: - Update to 20160805 Changes: http://cpansearch.perl.org/src/MSCHWERN/Text-Metaphone-20160805/Changes Modified: head/textproc/p5-Text-Metaphone/Makefile head/textproc/p5-Text-Metaphone/distinfo Modified: head/textproc/p5-Text-Metaphone/Makefile ============================================================================== --- head/textproc/p5-Text-Metaphone/Makefile Sun Oct 9 04:32:45 2016 (r423565) +++ head/textproc/p5-Text-Metaphone/Makefile Sun Oct 9 06:23:22 2016 (r423566) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Metaphone -PORTVERSION= 20081017 -PORTREVISION= 1 +PORTVERSION= 20160805 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Text-Metaphone/distinfo ============================================================================== --- head/textproc/p5-Text-Metaphone/distinfo Sun Oct 9 04:32:45 2016 (r423565) +++ head/textproc/p5-Text-Metaphone/distinfo Sun Oct 9 06:23:22 2016 (r423566) @@ -1,2 +1,3 @@ -SHA256 (Text-Metaphone-20081017.tar.gz) = 131b5f366dcca69f1c53fce2da3c3347e81e308e63632781d7344f8689809910 -SIZE (Text-Metaphone-20081017.tar.gz) = 11581 +TIMESTAMP = 1475983159 +SHA256 (Text-Metaphone-20160805.tar.gz) = 2d07e7cdafdf8f8f2b2698c0163f40018ca2d20e064a465c18161d581a405a41 +SIZE (Text-Metaphone-20160805.tar.gz) = 9744 From owner-svn-ports-head@freebsd.org Sun Oct 9 07:49:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86141C059B2; Sun, 9 Oct 2016 07:49:27 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 523C22B; Sun, 9 Oct 2016 07:49:27 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u997nQRo006377; Sun, 9 Oct 2016 07:49:26 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u997nQtQ006375; Sun, 9 Oct 2016 07:49:26 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201610090749.u997nQtQ006375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 9 Oct 2016 07:49:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423567 - 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.23 Precedence: list List-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, 09 Oct 2016 07:49:27 -0000 Author: riggs Date: Sun Oct 9 07:49:26 2016 New Revision: 423567 URL: https://svnweb.freebsd.org/changeset/ports/423567 Log: Document code execution vulnerability in mkvtoolnix < 9.4.1 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Oct 9 06:23:22 2016 (r423566) +++ head/security/vuxml/vuln.xml Sun Oct 9 07:49:26 2016 (r423567) @@ -58,6 +58,33 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + mkvtoolnix -- code execution via specially crafted files + + + mkvtoolnix + 9.4.1 + + + + +

Moritz Bunkus reports:

+
+

most of the bugs fixed on 2016-09-06 and 2016-09-07 for + issue #1780 are potentially exploitable. The scenario is arbitrary + code execution with specially-crafted files.

+
+ +
+ + https://mkvtoolnix.download/doc/ChangeLog + + + 2016-09-07 + 2016-10-09 + +
+ X.org libraries -- multiple vulnabilities From owner-svn-ports-head@freebsd.org Sun Oct 9 08:21:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5607AC072E9; Sun, 9 Oct 2016 08:21:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27837E2A; Sun, 9 Oct 2016 08:21:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u998LcsH019006; Sun, 9 Oct 2016 08:21:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u998LcE3019004; Sun, 9 Oct 2016 08:21:38 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610090821.u998LcE3019004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 9 Oct 2016 08:21:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423568 - head/security/rubygem-rex-powershell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 08:21:39 -0000 Author: antoine Date: Sun Oct 9 08:21:38 2016 New Revision: 423568 URL: https://svnweb.freebsd.org/changeset/ports/423568 Log: Update to 0.1.66 Modified: head/security/rubygem-rex-powershell/Makefile head/security/rubygem-rex-powershell/distinfo Modified: head/security/rubygem-rex-powershell/Makefile ============================================================================== --- head/security/rubygem-rex-powershell/Makefile Sun Oct 9 07:49:26 2016 (r423567) +++ head/security/rubygem-rex-powershell/Makefile Sun Oct 9 08:21:38 2016 (r423568) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-powershell -PORTVERSION= 0.1.64 +PORTVERSION= 0.1.66 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-rex-powershell/distinfo ============================================================================== --- head/security/rubygem-rex-powershell/distinfo Sun Oct 9 07:49:26 2016 (r423567) +++ head/security/rubygem-rex-powershell/distinfo Sun Oct 9 08:21:38 2016 (r423568) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472476126 -SHA256 (rubygem/rex-powershell-0.1.64.gem) = 90e3a2f31f530d180c1d87c5cc1b7bad0de0523c9e48c24b701ceff30a996100 -SIZE (rubygem/rex-powershell-0.1.64.gem) = 25088 +TIMESTAMP = 1475926218 +SHA256 (rubygem/rex-powershell-0.1.66.gem) = cbbd48e24d450150e360fc6c0eaa859b972bf3111cc75db02069b6bfda6d97b1 +SIZE (rubygem/rex-powershell-0.1.66.gem) = 27136 From owner-svn-ports-head@freebsd.org Sun Oct 9 08:26:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2624C0749D; Sun, 9 Oct 2016 08:26:09 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 877C3162; Sun, 9 Oct 2016 08:26:09 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 047F0BDCAB; Sun, 9 Oct 2016 10:26:06 +0200 (CEST) Received: from atuin.in.mat.cc (48.196.7.109.rev.sfr.net [109.7.196.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 85FA5BDC89; Sun, 9 Oct 2016 10:26:05 +0200 (CEST) Subject: Re: svn commit: r423561 - in head/astro: . opencpn opencpn/files To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610090122.u991MxUO063799@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Sun, 9 Oct 2016 10:26:03 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610090122.u991MxUO063799@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="GF31F1WuMi4GkXJ5wfUrN4AuJ4gxKNBV7" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 08:26:09 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --GF31F1WuMi4GkXJ5wfUrN4AuJ4gxKNBV7 Content-Type: multipart/mixed; boundary="7AhQuhSRQ2WQ7mAMoraOcaEbJ4a3sfTj9"; protected-headers="v1" From: Mathieu Arnold To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r423561 - in head/astro: . opencpn opencpn/files References: <201610090122.u991MxUO063799@repo.freebsd.org> In-Reply-To: <201610090122.u991MxUO063799@repo.freebsd.org> --7AhQuhSRQ2WQ7mAMoraOcaEbJ4a3sfTj9 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 09/10/2016 =C3=A0 03:22, Jan Beich a =C3=A9crit : > +PORTNAME=3D opencpn This should be PORTNAME=3DOpenCPN, then you would not need: > +GH_ACCOUNT=3D ${GH_PROJECT} > +GH_PROJECT=3D OpenCPN --=20 Mathieu Arnold --7AhQuhSRQ2WQ7mAMoraOcaEbJ4a3sfTj9-- --GF31F1WuMi4GkXJ5wfUrN4AuJ4gxKNBV7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJX+f8cXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IC8MQAL0lulyHU0PmRHa4AB6ZyLUe AvsJ6G85i8EhfaMXUEPUeAeYKyeOg6OUFdo9mWoooSGlUV0n1WzSyYBvj9l7AhlG WFvm78g0OcMLO7lAJbmcQyai50I0cdZ+w81tgnciVLMcbXN9EU0uNYuzyf1vb5Oe rWHt1AOrk/jBoK/Q95WO40uKspOqNJGeGZrH+w2BDGwYETBWoG7QtAABR75JPV5f 3XUmQvFu99WYh184CpV/CLyQ9Cf+EeZ4XfMItQcsvR9/V+i6pd87ymDzXUx/xKr9 WgV1DdsrEqlcXYy6Lrpz96NYKH1K7c0RoWaYFGHM2+5t7EEPa/dy9/nqPV0jtZVq KxNC1GWSnrIJiergweAVRM9HDPi2H3io3WJgJs1+GQU5y+XMU83K/w5kZGkd/CkS 92d3LDhYke9tnRvvfSwPvZENR/2eTLV8yKgfxxURS1QSO0wVW/NguBGAKyNot2HO kfqr9splhMj1s6J8Ig+TuhHu5o/D68jwYcZM8klgQW/QpJoHAJA7XzDHXk+ECC6j S9xY8FCne7czgoSjZUkn6Il/52P9zslXpdqWgK5bypHR90hc19cW1pmMmWuyAoxa eG+5EddGwbmU0Xlj12513fmntpXROLFNijxh1Pk13CGxfABktR0zV2aU10Mf5Ekm UbZPcchAZWhL+icUE1H8 =2lKz -----END PGP SIGNATURE----- --GF31F1WuMi4GkXJ5wfUrN4AuJ4gxKNBV7-- From owner-svn-ports-head@freebsd.org Sun Oct 9 08:26:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC7F6C074D6; Sun, 9 Oct 2016 08:26:28 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC972238; Sun, 9 Oct 2016 08:26:28 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u998QRmU021315; Sun, 9 Oct 2016 08:26:27 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u998QRVG021313; Sun, 9 Oct 2016 08:26:27 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201610090826.u998QRVG021313@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 9 Oct 2016 08:26:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423569 - head/multimedia/mkvtoolnix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 08:26:29 -0000 Author: riggs Date: Sun Oct 9 08:26:27 2016 New Revision: 423569 URL: https://svnweb.freebsd.org/changeset/ports/423569 Log: Update to upstream version 9.4.2; fixes code execution vulnerability MFH: 2016Q4 Modified: head/multimedia/mkvtoolnix/Makefile head/multimedia/mkvtoolnix/distinfo Modified: head/multimedia/mkvtoolnix/Makefile ============================================================================== --- head/multimedia/mkvtoolnix/Makefile Sun Oct 9 08:21:38 2016 (r423568) +++ head/multimedia/mkvtoolnix/Makefile Sun Oct 9 08:26:27 2016 (r423569) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 9.4.0 +PORTVERSION= 9.4.2 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ Modified: head/multimedia/mkvtoolnix/distinfo ============================================================================== --- head/multimedia/mkvtoolnix/distinfo Sun Oct 9 08:21:38 2016 (r423568) +++ head/multimedia/mkvtoolnix/distinfo Sun Oct 9 08:26:27 2016 (r423569) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472139058 -SHA256 (mkvtoolnix-9.4.0.tar.xz) = af633768ac3ca193070c76c93bbf496b41e451d1652e1d3d6fd4c20361e56265 -SIZE (mkvtoolnix-9.4.0.tar.xz) = 3765696 +TIMESTAMP = 1475996823 +SHA256 (mkvtoolnix-9.4.2.tar.xz) = df2c3773c0e7a75d88e75906cc425f9ed7f07ce36a99854162e14202ccd42904 +SIZE (mkvtoolnix-9.4.2.tar.xz) = 3774320 From owner-svn-ports-head@freebsd.org Sun Oct 9 08:27:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA864C075AE; Sun, 9 Oct 2016 08:27:33 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8225D644; Sun, 9 Oct 2016 08:27:33 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u998RWUN021470; Sun, 9 Oct 2016 08:27:32 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u998RWe3021468; Sun, 9 Oct 2016 08:27:32 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201610090827.u998RWe3021468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 9 Oct 2016 08:27:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423570 - head/www/otter-browser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 08:27:33 -0000 Author: tcberner Date: Sun Oct 9 08:27:32 2016 New Revision: 423570 URL: https://svnweb.freebsd.org/changeset/ports/423570 Log: Update www/otter-browser to 0.9.11 * update to 0.9.11 * add qml as proxy dep * simplify the port by naming it otter-browser Reviewed by: mat, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8122 Modified: head/www/otter-browser/Makefile head/www/otter-browser/distinfo Modified: head/www/otter-browser/Makefile ============================================================================== --- head/www/otter-browser/Makefile Sun Oct 9 08:26:27 2016 (r423569) +++ head/www/otter-browser/Makefile Sun Oct 9 08:27:32 2016 (r423570) @@ -1,23 +1,20 @@ # $FreeBSD$ -PORTNAME= otter -PORTVERSION= 0.9.10 +PORTNAME= otter-browser +PORTVERSION= 0.9.11 DISTVERSIONPREFIX= v CATEGORIES= www -# Avoid pkgname conflict with misc/otter -PKGNAMESUFFIX= -browser MAINTAINER= kde@FreeBSD.org COMMENT= Browser based on Qt 5 USE_QT5= concurrent core dbus gui multimedia network printsupport \ - script sql sql-sqlite3 webkit widgets xmlpatterns \ + qml script sql sql-sqlite3 webkit widgets xmlpatterns \ buildtools_build qmake_build -USES= cmake:outsource desktop-file-utils +USES= cmake:outsource compiler:c++11-lib desktop-file-utils USE_GITHUB= yes GH_ACCOUNT= OtterBrowser -GH_PROJECT= otter-browser CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=man Modified: head/www/otter-browser/distinfo ============================================================================== --- head/www/otter-browser/distinfo Sun Oct 9 08:26:27 2016 (r423569) +++ head/www/otter-browser/distinfo Sun Oct 9 08:27:32 2016 (r423570) @@ -1,2 +1,3 @@ -SHA256 (OtterBrowser-otter-browser-v0.9.10_GH0.tar.gz) = 276c35a31991d4cb274fcf3630b985ddb5876773400ef39893469c2f1c0e35e2 -SIZE (OtterBrowser-otter-browser-v0.9.10_GH0.tar.gz) = 3521313 +TIMESTAMP = 1475405216 +SHA256 (OtterBrowser-otter-browser-v0.9.11_GH0.tar.gz) = 1497b7d51f7e9259df1a05b3e7101699534759c7c73718147ca760ddbc0f0788 +SIZE (OtterBrowser-otter-browser-v0.9.11_GH0.tar.gz) = 4017475 From owner-svn-ports-head@freebsd.org Sun Oct 9 08:31:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 024A5C07800; Sun, 9 Oct 2016 08:31:07 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC676A03; Sun, 9 Oct 2016 08:31:06 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u998V5H2021694; Sun, 9 Oct 2016 08:31:05 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u998V5F0021693; Sun, 9 Oct 2016 08:31:05 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201610090831.u998V5F0021693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 9 Oct 2016 08:31:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423571 - head/multimedia/qt5-phonon4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 08:31:07 -0000 Author: tcberner Date: Sun Oct 9 08:31:05 2016 New Revision: 423571 URL: https://svnweb.freebsd.org/changeset/ports/423571 Log: Remove the dependency on 'declarative' from multimedia/qt5-phonon4 USE_QT5=declarative aka Qt Quick1 has been put to rest upstream [1], and is no longer shipped with Qt5 [that's why it has been kept at 5.5.1 while the rest of Qt has been updated to 5.6.1]. Similar to arch [2] and debian [3] also get rid of it as a dependency for qt5-phonon4. [1] http://permalink.gmane.org/gmane.comp.lib.qt.releasing/1973 [2] https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/phonon&id=1e16901aa3991d10e94906316258759be8e6b3d7 [3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824957 Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8163 Modified: head/multimedia/qt5-phonon4/Makefile Modified: head/multimedia/qt5-phonon4/Makefile ============================================================================== --- head/multimedia/qt5-phonon4/Makefile Sun Oct 9 08:27:32 2016 (r423570) +++ head/multimedia/qt5-phonon4/Makefile Sun Oct 9 08:31:05 2016 (r423571) @@ -2,6 +2,7 @@ PORTNAME= phonon PORTVERSION= 4.9.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= qt5- @@ -16,11 +17,12 @@ LICENSE= LGPL21 BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/extra-cmake-modules USES= cmake:outsource pathfix tar:xz -USE_QT5= core dbus declarative gui opengl widgets \ +USE_QT5= core dbus gui opengl widgets \ buildtools_build qmake_build CMAKE_ARGS= -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT:BOOL=TRUE \ -DPHONON_NO_PLATFORMPLUGIN:BOOL=TRUE \ -DPHONON_BUILD_DESIGNER_PLUGIN:BOOL=OFF \ + -DPHONON_BUILD_DECLARATIVE_PLUGIN:BOOL=OFF \ -DPHONON_BUILD_PHONON4QT5=ON USE_LDCONFIG= yes From owner-svn-ports-head@freebsd.org Sun Oct 9 08:32:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C870BC07888; Sun, 9 Oct 2016 08:32:52 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C56FC38; Sun, 9 Oct 2016 08:32:52 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u998WpMj025159; Sun, 9 Oct 2016 08:32:51 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u998WpMJ025156; Sun, 9 Oct 2016 08:32:51 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610090832.u998WpMJ025156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 9 Oct 2016 08:32:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423572 - head/www/gohugo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 08:32:52 -0000 Author: pi Date: Sun Oct 9 08:32:51 2016 New Revision: 423572 URL: https://svnweb.freebsd.org/changeset/ports/423572 Log: www/gohugo: 0.16 -> 0.17 PR: 213309 Changes: https://github.com/spf13/hugo/releases/tag/v0.17 Submitted by: ben.lavery@hashbang0.com (maintainer) Modified: head/www/gohugo/Makefile head/www/gohugo/distinfo head/www/gohugo/pkg-plist Modified: head/www/gohugo/Makefile ============================================================================== --- head/www/gohugo/Makefile Sun Oct 9 08:31:05 2016 (r423571) +++ head/www/gohugo/Makefile Sun Oct 9 08:32:51 2016 (r423572) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hugo -PORTVERSION= 0.16 +PORTVERSION= 0.17 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= go @@ -35,9 +35,11 @@ GH_ACCOUNT= eknkc:amber \ pkg:errors,sftp \ russross:blackfriday \ shurcooL:sanitized_anchor_name \ - golang:crypto,sys,text \ + golang:crypto,sys,text,net \ go-yaml:yaml \ - cpuguy83:go_md2man + cpuguy83:go_md2man \ + nicksnyder:go_i18n \ + pelletier:go_toml,go_buffruneio GH_PROJECT= amber:amber afero:afero \ jWalterWeatherman:jWalterWeatherman ace:ace toml:toml \ purell:purell urlesc:urlesc inflect:inflect cssmin:cssmin \ @@ -47,18 +49,20 @@ GH_PROJECT= amber:amber afero:afero \ go-md2man:go_md2man blackfriday:blackfriday \ sanitized_anchor_name:sanitized_anchor_name cast:cast \ cobra:cobra fsync:fsync nitro:nitro pflag:pflag viper:viper \ - crypto:crypto sys:sys text:text yaml:yaml -GH_TAGNAME= 91774f0:amber 9d16de2:afero \ - 33c24e7:jWalterWeatherman 71afeb7:ace bec2dac:toml \ - 1d5d1cf:purell 5fa9ff0:urlesc b896c45:inflect \ - 2724a9c:go_md2man fb8d9b4:cssmin a8a77c9:fsnotify \ - a836c37:websocket d8c773c:hcl 29ae4ff:osext 2788f0d:fs \ - 17c5e70:emoji e2f061e:properties adb5c3e:mmark \ - d2dd026:mapstructure a2d6902:errors 57fcf4a:sftp \ - 1d6b8e9:blackfriday 10ef21a:sanitized_anchor_name 27b586b:cast \ - a272c3c:cobra 1773df7:fsync 24d7ef3:nitro 3678644:pflag \ - c1ccc37:viper 2c99acd:crypto a408501:sys d5d7737:text \ - a83829b:yaml + crypto:crypto sys:sys text:text yaml:yaml go-i18n:go_i18n \ + go-toml:go_toml go-buffruneio:go_buffruneio net:net +GH_TAGNAME= 80f9e27:amber 52e4a6c:afero \ + 33c24e7:jWalterWeatherman ea038f4:ace bbd5bb6:toml \ + 8a29053:purell 5bd2802:urlesc b896c45:inflect \ + a65d4d2:go_md2man fb8d9b4:cssmin 944cff2:fsnotify \ + 1f512fc:websocket 6f5bfed:hcl c2c54e5:osext 2788f0d:fs \ + 17c5e70:emoji c265cfa:properties c584d6f:mmark \ + a6ef2f0:mapstructure 645ef00:errors 4d0e916:sftp \ + 0b647d0:blackfriday 1dba4b3:sanitized_anchor_name 2580bc9:cast \ + 9c28e4b:cobra 1773df7:fsync 24d7ef3:nitro b83537d:pflag \ + ec4eb2f:viper d172538:crypto 8d1157a:sys ede1cb9:text \ + a5b47d3:yaml e6c90c3:go_i18n 64ff1ea:go_toml \ + df1e16f:go_buffruneio f4b625e:net STRIP= # stripping can break go binaries @@ -84,6 +88,8 @@ post-extract: @${MKDIR} ${WRKSRC}/src/github.com/spf13 @${MKDIR} ${WRKSRC}/src/github.com/spf13/hugo @${MKDIR} ${WRKSRC}/src/github.com/yosssi + @${MKDIR} ${WRKSRC}/src/github.com/nicksnyder + @${MKDIR} ${WRKSRC}/src/github.com/pelletier @${MKDIR} ${WRKSRC}/src/golang.org/x @${MKDIR} ${WRKSRC}/src/gopkg.in .for src in CONTRIBUTING.md Dockerfile LICENSE.md Makefile README.md bench.sh \ @@ -122,9 +128,13 @@ post-extract: @${MV} ${WRKSRC_pflag} ${WRKSRC}/src/github.com/spf13/pflag @${MV} ${WRKSRC_viper} ${WRKSRC}/src/github.com/spf13/viper @${MV} ${WRKSRC_ace} ${WRKSRC}/src/github.com/yosssi/ace + @${MV} ${WRKSRC_go_i18n} ${WRKSRC}/src/github.com/nicksnyder/go-i18n + @${MV} ${WRKSRC_go_toml} ${WRKSRC}/src/github.com/pelletier/go-toml + @${MV} ${WRKSRC_go_buffruneio} ${WRKSRC}/src/github.com/pelletier/go-buffruneio @${MV} ${WRKSRC_crypto} ${WRKSRC}/src/golang.org/x/crypto @${MV} ${WRKSRC_sys} ${WRKSRC}/src/golang.org/x/sys @${MV} ${WRKSRC_text} ${WRKSRC}/src/golang.org/x/text + @${MV} ${WRKSRC_net} ${WRKSRC}/src/golang.org/x/net @${MV} ${WRKSRC_yaml} ${WRKSRC}/src/gopkg.in/yaml.v2 do-build: @@ -139,7 +149,8 @@ do-install: hugo_gen_doc.1 hugo_gen_man.1 hugo_import.1 \ hugo_import_jekyll.1 hugo_list.1 hugo_list_drafts.1 \ hugo_list_future.1 hugo_new.1 hugo_new_site.1 hugo_new_theme.1 \ - hugo_server.1 hugo_undraft.1 hugo_version.1 + hugo_server.1 hugo_undraft.1 hugo_version.1 hugo_env.1 \ + hugo_list_expired.1 ${INSTALL_MAN} ${WRKSRC}/src/github.com/spf13/${PORTNAME}/man/man1/$i ${STAGEDIR}/${PREFIX}/man/man1 .endfor Modified: head/www/gohugo/distinfo ============================================================================== --- head/www/gohugo/distinfo Sun Oct 9 08:31:05 2016 (r423571) +++ head/www/gohugo/distinfo Sun Oct 9 08:32:51 2016 (r423572) @@ -1,70 +1,77 @@ -SHA256 (gohugo/spf13-hugo-v0.16_GH0.tar.gz) = a2dbb243535ba69ae8709ffe5ba340951a8834d2c0e86bb76c88d99ad77ef9f5 -SIZE (gohugo/spf13-hugo-v0.16_GH0.tar.gz) = 8312978 -SHA256 (gohugo/eknkc-amber-91774f0_GH0.tar.gz) = 09233b6bd12426c1d10ec7d479ce48f10febc774529818e5266949e41135cf7b -SIZE (gohugo/eknkc-amber-91774f0_GH0.tar.gz) = 21102 -SHA256 (gohugo/spf13-hugo-330639d_GH0.tar.gz) = 3bf98d2abe625e0fbed145214340ebd5398b5937fd2b8ca5aadd4c741c8cb17e -SIZE (gohugo/spf13-hugo-330639d_GH0.tar.gz) = 8508257 -SHA256 (gohugo/spf13-afero-9d16de2_GH0.tar.gz) = 428259c024f2c62ec0bb9e6696d7a6ab9d297f7b729bd2481db6c1125bc9a325 -SIZE (gohugo/spf13-afero-9d16de2_GH0.tar.gz) = 40432 +TIMESTAMP = 1475935206 +SHA256 (gohugo/spf13-hugo-v0.17_GH0.tar.gz) = c09913e00d8af9d7ffc7a6aa414c147f8edd7417d430fd59478989e544347590 +SIZE (gohugo/spf13-hugo-v0.17_GH0.tar.gz) = 8769259 +SHA256 (gohugo/eknkc-amber-80f9e27_GH0.tar.gz) = 0c23574ccd036198836467ff7e90ab977e8163255d6c68a89eff679ee4045728 +SIZE (gohugo/eknkc-amber-80f9e27_GH0.tar.gz) = 21309 +SHA256 (gohugo/spf13-afero-52e4a6c_GH0.tar.gz) = 858f27bfa0f4f759116f75ac7820630ee5ba26afef7f09219dd3cf817b390e77 +SIZE (gohugo/spf13-afero-52e4a6c_GH0.tar.gz) = 40589 SHA256 (gohugo/spf13-jWalterWeatherman-33c24e7_GH0.tar.gz) = d9c1b2d075d3e642acbc9fdf7a66c78092ca3d596d496cd43a5f724c94a6417f SIZE (gohugo/spf13-jWalterWeatherman-33c24e7_GH0.tar.gz) = 5939 -SHA256 (gohugo/spf13-cast-27b586b_GH0.tar.gz) = 736d949a8e9f328b74947bbfaa24155f157374a4f4083878cd6ea57eaa6a3182 -SIZE (gohugo/spf13-cast-27b586b_GH0.tar.gz) = 5874 -SHA256 (gohugo/spf13-cobra-a272c3c_GH0.tar.gz) = 6c750be20c875220411ab6eedf4d8b572233a5cab168c6a7a79023cf0fa6911a -SIZE (gohugo/spf13-cobra-a272c3c_GH0.tar.gz) = 71162 +SHA256 (gohugo/spf13-cast-2580bc9_GH0.tar.gz) = ddd3cd8259deed59a5fbe6e30eadf6e62109d6e92addd9da032df13474dd2a08 +SIZE (gohugo/spf13-cast-2580bc9_GH0.tar.gz) = 6143 +SHA256 (gohugo/spf13-cobra-9c28e4b_GH0.tar.gz) = 8ddb381bb7ebb9caffe69bbc8a2df14c87ec182ec9321b36206d47ac4b212908 +SIZE (gohugo/spf13-cobra-9c28e4b_GH0.tar.gz) = 71612 SHA256 (gohugo/spf13-fsync-1773df7_GH0.tar.gz) = 8790dceaa9247149f288cbd05d90c6530ec1b913b90505c8fe69567a82c6b398 SIZE (gohugo/spf13-fsync-1773df7_GH0.tar.gz) = 4525 SHA256 (gohugo/spf13-nitro-24d7ef3_GH0.tar.gz) = e64c8d195990c3aa57c47cc4f090b1f575fa712b8b2fa3f8bdb2dc1b76ec440a SIZE (gohugo/spf13-nitro-24d7ef3_GH0.tar.gz) = 6741 -SHA256 (gohugo/spf13-pflag-3678644_GH0.tar.gz) = b25854b7234a91e4a65d1c32f53ef3143c38913b52c623cc2d5bbfa865c83205 -SIZE (gohugo/spf13-pflag-3678644_GH0.tar.gz) = 31007 -SHA256 (gohugo/spf13-viper-c1ccc37_GH0.tar.gz) = 806f67e6d0cfdfb5b81a8c24113eb71abcf60ce972c670bf854390c9ee47e951 -SIZE (gohugo/spf13-viper-c1ccc37_GH0.tar.gz) = 23827 -SHA256 (gohugo/yosssi-ace-71afeb7_GH0.tar.gz) = 0c5b9c0aee525124277f479a30628ed7c82a03a4aa8f8ebdf33ca370e3cefcf9 -SIZE (gohugo/yosssi-ace-71afeb7_GH0.tar.gz) = 22057 -SHA256 (gohugo/BurntSushi-toml-bec2dac_GH0.tar.gz) = 00bdfffe6046a16e8eb8ac845fb3cd2d0808328b2501e32198535a6d40bf3687 -SIZE (gohugo/BurntSushi-toml-bec2dac_GH0.tar.gz) = 39906 -SHA256 (gohugo/PuerkitoBio-purell-1d5d1cf_GH0.tar.gz) = 4d8693f73501dbd6a7f2f14e9b4199b0def7da98dd488877780e86142d395ba7 -SIZE (gohugo/PuerkitoBio-purell-1d5d1cf_GH0.tar.gz) = 11262 -SHA256 (gohugo/PuerkitoBio-urlesc-5fa9ff0_GH0.tar.gz) = ec5ae929c84520957c5192176dcdd0ae7b65fb23cdd88cda01bd45d8ddea1f48 -SIZE (gohugo/PuerkitoBio-urlesc-5fa9ff0_GH0.tar.gz) = 6748 +SHA256 (gohugo/spf13-pflag-b83537d_GH0.tar.gz) = d01c819f577559ee97d87bbadd856dddeb449070d4804f07e65fa7e80f95bdac +SIZE (gohugo/spf13-pflag-b83537d_GH0.tar.gz) = 32163 +SHA256 (gohugo/spf13-viper-ec4eb2f_GH0.tar.gz) = a1f3446c930a2f51e890a4ebd23ea1b3bb616551728454130e62f26cf27e3572 +SIZE (gohugo/spf13-viper-ec4eb2f_GH0.tar.gz) = 28360 +SHA256 (gohugo/yosssi-ace-ea038f4_GH0.tar.gz) = 0d8da272af4618613b62f6f28fff6142d285c70de0658b8c328f588a690e4b85 +SIZE (gohugo/yosssi-ace-ea038f4_GH0.tar.gz) = 23269 +SHA256 (gohugo/BurntSushi-toml-bbd5bb6_GH0.tar.gz) = ad48de2a9f53a0065d0be9bf93b40ac3c7b17a0664f25415cdad2d6e08621acf +SIZE (gohugo/BurntSushi-toml-bbd5bb6_GH0.tar.gz) = 38297 +SHA256 (gohugo/PuerkitoBio-purell-8a29053_GH0.tar.gz) = b7484ed687c438181d6861aa5d971bcd126b540b04c0c70bab37a510fbad72ae +SIZE (gohugo/PuerkitoBio-purell-8a29053_GH0.tar.gz) = 11529 +SHA256 (gohugo/PuerkitoBio-urlesc-5bd2802_GH0.tar.gz) = 351a162da070c2c5e501a0056a904801f659f6933c4103f3b5f50b3b8a90e656 +SIZE (gohugo/PuerkitoBio-urlesc-5bd2802_GH0.tar.gz) = 6783 SHA256 (gohugo/bep-inflect-b896c45_GH0.tar.gz) = 11918dab4c6b5f81a40830259cacec50b4d671e08a634a24da292040718211ee SIZE (gohugo/bep-inflect-b896c45_GH0.tar.gz) = 9661 SHA256 (gohugo/dchest-cssmin-fb8d9b4_GH0.tar.gz) = fce78d1a1de9f9e516c24cd38856034f23fce22807ecb3c9566c383602109417 SIZE (gohugo/dchest-cssmin-fb8d9b4_GH0.tar.gz) = 3354 -SHA256 (gohugo/fsnotify-fsnotify-a8a77c9_GH0.tar.gz) = 46a979871a08564b1a7c75f400c2eb396f5257e80cc875f13e5b9c1f464cf154 -SIZE (gohugo/fsnotify-fsnotify-a8a77c9_GH0.tar.gz) = 28449 -SHA256 (gohugo/gorilla-websocket-a836c37_GH0.tar.gz) = da10f1e1af6ce29538204d3fc4c2c997afdcb2186731629794484988cd68aa90 -SIZE (gohugo/gorilla-websocket-a836c37_GH0.tar.gz) = 35607 -SHA256 (gohugo/hashicorp-hcl-d8c773c_GH0.tar.gz) = b360b7a1548604038743831ed47f597a50cf680513ca7906a6344d0e7d9dc41a -SIZE (gohugo/hashicorp-hcl-d8c773c_GH0.tar.gz) = 62857 -SHA256 (gohugo/kardianos-osext-29ae4ff_GH0.tar.gz) = ea3cb1266103fb9b07a01bfdf614b0b7384de8f6dd5573295973037165b8ce68 -SIZE (gohugo/kardianos-osext-29ae4ff_GH0.tar.gz) = 4618 +SHA256 (gohugo/fsnotify-fsnotify-944cff2_GH0.tar.gz) = 0e4670fd0cfac3234a501391364037faf0771cd15a3c9eedbe2d581555ea29c1 +SIZE (gohugo/fsnotify-fsnotify-944cff2_GH0.tar.gz) = 29126 +SHA256 (gohugo/gorilla-websocket-1f512fc_GH0.tar.gz) = e8446816f8afd4a60258254a64b3e738e9d066fdc9cd2d64962c7f366f51d13c +SIZE (gohugo/gorilla-websocket-1f512fc_GH0.tar.gz) = 31202 +SHA256 (gohugo/hashicorp-hcl-6f5bfed_GH0.tar.gz) = 50d168350d6e4c1758698f3f7926d64c4b0b2edd2670a542b34f9868e66146e8 +SIZE (gohugo/hashicorp-hcl-6f5bfed_GH0.tar.gz) = 65762 +SHA256 (gohugo/kardianos-osext-c2c54e5_GH0.tar.gz) = a88e50c075ae7a99dc643ea325992c44324d9b8d7094e77c692ab66b357c1b42 +SIZE (gohugo/kardianos-osext-c2c54e5_GH0.tar.gz) = 4724 SHA256 (gohugo/kr-fs-2788f0d_GH0.tar.gz) = 51899cf8a55f8feefcdd33c04cf5e74937319d45ce0f04aa175188573f3284c9 SIZE (gohugo/kr-fs-2788f0d_GH0.tar.gz) = 4361 SHA256 (gohugo/kyokomi-emoji-17c5e70_GH0.tar.gz) = ac120d8005d73e308bf0c415cf56b412a6b2a24c0634871334df85d1a11e12f6 SIZE (gohugo/kyokomi-emoji-17c5e70_GH0.tar.gz) = 24790 -SHA256 (gohugo/magiconair-properties-e2f061e_GH0.tar.gz) = 68ac6fa9ac398205a145d5375ecf66d851bb9595983032c9da15db293368ad34 -SIZE (gohugo/magiconair-properties-e2f061e_GH0.tar.gz) = 53836 -SHA256 (gohugo/miekg-mmark-adb5c3e_GH0.tar.gz) = 383c1a986764728a20a6129162aa32ec80324a7df9d2ab1725206f8fd9d060dd -SIZE (gohugo/miekg-mmark-adb5c3e_GH0.tar.gz) = 197093 -SHA256 (gohugo/mitchellh-mapstructure-d2dd026_GH0.tar.gz) = c86c6ffcc0654bfbbb9adcac17f41d9999cc296524650b9d94e99db0847ed142 -SIZE (gohugo/mitchellh-mapstructure-d2dd026_GH0.tar.gz) = 14257 -SHA256 (gohugo/pkg-errors-a2d6902_GH0.tar.gz) = 488ffb5ea3db9fcc595ad030a2f89336414ccd80579a070cd0b0ad958b674428 -SIZE (gohugo/pkg-errors-a2d6902_GH0.tar.gz) = 8505 -SHA256 (gohugo/pkg-sftp-57fcf4a_GH0.tar.gz) = 23e349b7bb114b3c6a8a2465b693e6b199c07feda528b15dc8b119553a79b577 -SIZE (gohugo/pkg-sftp-57fcf4a_GH0.tar.gz) = 42725 -SHA256 (gohugo/russross-blackfriday-1d6b8e9_GH0.tar.gz) = 7400d51e25241a565fadb870228b0813bb1f07234a3e634fb7da4ec79e898dc5 -SIZE (gohugo/russross-blackfriday-1d6b8e9_GH0.tar.gz) = 70748 -SHA256 (gohugo/shurcooL-sanitized_anchor_name-10ef21a_GH0.tar.gz) = d80f6aa3bd74256d078f5c61acd7b9087c017ff318d23e1dd5b6e48e6ba42120 -SIZE (gohugo/shurcooL-sanitized_anchor_name-10ef21a_GH0.tar.gz) = 1941 -SHA256 (gohugo/golang-crypto-2c99acd_GH0.tar.gz) = 8949d60f1eebb595900278f0b1477994069eedef4b96c5bf979cd5e793f87937 -SIZE (gohugo/golang-crypto-2c99acd_GH0.tar.gz) = 1027889 -SHA256 (gohugo/golang-sys-a408501_GH0.tar.gz) = c353072676fc5f7b3709d3e9e93a11b2de2807a3ab0ccccb47ea9c1abaa0b804 -SIZE (gohugo/golang-sys-a408501_GH0.tar.gz) = 596590 -SHA256 (gohugo/golang-text-d5d7737_GH0.tar.gz) = 4c39613fccf0bbada703f5090daffa3d19c23c9eac7769e47dd653ab48aad795 -SIZE (gohugo/golang-text-d5d7737_GH0.tar.gz) = 4082769 -SHA256 (gohugo/go-yaml-yaml-a83829b_GH0.tar.gz) = f28814393a025308c4ea49d6fec94feff9e0c7dc51b22ffdc62fe53736bef707 -SIZE (gohugo/go-yaml-yaml-a83829b_GH0.tar.gz) = 63064 -SHA256 (gohugo/cpuguy83-go-md2man-2724a9c_GH0.tar.gz) = e497a71936141f7caa9521e2e75274fb1c11d9c50283720f501b546f3d5c001c -SIZE (gohugo/cpuguy83-go-md2man-2724a9c_GH0.tar.gz) = 3516 +SHA256 (gohugo/magiconair-properties-c265cfa_GH0.tar.gz) = 8fb14ade2f4d968c315d1b725100884beca2363203bf69b0edb4ffdedfb228db +SIZE (gohugo/magiconair-properties-c265cfa_GH0.tar.gz) = 53509 +SHA256 (gohugo/miekg-mmark-c584d6f_GH0.tar.gz) = 6b97979cf91da02767fa09aa1c2b51b9990865a15e2d6dc50cc38cd49df46d5d +SIZE (gohugo/miekg-mmark-c584d6f_GH0.tar.gz) = 197008 +SHA256 (gohugo/mitchellh-mapstructure-a6ef2f0_GH0.tar.gz) = 5a326880ba836067c673d2161323646c6a5e7a5ba1741953450dc38acaf44100 +SIZE (gohugo/mitchellh-mapstructure-a6ef2f0_GH0.tar.gz) = 14574 +SHA256 (gohugo/pkg-errors-645ef00_GH0.tar.gz) = b2e989515688d916216dd0a1b82cd9b18e8fb4fdf0370473996bdde41b83a41f +SIZE (gohugo/pkg-errors-645ef00_GH0.tar.gz) = 11342 +SHA256 (gohugo/pkg-sftp-4d0e916_GH0.tar.gz) = 1ee132d3eb278553cad5ab471baf14463c26578ad9f95fd31a1988ef560048c6 +SIZE (gohugo/pkg-sftp-4d0e916_GH0.tar.gz) = 42722 +SHA256 (gohugo/russross-blackfriday-0b647d0_GH0.tar.gz) = 558dea43ba01ba21856894e0df5ee2e6b2248f13d70e62501443dd979516e4ca +SIZE (gohugo/russross-blackfriday-0b647d0_GH0.tar.gz) = 69454 +SHA256 (gohugo/shurcooL-sanitized_anchor_name-1dba4b3_GH0.tar.gz) = 0188ebad02ba0773a70431647bf7f40655dc0fdfccec8a3c682a20e97fd42d36 +SIZE (gohugo/shurcooL-sanitized_anchor_name-1dba4b3_GH0.tar.gz) = 2054 +SHA256 (gohugo/golang-crypto-d172538_GH0.tar.gz) = 7abd22857c64d1b4e49cf4dfcd547e5fd04fb4d780207e094b797ecfaf28023c +SIZE (gohugo/golang-crypto-d172538_GH0.tar.gz) = 1060027 +SHA256 (gohugo/golang-sys-8d1157a_GH0.tar.gz) = c5eae6514c4a5fcba294d1e4763fc45926f66ada92c587505f69c063b45943fe +SIZE (gohugo/golang-sys-8d1157a_GH0.tar.gz) = 596891 +SHA256 (gohugo/golang-text-ede1cb9_GH0.tar.gz) = c3a3d78e0902df23fe5e72cca0db6bccdff041f764a3367dddf4d7132d1da84b +SIZE (gohugo/golang-text-ede1cb9_GH0.tar.gz) = 4118405 +SHA256 (gohugo/golang-net-f4b625e_GH0.tar.gz) = a7bc082254e9214ef5f3bbb8007b2b9789944e9446ef40c3a83785a1a3d42409 +SIZE (gohugo/golang-net-f4b625e_GH0.tar.gz) = 740383 +SHA256 (gohugo/go-yaml-yaml-a5b47d3_GH0.tar.gz) = 169639b2a29faef0955fb7979f52f22d1384e448ead8fc2dd71d446bc9ca0f42 +SIZE (gohugo/go-yaml-yaml-a5b47d3_GH0.tar.gz) = 60493 +SHA256 (gohugo/cpuguy83-go-md2man-a65d4d2_GH0.tar.gz) = aa57abcc9cc5b034a91479922764bffdcd602d29c8b8ce5512f4dc6bbaab54b9 +SIZE (gohugo/cpuguy83-go-md2man-a65d4d2_GH0.tar.gz) = 40242 +SHA256 (gohugo/nicksnyder-go-i18n-e6c90c3_GH0.tar.gz) = 421ee08e5877cc1ae4d1a6cd1558a3904f8e1c1946e4d4828378253df159b5d5 +SIZE (gohugo/nicksnyder-go-i18n-e6c90c3_GH0.tar.gz) = 35089 +SHA256 (gohugo/pelletier-go-toml-64ff1ea_GH0.tar.gz) = a30a9651cc0585c11694babd7aa158a189e04cdc7c8fc033a87574f505938e6e +SIZE (gohugo/pelletier-go-toml-64ff1ea_GH0.tar.gz) = 35063 +SHA256 (gohugo/pelletier-go-buffruneio-df1e16f_GH0.tar.gz) = 4a1626ad483e8f500c7a6e322fac571f4f5575a236cc17880c0dc4a0cff89531 +SIZE (gohugo/pelletier-go-buffruneio-df1e16f_GH0.tar.gz) = 2892 Modified: head/www/gohugo/pkg-plist ============================================================================== --- head/www/gohugo/pkg-plist Sun Oct 9 08:31:05 2016 (r423571) +++ head/www/gohugo/pkg-plist Sun Oct 9 08:32:51 2016 (r423572) @@ -7,6 +7,7 @@ man/man1/hugo_convert.1.gz man/man1/hugo_convert_toJSON.1.gz man/man1/hugo_convert_toTOML.1.gz man/man1/hugo_convert_toYAML.1.gz +man/man1/hugo_env.1.gz man/man1/hugo_gen.1.gz man/man1/hugo_gen_autocomplete.1.gz man/man1/hugo_gen_doc.1.gz @@ -15,6 +16,7 @@ man/man1/hugo_import.1.gz man/man1/hugo_import_jekyll.1.gz man/man1/hugo_list.1.gz man/man1/hugo_list_drafts.1.gz +man/man1/hugo_list_expired.1.gz man/man1/hugo_list_future.1.gz man/man1/hugo_new.1.gz man/man1/hugo_new_site.1.gz From owner-svn-ports-head@freebsd.org Sun Oct 9 08:37:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D73CC0794A; Sun, 9 Oct 2016 08:37:48 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CA54DA2; Sun, 9 Oct 2016 08:37:48 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u998bliP025463; Sun, 9 Oct 2016 08:37:47 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u998bllY025461; Sun, 9 Oct 2016 08:37:47 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610090837.u998bllY025461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 9 Oct 2016 08:37:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423573 - head/security/rubygem-rex-bin_tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 08:37:48 -0000 Author: antoine Date: Sun Oct 9 08:37:46 2016 New Revision: 423573 URL: https://svnweb.freebsd.org/changeset/ports/423573 Log: Update to 0.1.1 Modified: head/security/rubygem-rex-bin_tools/Makefile head/security/rubygem-rex-bin_tools/distinfo Modified: head/security/rubygem-rex-bin_tools/Makefile ============================================================================== --- head/security/rubygem-rex-bin_tools/Makefile Sun Oct 9 08:32:51 2016 (r423572) +++ head/security/rubygem-rex-bin_tools/Makefile Sun Oct 9 08:37:46 2016 (r423573) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-bin_tools -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-rex-bin_tools/distinfo ============================================================================== --- head/security/rubygem-rex-bin_tools/distinfo Sun Oct 9 08:32:51 2016 (r423572) +++ head/security/rubygem-rex-bin_tools/distinfo Sun Oct 9 08:37:46 2016 (r423573) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473533629 -SHA256 (rubygem/rex-bin_tools-0.1.0.gem) = 63ce8a87b82ce8e1d6132c598f45c35ce3cf15d1fb4fa403dfd161cbbf4fc256 -SIZE (rubygem/rex-bin_tools-0.1.0.gem) = 82432 +TIMESTAMP = 1475926303 +SHA256 (rubygem/rex-bin_tools-0.1.1.gem) = 194989e71452c82112313bdae8c2e45d1c312b16974713622150b461fbeccaeb +SIZE (rubygem/rex-bin_tools-0.1.1.gem) = 82432 From owner-svn-ports-head@freebsd.org Sun Oct 9 08:40:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E15DCC079AC; Sun, 9 Oct 2016 08:40:21 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1309E94; Sun, 9 Oct 2016 08:40:21 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u998eKWx025675; Sun, 9 Oct 2016 08:40:20 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u998eKx2025673; Sun, 9 Oct 2016 08:40:20 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610090840.u998eKx2025673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 9 Oct 2016 08:40:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423574 - head/security/rubygem-metasploit_data_models X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 08:40:22 -0000 Author: antoine Date: Sun Oct 9 08:40:20 2016 New Revision: 423574 URL: https://svnweb.freebsd.org/changeset/ports/423574 Log: Update to 2.0.4 Modified: head/security/rubygem-metasploit_data_models/Makefile head/security/rubygem-metasploit_data_models/distinfo Modified: head/security/rubygem-metasploit_data_models/Makefile ============================================================================== --- head/security/rubygem-metasploit_data_models/Makefile Sun Oct 9 08:37:46 2016 (r423573) +++ head/security/rubygem-metasploit_data_models/Makefile Sun Oct 9 08:40:20 2016 (r423574) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit_data_models -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.4 PORTEPOCH= 2 CATEGORIES= security rubygems MASTER_SITES= RG @@ -27,6 +27,4 @@ USE_RUBY= yes USES= gem PLIST_FILES= bin/mdm_console -PORTSCOUT= ignore:1 - .include Modified: head/security/rubygem-metasploit_data_models/distinfo ============================================================================== --- head/security/rubygem-metasploit_data_models/distinfo Sun Oct 9 08:37:46 2016 (r423573) +++ head/security/rubygem-metasploit_data_models/distinfo Sun Oct 9 08:40:20 2016 (r423574) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463296974 -SHA256 (rubygem/metasploit_data_models-2.0.0.gem) = b5f32aeb00cab511c94212b7fa1b42631278d4766ab7b05f1c4fdf8e3c3655bb -SIZE (rubygem/metasploit_data_models-2.0.0.gem) = 177152 +TIMESTAMP = 1475926496 +SHA256 (rubygem/metasploit_data_models-2.0.4.gem) = 7ddfaa7cab241e6b5530f2108e146332f6498dc5b8613f693d7c6824c376a659 +SIZE (rubygem/metasploit_data_models-2.0.4.gem) = 177664 From owner-svn-ports-head@freebsd.org Sun Oct 9 08:40:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52170C079E2; Sun, 9 Oct 2016 08:40:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2122CF9E; Sun, 9 Oct 2016 08:40:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u998eo3G027807; Sun, 9 Oct 2016 08:40:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u998eoeg027805; Sun, 9 Oct 2016 08:40:50 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610090840.u998eoeg027805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 9 Oct 2016 08:40:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423575 - head/security/rubygem-metasploit-credential X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 08:40:51 -0000 Author: antoine Date: Sun Oct 9 08:40:49 2016 New Revision: 423575 URL: https://svnweb.freebsd.org/changeset/ports/423575 Log: Update to 2.0.4 Modified: head/security/rubygem-metasploit-credential/Makefile head/security/rubygem-metasploit-credential/distinfo Modified: head/security/rubygem-metasploit-credential/Makefile ============================================================================== --- head/security/rubygem-metasploit-credential/Makefile Sun Oct 9 08:40:20 2016 (r423574) +++ head/security/rubygem-metasploit-credential/Makefile Sun Oct 9 08:40:49 2016 (r423575) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit-credential -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-metasploit-credential/distinfo ============================================================================== --- head/security/rubygem-metasploit-credential/distinfo Sun Oct 9 08:40:20 2016 (r423574) +++ head/security/rubygem-metasploit-credential/distinfo Sun Oct 9 08:40:49 2016 (r423575) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465029331 -SHA256 (rubygem/metasploit-credential-2.0.3.gem) = ce275e0d61aa3fba1e19b6b8bedc8c1ce655d44d58a1ca36f798c8762e08ee33 -SIZE (rubygem/metasploit-credential-2.0.3.gem) = 108032 +TIMESTAMP = 1475934979 +SHA256 (rubygem/metasploit-credential-2.0.4.gem) = 93f2c6348d0f1e348a584039b7c17982fdcda051b8da5f7fc9efab5bbd7a49ef +SIZE (rubygem/metasploit-credential-2.0.4.gem) = 109568 From owner-svn-ports-head@freebsd.org Sun Oct 9 08:51:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5BB3C07CD0; Sun, 9 Oct 2016 08:51:27 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91F25783; Sun, 9 Oct 2016 08:51:27 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u998pQkO029533; Sun, 9 Oct 2016 08:51:26 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u998pQ6q029532; Sun, 9 Oct 2016 08:51:26 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201610090851.u998pQ6q029532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 9 Oct 2016 08:51:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423576 - head/net/libmediawiki X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 08:51:27 -0000 Author: tcberner Date: Sun Oct 9 08:51:26 2016 New Revision: 423576 URL: https://svnweb.freebsd.org/changeset/ports/423576 Log: Set PORTSCOUT in net/libmediawiki The last version of net/libmediawiki is 4.12.0. Afterwards it was unbundled from graphics/digikam's distfile, but was never released in a tarball of its own. Approved by: rakuco (mentor) Modified: head/net/libmediawiki/Makefile Modified: head/net/libmediawiki/Makefile ============================================================================== --- head/net/libmediawiki/Makefile Sun Oct 9 08:40:49 2016 (r423575) +++ head/net/libmediawiki/Makefile Sun Oct 9 08:51:26 2016 (r423576) @@ -7,6 +7,8 @@ CATEGORIES= net kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE4 library for accessing MediaWiki sites +PORTSCOUT= limit:^4\.12\. + USES= pathfix USE_LDCONFIG= yes From owner-svn-ports-head@freebsd.org Sun Oct 9 08:57:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40387C07D94; Sun, 9 Oct 2016 08:57:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0326E9A7; Sun, 9 Oct 2016 08:57:50 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u998voXR033350; Sun, 9 Oct 2016 08:57:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u998vnQF033346; Sun, 9 Oct 2016 08:57:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610090857.u998vnQF033346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 9 Oct 2016 08:57:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423577 - in head/security: . rubygem-rex-exploitation X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 08:57:51 -0000 Author: antoine Date: Sun Oct 9 08:57:49 2016 New Revision: 423577 URL: https://svnweb.freebsd.org/changeset/ports/423577 Log: New port: security/rubygem-rex-exploitation This gem contains various helper mechanisms for creating exploits. This includes SEH Overwrite helpers, egghunters, command stagers and more. WWW: https://github.com/rapid7/rex-exploitation Added: head/security/rubygem-rex-exploitation/ head/security/rubygem-rex-exploitation/Makefile (contents, props changed) head/security/rubygem-rex-exploitation/distinfo (contents, props changed) head/security/rubygem-rex-exploitation/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Oct 9 08:51:26 2016 (r423576) +++ head/security/Makefile Sun Oct 9 08:57:49 2016 (r423577) @@ -1017,6 +1017,7 @@ SUBDIR += rubygem-rex-bin_tools SUBDIR += rubygem-rex-core SUBDIR += rubygem-rex-encoder + SUBDIR += rubygem-rex-exploitation SUBDIR += rubygem-rex-java SUBDIR += rubygem-rex-mime SUBDIR += rubygem-rex-nop Added: head/security/rubygem-rex-exploitation/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-exploitation/Makefile Sun Oct 9 08:57:49 2016 (r423577) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= rex-exploitation +PORTVERSION= 0.1.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Ruby Exploitation(Rex) library for various exploitation helpers + +RUN_DEPENDS= rubygem-metasm>=0:devel/rubygem-metasm \ + rubygem-rex-arch>=0:security/rubygem-rex-arch \ + rubygem-rex-encoder>=0:security/rubygem-rex-encoder \ + rubygem-rex-text>=0:security/rubygem-rex-text \ + rubygem-jsobfu>=0:www/rubygem-jsobfu + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include Added: head/security/rubygem-rex-exploitation/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-exploitation/distinfo Sun Oct 9 08:57:49 2016 (r423577) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475925330 +SHA256 (rubygem/rex-exploitation-0.1.0.gem) = 2772733d5295550d80628ca5f29523e39c456139e8f0af2229d4fd25a6e32434 +SIZE (rubygem/rex-exploitation-0.1.0.gem) = 77312 Added: head/security/rubygem-rex-exploitation/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-exploitation/pkg-descr Sun Oct 9 08:57:49 2016 (r423577) @@ -0,0 +1,4 @@ +This gem contains various helper mechanisms for creating exploits. This +includes SEH Overwrite helpers, egghunters, command stagers and more. + +WWW: https://github.com/rapid7/rex-exploitation From owner-svn-ports-head@freebsd.org Sun Oct 9 09:00:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BE15C07F86; Sun, 9 Oct 2016 09:00:07 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D7C9AAA; Sun, 9 Oct 2016 09:00:07 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99906TB033582; Sun, 9 Oct 2016 09:00:06 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u999061w033580; Sun, 9 Oct 2016 09:00:06 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610090900.u999061w033580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 9 Oct 2016 09:00:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423578 - head/security/rubygem-metasploit-payloads X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 09:00:07 -0000 Author: antoine Date: Sun Oct 9 09:00:06 2016 New Revision: 423578 URL: https://svnweb.freebsd.org/changeset/ports/423578 Log: Update to 1.1.19 Modified: head/security/rubygem-metasploit-payloads/Makefile head/security/rubygem-metasploit-payloads/distinfo Modified: head/security/rubygem-metasploit-payloads/Makefile ============================================================================== --- head/security/rubygem-metasploit-payloads/Makefile Sun Oct 9 08:57:49 2016 (r423577) +++ head/security/rubygem-metasploit-payloads/Makefile Sun Oct 9 09:00:06 2016 (r423578) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit-payloads -PORTVERSION= 1.1.16 +PORTVERSION= 1.1.19 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-metasploit-payloads/distinfo ============================================================================== --- head/security/rubygem-metasploit-payloads/distinfo Sun Oct 9 08:57:49 2016 (r423577) +++ head/security/rubygem-metasploit-payloads/distinfo Sun Oct 9 09:00:06 2016 (r423578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475411391 -SHA256 (rubygem/metasploit-payloads-1.1.16.gem) = 67bdf016556217d03c6099678958ed257ee473449cc3b07eb60ec1a014afaaf7 -SIZE (rubygem/metasploit-payloads-1.1.16.gem) = 12050944 +TIMESTAMP = 1475925922 +SHA256 (rubygem/metasploit-payloads-1.1.19.gem) = 701b62d3176dcd28c6db1496a1699e16d469e9752afb7a499d09db20b7709817 +SIZE (rubygem/metasploit-payloads-1.1.19.gem) = 12050432 From owner-svn-ports-head@freebsd.org Sun Oct 9 09:00:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C64BC07FCC; Sun, 9 Oct 2016 09:00:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12E50BA5; Sun, 9 Oct 2016 09:00:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9990akG033707; Sun, 9 Oct 2016 09:00:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9990aRb033705; Sun, 9 Oct 2016 09:00:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610090900.u9990aRb033705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 9 Oct 2016 09:00:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423579 - head/security/metasploit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 09:00:37 -0000 Author: antoine Date: Sun Oct 9 09:00:35 2016 New Revision: 423579 URL: https://svnweb.freebsd.org/changeset/ports/423579 Log: Update to 4.12.31 Modified: head/security/metasploit/Makefile head/security/metasploit/distinfo Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Sun Oct 9 09:00:06 2016 (r423578) +++ head/security/metasploit/Makefile Sun Oct 9 09:00:35 2016 (r423579) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metasploit -PORTVERSION= 4.12.29 +PORTVERSION= 4.12.31 CATEGORIES= security MAINTAINER= tanawts@gmail.com @@ -24,7 +24,7 @@ RUN_DEPENDS= nmap:security/nmap \ rubygem-metasploit-credential>=0:security/rubygem-metasploit-credential \ rubygem-metasploit_data_models>=0:security/rubygem-metasploit_data_models \ rubygem-metasploit-model>=0:security/rubygem-metasploit-model \ - rubygem-metasploit-payloads>=1.1.16:security/rubygem-metasploit-payloads \ + rubygem-metasploit-payloads>=1.1.19:security/rubygem-metasploit-payloads \ rubygem-metasploit_payloads-mettle>=0.0.6:security/rubygem-metasploit_payloads-mettle \ rubygem-msgpack>=0:devel/rubygem-msgpack \ rubygem-network_interface>=0:net/rubygem-network_interface \ @@ -47,6 +47,7 @@ RUN_DEPENDS= nmap:security/nmap \ rubygem-rex-bin_tools>=0:security/rubygem-rex-bin_tools \ rubygem-rex-core>=0:security/rubygem-rex-core \ rubygem-rex-encoder>=0:security/rubygem-rex-encoder \ + rubygem-rex-exploitation>=0:security/rubygem-rex-exploitation \ rubygem-rex-java>=0:security/rubygem-rex-java \ rubygem-rex-mime>=0:security/rubygem-rex-mime \ rubygem-rex-nop>=0:security/rubygem-rex-nop \ Modified: head/security/metasploit/distinfo ============================================================================== --- head/security/metasploit/distinfo Sun Oct 9 09:00:06 2016 (r423578) +++ head/security/metasploit/distinfo Sun Oct 9 09:00:35 2016 (r423579) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475411313 -SHA256 (rapid7-metasploit-framework-4.12.29_GH0.tar.gz) = ef863ae930552f37ab1eb91cefc4b5f215c261ed0229f5c9aef5068a0b6d73ff -SIZE (rapid7-metasploit-framework-4.12.29_GH0.tar.gz) = 23292351 +TIMESTAMP = 1475924815 +SHA256 (rapid7-metasploit-framework-4.12.31_GH0.tar.gz) = 908083bd77f357addbeeb6d1491e0e8c807b7ccb9152cac0d58104fc5fe08376 +SIZE (rapid7-metasploit-framework-4.12.31_GH0.tar.gz) = 23226115 From owner-svn-ports-head@freebsd.org Sun Oct 9 09:01:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5A5DC0617D; Sun, 9 Oct 2016 09:01:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7ED51F32; Sun, 9 Oct 2016 09:01:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9991qSZ037325; Sun, 9 Oct 2016 09:01:52 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9991q07037323; Sun, 9 Oct 2016 09:01:52 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610090901.u9991q07037323@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 9 Oct 2016 09:01:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423580 - head/graphics/gdchart X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 09:01:53 -0000 Author: amdmi3 Date: Sun Oct 9 09:01:52 2016 New Revision: 423580 URL: https://svnweb.freebsd.org/changeset/ports/423580 Log: - Switch to options helpers Modified: head/graphics/gdchart/Makefile head/graphics/gdchart/pkg-plist Modified: head/graphics/gdchart/Makefile ============================================================================== --- head/graphics/gdchart/Makefile Sun Oct 9 09:00:35 2016 (r423579) +++ head/graphics/gdchart/Makefile Sun Oct 9 09:01:52 2016 (r423580) @@ -20,9 +20,8 @@ MAKEFILE= ${FILESDIR}/Makefile MAKE_ARGS= PREFIX="${PREFIX}" LOCALBASE="${LOCALBASE}" USE_LDCONFIG= yes -EXAMPLES= ft_samp.c gdc_pie_samp.c gdc_samp1.c gdc_samp2.c - -OPTIONS_DEFINE= DOCS EXAMPLES +PORTDOCS= README.txt +PORTEXAMPLES= ft_samp.c gdc_pie_samp.c gdc_samp1.c gdc_samp2.c .if defined(NO_PROFILE) PLIST_SUB+= PROFILE="@comment " @@ -30,25 +29,29 @@ PLIST_SUB+= PROFILE="@comment " PLIST_SUB+= PROFILE="" .endif +OPTIONS_DEFINE= DOCS EXAMPLES + post-patch: - ${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e 's/^#ifdef HAVE_JPEG/#ifndef NO_JPEG/' \ -e 's/^#ifdef HAVE_LIBFREETYPE/#ifndef NO_LIBFREETYPE/' \ ${WRKSRC}/*.[ch] # ft_samp.c and gdc_samp?.c miss #include "gdcpie.h" - ${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e 's/^#include "gdc\.h"/#include "gdcpie.h"/' \ ${WRKSRC}/ft_samp.c \ ${WRKSRC}/gdc_samp?.c # gdc_pie_samp.c misses #include "gdchart.h" - ${REINPLACE_CMD} \ + @${REINPLACE_CMD} \ -e 's/^#include "gdc\.h"/#include "gdchart.h"/' \ ${WRKSRC}/gdc_pie_samp.c -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/graphics/gdchart/pkg-plist ============================================================================== --- head/graphics/gdchart/pkg-plist Sun Oct 9 09:00:35 2016 (r423579) +++ head/graphics/gdchart/pkg-plist Sun Oct 9 09:01:52 2016 (r423580) @@ -5,8 +5,3 @@ lib/libgdc.a lib/libgdc.so lib/libgdc.so.1 %%PROFILE%%lib/libgdc_p.a -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ft_samp.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gdc_samp1.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gdc_samp2.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gdc_pie_samp.c From owner-svn-ports-head@freebsd.org Sun Oct 9 09:06:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FDCCC06304; Sun, 9 Oct 2016 09:06:29 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71980143; Sun, 9 Oct 2016 09:06:29 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9996Sxh037589; Sun, 9 Oct 2016 09:06:28 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9996S8o037587; Sun, 9 Oct 2016 09:06:28 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201610090906.u9996S8o037587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 9 Oct 2016 09:06:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423581 - head/mail/postfix-policyd-spf-python X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 09:06:29 -0000 Author: rm Date: Sun Oct 9 09:06:28 2016 New Revision: 423581 URL: https://svnweb.freebsd.org/changeset/ports/423581 Log: mail/postfix-policyd-spf-python: fix packaging with python3 Make the port use autoplist feature to let it package both with python2 and python3. PR: 212064 Reported by: Joseph Mulloy Approved by: maintainer timeout (14 days) Modified: head/mail/postfix-policyd-spf-python/Makefile head/mail/postfix-policyd-spf-python/pkg-plist Modified: head/mail/postfix-policyd-spf-python/Makefile ============================================================================== --- head/mail/postfix-policyd-spf-python/Makefile Sun Oct 9 09:01:52 2016 (r423580) +++ head/mail/postfix-policyd-spf-python/Makefile Sun Oct 9 09:06:28 2016 (r423581) @@ -19,9 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipad ${PYTHON_PKGNAMEPREFIX}pyspf>0:mail/py-pyspf \ ${PYTHON_PKGNAMEPREFIX}authres>0:mail/py-authres -USES= python -USE_PYTHON= distutils -PYDISTUTILS_PKGNAME= pypolicyd-spf +USES= python:2.7+ +USE_PYTHON= autoplist distutils NO_ARCH= yes PORTDOCS= CHANGES \ Modified: head/mail/postfix-policyd-spf-python/pkg-plist ============================================================================== --- head/mail/postfix-policyd-spf-python/pkg-plist Sun Oct 9 09:01:52 2016 (r423580) +++ head/mail/postfix-policyd-spf-python/pkg-plist Sun Oct 9 09:06:28 2016 (r423581) @@ -1,11 +1 @@ @sample %%ETCDIR%%/policyd-spf.conf.sample -bin/policyd-spf -man/man1/policyd-spf.1.gz -man/man5/policyd-spf.conf.5.gz -man/man5/policyd-spf.peruser.5.gz -%%PYTHON_SITELIBDIR%%/policydspfsupp.py -%%PYTHON_SITELIBDIR%%/policydspfsupp.pyo -%%PYTHON_SITELIBDIR%%/policydspfsupp.pyc -%%PYTHON_SITELIBDIR%%/policydspfuser.py -%%PYTHON_SITELIBDIR%%/policydspfuser.pyo -%%PYTHON_SITELIBDIR%%/policydspfuser.pyc From owner-svn-ports-head@freebsd.org Sun Oct 9 09:09:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 037DDC0636A; Sun, 9 Oct 2016 09:09:11 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id ECA4B250; Sun, 9 Oct 2016 09:09:10 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id EAE691A59; Sun, 9 Oct 2016 09:09:10 +0000 (UTC) Date: Sun, 9 Oct 2016 09:09:10 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r423561 - in head/astro: . opencpn opencpn/files Message-ID: <20161009090910.GA82024@FreeBSD.org> References: <201610090122.u991MxUO063799@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 09:09:11 -0000 On Sun, Oct 09, 2016 at 10:26:03AM +0200, Mathieu Arnold wrote: > Le 09/10/2016 ?? 03:22, Jan Beich a ??crit : > > +PORTNAME= opencpn > > This should be PORTNAME=OpenCPN, then you would not need: Not it shouldn't, we typically abstain from using upper-case characters in port names (with a few exceptions like Perl/Python/etc. batteries). > > +GH_ACCOUNT= ${GH_PROJECT} > > +GH_PROJECT= OpenCPN This is correct. ./danfe From owner-svn-ports-head@freebsd.org Sun Oct 9 09:13:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CE73C0651F; Sun, 9 Oct 2016 09:13:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EA9084D; Sun, 9 Oct 2016 09:13:04 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u999D4kb041212; Sun, 9 Oct 2016 09:13:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u999D4ef041211; Sun, 9 Oct 2016 09:13:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610090913.u999D4ef041211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 9 Oct 2016 09:13:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423582 - head/cad/openvsp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 09:13:05 -0000 Author: antoine Date: Sun Oct 9 09:13:04 2016 New Revision: 423582 URL: https://svnweb.freebsd.org/changeset/ports/423582 Log: Clean up Modified: head/cad/openvsp/Makefile Modified: head/cad/openvsp/Makefile ============================================================================== --- head/cad/openvsp/Makefile Sun Oct 9 09:06:28 2016 (r423581) +++ head/cad/openvsp/Makefile Sun Oct 9 09:13:04 2016 (r423582) @@ -15,9 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ - libjpeg.so:graphics/jpeg-turbo \ libdrm.so:graphics/libdrm \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig \ @@ -39,7 +38,7 @@ WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_PR CMAKE_SOURCE_PATH= ${WRKSRC}/SuperProject CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX} -USES= cmake:outsource compiler:gcc-c++11-lib +USES= cmake:outsource compiler:gcc-c++11-lib jpeg CMAKE_ARGS= -DVSP_USE_SYSTEM_CMINPACK:BOOLEAN=yes \ -DVSP_USE_SYSTEM_CPPTEST:BOOLEAN=yes \ -DVSP_USE_SYSTEM_LIBXML2:BOOLEAN=yes \ From owner-svn-ports-head@freebsd.org Sun Oct 9 09:28:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D71F2C06859; Sun, 9 Oct 2016 09:28:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A37CCCBE; Sun, 9 Oct 2016 09:28:55 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u999SsgK045089; Sun, 9 Oct 2016 09:28:54 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u999SstV045088; Sun, 9 Oct 2016 09:28:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610090928.u999SstV045088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 9 Oct 2016 09:28:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423583 - head/devel/capstone4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 09:28:55 -0000 Author: antoine Date: Sun Oct 9 09:28:54 2016 New Revision: 423583 URL: https://svnweb.freebsd.org/changeset/ports/423583 Log: Clean up unneeded patching Modified: head/devel/capstone4/Makefile Modified: head/devel/capstone4/Makefile ============================================================================== --- head/devel/capstone4/Makefile Sun Oct 9 09:13:04 2016 (r423582) +++ head/devel/capstone4/Makefile Sun Oct 9 09:28:54 2016 (r423583) @@ -26,14 +26,4 @@ MAKE_ENV+= INSTALL_LIB="${INSTALL_LIB}" TEST_ENV= ${MAKE_ENV} LD_LIBRARY_PATH=${STAGEDIR}${PREFIX}/lib TEST_TARGET= check -post-patch: - ${REINPLACE_CMD} -i '' \ - -e 's|DESTDIR ?=|DESTDIR = ${STAGEDIR}|' \ - -e 's|LIBDIR ?=.*|LIBDIR = ${PREFIX}/lib|' \ - ${WRKSRC}/Makefile - -post-install: - ${REINPLACE_CMD} -i '' -e 's|${STAGEDIR}||g' \ - ${STAGEDIR}/${PREFIX}/libdata/pkgconfig/capstone.pc - .include From owner-svn-ports-head@freebsd.org Sun Oct 9 09:34:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0311C06AEA; Sun, 9 Oct 2016 09:34:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81C6375; Sun, 9 Oct 2016 09:34:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u999Yvcn048724; Sun, 9 Oct 2016 09:34:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u999YvDG048722; Sun, 9 Oct 2016 09:34:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610090934.u999YvDG048722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 9 Oct 2016 09:34:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423584 - in head/devel: libdasm py-pydasm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 09:34:58 -0000 Author: antoine Date: Sun Oct 9 09:34:57 2016 New Revision: 423584 URL: https://svnweb.freebsd.org/changeset/ports/423584 Log: Deprecate libdasm and pydasm Modified: head/devel/libdasm/Makefile head/devel/py-pydasm/Makefile Modified: head/devel/libdasm/Makefile ============================================================================== --- head/devel/libdasm/Makefile Sun Oct 9 09:28:54 2016 (r423583) +++ head/devel/libdasm/Makefile Sun Oct 9 09:34:57 2016 (r423584) @@ -13,6 +13,8 @@ COMMENT= Simple x86 disassembly library LICENSE= BSD2CLAUSE BROKEN= Unfetchable (google code has gone away) +DEPRECATED= No more upstream and known bugs, use devel/capstone3 instead +EXPIRATION_DATE= 2016-11-10 MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${STAGEDIR}${PREFIX}" USE_LDCONFIG= yes Modified: head/devel/py-pydasm/Makefile ============================================================================== --- head/devel/py-pydasm/Makefile Sun Oct 9 09:28:54 2016 (r423583) +++ head/devel/py-pydasm/Makefile Sun Oct 9 09:34:57 2016 (r423584) @@ -15,6 +15,8 @@ COMMENT= Python interface to libdasm LICENSE= BSD2CLAUSE BROKEN= Unfetchable (google code has gone away) +DEPRECATED= No more upstream and known bugs, use devel/py-capstone instead +EXPIRATION_DATE= 2016-11-10 USES= python USE_PYTHON= distutils autoplist From owner-svn-ports-head@freebsd.org Sun Oct 9 09:59:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1957DC06F3D; Sun, 9 Oct 2016 09:59:47 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D587DA19; Sun, 9 Oct 2016 09:59:46 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u999xjgl056320; Sun, 9 Oct 2016 09:59:45 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u999xjHa056317; Sun, 9 Oct 2016 09:59:45 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610090959.u999xjHa056317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 9 Oct 2016 09:59:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423585 - head/cad/freecad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 09:59:47 -0000 Author: pawel Date: Sun Oct 9 09:59:45 2016 New Revision: 423585 URL: https://svnweb.freebsd.org/changeset/ports/423585 Log: - Update to version 0.17.g20160927 [1] - Add desktop entry file PR: 212803 [1] Submitted by: pfg (maintainer) Modified: head/cad/freecad/Makefile (contents, props changed) head/cad/freecad/distinfo (contents, props changed) head/cad/freecad/pkg-plist (contents, props changed) Modified: head/cad/freecad/Makefile ============================================================================== --- head/cad/freecad/Makefile Sun Oct 9 09:34:57 2016 (r423584) +++ head/cad/freecad/Makefile Sun Oct 9 09:59:45 2016 (r423585) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= FreeCAD -DISTVERSION= 0.17.g20160907 -PORTREVISION= 1 +DISTVERSION= 0.17.g20160927 CATEGORIES= cad MAINTAINER= pfg@FreeBSD.org @@ -30,7 +29,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 libshiboken-${PYTHON_VERSION}.so:devel/shiboken USE_GITHUB= yes -GH_TAGNAME= 1ed3562 +GH_TAGNAME= 958686d USES= compiler:c++11-lib cmake:outsource jpeg python localbase USE_XORG= ice sm x11 xext xt @@ -38,11 +37,16 @@ USE_GL= gl glu USE_QT4= qmake_build corelib gui moc_build network opengl rcc_build \ uic_build svg xml webkit +BROKEN_FreeBSD_9= Does not build on FreeBSD 9.x + CMAKE_INSTALL_PREFIX= ${PREFIX}/${PORTNAME} CMAKE_ARGS+= "-DOCC_INCLUDE_DIR=${LOCALBASE}/include/OpenCASCADE" CMAKE_ARGS+= "-DFREECAD_USE_EXTERNAL_PIVY=1 -DCMAKE_BUILD_TYPE=Release ." +DESKTOP_ENTRIES=${PORTNAME} "" "${PREFIX}/FreeCAD/data/freecad.svg" \ + ${PORTNAME} "Engineering;" false + post-patch: @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' \ ${WRKSRC}/src/Gui/CMakeLists.txt Modified: head/cad/freecad/distinfo ============================================================================== --- head/cad/freecad/distinfo Sun Oct 9 09:34:57 2016 (r423584) +++ head/cad/freecad/distinfo Sun Oct 9 09:59:45 2016 (r423585) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473262638 -SHA256 (FreeCAD-FreeCAD-0.17.g20160907-1ed3562_GH0.tar.gz) = 6b635831b951c124c57e3d89adfd304fb4183187f371874eb59f0b965f09ba8f -SIZE (FreeCAD-FreeCAD-0.17.g20160907-1ed3562_GH0.tar.gz) = 114927605 +TIMESTAMP = 1475114874 +SHA256 (FreeCAD-FreeCAD-0.17.g20160927-958686d_GH0.tar.gz) = c6be94278a8ce540566ed3970551d05a62e09ad9f9166fb75b083d2775c8c3bf +SIZE (FreeCAD-FreeCAD-0.17.g20160927-958686d_GH0.tar.gz) = 114948326 Modified: head/cad/freecad/pkg-plist ============================================================================== --- head/cad/freecad/pkg-plist Sun Oct 9 09:34:57 2016 (r423584) +++ head/cad/freecad/pkg-plist Sun Oct 9 09:59:45 2016 (r423585) @@ -70,6 +70,7 @@ FreeCAD/Mod/Fem/FemConstraintSelfWeight. FreeCAD/Mod/Fem/FemInputWriter.py FreeCAD/Mod/Fem/FemInputWriterCcx.py FreeCAD/Mod/Fem/FemInputWriterZ88.py +FreeCAD/Mod/Fem/FemMaterialMechanicalNonlinear.py FreeCAD/Mod/Fem/FemMeshTools.py FreeCAD/Mod/Fem/FemSelectionObserver.py FreeCAD/Mod/Fem/FemShellThickness.py @@ -91,6 +92,7 @@ FreeCAD/Mod/Fem/_CommandAnalysis.py FreeCAD/Mod/Fem/_CommandBeamSection.py FreeCAD/Mod/Fem/_CommandConstraintSelfWeight.py FreeCAD/Mod/Fem/_CommandControlSolver.py +FreeCAD/Mod/Fem/_CommandMaterialMechanicalNonlinear.py FreeCAD/Mod/Fem/_CommandMechanicalMaterial.py FreeCAD/Mod/Fem/_CommandMeshFromShape.py FreeCAD/Mod/Fem/_CommandPurgeResults.py @@ -101,6 +103,7 @@ FreeCAD/Mod/Fem/_CommandSolverCalculix.p FreeCAD/Mod/Fem/_CommandSolverZ88.py FreeCAD/Mod/Fem/_FemBeamSection.py FreeCAD/Mod/Fem/_FemConstraintSelfWeight.py +FreeCAD/Mod/Fem/_FemMaterialMechanicalNonlinear.py FreeCAD/Mod/Fem/_FemShellThickness.py FreeCAD/Mod/Fem/_FemSolverCalculix.py FreeCAD/Mod/Fem/_FemSolverZ88.py @@ -112,6 +115,7 @@ FreeCAD/Mod/Fem/_TaskPanelMechanicalMate FreeCAD/Mod/Fem/_TaskPanelShowResult.py FreeCAD/Mod/Fem/_ViewProviderFemBeamSection.py FreeCAD/Mod/Fem/_ViewProviderFemConstraintSelfWeight.py +FreeCAD/Mod/Fem/_ViewProviderFemMaterialMechanicalNonlinear.py FreeCAD/Mod/Fem/_ViewProviderFemShellThickness.py FreeCAD/Mod/Fem/_ViewProviderFemSolverCalculix.py FreeCAD/Mod/Fem/_ViewProviderFemSolverZ88.py From owner-svn-ports-head@freebsd.org Sun Oct 9 10:43:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 103B4C07AA1; Sun, 9 Oct 2016 10:43:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA6F02D1; Sun, 9 Oct 2016 10:43:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99Ahafv075148; Sun, 9 Oct 2016 10:43:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99Ahacq075145; Sun, 9 Oct 2016 10:43:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610091043.u99Ahacq075145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 9 Oct 2016 10:43:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423586 - in head/graphics/sekrit-twc-zimg: . 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.23 Precedence: list List-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, 09 Oct 2016 10:43:38 -0000 Author: jbeich Date: Sun Oct 9 10:43:36 2016 New Revision: 423586 URL: https://svnweb.freebsd.org/changeset/ports/423586 Log: graphics/sekrit-twc-zimg: update to 2.3 Changes: https://github.com/sekrit-twc/zimg/blob/release-2.3/ChangeLog Modified: head/graphics/sekrit-twc-zimg/Makefile (contents, props changed) head/graphics/sekrit-twc-zimg/distinfo (contents, props changed) head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps (contents, props changed) Modified: head/graphics/sekrit-twc-zimg/Makefile ============================================================================== --- head/graphics/sekrit-twc-zimg/Makefile Sun Oct 9 09:59:45 2016 (r423585) +++ head/graphics/sekrit-twc-zimg/Makefile Sun Oct 9 10:43:36 2016 (r423586) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zimg -PORTVERSION= 2.2.1 +PORTVERSION= 2.3 DISTVERSIONPREFIX= release- CATEGORIES= graphics PKGNAMEPREFIX= ${GH_ACCOUNT}- @@ -40,6 +40,7 @@ OPTIONS_DEFAULT_i386= SIMD # runtime det EXAMPLES_CONFIGURE_ENABLE= example EXAMPLES_MAKE_ARGS= exampledir="${EXAMPLESDIR}" +EXAMPLES_MAKE_ARGS_OFF= dist_example_DATA= dist_examplemisc_DATA= SIMD_CONFIGURE_ENABLE= x86simd Modified: head/graphics/sekrit-twc-zimg/distinfo ============================================================================== --- head/graphics/sekrit-twc-zimg/distinfo Sun Oct 9 09:59:45 2016 (r423585) +++ head/graphics/sekrit-twc-zimg/distinfo Sun Oct 9 10:43:36 2016 (r423586) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471879593 -SHA256 (sekrit-twc-zimg-release-2.2.1_GH0.tar.gz) = 0ac3004f7612f91e2eda1aaaf170c2ceef4f90f881647b8e248f36b0e6954f54 -SIZE (sekrit-twc-zimg-release-2.2.1_GH0.tar.gz) = 175873 +TIMESTAMP = 1475114874 +SHA256 (sekrit-twc-zimg-release-2.3_GH0.tar.gz) = 09962385f986dbcfd8ed6160cdafc2bc57bef8c6bfb3ca3a4bcaa482f09c06fa +SIZE (sekrit-twc-zimg-release-2.3_GH0.tar.gz) = 188682 Modified: head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps ============================================================================== --- head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps Sun Oct 9 09:59:45 2016 (r423585) +++ head/graphics/sekrit-twc-zimg/files/patch-no-extra-deps Sun Oct 9 10:43:36 2016 (r423586) @@ -1,6 +1,6 @@ --- Makefile.am.orig 2016-08-17 04:57:11 UTC +++ Makefile.am -@@ -242,29 +242,12 @@ endif # TESTAPP +@@ -250,30 +250,12 @@ endif # TESTAPP if UNIT_TEST TESTS = test/unit_test @@ -16,9 +16,10 @@ - test/extra/musl-libm/__sin.c \ - test/extra/musl-libm/cos.c \ - test/extra/musl-libm/fpu_wrapper.c \ +- test/extra/musl-libm/expf.c \ - test/extra/musl-libm/libm.h \ +- test/extra/musl-libm/logf.c \ - test/extra/musl-libm/mymath.h \ -- test/extra/musl-libm/pow.c \ - test/extra/musl-libm/powf.c \ - test/extra/musl-libm/sin.c - From owner-svn-ports-head@freebsd.org Sun Oct 9 10:45:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F4D8C07B46; Sun, 9 Oct 2016 10:45:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3FB0648; Sun, 9 Oct 2016 10:45:34 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99AjYTJ075395; Sun, 9 Oct 2016 10:45:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99AjXBl075391; Sun, 9 Oct 2016 10:45:33 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610091045.u99AjXBl075391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 9 Oct 2016 10:45:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423587 - in head/security: ca_root_nss nss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 10:45:35 -0000 Author: jbeich Date: Sun Oct 9 10:45:33 2016 New Revision: 423587 URL: https://svnweb.freebsd.org/changeset/ports/423587 Log: security/nss: update to 3.27.1 and define license Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.27.1_release_notes PR: 213312 Submitted by: Vladimir Krstulja MFH: 2016Q4 Modified: head/security/ca_root_nss/Makefile (contents, props changed) head/security/ca_root_nss/distinfo (contents, props changed) head/security/nss/Makefile (contents, props changed) head/security/nss/distinfo (contents, props changed) Modified: head/security/ca_root_nss/Makefile ============================================================================== --- head/security/ca_root_nss/Makefile Sun Oct 9 10:43:36 2016 (r423586) +++ head/security/ca_root_nss/Makefile Sun Oct 9 10:45:33 2016 (r423587) @@ -32,7 +32,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.27 +VERSION_NSS= 3.27.1 #NSS_SUFFIX= -with-ckbi-1.98 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl Modified: head/security/ca_root_nss/distinfo ============================================================================== --- head/security/ca_root_nss/distinfo Sun Oct 9 10:43:36 2016 (r423586) +++ head/security/ca_root_nss/distinfo Sun Oct 9 10:45:33 2016 (r423587) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475035246 -SHA256 (nss-3.27.tar.gz) = 021aa936b06f5815474dd5c137f2325b3fe06caa38d9798ca53ec30b537301fa -SIZE (nss-3.27.tar.gz) = 7397210 +TIMESTAMP = 1475947616 +SHA256 (nss-3.27.1.tar.gz) = fd3637a1930cd838239a89633a7ed9a18859ae9b599043f3a18f726dc4ec2a6b +SIZE (nss-3.27.1.tar.gz) = 7397737 Modified: head/security/nss/Makefile ============================================================================== --- head/security/nss/Makefile Sun Oct 9 10:43:36 2016 (r423586) +++ head/security/nss/Makefile Sun Oct 9 10:45:33 2016 (r423587) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.27 +PORTVERSION= 3.27.1 #DISTVERSIONSUFFIX= -with-ckbi-1.98 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src @@ -10,6 +10,9 @@ MASTER_SITES= MOZILLA/security/${PORTNAM MAINTAINER= gecko@FreeBSD.org COMMENT= Libraries to support development of security-enabled applications +LICENSE= MPL +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= zip:archivers/zip \ nspr>=4.12:devel/nspr \ sqlite3>=3.7.15:databases/sqlite3 Modified: head/security/nss/distinfo ============================================================================== --- head/security/nss/distinfo Sun Oct 9 10:43:36 2016 (r423586) +++ head/security/nss/distinfo Sun Oct 9 10:45:33 2016 (r423587) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475035246 -SHA256 (nss-3.27.tar.gz) = 021aa936b06f5815474dd5c137f2325b3fe06caa38d9798ca53ec30b537301fa -SIZE (nss-3.27.tar.gz) = 7397210 +TIMESTAMP = 1475952210 +SHA256 (nss-3.27.1.tar.gz) = fd3637a1930cd838239a89633a7ed9a18859ae9b599043f3a18f726dc4ec2a6b +SIZE (nss-3.27.1.tar.gz) = 7397737 From owner-svn-ports-head@freebsd.org Sun Oct 9 11:12:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAEFCC072A0; Sun, 9 Oct 2016 11:12:29 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7939EFE6; Sun, 9 Oct 2016 11:12:29 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99BCShO086245; Sun, 9 Oct 2016 11:12:28 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99BCShA086221; Sun, 9 Oct 2016 11:12:28 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201610091112.u99BCShA086221@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 9 Oct 2016 11:12:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423588 - head/devel/py-singledispatch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 11:12:29 -0000 Author: koobs Date: Sun Oct 9 11:12:28 2016 New Revision: 423588 URL: https://svnweb.freebsd.org/changeset/ports/423588 Log: devel/py-singledispatch: Add missing dependency (six) - Add missing RUN_DEPENDS on six [1] - Canonicalize, clarify COMMENT - Limit USE_PYTHON version to <= 3.3 (Unnecessary in 3.4+) - Enable architecture independence (NO_ARCH) - Enable concurrent Python installation PR: 213314 [1] Submitted by: Kyle Evans [1] Approved by: python (maintainer) MFH: 2016Q4 Modified: head/devel/py-singledispatch/Makefile Modified: head/devel/py-singledispatch/Makefile ============================================================================== --- head/devel/py-singledispatch/Makefile Sun Oct 9 10:45:33 2016 (r423587) +++ head/devel/py-singledispatch/Makefile Sun Oct 9 11:12:28 2016 (r423588) @@ -3,16 +3,21 @@ PORTNAME= singledispatch PORTVERSION= 3.4.0.3 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org -COMMENT= Provides single-dispatch generic functions +COMMENT= Backport of functools.singledispatch from Python 3.4 LICENSE= MIT -USES= python -USE_PYTHON= distutils autoplist +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six + +USES= python:-3.3 +USE_PYTHON= distutils concurrent autoplist + +NO_ARCH= yes .include From owner-svn-ports-head@freebsd.org Sun Oct 9 11:34:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCA30C076D6; Sun, 9 Oct 2016 11:34:01 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88F60AC0; Sun, 9 Oct 2016 11:34:01 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99BY0ag094216; Sun, 9 Oct 2016 11:34:00 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99BY03N094214; Sun, 9 Oct 2016 11:34:00 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201610091134.u99BY03N094214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 9 Oct 2016 11:34:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423590 - head/net/asterisk-g72x X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 11:34:01 -0000 Author: madpilot Date: Sun Oct 9 11:34:00 2016 New Revision: 423590 URL: https://svnweb.freebsd.org/changeset/ports/423590 Log: Update asterisk-g72x to 1.4 Modified: head/net/asterisk-g72x/Makefile head/net/asterisk-g72x/distinfo (contents, props changed) Modified: head/net/asterisk-g72x/Makefile ============================================================================== --- head/net/asterisk-g72x/Makefile Sun Oct 9 11:15:58 2016 (r423589) +++ head/net/asterisk-g72x/Makefile Sun Oct 9 11:34:00 2016 (r423590) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk-g72x -PORTVERSION= 1.3 -PORTREVISION= 3 +PORTVERSION= 1.4 CATEGORIES= net MASTER_SITES= http://asterisk.hosting.lv/src/ Modified: head/net/asterisk-g72x/distinfo ============================================================================== --- head/net/asterisk-g72x/distinfo Sun Oct 9 11:15:58 2016 (r423589) +++ head/net/asterisk-g72x/distinfo Sun Oct 9 11:34:00 2016 (r423590) @@ -1,2 +1,3 @@ -SHA256 (asterisk-g72x-1.3.tar.bz2) = fcfe8f909dab520b15f923ad67856ae81face5ddd5cbea5450fe2b4422e27e15 -SIZE (asterisk-g72x-1.3.tar.bz2) = 125122 +TIMESTAMP = 1475740880 +SHA256 (asterisk-g72x-1.4.tar.bz2) = 0b4959c757c33d5cf0038f40ed94e7bfc00fd0dc22821d48742fe930cc24ae54 +SIZE (asterisk-g72x-1.4.tar.bz2) = 125990 From owner-svn-ports-head@freebsd.org Sun Oct 9 12:10:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0193FC07827; Sun, 9 Oct 2016 12:10:09 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9B8C73; Sun, 9 Oct 2016 12:10:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99CA7pq006828; Sun, 9 Oct 2016 12:10:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99CA2o8006774; Sun, 9 Oct 2016 12:10:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610091210.u99CA2o8006774@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 9 Oct 2016 12:10:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423591 - in head: archivers/rpm4 databases/evolution-data-server deskutils/gnome-contacts devel/apr1 devel/apr2 devel/nspr devel/nspr/files editors/libreoffice editors/libreoffice4 edi... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 12:10:09 -0000 Author: jbeich Date: Sun Oct 9 12:10:02 2016 New Revision: 423591 URL: https://svnweb.freebsd.org/changeset/ports/423591 Log: devel/nspr, security/nss: drop version from SONAME No other downstream appends synthetic library version, and doing so causes underlinking due to fragile build system (see below). Not to mention being unable to swap out bundled libs from upstream builds. $ cc -lplds4 -L/usr/local/lib /usr/lib/crt1.o: In function `_start1': crt1_c.c:(.text+0xa6): undefined reference to `main' /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np' /usr/local/lib/libplds4.so: undefined reference to `pthread_create' /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init' /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam' PR: 213144 Exp-run by: antoine Deleted: head/devel/nspr/files/patch-configure head/security/nss/files/patch-coreconf_rules.mk Modified: head/archivers/rpm4/Makefile (contents, props changed) head/databases/evolution-data-server/Makefile (contents, props changed) head/deskutils/gnome-contacts/Makefile (contents, props changed) head/devel/apr1/Makefile (contents, props changed) head/devel/apr2/Makefile (contents, props changed) head/devel/nspr/Makefile (contents, props changed) head/devel/nspr/pkg-plist (contents, props changed) head/editors/libreoffice/Makefile.common (contents, props changed) head/editors/libreoffice4/Makefile (contents, props changed) head/editors/openoffice-4/Makefile (contents, props changed) head/editors/openoffice-devel/Makefile (contents, props changed) head/ftp/curl/Makefile (contents, props changed) head/games/0ad/Makefile (contents, props changed) head/games/oolite/Makefile (contents, props changed) head/graphics/gnash/Makefile (contents, props changed) head/irc/bitlbee/Makefile (contents, props changed) head/lang/spidermonkey17/Makefile (contents, props changed) head/lang/spidermonkey170/Makefile (contents, props changed) head/lang/spidermonkey185/Makefile (contents, props changed) head/lang/spidermonkey24/Makefile (contents, props changed) head/mail/evolution/Makefile (contents, props changed) head/mail/thunderbird/Makefile (contents, props changed) head/misc/xiphos/Makefile (contents, props changed) head/multimedia/gxine/Makefile (contents, props changed) head/net-im/libpurple/Makefile (contents, props changed) head/net-im/pidgin-sipe/Makefile (contents, props changed) head/net-im/ring-gnome/Makefile (contents, props changed) head/net/corosync/Makefile (contents, props changed) head/net/ldapsdk/Makefile (contents, props changed) head/security/libfprint/Makefile (contents, props changed) head/security/nss/Makefile (contents, props changed) head/security/nss/files/patch-coreconf_FreeBSD.mk (contents, props changed) head/security/nss/pkg-plist (contents, props changed) head/security/nss_compat_ossl/Makefile (contents, props changed) head/security/pidgin-encryption/Makefile (contents, props changed) head/security/sssd/Makefile (contents, props changed) head/security/suricata/Makefile (contents, props changed) head/security/xmlsec1/Makefile (contents, props changed) head/sysutils/cinnamon-settings-daemon/Makefile (contents, props changed) head/sysutils/gnome-settings-daemon/Makefile (contents, props changed) head/sysutils/mate-settings-daemon/Makefile (contents, props changed) head/sysutils/pesign/Makefile (contents, props changed) head/www/chromium/Makefile (contents, props changed) head/www/elinks/Makefile (contents, props changed) head/www/epiphany/Makefile (contents, props changed) head/www/firefox-esr/Makefile (contents, props changed) head/www/firefox/Makefile (contents, props changed) head/www/gecko-mediaplayer/Makefile (contents, props changed) head/www/libxul/Makefile (contents, props changed) head/www/seamonkey/Makefile (contents, props changed) head/x11/gdm/Makefile (contents, props changed) Modified: head/archivers/rpm4/Makefile ============================================================================== --- head/archivers/rpm4/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/archivers/rpm4/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= rpm PORTVERSION= 4.12.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= http://rpm.org/releases/rpm-${PORTVERSION:R:R}.x/ PKGNAMESUFFIX= 4 Modified: head/databases/evolution-data-server/Makefile ============================================================================== --- head/databases/evolution-data-server/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/databases/evolution-data-server/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= evolution-data-server PORTVERSION= 3.18.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/deskutils/gnome-contacts/Makefile ============================================================================== --- head/deskutils/gnome-contacts/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/deskutils/gnome-contacts/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= gnome-contacts PORTVERSION= 3.18.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= GNOME Modified: head/devel/apr1/Makefile ============================================================================== --- head/devel/apr1/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/devel/apr1/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= apr PORTVERSION= ${APR_VERSION}.${APU_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= APACHE/apr DISTFILES= apr-${APR_VERSION}.tar.gz \ Modified: head/devel/apr2/Makefile ============================================================================== --- head/devel/apr2/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/devel/apr2/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,6 +3,7 @@ PORTNAME= apr PORTVERSION= 2.0.${SNAPDATE} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= LOCAL/ohauer PKGNAMESUFFIX= 2 Modified: head/devel/nspr/Makefile ============================================================================== --- head/devel/nspr/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/devel/nspr/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,6 +3,7 @@ PORTNAME= nspr DISTVERSION= 4.13 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src @@ -31,11 +32,7 @@ post-build-TEST-on: @${LN} -fs libmy.so.1 ${BUILD_WRKSRC}/pr/tests/dll/libmy.so post-install: - @for file in ${STAGEDIR}${PREFIX}/lib/*.so*; do \ - ${STRIP_CMD} $$file; \ - ${CHMOD} ${LIBMODE} $$file; \ - ${LN} -fs $${file##*/} $${file%.*}; \ - done + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so do-test-TEST-on: ${TEST_WRKSRC}/lib/tests/string Modified: head/devel/nspr/pkg-plist ============================================================================== --- head/devel/nspr/pkg-plist Sun Oct 9 11:34:00 2016 (r423590) +++ head/devel/nspr/pkg-plist Sun Oct 9 12:10:02 2016 (r423591) @@ -80,14 +80,11 @@ include/nspr/prtrace.h include/nspr/prtypes.h include/nspr/prvrsion.h include/nspr/prwin16.h -lib/libnspr4.a -lib/libnspr4.so -lib/libnspr4.so.1 -lib/libplc4.a -lib/libplc4.so -lib/libplc4.so.1 -lib/libplds4.a -lib/libplds4.so -lib/libplds4.so.1 +@(,,444) lib/libnspr4.a +@(,,444) lib/libnspr4.so +@(,,444) lib/libplc4.a +@(,,444) lib/libplc4.so +@(,,444) lib/libplds4.a +@(,,444) lib/libplds4.so libdata/pkgconfig/nspr.pc share/aclocal/nspr.m4 Modified: head/editors/libreoffice/Makefile.common ============================================================================== --- head/editors/libreoffice/Makefile.common Sun Oct 9 11:34:00 2016 (r423590) +++ head/editors/libreoffice/Makefile.common Sun Oct 9 12:10:02 2016 (r423591) @@ -2,7 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 5.0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= editors MAINTAINER= office@FreeBSD.org Modified: head/editors/libreoffice4/Makefile ============================================================================== --- head/editors/libreoffice4/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/editors/libreoffice4/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -2,7 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 4.3.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ http://dev-www.libreoffice.org/extern/:ext \ Modified: head/editors/openoffice-4/Makefile ============================================================================== --- head/editors/openoffice-4/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/editors/openoffice-4/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ Modified: head/editors/openoffice-devel/Makefile ============================================================================== --- head/editors/openoffice-devel/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/editors/openoffice-devel/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/ftp/curl/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,6 +3,7 @@ PORTNAME= curl PORTVERSION= 7.50.3 +PORTREVISION= 1 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/games/0ad/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -2,7 +2,7 @@ PORTNAME= 0ad PORTVERSION= 0.0.20 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/zero-ad/releases \ http://releases.wildfiregames.com/ Modified: head/games/oolite/Makefile ============================================================================== --- head/games/oolite/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/games/oolite/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,6 +3,7 @@ PORTNAME= oolite PORTVERSION= 1.84 +PORTREVISION= 1 CATEGORIES= games gnustep MASTER_SITES= http://github.com/OoliteProject/oolite/releases/download/1.84/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} Modified: head/graphics/gnash/Makefile ============================================================================== --- head/graphics/gnash/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/graphics/gnash/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= gnash PORTVERSION= 0.8.10 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics MASTER_SITES= GNU/${PORTNAME}/${PORTVERSION}/ Modified: head/irc/bitlbee/Makefile ============================================================================== --- head/irc/bitlbee/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/irc/bitlbee/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -2,6 +2,7 @@ PORTNAME= bitlbee PORTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ LOCAL/brix Modified: head/lang/spidermonkey17/Makefile ============================================================================== --- head/lang/spidermonkey17/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/lang/spidermonkey17/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= spidermonkey17 DISTVERSION= 1.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= MOZILLA/js DISTNAME= js-${DISTVERSION} Modified: head/lang/spidermonkey170/Makefile ============================================================================== --- head/lang/spidermonkey170/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/lang/spidermonkey170/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= spidermonkey170 PORTVERSION= 17.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= MOZILLA/js DISTNAME= mozjs${PORTVERSION} Modified: head/lang/spidermonkey185/Makefile ============================================================================== --- head/lang/spidermonkey185/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/lang/spidermonkey185/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= spidermonkey185 PORTVERSION= 1.8.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= MOZILLA/js DISTNAME= js185-1.0.0 Modified: head/lang/spidermonkey24/Makefile ============================================================================== --- head/lang/spidermonkey24/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/lang/spidermonkey24/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= spidermonkey24 PORTVERSION= 24.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= MOZILLA/js #http://people.mozilla.org/~sstangl/ Modified: head/mail/evolution/Makefile ============================================================================== --- head/mail/evolution/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/mail/evolution/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= evolution PORTVERSION= 3.18.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/mail/thunderbird/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 45.4.0 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: head/misc/xiphos/Makefile ============================================================================== --- head/misc/xiphos/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/misc/xiphos/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -2,7 +2,7 @@ PORTNAME= xiphos PORTVERSION= 3.1.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc gnome MASTER_SITES= SF/gnomesword/Xiphos/${PORTVERSION} Modified: head/multimedia/gxine/Makefile ============================================================================== --- head/multimedia/gxine/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/multimedia/gxine/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= gxine PORTVERSION= 0.5.908 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= SF/xine/${PORTNAME}/${PORTVERSION} Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/net-im/libpurple/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME?= libpurple PORTVERSION= 2.11.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} Modified: head/net-im/pidgin-sipe/Makefile ============================================================================== --- head/net-im/pidgin-sipe/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/net-im/pidgin-sipe/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,6 +3,7 @@ PORTNAME= pidgin-sipe PORTVERSION= 1.21.1 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= SF/sipe/sipe/${DISTNAME} Modified: head/net-im/ring-gnome/Makefile ============================================================================== --- head/net-im/ring-gnome/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/net-im/ring-gnome/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,6 +3,7 @@ PORTNAME= ring-gnome PORTVERSION= 0.160516 +PORTREVISION= 1 #DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p Modified: head/net/corosync/Makefile ============================================================================== --- head/net/corosync/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/net/corosync/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= corosync PORTVERSION= 2.3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://build.clusterlabs.org/corosync/releases/ Modified: head/net/ldapsdk/Makefile ============================================================================== --- head/net/ldapsdk/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/net/ldapsdk/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,6 +3,7 @@ PORTNAME= ldapsdk PORTVERSION= 6.0.7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= MOZILLA/directory/c-sdk/releases/v${PORTVERSION}/src Modified: head/security/libfprint/Makefile ============================================================================== --- head/security/libfprint/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/security/libfprint/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,6 +3,7 @@ PORTNAME= libfprint PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://people.freedesktop.org/~hadess/ Modified: head/security/nss/Makefile ============================================================================== --- head/security/nss/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/security/nss/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,6 +3,7 @@ PORTNAME= nss PORTVERSION= 3.27.1 +PORTREVISION= 1 #DISTVERSIONSUFFIX= -with-ckbi-1.98 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src @@ -89,7 +90,7 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/nss/nss ${STAGEDIR}${PREFIX}/lib/nss ${FIND} ${DIST}/public/nss -type l \ -exec ${INSTALL_DATA} {} ${STAGEDIR}${PREFIX}/include/nss/nss \; - ${INSTALL_LIB} ${BINS}/lib/*.so.1 \ + ${INSTALL_LIB} ${BINS}/lib/*.so \ ${STAGEDIR}${PREFIX}/lib/nss ${INSTALL_DATA} ${BINS}/lib/libcrmf.a \ ${STAGEDIR}${PREFIX}/lib/nss @@ -97,8 +98,6 @@ do-install: ${INSTALL_PROGRAM} ${BINS}/bin/${bin} \ ${STAGEDIR}${PREFIX}/bin .endfor - cd ${BINS}/lib && \ - ${TAR} -cf - *.so | ${TAR} --unlink -C ${STAGEDIR}${PREFIX}/lib/nss -xf - ${INSTALL_SCRIPT} ${WRKDIR}/nss-config ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKDIR}/nss.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig Modified: head/security/nss/files/patch-coreconf_FreeBSD.mk ============================================================================== --- head/security/nss/files/patch-coreconf_FreeBSD.mk Sun Oct 9 11:34:00 2016 (r423590) +++ head/security/nss/files/patch-coreconf_FreeBSD.mk Sun Oct 9 12:10:02 2016 (r423591) @@ -30,25 +30,16 @@ OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -@@ -70,15 +85,15 @@ - - ARCH = freebsd - --MOZ_OBJFORMAT := $(shell test -x /usr/bin/objformat && /usr/bin/objformat || echo elf) -+ifndef MOZILLA_CLIENT -+DLL_SUFFIX = so.1 -+endif +@@ -46,7 +56,11 @@ else + DLL_SUFFIX = so.1.0 + endif --ifeq ($(MOZ_OBJFORMAT),elf) --DLL_SUFFIX = so +-MKSHLIB = $(CC) $(DSO_LDOPTS) +ifneq (,$(filter alpha ia64,$(OS_TEST))) +MKSHLIB = $(CC) -Wl,-Bsymbolic -lc $(DSO_LDOPTS) - else --DLL_SUFFIX = so.1.0 ++else +MKSHLIB = $(CC) -Wl,-Bsymbolic $(DSO_LDOPTS) - endif -- --MKSHLIB = $(CC) $(DSO_LDOPTS) ++endif ifdef MAPFILE MKSHLIB += -Wl,--version-script,$(MAPFILE) endif Modified: head/security/nss/pkg-plist ============================================================================== --- head/security/nss/pkg-plist Sun Oct 9 11:34:00 2016 (r423590) +++ head/security/nss/pkg-plist Sun Oct 9 12:10:02 2016 (r423591) @@ -123,21 +123,12 @@ include/nss/nss/utilparst.h include/nss/nss/utilrename.h lib/nss/libcrmf.a lib/nss/libfreebl3.so -lib/nss/libfreebl3.so.1 lib/nss/libfreeblpriv3.so -lib/nss/libfreeblpriv3.so.1 lib/nss/libnss3.so -lib/nss/libnss3.so.1 lib/nss/libnssckbi.so -lib/nss/libnssckbi.so.1 lib/nss/libnssdbm3.so -lib/nss/libnssdbm3.so.1 lib/nss/libnssutil3.so -lib/nss/libnssutil3.so.1 lib/nss/libsmime3.so -lib/nss/libsmime3.so.1 lib/nss/libsoftokn3.so -lib/nss/libsoftokn3.so.1 lib/nss/libssl3.so -lib/nss/libssl3.so.1 libdata/pkgconfig/nss.pc Modified: head/security/nss_compat_ossl/Makefile ============================================================================== --- head/security/nss_compat_ossl/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/security/nss_compat_ossl/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -2,6 +2,7 @@ PORTNAME= nss_compat_ossl PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://rcritten.fedorapeople.org/ Modified: head/security/pidgin-encryption/Makefile ============================================================================== --- head/security/pidgin-encryption/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/security/pidgin-encryption/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= pidgin PORTVERSION= 3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}-encrypt/Releases/${PORTVERSION} PKGNAMESUFFIX= -encryption Modified: head/security/sssd/Makefile ============================================================================== --- head/security/sssd/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/security/sssd/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= sssd PORTVERSION= 1.11.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ Modified: head/security/suricata/Makefile ============================================================================== --- head/security/suricata/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/security/suricata/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= suricata PORTVERSION= 3.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.openinfosecfoundation.org/download/ Modified: head/security/xmlsec1/Makefile ============================================================================== --- head/security/xmlsec1/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/security/xmlsec1/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,6 +3,7 @@ PORTNAME= xmlsec1 PORTVERSION= 1.2.22 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ Modified: head/sysutils/cinnamon-settings-daemon/Makefile ============================================================================== --- head/sysutils/cinnamon-settings-daemon/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/sysutils/cinnamon-settings-daemon/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= cinnamon-settings-daemon PORTVERSION= 2.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils gnome DIST_SUBDIR= gnome3 Modified: head/sysutils/gnome-settings-daemon/Makefile ============================================================================== --- head/sysutils/gnome-settings-daemon/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/sysutils/gnome-settings-daemon/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= gnome-settings-daemon PORTVERSION= 3.18.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/sysutils/mate-settings-daemon/Makefile ============================================================================== --- head/sysutils/mate-settings-daemon/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/sysutils/mate-settings-daemon/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,6 +3,7 @@ PORTNAME= mate-settings-daemon PORTVERSION= 1.12.1 +PORTREVISION= 1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate Modified: head/sysutils/pesign/Makefile ============================================================================== --- head/sysutils/pesign/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/sysutils/pesign/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,6 +3,7 @@ PORTNAME= pesign PORTVERSION= 0.110 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/www/chromium/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= chromium PORTVERSION= 52.0.2743.116 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on Modified: head/www/elinks/Makefile ============================================================================== --- head/www/elinks/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/www/elinks/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= elinks DISTVERSION= 0.11.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ Modified: head/www/epiphany/Makefile ============================================================================== --- head/www/epiphany/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/www/epiphany/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= epiphany PORTVERSION= 3.16.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/www/firefox-esr/Makefile ============================================================================== --- head/www/firefox-esr/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/www/firefox-esr/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 45.4.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: head/www/firefox/Makefile ============================================================================== --- head/www/firefox/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/www/firefox/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 49.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ Modified: head/www/gecko-mediaplayer/Makefile ============================================================================== --- head/www/gecko-mediaplayer/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/www/gecko-mediaplayer/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,6 +3,7 @@ PORTNAME= gecko-mediaplayer PORTVERSION= 1.0.9 +PORTREVISION= 1 CATEGORIES= www multimedia gnome MASTER_SITES= https://pkgs.rpmfusion.org/repo/pkgs/free/gecko-mediaplayer/gecko-mediaplayer-1.0.9.tar.gz/69b50ecbbbf34ca6d980a477345dbd40/ Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/www/libxul/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= libxul DISTVERSION= 45.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/www/seamonkey/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -4,6 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.40 MOZILLA_VER= 43 # above + 3 +PORTREVISION= 1 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: head/x11/gdm/Makefile ============================================================================== --- head/x11/gdm/Makefile Sun Oct 9 11:34:00 2016 (r423590) +++ head/x11/gdm/Makefile Sun Oct 9 12:10:02 2016 (r423591) @@ -3,7 +3,7 @@ PORTNAME= gdm PORTVERSION= 3.16.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 From owner-svn-ports-head@freebsd.org Sun Oct 9 12:19:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1F4FC07B25; Sun, 9 Oct 2016 12:19:33 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 924AF6E1; Sun, 9 Oct 2016 12:19:33 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99CJWc5010737; Sun, 9 Oct 2016 12:19:32 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99CJWk1010735; Sun, 9 Oct 2016 12:19:32 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201610091219.u99CJWk1010735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 9 Oct 2016 12:19:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423592 - in head/multimedia/ffmpeg: . 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.23 Precedence: list List-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, 09 Oct 2016 12:19:33 -0000 Author: riggs Date: Sun Oct 9 12:19:32 2016 New Revision: 423592 URL: https://svnweb.freebsd.org/changeset/ports/423592 Log: Fix runtime crashes on i386: enforce stack-alignment=16 PR: 205958 Submitted by: dim (patch via ports mailing list) Reported by: otacilio.neto@bsd.com.br MFH: 2016Q4 (ports-secteam fix blanket) Modified: head/multimedia/ffmpeg/Makefile head/multimedia/ffmpeg/files/patch-configure Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Sun Oct 9 12:10:02 2016 (r423591) +++ head/multimedia/ffmpeg/Makefile Sun Oct 9 12:19:32 2016 (r423592) @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 2.8.8 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: head/multimedia/ffmpeg/files/patch-configure ============================================================================== --- head/multimedia/ffmpeg/files/patch-configure Sun Oct 9 12:10:02 2016 (r423591) +++ head/multimedia/ffmpeg/files/patch-configure Sun Oct 9 12:19:32 2016 (r423592) @@ -14,6 +14,19 @@ cpu="generic" intrinsics="none" +@@ -5682,7 +5677,11 @@ elif enabled gcc; then + elif enabled llvm_gcc; then + check_cflags -mllvm -stack-alignment=16 + elif enabled clang; then +- check_cflags -mllvm -stack-alignment=16 ++ if enabled x86_32; then ++ check_cflags -mllvm -stack-alignment=16 ++ check_cflags -mstack-alignment=16 ++ check_cflags -mstackrealign ++ fi + check_cflags -Qunused-arguments + check_cflags -Werror=implicit-function-declaration + check_cflags -Werror=missing-prototypes @@ -5823,7 +5818,7 @@ ifndef MAIN_MAKEFILE SRC_PATH:=\$(SRC_PATH:.%=..%) endif From owner-svn-ports-head@freebsd.org Sun Oct 9 12:52:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A300FC063ED; Sun, 9 Oct 2016 12:52:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 651767D6; Sun, 9 Oct 2016 12:52:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99CqBso025678; Sun, 9 Oct 2016 12:52:11 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99CqBia025675; Sun, 9 Oct 2016 12:52:11 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610091252.u99CqBia025675@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 9 Oct 2016 12:52:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423594 - head/games/tanglet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 12:52:12 -0000 Author: jbeich Date: Sun Oct 9 12:52:11 2016 New Revision: 423594 URL: https://svnweb.freebsd.org/changeset/ports/423594 Log: games/tanglet: update to 1.4.0 - Expose std::lround on 9.x - Don't pull Gtk dependencies just for icon cache (see r390886) Changes: https://gottcode.org/tanglet/#releasenotes Modified: head/games/tanglet/Makefile (contents, props changed) head/games/tanglet/distinfo (contents, props changed) head/games/tanglet/pkg-plist (contents, props changed) Modified: head/games/tanglet/Makefile ============================================================================== --- head/games/tanglet/Makefile Sun Oct 9 12:30:37 2016 (r423593) +++ head/games/tanglet/Makefile Sun Oct 9 12:52:11 2016 (r423594) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tanglet -PORTVERSION= 1.3.1 +PORTVERSION= 1.4.0 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= http://gottcode.org/tanglet/ @@ -14,19 +14,17 @@ LICENSE= GPLv3+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= compiler:c++11-lib qmake tar:bzip2 -USE_QT5= buildtools_build widgets -INSTALLS_ICONS= yes +USES= compiler:c++11-lib desktop-file-utils qmake shared-mime-info tar:bzip2 +USE_QT5= buildtools_build linguisttools_build core gui widgets +CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ + -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 post-patch: @${REINPLACE_CMD} -e \ - 's|c++0x|c++11| ; \ - /link_pkgconfig/d ; \ + '/link_pkgconfig/d ; \ s|PKGCONFIG|LIBS| ; \ s|zlib|-lz| ; \ s|share/man|man|' ${WRKSRC}/tanglet.pro - @${REINPLACE_CMD} -e \ - 's|std::lround|lround|' ${WRKSRC}/src/letter.cpp post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/games/tanglet/distinfo ============================================================================== --- head/games/tanglet/distinfo Sun Oct 9 12:30:37 2016 (r423593) +++ head/games/tanglet/distinfo Sun Oct 9 12:52:11 2016 (r423594) @@ -1,2 +1,3 @@ -SHA256 (tanglet-1.3.1-src.tar.bz2) = d0eab174eaa8cdd5f3499ae275db4cd720172ef28346273db7f5988f2304e0d8 -SIZE (tanglet-1.3.1-src.tar.bz2) = 8461603 +TIMESTAMP = 1475947616 +SHA256 (tanglet-1.4.0-src.tar.bz2) = b2b211f1576a8a4a1c314294fcae931ca0b62eec43b85308ce44fe5c5725b805 +SIZE (tanglet-1.4.0-src.tar.bz2) = 8437360 Modified: head/games/tanglet/pkg-plist ============================================================================== --- head/games/tanglet/pkg-plist Sun Oct 9 12:30:37 2016 (r423593) +++ head/games/tanglet/pkg-plist Sun Oct 9 12:52:11 2016 (r423594) @@ -17,6 +17,7 @@ share/icons/hicolor/48x48/apps/tanglet.p share/icons/hicolor/512x512/apps/tanglet.png share/icons/hicolor/64x64/apps/tanglet.png share/icons/hicolor/scalable/apps/tanglet.svg +share/mime/packages/tanglet.xml share/pixmaps/tanglet.xpm %%DATADIR%%/data/cs/dice %%DATADIR%%/data/cs/dictionary @@ -52,7 +53,6 @@ share/pixmaps/tanglet.xpm %%DATADIR%%/data/nl/name %%DATADIR%%/data/nl/words %%DATADIR%%/translations/tanglet_cs.qm -%%DATADIR%%/translations/tanglet_csb.qm %%DATADIR%%/translations/tanglet_de.qm %%DATADIR%%/translations/tanglet_en.qm %%DATADIR%%/translations/tanglet_es.qm From owner-svn-ports-head@freebsd.org Sun Oct 9 13:11:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E5CDC0681F; Sun, 9 Oct 2016 13:11:45 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25903E8F; Sun, 9 Oct 2016 13:11:45 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99DBiKd031237; Sun, 9 Oct 2016 13:11:44 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99DBiOD031235; Sun, 9 Oct 2016 13:11:44 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610091311.u99DBiOD031235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 9 Oct 2016 13:11:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423595 - head/devel/py-pip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 13:11:45 -0000 Author: wen Date: Sun Oct 9 13:11:43 2016 New Revision: 423595 URL: https://svnweb.freebsd.org/changeset/ports/423595 Log: - Update to 8.1.2 Modified: head/devel/py-pip/Makefile head/devel/py-pip/distinfo Modified: head/devel/py-pip/Makefile ============================================================================== --- head/devel/py-pip/Makefile Sun Oct 9 12:52:11 2016 (r423594) +++ head/devel/py-pip/Makefile Sun Oct 9 13:11:43 2016 (r423595) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pip -PORTVERSION= 8.0.2 +PORTVERSION= 8.1.2 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pip/distinfo ============================================================================== --- head/devel/py-pip/distinfo Sun Oct 9 12:52:11 2016 (r423594) +++ head/devel/py-pip/distinfo Sun Oct 9 13:11:43 2016 (r423595) @@ -1,2 +1,3 @@ -SHA256 (pypa-pip-8.0.2_GH0.tar.gz) = cb3ae702f4863fc7c2854753bdf9684ecccfed0dcb6c3bf857572cfc76aef2fb -SIZE (pypa-pip-8.0.2_GH0.tar.gz) = 6798177 +TIMESTAMP = 1476014925 +SHA256 (pypa-pip-8.1.2_GH0.tar.gz) = 8dae1fb72e29c2b6ff6ed267861179216bf98d3bda6d30e527dbed0db5ac7e1d +SIZE (pypa-pip-8.1.2_GH0.tar.gz) = 6812908 From owner-svn-ports-head@freebsd.org Sun Oct 9 13:44:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 917A5C070D5; Sun, 9 Oct 2016 13:44:31 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4700CD2C; Sun, 9 Oct 2016 13:44:31 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99DiUcF044790; Sun, 9 Oct 2016 13:44:30 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99DiUXG044787; Sun, 9 Oct 2016 13:44:30 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610091344.u99DiUXG044787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sun, 9 Oct 2016 13:44:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423596 - in head/irc: . ratbox-respond X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 13:44:31 -0000 Author: zi Date: Sun Oct 9 13:44:29 2016 New Revision: 423596 URL: https://svnweb.freebsd.org/changeset/ports/423596 Log: - Restore irc/ratbox-respond - Update MASTER_SITES Added: head/irc/ratbox-respond/ - copied from r401096, head/irc/ratbox-respond/ Modified: head/irc/Makefile head/irc/ratbox-respond/Makefile head/irc/ratbox-respond/distinfo Modified: head/irc/Makefile ============================================================================== --- head/irc/Makefile Sun Oct 9 13:11:43 2016 (r423595) +++ head/irc/Makefile Sun Oct 9 13:44:29 2016 (r423596) @@ -100,6 +100,7 @@ SUBDIR += py-supybot-plugins SUBDIR += quassel SUBDIR += quirc + SUBDIR += ratbox-respond SUBDIR += ratbox-services SUBDIR += rbot SUBDIR += riece Modified: head/irc/ratbox-respond/Makefile ============================================================================== --- head/irc/ratbox-respond/Makefile Mon Nov 9 12:59:03 2015 (r401096) +++ head/irc/ratbox-respond/Makefile Sun Oct 9 13:44:29 2016 (r423596) @@ -3,19 +3,18 @@ PORTNAME= ratbox-respond PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc sysutils -MASTER_SITES= http://respond.ratbox.org/download/ -EXTRACT_SUFX= .tgz +MASTER_SITES= http://www.ratbox.org/download/${PORTNAME}/ \ + http://mirrors.gigenet.com/ratbox/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= zi@FreeBSD.org COMMENT= Client-side implementation of the challenge oper system in ircd-ratbox -BROKEN= unfetchable - CONFIGURE_WRKSRC=${WRKSRC}/${PORTNAME} BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} +USES= tar:tgz USE_OPENSSL= yes GNU_CONFIGURE= yes @@ -26,9 +25,8 @@ PLIST_FILES= bin/ratbox-respond bin/make do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/makekeypair ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/challenge.txt ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/client-scripts/* ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/irc/ratbox-respond/distinfo ============================================================================== --- head/irc/ratbox-respond/distinfo Mon Nov 9 12:59:03 2015 (r401096) +++ head/irc/ratbox-respond/distinfo Sun Oct 9 13:44:29 2016 (r423596) @@ -1,2 +1,3 @@ +TIMESTAMP = 1476020049 SHA256 (ratbox-respond-1.0.tgz) = e3641296fc9cc245c951c6daf24b51c295f21aacf8f25317744c718b791e9bdc SIZE (ratbox-respond-1.0.tgz) = 41710 From owner-svn-ports-head@freebsd.org Sun Oct 9 13:47:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FB27C071A1; Sun, 9 Oct 2016 13:47:21 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F391FE4C; Sun, 9 Oct 2016 13:47:20 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99DlKq9044994; Sun, 9 Oct 2016 13:47:20 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99DlKwC044993; Sun, 9 Oct 2016 13:47:20 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610091347.u99DlKwC044993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sun, 9 Oct 2016 13:47:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423597 - 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.23 Precedence: list List-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, 09 Oct 2016 13:47:21 -0000 Author: zi Date: Sun Oct 9 13:47:19 2016 New Revision: 423597 URL: https://svnweb.freebsd.org/changeset/ports/423597 Log: - Remove MOVED entry for irc/ratbox-respond Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Sun Oct 9 13:44:29 2016 (r423596) +++ head/MOVED Sun Oct 9 13:47:19 2016 (r423597) @@ -8464,7 +8464,6 @@ math/libneural||2016-07-04|Has expired: math/open-axiom||2016-07-04|Has expired: Broken for more than 6 months irc/nefarious||2016-07-04|Has expired: Broken for more than 6 months irc/slirc||2016-07-04|Has expired: Broken for more than 6 months -irc/ratbox-respond||2016-07-04|Has expired: Broken for more than 6 months irc/qwebirc||2016-07-04|Has expired: Broken for more than 6 months biology/platon||2016-07-04|Has expired: Broken for more than 6 months news/slnr||2016-07-04|Has expired: Broken for more than 6 months From owner-svn-ports-head@freebsd.org Sun Oct 9 14:11:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17165C077A8; Sun, 9 Oct 2016 14:11:58 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAA9AC4A; Sun, 9 Oct 2016 14:11:57 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99EBuNm055602; Sun, 9 Oct 2016 14:11:56 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99EBuV8055601; Sun, 9 Oct 2016 14:11:56 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610091411.u99EBuV8055601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sun, 9 Oct 2016 14:11:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423598 - head/irc/ratbox-respond X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 14:11:58 -0000 Author: zi Date: Sun Oct 9 14:11:56 2016 New Revision: 423598 URL: https://svnweb.freebsd.org/changeset/ports/423598 Log: - Correct typo Modified: head/irc/ratbox-respond/Makefile Modified: head/irc/ratbox-respond/Makefile ============================================================================== --- head/irc/ratbox-respond/Makefile Sun Oct 9 13:47:19 2016 (r423597) +++ head/irc/ratbox-respond/Makefile Sun Oct 9 14:11:56 2016 (r423598) @@ -3,7 +3,7 @@ PORTNAME= ratbox-respond PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc sysutils MASTER_SITES= http://www.ratbox.org/download/${PORTNAME}/ \ http://mirrors.gigenet.com/ratbox/${PORTNAME}/ @@ -25,7 +25,7 @@ PLIST_FILES= bin/ratbox-respond bin/make do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/makekeypair ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/challenge.txt ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/client-scripts/* ${STAGEDIR}${EXAMPLESDIR} From owner-svn-ports-head@freebsd.org Sun Oct 9 14:13:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B127FC078F2; Sun, 9 Oct 2016 14:13:33 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83094DAE; Sun, 9 Oct 2016 14:13:33 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99EDWZS056348; Sun, 9 Oct 2016 14:13:32 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99EDWtu056347; Sun, 9 Oct 2016 14:13:32 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610091413.u99EDWtu056347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sun, 9 Oct 2016 14:13:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423599 - head/irc/ratbox-respond X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 14:13:33 -0000 Author: zi Date: Sun Oct 9 14:13:32 2016 New Revision: 423599 URL: https://svnweb.freebsd.org/changeset/ports/423599 Log: - USE_OPENSSL -> USES=ssl Modified: head/irc/ratbox-respond/Makefile Modified: head/irc/ratbox-respond/Makefile ============================================================================== --- head/irc/ratbox-respond/Makefile Sun Oct 9 14:11:56 2016 (r423598) +++ head/irc/ratbox-respond/Makefile Sun Oct 9 14:13:32 2016 (r423599) @@ -14,8 +14,7 @@ COMMENT= Client-side implementation of t CONFIGURE_WRKSRC=${WRKSRC}/${PORTNAME} BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} -USES= tar:tgz -USE_OPENSSL= yes +USES= ssl tar:tgz GNU_CONFIGURE= yes PORTDOCS= challenge.txt From owner-svn-ports-head@freebsd.org Sun Oct 9 14:48:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF83FC06170; Sun, 9 Oct 2016 14:48:44 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94FD3B8E; Sun, 9 Oct 2016 14:48:44 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99EmhFP067747; Sun, 9 Oct 2016 14:48:43 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99EmhJ6067744; Sun, 9 Oct 2016 14:48:43 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610091448.u99EmhJ6067744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 9 Oct 2016 14:48:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423600 - head/databases/squirrel-sql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 14:48:45 -0000 Author: pawel Date: Sun Oct 9 14:48:43 2016 New Revision: 423600 URL: https://svnweb.freebsd.org/changeset/ports/423600 Log: Update to version 3.7.1 PR: 212890 Submitted by: Jonathan Chen (maintainer) Modified: head/databases/squirrel-sql/Makefile head/databases/squirrel-sql/distinfo head/databases/squirrel-sql/pkg-plist Modified: head/databases/squirrel-sql/Makefile ============================================================================== --- head/databases/squirrel-sql/Makefile Sun Oct 9 14:13:32 2016 (r423599) +++ head/databases/squirrel-sql/Makefile Sun Oct 9 14:48:43 2016 (r423600) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= squirrel-sql -PORTVERSION= 3.7.0 +PORTVERSION= 3.7.1 CATEGORIES= databases java MASTER_SITES= SF/${PORTNAME}/1-stable/${PORTVERSION}-plainzip -DISTNAME= squirrelsql-${PORTVERSION:R}-optional +DISTNAME= squirrelsql-${PORTVERSION}-optional MAINTAINER= jonc@chen.org.nz COMMENT= Universal SQL Client Modified: head/databases/squirrel-sql/distinfo ============================================================================== --- head/databases/squirrel-sql/distinfo Sun Oct 9 14:13:32 2016 (r423599) +++ head/databases/squirrel-sql/distinfo Sun Oct 9 14:48:43 2016 (r423600) @@ -1,2 +1,3 @@ -SHA256 (squirrelsql-3.7-optional.zip) = 77d2de8151586a3cf0bdb9f6a2c55366cd0e2e81dd98f226547a0f3fb4497fe4 -SIZE (squirrelsql-3.7-optional.zip) = 53878547 +TIMESTAMP = 1474491190 +SHA256 (squirrelsql-3.7.1-optional.zip) = 3c31a64fda3dad94b1643fb826e24a7b760bce3a499988a93f7b3a48b8c4b776 +SIZE (squirrelsql-3.7.1-optional.zip) = 53858852 Modified: head/databases/squirrel-sql/pkg-plist ============================================================================== --- head/databases/squirrel-sql/pkg-plist Sun Oct 9 14:13:32 2016 (r423599) +++ head/databases/squirrel-sql/pkg-plist Sun Oct 9 14:48:43 2016 (r423600) @@ -158,12 +158,6 @@ bin/squirrel-sql %%DATADIR%%/plugins/derby/doc/images/view_source.jpg %%DATADIR%%/plugins/derby/doc/licence.txt %%DATADIR%%/plugins/derby/doc/readme.html -%%DATADIR%%/plugins/editextras.jar -%%DATADIR%%/plugins/editextras/doc/changes.txt -%%DATADIR%%/plugins/editextras/doc/licence.txt -%%DATADIR%%/plugins/editextras/doc/readme.html -%%DATADIR%%/plugins/editextras/doc/readme.txt -%%DATADIR%%/plugins/editextras/doc/toolspopup.jpg %%DATADIR%%/plugins/example.jar %%DATADIR%%/plugins/example/doc/changes.txt %%DATADIR%%/plugins/example/doc/licence.txt From owner-svn-ports-head@freebsd.org Sun Oct 9 15:27:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC950C06C93; Sun, 9 Oct 2016 15:27:17 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2F42CF6; Sun, 9 Oct 2016 15:27:17 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99FRG3C082975; Sun, 9 Oct 2016 15:27:16 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99FRGRV082973; Sun, 9 Oct 2016 15:27:16 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201610091527.u99FRGRV082973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 9 Oct 2016 15:27:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423601 - head/net/elixir-oauth2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 15:27:18 -0000 Author: vanilla Date: Sun Oct 9 15:27:16 2016 New Revision: 423601 URL: https://svnweb.freebsd.org/changeset/ports/423601 Log: Update to 0.8.0. Modified: head/net/elixir-oauth2/Makefile head/net/elixir-oauth2/distinfo Modified: head/net/elixir-oauth2/Makefile ============================================================================== --- head/net/elixir-oauth2/Makefile Sun Oct 9 14:48:43 2016 (r423600) +++ head/net/elixir-oauth2/Makefile Sun Oct 9 15:27:16 2016 (r423601) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= oauth2 -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 DISTVERSIONPREFIX= v CATEGORIES= net PKGNAMEPREFIX= elixir- Modified: head/net/elixir-oauth2/distinfo ============================================================================== --- head/net/elixir-oauth2/distinfo Sun Oct 9 14:48:43 2016 (r423600) +++ head/net/elixir-oauth2/distinfo Sun Oct 9 15:27:16 2016 (r423601) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471500342 -SHA256 (scrogson-oauth2-v0.7.0_GH0.tar.gz) = a0d12efadeed9032fd363ae9d29e278ae1a23184ac27152420435316d996b81e -SIZE (scrogson-oauth2-v0.7.0_GH0.tar.gz) = 18379 +TIMESTAMP = 1476025865 +SHA256 (scrogson-oauth2-v0.8.0_GH0.tar.gz) = a9adccecf3a515c2a8d1fbd810aa1d2865ab590e0608deea4c87293597a2afbb +SIZE (scrogson-oauth2-v0.8.0_GH0.tar.gz) = 18480 From owner-svn-ports-head@freebsd.org Sun Oct 9 15:37:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35890C06F28; Sun, 9 Oct 2016 15:37:34 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01F8E1AB; Sun, 9 Oct 2016 15:37:33 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99FbXSQ086751; Sun, 9 Oct 2016 15:37:33 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99FbWlh086749; Sun, 9 Oct 2016 15:37:32 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610091537.u99FbWlh086749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 9 Oct 2016 15:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423602 - head/devel/p5-Variable-Magic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 15:37:34 -0000 Author: adamw Date: Sun Oct 9 15:37:32 2016 New Revision: 423602 URL: https://svnweb.freebsd.org/changeset/ports/423602 Log: Update to 0.60. Changes: https://metacpan.org/changes/distribution/Variable-Magic Modified: head/devel/p5-Variable-Magic/Makefile head/devel/p5-Variable-Magic/distinfo Modified: head/devel/p5-Variable-Magic/Makefile ============================================================================== --- head/devel/p5-Variable-Magic/Makefile Sun Oct 9 15:27:16 2016 (r423601) +++ head/devel/p5-Variable-Magic/Makefile Sun Oct 9 15:37:32 2016 (r423602) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Variable-Magic -PORTVERSION= 0.59 +PORTVERSION= 0.60 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Variable-Magic/distinfo ============================================================================== --- head/devel/p5-Variable-Magic/distinfo Sun Oct 9 15:27:16 2016 (r423601) +++ head/devel/p5-Variable-Magic/distinfo Sun Oct 9 15:37:32 2016 (r423602) @@ -1,2 +1,3 @@ -SHA256 (Variable-Magic-0.59.tar.gz) = e01eb9fd803d8c9baf93f3dbb5cabf750e4bb74eccc8a1f9035e46246a688066 -SIZE (Variable-Magic-0.59.tar.gz) = 74019 +TIMESTAMP = 1476027412 +SHA256 (Variable-Magic-0.60.tar.gz) = 22a5e2bd38ac327f1ae4b4ce654e726f3bba9c1d813750b98165831ea00952cf +SIZE (Variable-Magic-0.60.tar.gz) = 78080 From owner-svn-ports-head@freebsd.org Sun Oct 9 15:39:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 260D7C06F7E; Sun, 9 Oct 2016 15:39:01 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6DFE2A5; Sun, 9 Oct 2016 15:39:00 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99FcxWI086931; Sun, 9 Oct 2016 15:38:59 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99Fcx1r086927; Sun, 9 Oct 2016 15:38:59 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610091538.u99Fcx1r086927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 9 Oct 2016 15:38:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423603 - head/devel/p5-XSLoader X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 15:39:01 -0000 Author: adamw Date: Sun Oct 9 15:38:59 2016 New Revision: 423603 URL: https://svnweb.freebsd.org/changeset/ports/423603 Log: Update to 0.24, and sort plist. Changes: https://metacpan.org/changes/distribution/XSLoader Modified: head/devel/p5-XSLoader/Makefile head/devel/p5-XSLoader/distinfo head/devel/p5-XSLoader/pkg-plist Modified: head/devel/p5-XSLoader/Makefile ============================================================================== --- head/devel/p5-XSLoader/Makefile Sun Oct 9 15:37:32 2016 (r423602) +++ head/devel/p5-XSLoader/Makefile Sun Oct 9 15:38:59 2016 (r423603) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XSLoader -PORTVERSION= 0.22 +PORTVERSION= 0.24 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SAPER Modified: head/devel/p5-XSLoader/distinfo ============================================================================== --- head/devel/p5-XSLoader/distinfo Sun Oct 9 15:37:32 2016 (r423602) +++ head/devel/p5-XSLoader/distinfo Sun Oct 9 15:38:59 2016 (r423603) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470405503 -SHA256 (XSLoader-0.22.tar.gz) = 8bd4fa3debb4860f091fe7db0fb78970af6a4c06d08ab3cad009634353b7338c -SIZE (XSLoader-0.22.tar.gz) = 12812 +TIMESTAMP = 1476027492 +SHA256 (XSLoader-0.24.tar.gz) = e819a35a6b8e55cb61b290159861f0dc00fe9d8c4f54578eb24f612d45c8d85f +SIZE (XSLoader-0.24.tar.gz) = 13307 Modified: head/devel/p5-XSLoader/pkg-plist ============================================================================== --- head/devel/p5-XSLoader/pkg-plist Sun Oct 9 15:37:32 2016 (r423602) +++ head/devel/p5-XSLoader/pkg-plist Sun Oct 9 15:38:59 2016 (r423603) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/XSLoader.3.gz %%SITE_ARCH%%/XSLoader.pm +%%PERL5_MAN3%%/XSLoader.3.gz From owner-svn-ports-head@freebsd.org Sun Oct 9 15:42:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C55C2C070FA; Sun, 9 Oct 2016 15:42:13 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94BA881E; Sun, 9 Oct 2016 15:42:13 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99FgC98090627; Sun, 9 Oct 2016 15:42:12 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99FgCk7090624; Sun, 9 Oct 2016 15:42:12 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610091542.u99FgCk7090624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 9 Oct 2016 15:42:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423604 - head/ftp/p5-File-Fetch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 15:42:13 -0000 Author: adamw Date: Sun Oct 9 15:42:12 2016 New Revision: 423604 URL: https://svnweb.freebsd.org/changeset/ports/423604 Log: Update to 0.52, and add NO_ARCH. Changes: https://metacpan.org/changes/distribution/File-Fetch Modified: head/ftp/p5-File-Fetch/Makefile head/ftp/p5-File-Fetch/distinfo Modified: head/ftp/p5-File-Fetch/Makefile ============================================================================== --- head/ftp/p5-File-Fetch/Makefile Sun Oct 9 15:38:59 2016 (r423603) +++ head/ftp/p5-File-Fetch/Makefile Sun Oct 9 15:42:12 2016 (r423604) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= File-Fetch -PORTVERSION= 0.48 -PORTREVISION= 1 +PORTVERSION= 0.52 CATEGORIES= ftp www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +13,11 @@ COMMENT= Generic file fetching mechanism LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-Module-Load-Conditional>=0.66:devel/p5-Module-Load-Conditional +RUN_DEPENDS= p5-Module-Load-Conditional>=0.66:devel/p5-Module-Load-Conditional + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/ftp/p5-File-Fetch/distinfo ============================================================================== --- head/ftp/p5-File-Fetch/distinfo Sun Oct 9 15:38:59 2016 (r423603) +++ head/ftp/p5-File-Fetch/distinfo Sun Oct 9 15:42:12 2016 (r423604) @@ -1,2 +1,3 @@ -SHA256 (File-Fetch-0.48.tar.gz) = 9996f7988144d7d661e6e668237f7ca6dd3e0d121e4f01a9f773fab7847e863c -SIZE (File-Fetch-0.48.tar.gz) = 20444 +TIMESTAMP = 1476027584 +SHA256 (File-Fetch-0.52.tar.gz) = b14f65afe467e965ce929ddd1446361f1e46883beb055c4451c4191c11efaff4 +SIZE (File-Fetch-0.52.tar.gz) = 20960 From owner-svn-ports-head@freebsd.org Sun Oct 9 15:43:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 937EAC07173; Sun, 9 Oct 2016 15:43:58 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 637CD947; Sun, 9 Oct 2016 15:43:58 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99Fhvin090794; Sun, 9 Oct 2016 15:43:57 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99FhvFJ090792; Sun, 9 Oct 2016 15:43:57 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610091543.u99FhvFJ090792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 9 Oct 2016 15:43:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423605 - head/graphics/p5-Image-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.23 Precedence: list List-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, 09 Oct 2016 15:43:58 -0000 Author: adamw Date: Sun Oct 9 15:43:57 2016 New Revision: 423605 URL: https://svnweb.freebsd.org/changeset/ports/423605 Log: Update to 1.39. Changes: https://metacpan.org/changes/distribution/Image-Info Modified: head/graphics/p5-Image-Info/Makefile head/graphics/p5-Image-Info/distinfo Modified: head/graphics/p5-Image-Info/Makefile ============================================================================== --- head/graphics/p5-Image-Info/Makefile Sun Oct 9 15:42:12 2016 (r423604) +++ head/graphics/p5-Image-Info/Makefile Sun Oct 9 15:43:57 2016 (r423605) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Image-Info -PORTVERSION= 1.38 +PORTVERSION= 1.39 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,5 +20,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/graphics/p5-Image-Info/distinfo ============================================================================== --- head/graphics/p5-Image-Info/distinfo Sun Oct 9 15:42:12 2016 (r423604) +++ head/graphics/p5-Image-Info/distinfo Sun Oct 9 15:43:57 2016 (r423605) @@ -1,2 +1,3 @@ -SHA256 (Image-Info-1.38.tar.gz) = b8a68b5661555feaf767956fe9ff14c917a63bedb3e30454d5598d992eb7e919 -SIZE (Image-Info-1.38.tar.gz) = 262292 +TIMESTAMP = 1476027778 +SHA256 (Image-Info-1.39.tar.gz) = af155264667a2c22e3e2225195b8f6589329f9567e1789b7ce439ee21178713d +SIZE (Image-Info-1.39.tar.gz) = 264725 From owner-svn-ports-head@freebsd.org Sun Oct 9 15:47:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 699D8C07248; Sun, 9 Oct 2016 15:47:39 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1ECFAAA5; Sun, 9 Oct 2016 15:47:39 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99FlcFj091067; Sun, 9 Oct 2016 15:47:38 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99Flcc9091064; Sun, 9 Oct 2016 15:47:38 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610091547.u99Flcc9091064@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 9 Oct 2016 15:47:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423606 - head/net/p5-Net-Interface X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 15:47:39 -0000 Author: adamw Date: Sun Oct 9 15:47:37 2016 New Revision: 423606 URL: https://svnweb.freebsd.org/changeset/ports/423606 Log: Update to 1.016, and strip XS module. Changes: https://metacpan.org/changes/distribution/Net-Interface Modified: head/net/p5-Net-Interface/Makefile head/net/p5-Net-Interface/distinfo head/net/p5-Net-Interface/pkg-plist Modified: head/net/p5-Net-Interface/Makefile ============================================================================== --- head/net/p5-Net-Interface/Makefile Sun Oct 9 15:43:57 2016 (r423605) +++ head/net/p5-Net-Interface/Makefile Sun Oct 9 15:47:37 2016 (r423606) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Interface -PORTVERSION= 1.012 -PORTREVISION= 1 +PORTVERSION= 1.016 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,4 +13,7 @@ COMMENT= Perl extension to access networ USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Interface/Interface.so + .include Modified: head/net/p5-Net-Interface/distinfo ============================================================================== --- head/net/p5-Net-Interface/distinfo Sun Oct 9 15:43:57 2016 (r423605) +++ head/net/p5-Net-Interface/distinfo Sun Oct 9 15:47:37 2016 (r423606) @@ -1,2 +1,3 @@ -SHA256 (Net-Interface-1.012.tar.gz) = 33ca337dbb58a3bf6c02afbaa323ffa610ba0aa9c6e15b4de75fb79fb79ccec9 -SIZE (Net-Interface-1.012.tar.gz) = 173350 +TIMESTAMP = 1476027881 +SHA256 (Net-Interface-1.016.tar.gz) = 7be446935e013d0edd3d371f92fb90a3bb38abe99562889d8178953129e53508 +SIZE (Net-Interface-1.016.tar.gz) = 174784 Modified: head/net/p5-Net-Interface/pkg-plist ============================================================================== --- head/net/p5-Net-Interface/pkg-plist Sun Oct 9 15:43:57 2016 (r423605) +++ head/net/p5-Net-Interface/pkg-plist Sun Oct 9 15:47:37 2016 (r423606) @@ -1,7 +1,7 @@ -%%PERL5_MAN3%%/Net::Interface.3.gz -%%PERL5_MAN3%%/Net::Interface::Developer.3.gz -%%PERL5_MAN3%%/Net::Interface::NetSymbols.3.gz %%SITE_ARCH%%/Net/Interface.pm %%SITE_ARCH%%/Net/Interface/Developer.pm %%SITE_ARCH%%/Net/Interface/NetSymbols.pm %%SITE_ARCH%%/auto/Net/Interface/Interface.so +%%PERL5_MAN3%%/Net::Interface.3.gz +%%PERL5_MAN3%%/Net::Interface::Developer.3.gz +%%PERL5_MAN3%%/Net::Interface::NetSymbols.3.gz From owner-svn-ports-head@freebsd.org Sun Oct 9 15:52:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D70FC07597; Sun, 9 Oct 2016 15:52:45 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F0E4E8F; Sun, 9 Oct 2016 15:52:45 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99FqitB094651; Sun, 9 Oct 2016 15:52:44 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99Fqi1v094649; Sun, 9 Oct 2016 15:52:44 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610091552.u99Fqi1v094649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 9 Oct 2016 15:52:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423607 - head/security/p5-Crypt-OpenSSL-ECDSA X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 15:52:45 -0000 Author: adamw Date: Sun Oct 9 15:52:44 2016 New Revision: 423607 URL: https://svnweb.freebsd.org/changeset/ports/423607 Log: Update to 0.08 (which just improves the Makefile.PL), and strip the XS module. Changes: https://metacpan.org/changes/distribution/Crypt-OpenSSL-ECDSA Modified: head/security/p5-Crypt-OpenSSL-ECDSA/Makefile head/security/p5-Crypt-OpenSSL-ECDSA/distinfo Modified: head/security/p5-Crypt-OpenSSL-ECDSA/Makefile ============================================================================== --- head/security/p5-Crypt-OpenSSL-ECDSA/Makefile Sun Oct 9 15:47:37 2016 (r423606) +++ head/security/p5-Crypt-OpenSSL-ECDSA/Makefile Sun Oct 9 15:52:44 2016 (r423607) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= Crypt-OpenSSL-ECDSA -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= security perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:MIKEM PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -21,4 +20,7 @@ USES= perl5 ssl USE_PERL5= 5.18+ configure CFLAGS+= -I${OPENSSLINC} +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/ECDSA/ECDSA.so + .include Modified: head/security/p5-Crypt-OpenSSL-ECDSA/distinfo ============================================================================== --- head/security/p5-Crypt-OpenSSL-ECDSA/distinfo Sun Oct 9 15:47:37 2016 (r423606) +++ head/security/p5-Crypt-OpenSSL-ECDSA/distinfo Sun Oct 9 15:52:44 2016 (r423607) @@ -1,2 +1,3 @@ -SHA256 (Crypt-OpenSSL-ECDSA-0.07.tar.gz) = b8c4a067db328f04fcacb4cc873f39abb0123ee0019365d471acf115677e1fbe -SIZE (Crypt-OpenSSL-ECDSA-0.07.tar.gz) = 52873 +TIMESTAMP = 1476028093 +SHA256 (Crypt-OpenSSL-ECDSA-0.08.tar.gz) = 8439f6af81cc5e656e8b2f4dd86a98faa95d9938dcdcbfc7c22bb358eb5f8deb +SIZE (Crypt-OpenSSL-ECDSA-0.08.tar.gz) = 52955 From owner-svn-ports-head@freebsd.org Sun Oct 9 15:58:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE8B9C07640; Sun, 9 Oct 2016 15:58:21 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4AB0FBE; Sun, 9 Oct 2016 15:58:21 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99FwK0o094971; Sun, 9 Oct 2016 15:58:20 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99FwKF0094969; Sun, 9 Oct 2016 15:58:20 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610091558.u99FwKF0094969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 9 Oct 2016 15:58:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423608 - head/security/p5-Unix-Passwd-File X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 15:58:22 -0000 Author: adamw Date: Sun Oct 9 15:58:20 2016 New Revision: 423608 URL: https://svnweb.freebsd.org/changeset/ports/423608 Log: Update to 0.23. Changes: https://metacpan.org/changes/distribution/Unix-Passwd-File Modified: head/security/p5-Unix-Passwd-File/Makefile head/security/p5-Unix-Passwd-File/distinfo Modified: head/security/p5-Unix-Passwd-File/Makefile ============================================================================== --- head/security/p5-Unix-Passwd-File/Makefile Sun Oct 9 15:52:44 2016 (r423607) +++ head/security/p5-Unix-Passwd-File/Makefile Sun Oct 9 15:58:20 2016 (r423608) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Unix-Passwd-File -PORTVERSION= 0.22 +PORTVERSION= 0.23 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,7 +20,7 @@ BUILD_DEPENDS= p5-Crypt-Password-Util>=0 RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \ p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \ - p5-File-Slurp-Tiny>=0:devel/p5-File-Slurp-Tiny \ + p5-File-Slurper>=0:devel/p5-File-Slurper \ p5-File-chdir>=0:devel/p5-File-chdir \ p5-namespace-autoclean>=0:devel/p5-namespace-autoclean Modified: head/security/p5-Unix-Passwd-File/distinfo ============================================================================== --- head/security/p5-Unix-Passwd-File/distinfo Sun Oct 9 15:52:44 2016 (r423607) +++ head/security/p5-Unix-Passwd-File/distinfo Sun Oct 9 15:58:20 2016 (r423608) @@ -1,2 +1,3 @@ -SHA256 (Unix-Passwd-File-0.22.tar.gz) = b508f585d863936b7e4efeb1c75a4846652978d1b3e16860e659b9d038439b99 -SIZE (Unix-Passwd-File-0.22.tar.gz) = 36016 +TIMESTAMP = 1476028447 +SHA256 (Unix-Passwd-File-0.23.tar.gz) = 20d425bae182f4fd16de93d16d45468c221e39ffe7d502a78b37224d9402eaa3 +SIZE (Unix-Passwd-File-0.23.tar.gz) = 36554 From owner-svn-ports-head@freebsd.org Sun Oct 9 16:01:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19164C077BB; Sun, 9 Oct 2016 16:01:50 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D94BA2FC; Sun, 9 Oct 2016 16:01:49 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99G1mZH098507; Sun, 9 Oct 2016 16:01:48 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99G1muU098505; Sun, 9 Oct 2016 16:01:48 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610091601.u99G1muU098505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 9 Oct 2016 16:01:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423609 - head/textproc/p5-Lingua-EN-AddressParse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 16:01:50 -0000 Author: adamw Date: Sun Oct 9 16:01:48 2016 New Revision: 423609 URL: https://svnweb.freebsd.org/changeset/ports/423609 Log: Update to 1.26. Changes: https://metacpan.org/changes/distribution/Lingua-EN-AddressParse Modified: head/textproc/p5-Lingua-EN-AddressParse/Makefile head/textproc/p5-Lingua-EN-AddressParse/distinfo Modified: head/textproc/p5-Lingua-EN-AddressParse/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-AddressParse/Makefile Sun Oct 9 15:58:20 2016 (r423608) +++ head/textproc/p5-Lingua-EN-AddressParse/Makefile Sun Oct 9 16:01:48 2016 (r423609) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-AddressParse -PORTVERSION= 1.24 +PORTVERSION= 1.26 CATEGORIES= textproc perl5 geography MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,7 @@ BUILD_DEPENDS= p5-Lingua-EN-NameParse>=1 p5-Locale-SubCountry>=1.41:misc/p5-Locale-SubCountry \ p5-Parse-RecDescent>=1:devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-JSON>=0:converters/p5-JSON NO_ARCH= yes USES= perl5 Modified: head/textproc/p5-Lingua-EN-AddressParse/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-AddressParse/distinfo Sun Oct 9 15:58:20 2016 (r423608) +++ head/textproc/p5-Lingua-EN-AddressParse/distinfo Sun Oct 9 16:01:48 2016 (r423609) @@ -1,2 +1,3 @@ -SHA256 (Lingua-EN-AddressParse-1.24.tar.gz) = 29ca2e19c7a2b12b0b6eccc01a42d7a627583634b2e7d1ef0930865096d0f020 -SIZE (Lingua-EN-AddressParse-1.24.tar.gz) = 30527 +TIMESTAMP = 1476028780 +SHA256 (Lingua-EN-AddressParse-1.26.tar.gz) = 6a80b7cb0d33c1a0d263a2aafd7ee2141db3686b99f7569bbc6cb67559e70bfa +SIZE (Lingua-EN-AddressParse-1.26.tar.gz) = 40138 From owner-svn-ports-head@freebsd.org Sun Oct 9 16:03:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C0D2C07817; Sun, 9 Oct 2016 16:03:22 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF58B69D; Sun, 9 Oct 2016 16:03:21 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99G3Luw098673; Sun, 9 Oct 2016 16:03:21 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99G3KAR098671; Sun, 9 Oct 2016 16:03:20 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610091603.u99G3KAR098671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 9 Oct 2016 16:03:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423610 - head/textproc/p5-Lingua-EN-NameParse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 16:03:22 -0000 Author: adamw Date: Sun Oct 9 16:03:20 2016 New Revision: 423610 URL: https://svnweb.freebsd.org/changeset/ports/423610 Log: Update to 1.36, and add NO_ARCH. Changes: https://metacpan.org/changes/distribution/Lingua-EN-NameParse Modified: head/textproc/p5-Lingua-EN-NameParse/Makefile head/textproc/p5-Lingua-EN-NameParse/distinfo Modified: head/textproc/p5-Lingua-EN-NameParse/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-NameParse/Makefile Sun Oct 9 16:01:48 2016 (r423609) +++ head/textproc/p5-Lingua-EN-NameParse/Makefile Sun Oct 9 16:03:20 2016 (r423610) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-NameParse -PORTVERSION= 1.34 +PORTVERSION= 1.36 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,5 +18,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/textproc/p5-Lingua-EN-NameParse/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-NameParse/distinfo Sun Oct 9 16:01:48 2016 (r423609) +++ head/textproc/p5-Lingua-EN-NameParse/distinfo Sun Oct 9 16:03:20 2016 (r423610) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466519947 -SHA256 (Lingua-EN-NameParse-1.34.tar.gz) = 7633bae5f1c8727ba403ae286c303e5e08fa321bae37be2d8d2a2240eb885d82 -SIZE (Lingua-EN-NameParse-1.34.tar.gz) = 27304 +TIMESTAMP = 1476028950 +SHA256 (Lingua-EN-NameParse-1.36.tar.gz) = 3cc663818d99977a24b5c555eb29438bd5a36e5476b2102d9014f7fbf93fb747 +SIZE (Lingua-EN-NameParse-1.36.tar.gz) = 35648 From owner-svn-ports-head@freebsd.org Sun Oct 9 16:04:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98025C07861; Sun, 9 Oct 2016 16:04:11 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 676BB7DB; Sun, 9 Oct 2016 16:04:11 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99G4Acs098813; Sun, 9 Oct 2016 16:04:10 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99G4AO0098812; Sun, 9 Oct 2016 16:04:10 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610091604.u99G4AO0098812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 9 Oct 2016 16:04:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423611 - head/net-im/oysttyer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 16:04:11 -0000 Author: pi Date: Sun Oct 9 16:04:10 2016 New Revision: 423611 URL: https://svnweb.freebsd.org/changeset/ports/423611 Log: net-im/oysttyer: 2.7.2 -> 2.8.0 - Add -extended option to support extended tweets (thanks, myshkin!) - Add -origimages option to request original-sized images (thanks, Wyatts) - Re-add mp4 URL replacement since that is still used for GIFs. Modified: head/net-im/oysttyer/Makefile head/net-im/oysttyer/distinfo Modified: head/net-im/oysttyer/Makefile ============================================================================== --- head/net-im/oysttyer/Makefile Sun Oct 9 16:03:20 2016 (r423610) +++ head/net-im/oysttyer/Makefile Sun Oct 9 16:04:10 2016 (r423611) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= oysttyer -PORTVERSION= 2.7.2 +PORTVERSION= 2.8.0 CATEGORIES= net-im MAINTAINER= pi@FreeBSD.org Modified: head/net-im/oysttyer/distinfo ============================================================================== --- head/net-im/oysttyer/distinfo Sun Oct 9 16:03:20 2016 (r423610) +++ head/net-im/oysttyer/distinfo Sun Oct 9 16:04:10 2016 (r423611) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468038230 -SHA256 (oysttyer-oysttyer-2.7.2_GH0.tar.gz) = 957949c924d0727a29cc17042cf9c7bb991a89c817665f752dbe0f5d0b576bab -SIZE (oysttyer-oysttyer-2.7.2_GH0.tar.gz) = 105369 +TIMESTAMP = 1476028316 +SHA256 (oysttyer-oysttyer-2.8.0_GH0.tar.gz) = d57b5a474d4349f2e97da937f3ef080472dce6677f1529566fc4a3bf0e625432 +SIZE (oysttyer-oysttyer-2.8.0_GH0.tar.gz) = 106136 From owner-svn-ports-head@freebsd.org Sun Oct 9 16:05:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54AEDC078AD; Sun, 9 Oct 2016 16:05:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26F0A8C8; Sun, 9 Oct 2016 16:05:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99G5jDJ098987; Sun, 9 Oct 2016 16:05:45 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99G5jLD098985; Sun, 9 Oct 2016 16:05:45 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610091605.u99G5jLD098985@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 9 Oct 2016 16:05:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423612 - head/dns/dnsviz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 16:05:46 -0000 Author: pi Date: Sun Oct 9 16:05:45 2016 New Revision: 423612 URL: https://svnweb.freebsd.org/changeset/ports/423612 Log: dns/dnsviz: 0.6.1 -> 0.6.3 - fixes minor bugs and introduces key length into graphical output Modified: head/dns/dnsviz/Makefile head/dns/dnsviz/distinfo Modified: head/dns/dnsviz/Makefile ============================================================================== --- head/dns/dnsviz/Makefile Sun Oct 9 16:04:10 2016 (r423611) +++ head/dns/dnsviz/Makefile Sun Oct 9 16:05:45 2016 (r423612) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnsviz -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.3 DISTVERSIONPREFIX=v CATEGORIES= dns Modified: head/dns/dnsviz/distinfo ============================================================================== --- head/dns/dnsviz/distinfo Sun Oct 9 16:04:10 2016 (r423611) +++ head/dns/dnsviz/distinfo Sun Oct 9 16:05:45 2016 (r423612) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474123302 -SHA256 (dnsviz-dnsviz-v0.6.1_GH0.tar.gz) = bcfb45a3e50fbce63f85ee48554b275afce98d10a966432423eaf9e745c64200 -SIZE (dnsviz-dnsviz-v0.6.1_GH0.tar.gz) = 323830 +TIMESTAMP = 1476017302 +SHA256 (dnsviz-dnsviz-v0.6.3_GH0.tar.gz) = daa457b911aa1e8977c92077b6be8f624806dc3bc3765626f48c879be9344f54 +SIZE (dnsviz-dnsviz-v0.6.3_GH0.tar.gz) = 325208 From owner-svn-ports-head@freebsd.org Sun Oct 9 16:11:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4189BC079A8; Sun, 9 Oct 2016 16:11:00 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7182A98; Sun, 9 Oct 2016 16:10:59 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99GAxIW000291; Sun, 9 Oct 2016 16:10:59 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99GAwxG000255; Sun, 9 Oct 2016 16:10:58 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610091610.u99GAwxG000255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 9 Oct 2016 16:10:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423613 - in head/textproc: p5-Perl-Critic p5-Perl-Critic-Moose X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 16:11:00 -0000 Author: adamw Date: Sun Oct 9 16:10:58 2016 New Revision: 423613 URL: https://svnweb.freebsd.org/changeset/ports/423613 Log: Update p5-Perl-Critic-Moose to 1.05. Changes: https://metacpan.org/changes/distribution/Perl-Critic-Moose In p5-Perl-Critic, add a missing dependency on Module::Pluggable and bump PORTREVISION. Modified: head/textproc/p5-Perl-Critic-Moose/Makefile head/textproc/p5-Perl-Critic-Moose/distinfo head/textproc/p5-Perl-Critic/Makefile Modified: head/textproc/p5-Perl-Critic-Moose/Makefile ============================================================================== --- head/textproc/p5-Perl-Critic-Moose/Makefile Sun Oct 9 16:05:45 2016 (r423612) +++ head/textproc/p5-Perl-Critic-Moose/Makefile Sun Oct 9 16:10:58 2016 (r423613) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Perl-Critic-Moose -PORTVERSION= 1.04 +PORTVERSION= 1.05 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +12,8 @@ COMMENT= Policies for Perl::Critic conce LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Perl-Critic>=0:textproc/p5-Perl-Critic +BUILD_DEPENDS= p5-namespace-autoclean>=0:devel/p5-namespace-autoclean \ + p5-Perl-Critic>=0:textproc/p5-Perl-Critic RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/textproc/p5-Perl-Critic-Moose/distinfo ============================================================================== --- head/textproc/p5-Perl-Critic-Moose/distinfo Sun Oct 9 16:05:45 2016 (r423612) +++ head/textproc/p5-Perl-Critic-Moose/distinfo Sun Oct 9 16:10:58 2016 (r423613) @@ -1,2 +1,3 @@ -SHA256 (Perl-Critic-Moose-1.04.tar.gz) = 7a441cd9e08090c3e676c904e452efeff6f42f171cd38c5e2e609f8c45692a3d -SIZE (Perl-Critic-Moose-1.04.tar.gz) = 27297 +TIMESTAMP = 1476029037 +SHA256 (Perl-Critic-Moose-1.05.tar.gz) = 52eb8e22c42643f17fe297a21714017efdb9e2986c24e3337e030f3650f92201 +SIZE (Perl-Critic-Moose-1.05.tar.gz) = 31644 Modified: head/textproc/p5-Perl-Critic/Makefile ============================================================================== --- head/textproc/p5-Perl-Critic/Makefile Sun Oct 9 16:05:45 2016 (r423612) +++ head/textproc/p5-Perl-Critic/Makefile Sun Oct 9 16:10:58 2016 (r423613) @@ -3,6 +3,7 @@ PORTNAME= Perl-Critic PORTVERSION= 1.12.5 +PORTREVISION= 1 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,6 +23,7 @@ BUILD_DEPENDS= p5-B-Keywords>=1.05:devel p5-File-Which>=0:sysutils/p5-File-Which \ p5-IO-String>=0:devel/p5-IO-String \ p5-List-MoreUtils>=0.19:lang/p5-List-MoreUtils \ + p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \ p5-Pod-Spell>=1:textproc/p5-Pod-Spell \ p5-PPI>=1.220:textproc/p5-PPI \ p5-PPIx-Regexp>=0.027:textproc/p5-PPIx-Regexp \ From owner-svn-ports-head@freebsd.org Sun Oct 9 16:11:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D83FC079AF; Sun, 9 Oct 2016 16:11:01 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6F5EAC0; Sun, 9 Oct 2016 16:11:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99GAx6x000327; Sun, 9 Oct 2016 16:10:59 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99GAxE3000321; Sun, 9 Oct 2016 16:10:59 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610091610.u99GAxE3000321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 9 Oct 2016 16:10:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423614 - in head: databases/sqlrelay devel/rudiments devel/rudiments/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.23 Precedence: list List-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, 09 Oct 2016 16:11:01 -0000 Author: pi Date: Sun Oct 9 16:10:59 2016 New Revision: 423614 URL: https://svnweb.freebsd.org/changeset/ports/423614 Log: devel/rudiments: 0.55.0 -> 0.56.0 databases/sqlrelay: 0.65.0 -> 0.66.0 Changes: http://software.firstworks.com/2016/09/version-0.html http://software.firstworks.com/2016/09/sql-relay-0660-release-announcement.html Modified: head/databases/sqlrelay/Makefile.common head/databases/sqlrelay/distinfo head/databases/sqlrelay/pkg-plist head/devel/rudiments/Makefile head/devel/rudiments/distinfo head/devel/rudiments/files/patch-configure head/devel/rudiments/pkg-plist Modified: head/databases/sqlrelay/Makefile.common ============================================================================== --- head/databases/sqlrelay/Makefile.common Sun Oct 9 16:10:58 2016 (r423613) +++ head/databases/sqlrelay/Makefile.common Sun Oct 9 16:10:59 2016 (r423614) @@ -1,7 +1,7 @@ # $FreeBSD$ SQLRELAY_PORTNAME= sqlrelay -SQLRELAY_PORTVERSION= 0.65.0 +SQLRELAY_PORTVERSION= 0.66.0 SQLRELAY_PORTDIR= ${PORTSDIR}/databases/${SQLRELAY_PORTNAME} SQLRELAY_WRKSRC_CMD= cd ${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC Modified: head/databases/sqlrelay/distinfo ============================================================================== --- head/databases/sqlrelay/distinfo Sun Oct 9 16:10:58 2016 (r423613) +++ head/databases/sqlrelay/distinfo Sun Oct 9 16:10:59 2016 (r423614) @@ -1,2 +1,3 @@ -SHA256 (sqlrelay-0.65.0.tar.gz) = ada267a55ac1bcaaf3ec73af2d14c42671f270c00fb426ee1074c746b1181f34 -SIZE (sqlrelay-0.65.0.tar.gz) = 3970412 +TIMESTAMP = 1476017283 +SHA256 (sqlrelay-0.66.0.tar.gz) = 5eaee027df449971455245e66d6d318eb4d94ea4e3565577dfd04c9410ae002c +SIZE (sqlrelay-0.66.0.tar.gz) = 4249607 Modified: head/databases/sqlrelay/pkg-plist ============================================================================== --- head/databases/sqlrelay/pkg-plist Sun Oct 9 16:10:58 2016 (r423613) +++ head/databases/sqlrelay/pkg-plist Sun Oct 9 16:10:59 2016 (r423614) @@ -72,28 +72,19 @@ lib/libsqlrutil.so.2.0.0 libdata/pkgconfig/sqlrelay-c++.pc libdata/pkgconfig/sqlrelay-c.pc libexec/sqlrelay/sqlrauth_database.so -libexec/sqlrelay/sqlrauth_krb_userlist.so libexec/sqlrelay/sqlrauth_proxied.so -libexec/sqlrelay/sqlrauth_tls_userlist.so +libexec/sqlrelay/sqlrauth_sqlrelay.so libexec/sqlrelay/sqlrauth_userlist.so libexec/sqlrelay/sqlrconfig_xmldom.so +libexec/sqlrelay/sqlrconnection_router.so libexec/sqlrelay/sqlrfilter_patterns.so libexec/sqlrelay/sqlrfilter_regex.so libexec/sqlrelay/sqlrfilter_string.so -libexec/sqlrelay/sqlrresultsettranslation_reformatdatetime.so -libexec/sqlrelay/sqlrtranslation_normalize.so -%%FIREBIRD%%libexec/sqlrelay/sqlrconnection_firebird.so -%%FREETDS%%libexec/sqlrelay/sqlrconnection_freetds.so -%%MYSQL%%libexec/sqlrelay/sqlrconnection_mysql.so -%%ODBC%%libexec/sqlrelay/sqlrconnection_odbc.so -%%PGSQL%%libexec/sqlrelay/sqlrconnection_postgresql.so -%%SQLITE3%%libexec/sqlrelay/sqlrconnection_sqlite.so -libexec/sqlrelay/sqlrauth_sqlrelay.so -libexec/sqlrelay/sqlrconnection_router.so libexec/sqlrelay/sqlrlogger_custom_nw.so libexec/sqlrelay/sqlrlogger_custom_sc.so libexec/sqlrelay/sqlrlogger_debug.so libexec/sqlrelay/sqlrlogger_slowqueries.so +libexec/sqlrelay/sqlrnotification_events.so libexec/sqlrelay/sqlrparser_default.so libexec/sqlrelay/sqlrprotocol_sqlrclient.so libexec/sqlrelay/sqlrpwdenc_crypt.so @@ -101,6 +92,18 @@ libexec/sqlrelay/sqlrpwdenc_md5.so libexec/sqlrelay/sqlrpwdenc_rot.so libexec/sqlrelay/sqlrquery_sqlrcmdcstat.so libexec/sqlrelay/sqlrquery_sqlrcmdgstat.so +libexec/sqlrelay/sqlrresultsettranslation_reformatdatetime.so +libexec/sqlrelay/sqlrrouter_clientiplist.so +libexec/sqlrelay/sqlrrouter_regex.so +libexec/sqlrelay/sqlrrouter_userlist.so +libexec/sqlrelay/sqlrschedule_cron_userlist.so +libexec/sqlrelay/sqlrtranslation_normalize.so +%%FIREBIRD%%libexec/sqlrelay/sqlrconnection_firebird.so +%%FREETDS%%libexec/sqlrelay/sqlrconnection_freetds.so +%%MYSQL%%libexec/sqlrelay/sqlrconnection_mysql.so +%%ODBC%%libexec/sqlrelay/sqlrconnection_odbc.so +%%PGSQL%%libexec/sqlrelay/sqlrconnection_postgresql.so +%%SQLITE3%%libexec/sqlrelay/sqlrconnection_sqlite.so man/man1/sqlr-export.1.gz man/man1/sqlr-import.1.gz man/man1/sqlrsh.1.gz Modified: head/devel/rudiments/Makefile ============================================================================== --- head/devel/rudiments/Makefile Sun Oct 9 16:10:58 2016 (r423613) +++ head/devel/rudiments/Makefile Sun Oct 9 16:10:59 2016 (r423614) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rudiments -PORTVERSION= 0.55.0 +PORTVERSION= 0.56.0 CATEGORIES= devel MASTER_SITES= SF @@ -24,7 +24,7 @@ OPTIONS_DEFAULT= SSL PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_CONFIGURE_ENABLE= pcre -SSL_USE= OPENSSL=yes +SSL_USES= ssl SSL_CONFIGURE_ENABLE= ssl SSL_CONFIGURE_ON= --with-ssl-includes=-I${OPENSSLINC} \ --with-ssl-libs=-L${OPENSSLLIB} Modified: head/devel/rudiments/distinfo ============================================================================== --- head/devel/rudiments/distinfo Sun Oct 9 16:10:58 2016 (r423613) +++ head/devel/rudiments/distinfo Sun Oct 9 16:10:59 2016 (r423614) @@ -1,2 +1,3 @@ -SHA256 (rudiments-0.55.0.tar.gz) = f2afccd1abb14ce04ff819ec5b80e59f89d3e70a6280a35794c1141b0426bb78 -SIZE (rudiments-0.55.0.tar.gz) = 2107571 +TIMESTAMP = 1476015920 +SHA256 (rudiments-0.56.0.tar.gz) = 997d63d015c8aeac893501dbf0bf912710eb041c2fe40c1f2a7ff77f64f24846 +SIZE (rudiments-0.56.0.tar.gz) = 2170923 Modified: head/devel/rudiments/files/patch-configure ============================================================================== --- head/devel/rudiments/files/patch-configure Sun Oct 9 16:10:58 2016 (r423613) +++ head/devel/rudiments/files/patch-configure Sun Oct 9 16:10:59 2016 (r423614) @@ -9,15 +9,6 @@ module_cmds= module_expsym_cmds= old_archive_from_new_cmds= -@@ -10913,7 +10913,7 @@ freebsd* | dragonfly*) - version_type=freebsd-$objformat - case $version_type in - freebsd-elf*) -- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' - need_version=no - need_lib_prefix=no - ;; @@ -12248,7 +12248,7 @@ hardcode_automatic_CXX=no inherit_rpath_CXX=no module_cmds_CXX= @@ -27,15 +18,6 @@ old_archive_cmds_CXX=$old_archive_cmds reload_flag_CXX=$reload_flag reload_cmds_CXX=$reload_cmds -@@ -14748,7 +14748,7 @@ freebsd* | dragonfly*) - version_type=freebsd-$objformat - case $version_type in - freebsd-elf*) -- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' -+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' - need_version=no - need_lib_prefix=no - ;; @@ -15767,6 +15767,9 @@ case $host_os in *mingw32* ) WERROR="" Modified: head/devel/rudiments/pkg-plist ============================================================================== --- head/devel/rudiments/pkg-plist Sun Oct 9 16:10:58 2016 (r423613) +++ head/devel/rudiments/pkg-plist Sun Oct 9 16:10:59 2016 (r423614) @@ -3,7 +3,6 @@ include/rudiments/bytebuffer.h include/rudiments/bytestring.h include/rudiments/character.h include/rudiments/charstring.h -include/rudiments/chat.h include/rudiments/client.h include/rudiments/codetree.h include/rudiments/commandline.h @@ -40,8 +39,6 @@ include/rudiments/private/bytestringincl include/rudiments/private/characterincludes.h include/rudiments/private/charstring.h include/rudiments/private/charstringincludes.h -include/rudiments/private/chat.h -include/rudiments/private/chatincludes.h include/rudiments/private/client.h include/rudiments/private/clientincludes.h include/rudiments/private/codetree.h @@ -117,6 +114,8 @@ include/rudiments/private/permissions.h include/rudiments/private/permissionsincludes.h include/rudiments/private/process.h include/rudiments/private/processincludes.h +include/rudiments/private/prompt.h +include/rudiments/private/promptincludes.h include/rudiments/private/protocolentry.h include/rudiments/private/protocolentryincludes.h include/rudiments/private/randomnumber.h @@ -130,6 +129,8 @@ include/rudiments/private/server.h include/rudiments/private/serverincludes.h include/rudiments/private/serviceentry.h include/rudiments/private/serviceentryincludes.h +include/rudiments/private/sha1.h +include/rudiments/private/sha1includes.h include/rudiments/private/sharedmemory.h include/rudiments/private/sharedmemoryincludes.h include/rudiments/private/signalclassesincludes.h @@ -182,6 +183,7 @@ include/rudiments/private/xmldomnodeincl include/rudiments/private/xmlsax.h include/rudiments/private/xmlsaxincludes.h include/rudiments/process.h +include/rudiments/prompt.h include/rudiments/protocolentry.h include/rudiments/randomnumber.h include/rudiments/regularexpression.h @@ -190,6 +192,7 @@ include/rudiments/security.h include/rudiments/semaphoreset.h include/rudiments/server.h include/rudiments/serviceentry.h +include/rudiments/sha1.h include/rudiments/sharedmemory.h include/rudiments/signalclasses.h include/rudiments/singlylinkedlist.h From owner-svn-ports-head@freebsd.org Sun Oct 9 16:14:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC6B9C07B3A; Sun, 9 Oct 2016 16:14:51 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97706EAF; Sun, 9 Oct 2016 16:14:51 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99GEoSD003212; Sun, 9 Oct 2016 16:14:50 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99GEoWQ003210; Sun, 9 Oct 2016 16:14:50 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610091614.u99GEoWQ003210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 9 Oct 2016 16:14:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423615 - head/textproc/p5-Perl-Lint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 16:14:51 -0000 Author: adamw Date: Sun Oct 9 16:14:50 2016 New Revision: 423615 URL: https://svnweb.freebsd.org/changeset/ports/423615 Log: Update to 0.25, and silence mkdir. Changes: https://metacpan.org/changes/distribution/Perl-Lint Modified: head/textproc/p5-Perl-Lint/Makefile head/textproc/p5-Perl-Lint/distinfo Modified: head/textproc/p5-Perl-Lint/Makefile ============================================================================== --- head/textproc/p5-Perl-Lint/Makefile Sun Oct 9 16:10:59 2016 (r423614) +++ head/textproc/p5-Perl-Lint/Makefile Sun Oct 9 16:14:50 2016 (r423615) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= Perl-Lint -PORTVERSION= 0.24 +PORTVERSION= 0.25 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:MOZNION PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -35,7 +34,7 @@ OPTIONS_DEFINE= EXAMPLES PORTEXAMPLES= lint.pl lint_string.pl post-install-EXAMPLES-on: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/eg/|} ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/textproc/p5-Perl-Lint/distinfo ============================================================================== --- head/textproc/p5-Perl-Lint/distinfo Sun Oct 9 16:10:59 2016 (r423614) +++ head/textproc/p5-Perl-Lint/distinfo Sun Oct 9 16:14:50 2016 (r423615) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464328822 -SHA256 (Perl-Lint-0.24.tar.gz) = 1f571f130b623ff3bdedc6f2d46ceb96e5456013c7bd82f442811d6d8663d6c2 -SIZE (Perl-Lint-0.24.tar.gz) = 172250 +TIMESTAMP = 1476029486 +SHA256 (Perl-Lint-0.25.tar.gz) = 353a1ad4b19cf3e1a8246c717540e481b82262a32d08f81c18a1d1479b151594 +SIZE (Perl-Lint-0.25.tar.gz) = 172253 From owner-svn-ports-head@freebsd.org Sun Oct 9 16:16:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 450C5C07BB4; Sun, 9 Oct 2016 16:16:54 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1537EFA4; Sun, 9 Oct 2016 16:16:54 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99GGrSK003402; Sun, 9 Oct 2016 16:16:53 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99GGrrS003400; Sun, 9 Oct 2016 16:16:53 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610091616.u99GGrrS003400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 9 Oct 2016 16:16:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423616 - head/textproc/p5-Pod-Autopod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 16:16:54 -0000 Author: adamw Date: Sun Oct 9 16:16:52 2016 New Revision: 423616 URL: https://svnweb.freebsd.org/changeset/ports/423616 Log: Update to 1.207, and add NO_ARCH. Changes: Who knows? Modified: head/textproc/p5-Pod-Autopod/Makefile head/textproc/p5-Pod-Autopod/distinfo Modified: head/textproc/p5-Pod-Autopod/Makefile ============================================================================== --- head/textproc/p5-Pod-Autopod/Makefile Sun Oct 9 16:14:50 2016 (r423615) +++ head/textproc/p5-Pod-Autopod/Makefile Sun Oct 9 16:16:52 2016 (r423616) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Pod-Autopod -PORTVERSION= 1.206 +PORTVERSION= 1.207 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,5 +17,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/textproc/p5-Pod-Autopod/distinfo ============================================================================== --- head/textproc/p5-Pod-Autopod/distinfo Sun Oct 9 16:14:50 2016 (r423615) +++ head/textproc/p5-Pod-Autopod/distinfo Sun Oct 9 16:16:52 2016 (r423616) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466520036 -SHA256 (Pod-Autopod-1.206.tar.gz) = 5d79730d82f3f005b1ddb53058c3a71dce9726f2f02e6ec08e1d62c6a41c0bc7 -SIZE (Pod-Autopod-1.206.tar.gz) = 31234 +TIMESTAMP = 1476029746 +SHA256 (Pod-Autopod-1.207.tar.gz) = b07a52e69bc3fd36c8c55e3b9b427ac6ef1b39c5b49ac61d8c7cd47fbf0bc5c7 +SIZE (Pod-Autopod-1.207.tar.gz) = 31942 From owner-svn-ports-head@freebsd.org Sun Oct 9 16:19:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA61CC07C9B; Sun, 9 Oct 2016 16:19:05 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71F24171; Sun, 9 Oct 2016 16:19:05 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99GJ4vQ003612; Sun, 9 Oct 2016 16:19:04 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99GJ4Mt003609; Sun, 9 Oct 2016 16:19:04 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610091619.u99GJ4Mt003609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 9 Oct 2016 16:19:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423617 - head/textproc/p5-Regexp-Debugger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 16:19:05 -0000 Author: adamw Date: Sun Oct 9 16:19:04 2016 New Revision: 423617 URL: https://svnweb.freebsd.org/changeset/ports/423617 Log: Update to 0.001022, and add NO_ARCH. Changes: https://metacpan.org/changes/distribution/Regexp-Debugger Modified: head/textproc/p5-Regexp-Debugger/Makefile head/textproc/p5-Regexp-Debugger/distinfo head/textproc/p5-Regexp-Debugger/pkg-plist Modified: head/textproc/p5-Regexp-Debugger/Makefile ============================================================================== --- head/textproc/p5-Regexp-Debugger/Makefile Sun Oct 9 16:16:52 2016 (r423616) +++ head/textproc/p5-Regexp-Debugger/Makefile Sun Oct 9 16:19:04 2016 (r423617) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= Regexp-Debugger -PORTVERSION= 0.001020 +PORTVERSION= 0.001022 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:DCONWAY PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -13,5 +12,6 @@ COMMENT= Visually debug regexes in-place USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/textproc/p5-Regexp-Debugger/distinfo ============================================================================== --- head/textproc/p5-Regexp-Debugger/distinfo Sun Oct 9 16:16:52 2016 (r423616) +++ head/textproc/p5-Regexp-Debugger/distinfo Sun Oct 9 16:19:04 2016 (r423617) @@ -1,2 +1,3 @@ -SHA256 (Regexp-Debugger-0.001020.tar.gz) = 54760f1c15c6efa739ae589cd363946ce11d5b60e81186f96bddea7c5a5c2d9c -SIZE (Regexp-Debugger-0.001020.tar.gz) = 34098 +TIMESTAMP = 1476029846 +SHA256 (Regexp-Debugger-0.001022.tar.gz) = 3676b6bc0f49b7dbc214a9dbb3a2e7f639c45d0358be636d76acc0169ed10095 +SIZE (Regexp-Debugger-0.001022.tar.gz) = 34632 Modified: head/textproc/p5-Regexp-Debugger/pkg-plist ============================================================================== --- head/textproc/p5-Regexp-Debugger/pkg-plist Sun Oct 9 16:16:52 2016 (r423616) +++ head/textproc/p5-Regexp-Debugger/pkg-plist Sun Oct 9 16:19:04 2016 (r423617) @@ -1,4 +1,4 @@ bin/rxrx %%SITE_PERL%%/Regexp/Debugger.pm -%%PERL5_MAN3%%/Regexp::Debugger.3.gz %%PERL5_MAN1%%/rxrx.1.gz +%%PERL5_MAN3%%/Regexp::Debugger.3.gz From owner-svn-ports-head@freebsd.org Sun Oct 9 16:20:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 693DEC07CF9; Sun, 9 Oct 2016 16:20:46 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B3E2282; Sun, 9 Oct 2016 16:20:46 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99GKjdE004469; Sun, 9 Oct 2016 16:20:45 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99GKjZn004467; Sun, 9 Oct 2016 16:20:45 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610091620.u99GKjZn004467@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 9 Oct 2016 16:20:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423618 - head/textproc/p5-Text-BibTeX X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 16:20:46 -0000 Author: adamw Date: Sun Oct 9 16:20:45 2016 New Revision: 423618 URL: https://svnweb.freebsd.org/changeset/ports/423618 Log: Update to 0.77 (primarily Darwin-related changes). Changes: https://metacpan.org/changes/distribution/Text-BibTeX Modified: head/textproc/p5-Text-BibTeX/Makefile head/textproc/p5-Text-BibTeX/distinfo Modified: head/textproc/p5-Text-BibTeX/Makefile ============================================================================== --- head/textproc/p5-Text-BibTeX/Makefile Sun Oct 9 16:19:04 2016 (r423617) +++ head/textproc/p5-Text-BibTeX/Makefile Sun Oct 9 16:20:45 2016 (r423618) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-BibTeX -PORTVERSION= 0.76 +PORTVERSION= 0.77 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Text-BibTeX/distinfo ============================================================================== --- head/textproc/p5-Text-BibTeX/distinfo Sun Oct 9 16:19:04 2016 (r423617) +++ head/textproc/p5-Text-BibTeX/distinfo Sun Oct 9 16:20:45 2016 (r423618) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468163322 -SHA256 (Text-BibTeX-0.76.tar.gz) = 79d6517f7561c155157ea7b60e5e4ead01dc56f612dd9cf2b81f35f444023be7 -SIZE (Text-BibTeX-0.76.tar.gz) = 295593 +TIMESTAMP = 1476029990 +SHA256 (Text-BibTeX-0.77.tar.gz) = 6459bb9d93ab5520959ce0ebd28cdf34dcf685774e40f377bcc39c3935ea6e4e +SIZE (Text-BibTeX-0.77.tar.gz) = 295689 From owner-svn-ports-head@freebsd.org Sun Oct 9 16:22:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 736D0C07E65; Sun, 9 Oct 2016 16:22:33 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 271997FB; Sun, 9 Oct 2016 16:22:33 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99GMWwh007457; Sun, 9 Oct 2016 16:22:32 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99GMV7S007453; Sun, 9 Oct 2016 16:22:31 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610091622.u99GMV7S007453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 9 Oct 2016 16:22:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423619 - head/textproc/p5-Text-Glob X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 16:22:33 -0000 Author: adamw Date: Sun Oct 9 16:22:31 2016 New Revision: 423619 URL: https://svnweb.freebsd.org/changeset/ports/423619 Log: Update to 0.10, add NO_ARCH, and sort plist. Changes: https://metacpan.org/changes/distribution/Text-Glob Modified: head/textproc/p5-Text-Glob/Makefile head/textproc/p5-Text-Glob/distinfo head/textproc/p5-Text-Glob/pkg-plist Modified: head/textproc/p5-Text-Glob/Makefile ============================================================================== --- head/textproc/p5-Text-Glob/Makefile Sun Oct 9 16:20:45 2016 (r423618) +++ head/textproc/p5-Text-Glob/Makefile Sun Oct 9 16:22:31 2016 (r423619) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Glob -PORTVERSION= 0.09 -PORTREVISION= 1 +PORTVERSION= 0.10 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,5 +12,6 @@ COMMENT= Match globbing patterns against USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/textproc/p5-Text-Glob/distinfo ============================================================================== --- head/textproc/p5-Text-Glob/distinfo Sun Oct 9 16:20:45 2016 (r423618) +++ head/textproc/p5-Text-Glob/distinfo Sun Oct 9 16:22:31 2016 (r423619) @@ -1,2 +1,3 @@ -SHA256 (Text-Glob-0.09.tar.gz) = a5a121da026fbc4cc8c1065cfbe76ab5110e88091f454e70ee8c23a933372753 -SIZE (Text-Glob-0.09.tar.gz) = 4171 +TIMESTAMP = 1476030066 +SHA256 (Text-Glob-0.10.tar.gz) = d0af0549a9dd1c70edcd3b1429ccc3702b79b873375b79cd2bdfe8870e337449 +SIZE (Text-Glob-0.10.tar.gz) = 5348 Modified: head/textproc/p5-Text-Glob/pkg-plist ============================================================================== --- head/textproc/p5-Text-Glob/pkg-plist Sun Oct 9 16:20:45 2016 (r423618) +++ head/textproc/p5-Text-Glob/pkg-plist Sun Oct 9 16:22:31 2016 (r423619) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Text::Glob.3.gz %%SITE_PERL%%/Text/Glob.pm +%%PERL5_MAN3%%/Text::Glob.3.gz From owner-svn-ports-head@freebsd.org Sun Oct 9 16:23:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DE6CC07EB9; Sun, 9 Oct 2016 16:23:00 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 683F78DD; Sun, 9 Oct 2016 16:23:00 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99GMxPm007599; Sun, 9 Oct 2016 16:22:59 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99GMx2h007596; Sun, 9 Oct 2016 16:22:59 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610091622.u99GMx2h007596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 9 Oct 2016 16:22:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423620 - head/graphics/png X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 16:23:00 -0000 Author: antoine Date: Sun Oct 9 16:22:59 2016 New Revision: 423620 URL: https://svnweb.freebsd.org/changeset/ports/423620 Log: - Update to 1.6.25 - Add LICENSE - Use the frawework for regression tests Modified: head/graphics/png/Makefile head/graphics/png/distinfo head/graphics/png/pkg-plist Modified: head/graphics/png/Makefile ============================================================================== --- head/graphics/png/Makefile Sun Oct 9 16:22:31 2016 (r423619) +++ head/graphics/png/Makefile Sun Oct 9 16:22:59 2016 (r423620) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= png -PORTVERSION= 1.6.23 +PORTVERSION= 1.6.25 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}16/${PORTVERSION} \ ftp://ftp.simplesystems.org/pub/lib${PORTNAME}/${PORTNAME}/src/lib${PORTNAME}16/ @@ -12,17 +12,23 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= portmgr@FreeBSD.org COMMENT= Library for manipulating PNG images +LICENSE= Libpng +LICENSE_GROUPS= FSF GPL OSI +LICENSE_NAME= libpng License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + USES= cpe libtool tar:xz CPE_PRODUCT= libpng GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig INSTALL_TARGET= install-strip +TEST_TARGET= check-TESTS USE_LDCONFIG= yes -OPTIONS_DEFINE=APNG PNGTEST -OPTIONS_DEFAULT=APNG PNGTEST +OPTIONS_DEFINE= APNG +OPTIONS_DEFAULT=APNG APNG_DESC=Enable Animated PNG support -PNGTEST_DESC=Enable Regression Test (recommended) .include @@ -30,14 +36,4 @@ PNGTEST_DESC=Enable Regression Test (rec PATCHFILES= ${DISTNAME}-apng.patch.gz .endif -# Do not fail until https://sourceforge.net/p/libpng/bugs/243/ is fixed -.if ${PORT_OPTIONS:MPNGTEST} -post-build: - (cd ${BUILD_WRKSRC}; if ! ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} test; then \ - if [ -f ${WRKSRC}/test-suite.log ]; then \ - ${CAT} ${WRKSRC}/test-suite.log ; \ - fi; \ - fi) -.endif - .include Modified: head/graphics/png/distinfo ============================================================================== --- head/graphics/png/distinfo Sun Oct 9 16:22:31 2016 (r423619) +++ head/graphics/png/distinfo Sun Oct 9 16:22:59 2016 (r423620) @@ -1,5 +1,5 @@ -TIMESTAMP = 1467972197 -SHA256 (libpng-1.6.23.tar.xz) = 6d921e7bdaec56e9f6594463ec1fe1981c3cd2d5fc925d3781e219b5349262f1 -SIZE (libpng-1.6.23.tar.xz) = 961520 -SHA256 (libpng-1.6.23-apng.patch.gz) = 58018fc71c0e584a482fdcec4f3347859dc41d7da4d06d943171684682810197 -SIZE (libpng-1.6.23-apng.patch.gz) = 10331 +TIMESTAMP = 1475915301 +SHA256 (libpng-1.6.25.tar.xz) = 09fe8d8341e8bfcfb3263100d9ac7ea2155b28dd8535f179111c1672ac8d8811 +SIZE (libpng-1.6.25.tar.xz) = 982204 +SHA256 (libpng-1.6.25-apng.patch.gz) = e264d917d84872f01af3acf9666471a9bf64b75558b4b35236fef1e23c2a094f +SIZE (libpng-1.6.25-apng.patch.gz) = 10342 Modified: head/graphics/png/pkg-plist ============================================================================== --- head/graphics/png/pkg-plist Sun Oct 9 16:22:31 2016 (r423619) +++ head/graphics/png/pkg-plist Sun Oct 9 16:22:59 2016 (r423620) @@ -13,7 +13,7 @@ lib/libpng.so lib/libpng16.a lib/libpng16.so lib/libpng16.so.16 -lib/libpng16.so.16.23.0 +lib/libpng16.so.16.25.0 libdata/pkgconfig/libpng.pc libdata/pkgconfig/libpng16.pc man/man3/libpng.3.gz From owner-svn-ports-head@freebsd.org Sun Oct 9 18:35:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73541C07CBA; Sun, 9 Oct 2016 18:35:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3519CD07; Sun, 9 Oct 2016 18:35:10 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99IZ9YI056243; Sun, 9 Oct 2016 18:35:09 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99IZ9gT056240; Sun, 9 Oct 2016 18:35:09 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610091835.u99IZ9gT056240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 9 Oct 2016 18:35:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423621 - head/lang/elixir X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 18:35:10 -0000 Author: olgeni Date: Sun Oct 9 18:35:08 2016 New Revision: 423621 URL: https://svnweb.freebsd.org/changeset/ports/423621 Log: Update lang/elixir to version 1.3.4. Modified: head/lang/elixir/Makefile head/lang/elixir/distinfo head/lang/elixir/pkg-plist Modified: head/lang/elixir/Makefile ============================================================================== --- head/lang/elixir/Makefile Sun Oct 9 16:22:59 2016 (r423620) +++ head/lang/elixir/Makefile Sun Oct 9 18:35:08 2016 (r423621) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= elixir -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 DISTVERSIONPREFIX= v CATEGORIES= lang MASTER_SITES+= http://github.com/elixir-lang/elixir/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/:doc Modified: head/lang/elixir/distinfo ============================================================================== --- head/lang/elixir/distinfo Sun Oct 9 16:22:59 2016 (r423620) +++ head/lang/elixir/distinfo Sun Oct 9 18:35:08 2016 (r423621) @@ -1,5 +1,5 @@ -TIMESTAMP = 1474131874 -SHA256 (elixir/1.3.3/Docs.zip) = a03f8900301d3282fec4c5e240870e0be2c590aee9536733ab31fc8fdb7370d1 -SIZE (elixir/1.3.3/Docs.zip) = 1175215 -SHA256 (elixir/1.3.3/elixir-lang-elixir-v1.3.3_GH0.tar.gz) = cc9d29a007bec69c51eeb0ceb226c55a4c26f20d6f4eb485fd0e72bbfeb2777b -SIZE (elixir/1.3.3/elixir-lang-elixir-v1.3.3_GH0.tar.gz) = 1750517 +TIMESTAMP = 1476036137 +SHA256 (elixir/1.3.4/Docs.zip) = 4d4467721344262f95fd5605198644547c45d530b2368747d8148ec153c0d58e +SIZE (elixir/1.3.4/Docs.zip) = 1167502 +SHA256 (elixir/1.3.4/elixir-lang-elixir-v1.3.4_GH0.tar.gz) = f5ee5353d8dbe610b1dfd276d22f2038d57d9a7d3cea69dac10da2b098bd2033 +SIZE (elixir/1.3.4/elixir-lang-elixir-v1.3.4_GH0.tar.gz) = 1751828 Modified: head/lang/elixir/pkg-plist ============================================================================== --- head/lang/elixir/pkg-plist Sun Oct 9 16:22:59 2016 (r423620) +++ head/lang/elixir/pkg-plist Sun Oct 9 18:35:08 2016 (r423621) @@ -590,8 +590,8 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/eex/EEx.html %%PORTDOCS%%%%DOCSDIR%%/eex/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/eex/assets/logo.png -%%PORTDOCS%%%%DOCSDIR%%/eex/dist/app-7e84850c37.css -%%PORTDOCS%%%%DOCSDIR%%/eex/dist/app-95540a96e6.js +%%PORTDOCS%%%%DOCSDIR%%/eex/dist/app-23e810f3fe.css +%%PORTDOCS%%%%DOCSDIR%%/eex/dist/app-f0381555b5.js %%PORTDOCS%%%%DOCSDIR%%/eex/dist/sidebar_items.js %%PORTDOCS%%%%DOCSDIR%%/eex/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/eex/fonts/icomoon.svg @@ -705,8 +705,8 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/elixir/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/elixir/assets/logo.png %%PORTDOCS%%%%DOCSDIR%%/elixir/behaviours.html -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/app-7e84850c37.css -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/app-95540a96e6.js +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/app-23e810f3fe.css +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/app-f0381555b5.js %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/sidebar_items.js %%PORTDOCS%%%%DOCSDIR%%/elixir/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/elixir/fonts/icomoon.svg @@ -736,8 +736,8 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/ex_unit/ExUnit.html %%PORTDOCS%%%%DOCSDIR%%/ex_unit/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/ex_unit/assets/logo.png -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/app-7e84850c37.css -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/app-95540a96e6.js +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/app-23e810f3fe.css +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/app-f0381555b5.js %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/sidebar_items.js %%PORTDOCS%%%%DOCSDIR%%/ex_unit/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/ex_unit/fonts/icomoon.svg @@ -750,8 +750,8 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/iex/IEx.html %%PORTDOCS%%%%DOCSDIR%%/iex/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/iex/assets/logo.png -%%PORTDOCS%%%%DOCSDIR%%/iex/dist/app-7e84850c37.css -%%PORTDOCS%%%%DOCSDIR%%/iex/dist/app-95540a96e6.js +%%PORTDOCS%%%%DOCSDIR%%/iex/dist/app-23e810f3fe.css +%%PORTDOCS%%%%DOCSDIR%%/iex/dist/app-f0381555b5.js %%PORTDOCS%%%%DOCSDIR%%/iex/dist/sidebar_items.js %%PORTDOCS%%%%DOCSDIR%%/iex/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/iex/fonts/icomoon.svg @@ -764,8 +764,8 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/logger/Logger.html %%PORTDOCS%%%%DOCSDIR%%/logger/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/logger/assets/logo.png -%%PORTDOCS%%%%DOCSDIR%%/logger/dist/app-7e84850c37.css -%%PORTDOCS%%%%DOCSDIR%%/logger/dist/app-95540a96e6.js +%%PORTDOCS%%%%DOCSDIR%%/logger/dist/app-23e810f3fe.css +%%PORTDOCS%%%%DOCSDIR%%/logger/dist/app-f0381555b5.js %%PORTDOCS%%%%DOCSDIR%%/logger/dist/sidebar_items.js %%PORTDOCS%%%%DOCSDIR%%/logger/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/logger/fonts/icomoon.svg @@ -836,8 +836,8 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.html %%PORTDOCS%%%%DOCSDIR%%/mix/api-reference.html %%PORTDOCS%%%%DOCSDIR%%/mix/assets/logo.png -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/app-7e84850c37.css -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/app-95540a96e6.js +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/app-23e810f3fe.css +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/app-f0381555b5.js %%PORTDOCS%%%%DOCSDIR%%/mix/dist/sidebar_items.js %%PORTDOCS%%%%DOCSDIR%%/mix/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/mix/fonts/icomoon.svg From owner-svn-ports-head@freebsd.org Sun Oct 9 18:47:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86A57C07F27; Sun, 9 Oct 2016 18:47:23 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60FE0238; Sun, 9 Oct 2016 18:47:23 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99IlM9a060274; Sun, 9 Oct 2016 18:47:22 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99IlLue060263; Sun, 9 Oct 2016 18:47:21 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201610091847.u99IlLue060263@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sun, 9 Oct 2016 18:47:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423622 - in head: chinese/eric6 devel/cs-eric6 devel/eric6 devel/es-eric6 devel/it-eric6 devel/tr-eric6 french/eric6 german/eric6 portuguese/eric6 russian/eric6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 18:47:23 -0000 Author: dbn Date: Sun Oct 9 18:47:21 2016 New Revision: 423622 URL: https://svnweb.freebsd.org/changeset/ports/423622 Log: devel/eric6: update to 6.1.10. ChangeLog: - bug fixes Modified: head/chinese/eric6/distinfo head/devel/cs-eric6/distinfo head/devel/eric6/Makefile.inc head/devel/eric6/distinfo head/devel/es-eric6/distinfo head/devel/it-eric6/distinfo head/devel/tr-eric6/distinfo head/french/eric6/distinfo head/german/eric6/distinfo head/portuguese/eric6/distinfo head/russian/eric6/distinfo Modified: head/chinese/eric6/distinfo ============================================================================== --- head/chinese/eric6/distinfo Sun Oct 9 18:35:08 2016 (r423621) +++ head/chinese/eric6/distinfo Sun Oct 9 18:47:21 2016 (r423622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473140366 -SHA256 (eric6-i18n-zh_CN-6.1.9.tar.gz) = f3626e550da9ac6e18a943a89c494332b5a58458a794686458a4bbe0e000d3d4 -SIZE (eric6-i18n-zh_CN-6.1.9.tar.gz) = 557963 +TIMESTAMP = 1476030872 +SHA256 (eric6-i18n-zh_CN-6.1.10.tar.gz) = 1338cf30e63c4cc996905316c5eeb09a2d5289bf8072ebfafefa1299e5d19a03 +SIZE (eric6-i18n-zh_CN-6.1.10.tar.gz) = 557971 Modified: head/devel/cs-eric6/distinfo ============================================================================== --- head/devel/cs-eric6/distinfo Sun Oct 9 18:35:08 2016 (r423621) +++ head/devel/cs-eric6/distinfo Sun Oct 9 18:47:21 2016 (r423622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473140419 -SHA256 (eric6-i18n-cs-6.1.9.tar.gz) = 65ce7681ad015919fd76ce8d90008ddac8b042ec86b9a31e48db75ba5098a48d -SIZE (eric6-i18n-cs-6.1.9.tar.gz) = 565666 +TIMESTAMP = 1476031012 +SHA256 (eric6-i18n-cs-6.1.10.tar.gz) = 5677820975fcd86b13304fcacac4c09da196bebc6fbb4133bf24c77127b59b9d +SIZE (eric6-i18n-cs-6.1.10.tar.gz) = 565677 Modified: head/devel/eric6/Makefile.inc ============================================================================== --- head/devel/eric6/Makefile.inc Sun Oct 9 18:35:08 2016 (r423621) +++ head/devel/eric6/Makefile.inc Sun Oct 9 18:47:21 2016 (r423622) @@ -6,7 +6,7 @@ # french/eric6, german/eric6, russian/eric6 PORTNAME= eric6 -PORTVERSION= 6.1.9 +PORTVERSION= 6.1.10 MASTER_SITES= SF/eric-ide/${PORTNAME}/stable/${PORTVERSION} DISTNAME?= ${PORTNAME}-i18n-${I18N_LANG}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/devel/eric6/distinfo ============================================================================== --- head/devel/eric6/distinfo Sun Oct 9 18:35:08 2016 (r423621) +++ head/devel/eric6/distinfo Sun Oct 9 18:47:21 2016 (r423622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473140219 -SHA256 (eric6-6.1.9.tar.gz) = bca75204ed10218ed2ee61b004726b091b79373b1495a65dae9e5aa11c803e9e -SIZE (eric6-6.1.9.tar.gz) = 10895520 +TIMESTAMP = 1476026652 +SHA256 (eric6-6.1.10.tar.gz) = 1fb32fcffad4349a13935c19d4dec6e53af2c11f572d4a9a3bdfc0d341419b4c +SIZE (eric6-6.1.10.tar.gz) = 10897674 Modified: head/devel/es-eric6/distinfo ============================================================================== --- head/devel/es-eric6/distinfo Sun Oct 9 18:35:08 2016 (r423621) +++ head/devel/es-eric6/distinfo Sun Oct 9 18:47:21 2016 (r423622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473140491 -SHA256 (eric6-i18n-es-6.1.9.tar.gz) = 56ef41d9aa31284e75c129463cb74586ca9ebbc2f6862f06cb811c5e0ab530f4 -SIZE (eric6-i18n-es-6.1.9.tar.gz) = 789153 +TIMESTAMP = 1476031113 +SHA256 (eric6-i18n-es-6.1.10.tar.gz) = 58816080fc5ec028af01163b8700bea077a75a330f1f3b8183f0cb2aeacf3eda +SIZE (eric6-i18n-es-6.1.10.tar.gz) = 789148 Modified: head/devel/it-eric6/distinfo ============================================================================== --- head/devel/it-eric6/distinfo Sun Oct 9 18:35:08 2016 (r423621) +++ head/devel/it-eric6/distinfo Sun Oct 9 18:47:21 2016 (r423622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473140544 -SHA256 (eric6-i18n-it-6.1.9.tar.gz) = f73abbb1b4fef5b916b74fe8b78e899a078bb67d66abc05d9a9b676d73fb1c53 -SIZE (eric6-i18n-it-6.1.9.tar.gz) = 641910 +TIMESTAMP = 1476031209 +SHA256 (eric6-i18n-it-6.1.10.tar.gz) = 7bc809c03b8c127c7f20fc2e349842b08d108402e904437d2644a9f74700932a +SIZE (eric6-i18n-it-6.1.10.tar.gz) = 641916 Modified: head/devel/tr-eric6/distinfo ============================================================================== --- head/devel/tr-eric6/distinfo Sun Oct 9 18:35:08 2016 (r423621) +++ head/devel/tr-eric6/distinfo Sun Oct 9 18:47:21 2016 (r423622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473140609 -SHA256 (eric6-i18n-tr-6.1.9.tar.gz) = 9d689e344c4a58d4b612ecc71b7166c4a713d47090e21cb61b2aa3458052387f -SIZE (eric6-i18n-tr-6.1.9.tar.gz) = 491333 +TIMESTAMP = 1476031299 +SHA256 (eric6-i18n-tr-6.1.10.tar.gz) = 58621998b81f8908e94f0a11bc5272cbab83a4becdc031be93617b37511f2a51 +SIZE (eric6-i18n-tr-6.1.10.tar.gz) = 491339 Modified: head/french/eric6/distinfo ============================================================================== --- head/french/eric6/distinfo Sun Oct 9 18:35:08 2016 (r423621) +++ head/french/eric6/distinfo Sun Oct 9 18:47:21 2016 (r423622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473140679 -SHA256 (eric6-i18n-fr-6.1.9.tar.gz) = edba01caad91e00158b9c66b2cae77e4abe93b27350a6ea75ade7597726559ea -SIZE (eric6-i18n-fr-6.1.9.tar.gz) = 513337 +TIMESTAMP = 1476031409 +SHA256 (eric6-i18n-fr-6.1.10.tar.gz) = 64c109c16406b11c7205dec296485d80e2f4d2da702363ba41e9c562a14c1bf6 +SIZE (eric6-i18n-fr-6.1.10.tar.gz) = 513347 Modified: head/german/eric6/distinfo ============================================================================== --- head/german/eric6/distinfo Sun Oct 9 18:35:08 2016 (r423621) +++ head/german/eric6/distinfo Sun Oct 9 18:47:21 2016 (r423622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473140732 -SHA256 (eric6-i18n-de-6.1.9.tar.gz) = 0c9c944ea0d48b4307e7e693cdd2ff80232c526418c52bba01b0288b8666f76f -SIZE (eric6-i18n-de-6.1.9.tar.gz) = 786686 +TIMESTAMP = 1476031468 +SHA256 (eric6-i18n-de-6.1.10.tar.gz) = 29ee35675bea99c816bd465761f7f8a61e7edcbd4b604c6d4f65b326ca995a3a +SIZE (eric6-i18n-de-6.1.10.tar.gz) = 786692 Modified: head/portuguese/eric6/distinfo ============================================================================== --- head/portuguese/eric6/distinfo Sun Oct 9 18:35:08 2016 (r423621) +++ head/portuguese/eric6/distinfo Sun Oct 9 18:47:21 2016 (r423622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473140785 -SHA256 (eric6-i18n-pt-6.1.9.tar.gz) = 10541d1a211223e0e53b8f1e3334ac56e948ef97d20d2a926269ea286f234668 -SIZE (eric6-i18n-pt-6.1.9.tar.gz) = 566230 +TIMESTAMP = 1476031528 +SHA256 (eric6-i18n-pt-6.1.10.tar.gz) = ae1b265d112d93b183f43bf7305a30f71757d6f82035e7eeab62da8e09e747d3 +SIZE (eric6-i18n-pt-6.1.10.tar.gz) = 566237 Modified: head/russian/eric6/distinfo ============================================================================== --- head/russian/eric6/distinfo Sun Oct 9 18:35:08 2016 (r423621) +++ head/russian/eric6/distinfo Sun Oct 9 18:47:21 2016 (r423622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473140837 -SHA256 (eric6-i18n-ru-6.1.9.tar.gz) = eb91f392a11e00cc1d2d11468c23133f80a065528ab2f6e9ac2e9f3bc10d1e6e -SIZE (eric6-i18n-ru-6.1.9.tar.gz) = 820577 +TIMESTAMP = 1476031586 +SHA256 (eric6-i18n-ru-6.1.10.tar.gz) = efc3bc43c27971684d3410f7d08e8176d883f50b0cf9477e88b4447486d736d7 +SIZE (eric6-i18n-ru-6.1.10.tar.gz) = 820579 From owner-svn-ports-head@freebsd.org Sun Oct 9 19:52:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F18AC07F17; Sun, 9 Oct 2016 19:52:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43C0DEB7; Sun, 9 Oct 2016 19:52:12 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99JqBTw086406; Sun, 9 Oct 2016 19:52:11 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99JqBRI086403; Sun, 9 Oct 2016 19:52:11 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610091952.u99JqBRI086403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 9 Oct 2016 19:52:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423623 - head/archivers/zip-ada X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 19:52:12 -0000 Author: marino Date: Sun Oct 9 19:52:11 2016 New Revision: 423623 URL: https://svnweb.freebsd.org/changeset/ports/423623 Log: archivers/zip-ada: Upgrade version 51 => 52 Several new programs were identified and installed. Modified: head/archivers/zip-ada/Makefile head/archivers/zip-ada/distinfo head/archivers/zip-ada/pkg-plist Modified: head/archivers/zip-ada/Makefile ============================================================================== --- head/archivers/zip-ada/Makefile Sun Oct 9 18:47:21 2016 (r423622) +++ head/archivers/zip-ada/Makefile Sun Oct 9 19:52:11 2016 (r423623) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zip-ada -PORTVERSION= 51 +PORTVERSION= 52 CATEGORIES= archivers MASTER_SITES= SF/unzip-ada/ DISTNAME= zipada${PORTVERSION} @@ -16,11 +16,33 @@ USES= ada perl5 dos2unix zip USE_PERL5= build WRKSRC= ${WRKDIR}/zip-ada MAKE_ENV+= Build_Mode=Fast -ZTOOLS= bunzip comp_zip find_zip lz lzma_dec random_data rezip zipada -DEMOS= demo_csv_into_zip demo_unzip demo_zip test_chunk \ - test_extract test_extract_tb test_lz_scramble \ - test_stream_performance test_unz_streams \ - test_zip_info_timing za_gnat zip_with_many_files ziptest +ZTOOLS= zipada \ + comp_zip \ + find_zip \ + rezip \ + za_gnat \ + rz_gnat \ + bunzip \ + lz \ + lzma_dec \ + lzma_enc \ + lz77_stats \ + random_data \ + several_sizes +DEMOS= demo_csv_into_zip \ + demo_zip \ + demo_unzip \ + test_unz_streams \ + test_chunk \ + ziptest \ + zip_with_many_files \ + test_zip_info_timing \ + test_stream_performance \ + test_extract \ + test_extract_tb \ + test_lz_scramble \ + test_llhc \ + test_lz77 do-build: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -p -P zipada.gpr) Modified: head/archivers/zip-ada/distinfo ============================================================================== --- head/archivers/zip-ada/distinfo Sun Oct 9 18:47:21 2016 (r423622) +++ head/archivers/zip-ada/distinfo Sun Oct 9 19:52:11 2016 (r423623) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472265180 -SHA256 (zipada51.zip) = ae96c7d2bfafd4002f28483e513da88a2550fdd74e01ae515eed817fdba91cd9 -SIZE (zipada51.zip) = 607634 +TIMESTAMP = 1475885730 +SHA256 (zipada52.zip) = f28ed2b99b70b095dc73b3cf4eab8c8ac4ae9bcb488992da36aa5b68d2dea719 +SIZE (zipada52.zip) = 859223 Modified: head/archivers/zip-ada/pkg-plist ============================================================================== --- head/archivers/zip-ada/pkg-plist Sun Oct 9 18:47:21 2016 (r423622) +++ head/archivers/zip-ada/pkg-plist Sun Oct 9 19:52:11 2016 (r423623) @@ -1,23 +1,15 @@ -%%EXAMPLESDIR%%/demo_csv_into_zip -%%EXAMPLESDIR%%/demo_unzip -%%EXAMPLESDIR%%/demo_zip -%%EXAMPLESDIR%%/test_chunk -%%EXAMPLESDIR%%/test_extract -%%EXAMPLESDIR%%/test_extract_tb -%%EXAMPLESDIR%%/test_lz_scramble -%%EXAMPLESDIR%%/test_stream_performance -%%EXAMPLESDIR%%/test_unz_streams -%%EXAMPLESDIR%%/test_zip_info_timing -%%EXAMPLESDIR%%/za_gnat -%%EXAMPLESDIR%%/zip_with_many_files -%%EXAMPLESDIR%%/ziptest bin/comp_zip bin/debzip2 bin/find_zip bin/lz +bin/lz77_stats bin/lzma_dec +bin/lzma_enc bin/random_data bin/rezip +bin/rz_gnat +bin/several_sizes +bin/za_gnat bin/zipada include/zip-ada/bzip2_decoding.adb include/zip-ada/bzip2_decoding.ads @@ -67,21 +59,16 @@ lib/zip-ada/flexible_temp_files.ali lib/zip-ada/length_limited_huffman_code_lengths.ali lib/zip-ada/libzip-ada.a lib/zip-ada/lz77.ali -lib/zip-ada/lz77_stats.ali lib/zip-ada/lz_scramble.ali lib/zip-ada/lzh.ali lib/zip-ada/lzma-decoding.ali lib/zip-ada/lzma-encoding.ali lib/zip-ada/lzma.ali -lib/zip-ada/lzma_enc.ali lib/zip-ada/my_dots.ali lib/zip-ada/my_feedback.ali lib/zip-ada/rezip_lib.ali lib/zip-ada/rw_file.ali -lib/zip-ada/rz_gnat.ali lib/zip-ada/tb_wrap.ali -lib/zip-ada/test_llhc.ali -lib/zip-ada/test_lz77.ali lib/zip-ada/unzip-decompress-huffman.ali lib/zip-ada/unzip-decompress.ali lib/zip-ada/unzip-streams.ali @@ -96,3 +83,17 @@ lib/zip-ada/zip-create.ali lib/zip-ada/zip-headers.ali lib/zip-ada/zip.ali lib/zip-ada/zip_streams.ali +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_csv_into_zip +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_unzip +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_zip +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_chunk +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_extract +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_extract_tb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_llhc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_lz77 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_lz_scramble +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_stream_performance +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_unz_streams +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_zip_info_timing +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zip_with_many_files +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ziptest From owner-svn-ports-head@freebsd.org Sun Oct 9 21:25:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF3D9C0B02D; Sun, 9 Oct 2016 21:25:26 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1955987; Sun, 9 Oct 2016 21:25:26 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99LPPZQ021131; Sun, 9 Oct 2016 21:25:25 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99LPOeZ021121; Sun, 9 Oct 2016 21:25:24 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610092125.u99LPOeZ021121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Sun, 9 Oct 2016 21:25:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423624 - in head: devel/libftdi1 devel/libserialport devel/libsigrok devel/libsigrokdecode science/pulseview science/sigrok-cli science/sigrok-firmware science/sigrok-firmware-fx2lafw ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 21:25:27 -0000 Author: bsam Date: Sun Oct 9 21:25:24 2016 New Revision: 423624 URL: https://svnweb.freebsd.org/changeset/ports/423624 Log: Take maintainership. Approved by: Uffe Jakobsen (maintainer, via e-mail) Modified: head/devel/libftdi1/Makefile head/devel/libserialport/Makefile head/devel/libsigrok/Makefile head/devel/libsigrokdecode/Makefile head/science/pulseview/Makefile head/science/sigrok-cli/Makefile head/science/sigrok-firmware-fx2lafw/Makefile head/science/sigrok-firmware-utils/Makefile head/science/sigrok-firmware/Makefile Modified: head/devel/libftdi1/Makefile ============================================================================== --- head/devel/libftdi1/Makefile Sun Oct 9 19:52:11 2016 (r423623) +++ head/devel/libftdi1/Makefile Sun Oct 9 21:25:24 2016 (r423624) @@ -5,7 +5,7 @@ PORTVERSION= 1.1 CATEGORIES= devel MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@FreeBSD.org COMMENT= Library (using libusb) to talk to FTDI chips LICENSE= GPLv2 Modified: head/devel/libserialport/Makefile ============================================================================== --- head/devel/libserialport/Makefile Sun Oct 9 19:52:11 2016 (r423623) +++ head/devel/libserialport/Makefile Sun Oct 9 21:25:24 2016 (r423624) @@ -6,7 +6,7 @@ PORTVERSION= 0.1.0 CATEGORIES= devel MASTER_SITES= http://sigrok.org/download/source/libserialport/ -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@FreeBSD.org COMMENT= Framework for hardware logic analyzers, serial port support library LICENSE= LGPL3 Modified: head/devel/libsigrok/Makefile ============================================================================== --- head/devel/libsigrok/Makefile Sun Oct 9 19:52:11 2016 (r423623) +++ head/devel/libsigrok/Makefile Sun Oct 9 21:25:24 2016 (r423624) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://sigrok.org/download/source/libsigrok/ -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@FreeBSD.org COMMENT= Framework for hardware logic analyzers, core library LICENSE= GPLv3 Modified: head/devel/libsigrokdecode/Makefile ============================================================================== --- head/devel/libsigrokdecode/Makefile Sun Oct 9 19:52:11 2016 (r423623) +++ head/devel/libsigrokdecode/Makefile Sun Oct 9 21:25:24 2016 (r423624) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://sigrok.org/download/source/libsigrokdecode/ -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@FreeBSD.org COMMENT= Framework for hardware logic analyzers, protocol decoders library LICENSE= GPLv3 Modified: head/science/pulseview/Makefile ============================================================================== --- head/science/pulseview/Makefile Sun Oct 9 19:52:11 2016 (r423623) +++ head/science/pulseview/Makefile Sun Oct 9 21:25:24 2016 (r423624) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= science cad MASTER_SITES= http://sigrok.org/download/source/pulseview/ -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@FreeBSD.org COMMENT= GUI client that supports various hardware logic analyzers LICENSE= GPLv3 Modified: head/science/sigrok-cli/Makefile ============================================================================== --- head/science/sigrok-cli/Makefile Sun Oct 9 19:52:11 2016 (r423623) +++ head/science/sigrok-cli/Makefile Sun Oct 9 21:25:24 2016 (r423624) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= science cad MASTER_SITES= http://sigrok.org/download/source/sigrok-cli/ -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@FreeBSD.org COMMENT= Framework for hardware logic analyzers, CLI client LICENSE= GPLv3 Modified: head/science/sigrok-firmware-fx2lafw/Makefile ============================================================================== --- head/science/sigrok-firmware-fx2lafw/Makefile Sun Oct 9 19:52:11 2016 (r423623) +++ head/science/sigrok-firmware-fx2lafw/Makefile Sun Oct 9 21:25:24 2016 (r423624) @@ -9,7 +9,7 @@ PKGNAMEPREFIX= sigrok- PKGNAMESUFFIX= -fx2lafw DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-bin-${PORTVERSION} -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@FreeBSD.org COMMENT= Cypress FX2 firmware for hardware logic analyzers LICENSE= GPLv2 Modified: head/science/sigrok-firmware-utils/Makefile ============================================================================== --- head/science/sigrok-firmware-utils/Makefile Sun Oct 9 19:52:11 2016 (r423623) +++ head/science/sigrok-firmware-utils/Makefile Sun Oct 9 21:25:24 2016 (r423624) @@ -10,7 +10,7 @@ PKGNAMEPREFIX= sigrok- PKGNAMESUFFIX= -utils DISTFILES= #none -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@FreeBSD.org COMMENT= Sigrok firmware extraction utils LICENSE= GPLv2 Modified: head/science/sigrok-firmware/Makefile ============================================================================== --- head/science/sigrok-firmware/Makefile Sun Oct 9 19:52:11 2016 (r423623) +++ head/science/sigrok-firmware/Makefile Sun Oct 9 21:25:24 2016 (r423624) @@ -6,7 +6,7 @@ PORTVERSION= 20150123 CATEGORIES= science PKGNAMEPREFIX= sigrok- -MAINTAINER= uffe@uffe.org +MAINTAINER= bsam@FreeBSD.org COMMENT= Sigrok firmware RUN_DEPENDS= parseelf.py:science/sigrok-firmware-utils \ From owner-svn-ports-head@freebsd.org Sun Oct 9 22:01:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86179C0B796; Sun, 9 Oct 2016 22:01:38 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46BEBED2; Sun, 9 Oct 2016 22:01:38 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99M1bOL036862; Sun, 9 Oct 2016 22:01:37 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99M1Yqo036834; Sun, 9 Oct 2016 22:01:34 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610092201.u99M1Yqo036834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Sun, 9 Oct 2016 22:01:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423625 - in head: archivers/unadf devel/dxa65 devel/kickassembler devel/libhoard devel/libmpsse devel/librevisa devel/librevisa-vish devel/librevisa-vxi devel/tass64 devel/xa65 devel/x... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 22:01:38 -0000 Author: bsam Date: Sun Oct 9 22:01:34 2016 New Revision: 423625 URL: https://svnweb.freebsd.org/changeset/ports/423625 Log: Thank you Uffe for your past work on FreeBSD ports! Hope you'll find time to contribute to FreeBSD in the future. Reset Uffe's ports maintainership. Requested by: Uffe Jakobsen (maintainer, via e-mail) Modified: head/archivers/unadf/Makefile head/devel/dxa65/Makefile head/devel/kickassembler/Makefile head/devel/libhoard/Makefile head/devel/libmpsse/Makefile head/devel/librevisa-vish/Makefile head/devel/librevisa-vxi/Makefile head/devel/librevisa/Makefile head/devel/tass64/Makefile head/devel/xa65/Makefile head/devel/xc3sprog/Makefile head/emulators/fs-uae-launcher/Makefile head/mail/cone/Makefile head/mail/dot-forward/Makefile head/mail/fastforward/Makefile head/mail/mailfront/Makefile head/mail/nullmailer/Makefile head/mail/qmail-qfilter/Makefile head/misc/fxload/Makefile head/security/cvm/Makefile head/sysutils/cpuid/Makefile head/sysutils/daemontools-encore/Makefile head/sysutils/f3/Makefile head/sysutils/syslinux/Makefile head/sysutils/sysvbanner/Makefile head/sysutils/volman/Makefile head/www/publicfile/Makefile head/x11-wm/obkey/Makefile Modified: head/archivers/unadf/Makefile ============================================================================== --- head/archivers/unadf/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/archivers/unadf/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -8,7 +8,7 @@ CATEGORIES= archivers MASTER_SITES= http://lclevy.free.fr/adflib/ DISTNAME= adflib-${DISTVERSION} -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Extracts files from .adf-files used by Amiga emulators LICENSE= GPLv2 Modified: head/devel/dxa65/Makefile ============================================================================== --- head/devel/dxa65/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/devel/dxa65/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://www.floodgap.com/retrotech/xa/dists/ PKGNAMESUFFIX= 65 -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Disassembler for MOS 6502 and compatible CPUs OPTIONS_DEFINE= DOCS Modified: head/devel/kickassembler/Makefile ============================================================================== --- head/devel/kickassembler/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/devel/kickassembler/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -7,7 +7,7 @@ CATEGORIES= devel java MASTER_SITES= http://www.theweb.dk/KickAssembler/ DISTNAME= KickAssembler${PORTVERSION} -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Advanced MOS 65xx assembler with embedded script language USES= zip Modified: head/devel/libhoard/Makefile ============================================================================== --- head/devel/libhoard/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/devel/libhoard/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= https://github.com/emeryberger/Hoard/releases/download/${PORTVERSION}/ DISTNAME= Hoard-${PORTVERSION}-source -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fast, scalable, and memory-efficient allocator for MP LICENSE= GPLv2+ Modified: head/devel/libmpsse/Makefile ============================================================================== --- head/devel/libmpsse/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/devel/libmpsse/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -5,7 +5,7 @@ PORTVERSION= 1.3 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open source library for SPI/I2C control via FTDI chips LICENSE= GPLv2 Modified: head/devel/librevisa-vish/Makefile ============================================================================== --- head/devel/librevisa-vish/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/devel/librevisa-vish/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://www.librevisa.org/download/ DISTNAME= vish-${PORTVERSION} -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open Source VISA shell for interfacing test and measurement equipment LIB_DEPENDS= libvisa.so:devel/librevisa Modified: head/devel/librevisa-vxi/Makefile ============================================================================== --- head/devel/librevisa-vxi/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/devel/librevisa-vxi/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://www.librevisa.org/download/ DISTNAME= vxi-${PORTVERSION} -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open Source VISA VXI-11 (TCP/IP RPC bindings) PLIST_FILES= include/vxi.h include/vxi_intr.h lib/libvxiclient.a lib/libvxiserver.a Modified: head/devel/librevisa/Makefile ============================================================================== --- head/devel/librevisa/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/devel/librevisa/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.librevisa.org/download/ -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library for interfacing test and measurement equipment USES= gmake pathfix libtool Modified: head/devel/tass64/Makefile ============================================================================== --- head/devel/tass64/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/devel/tass64/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/source DISTNAME= 64tass-${PORTVERSION}-src -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= 6502/65C02/R65C02/W65C02/65CE02/65816/DTV/65EL02 Turbo Assembler LICENSE= GPLv2 Modified: head/devel/xa65/Makefile ============================================================================== --- head/devel/xa65/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/devel/xa65/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://www.floodgap.com/retrotech/xa/dists/unsupported/ DISTNAME= xa-${PORTVERSION} -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Two-pass cross-assembler for MOS 6502 and compatible CPUs LICENSE= GPLv2 Modified: head/devel/xc3sprog/Makefile ============================================================================== --- head/devel/xc3sprog/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/devel/xc3sprog/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -5,7 +5,7 @@ PORTVERSION= r769 CATEGORIES= devel MASTER_SITES= http://opsec.eu/src/xc3sprog/ -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Free programmer for Xilinx Spartan S3E Starter Kit LIB_DEPENDS= libftdi.so:devel/libftdi Modified: head/emulators/fs-uae-launcher/Makefile ============================================================================== --- head/emulators/fs-uae-launcher/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/emulators/fs-uae-launcher/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -6,7 +6,7 @@ PORTVERSION= 2.4.1 CATEGORIES= emulators MASTER_SITES= http://fs-uae.net/fs-uae/stable/${PORTVERSION}/ -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= GUI launcher for the FS-UAE Amiga emulator LICENSE= GPLv2 Modified: head/mail/cone/Makefile ============================================================================== --- head/mail/cone/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/mail/cone/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -10,7 +10,7 @@ CATEGORIES= mail # This is for release versions, leave it in please: MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Console based mail client with POP3/IMAP/SMAP support LICENSE= GPLv3 Modified: head/mail/dot-forward/Makefile ============================================================================== --- head/mail/dot-forward/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/mail/dot-forward/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -6,7 +6,7 @@ PORTVERSION= 0.71 CATEGORIES= mail MASTER_SITES= http://cr.yp.to/software/ -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Dot-forward reads sendmail's .forward files under qmail USES= gmake Modified: head/mail/fastforward/Makefile ============================================================================== --- head/mail/fastforward/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/mail/fastforward/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -6,7 +6,7 @@ PORTVERSION= 0.51 CATEGORIES= mail MASTER_SITES= http://cr.yp.to/software/ -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fastforward handles qmail forwarding according to a cdb database USES= gmake Modified: head/mail/mailfront/Makefile ============================================================================== --- head/mail/mailfront/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/mail/mailfront/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -8,7 +8,7 @@ CATEGORIES= mail MASTER_SITES= http://untroubled.org/${PORTNAME}/ \ http://untroubled.org/${PORTNAME}/archive/ -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Mail server network protocol front-ends LIB_DEPENDS= libcvm-v2client.so:security/cvm Modified: head/mail/nullmailer/Makefile ============================================================================== --- head/mail/nullmailer/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/mail/nullmailer/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -9,7 +9,7 @@ CATEGORIES= mail MASTER_SITES= http://untroubled.org/nullmailer/ \ http://untroubled.org/nullmailer/archive/ -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= MTA for hosts which relay to a fixed set of smart relays LICENSE= GPLv2 Modified: head/mail/qmail-qfilter/Makefile ============================================================================== --- head/mail/qmail-qfilter/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/mail/qmail-qfilter/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://untroubled.org/${PORTNAME}/ -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Front-end for qmail-queue to run messages through filters LIB_DEPENDS= libbg-sysdeps.so:devel/bglibs Modified: head/misc/fxload/Makefile ============================================================================== --- head/misc/fxload/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/misc/fxload/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -8,7 +8,7 @@ MASTER_SITES= https://bitbucket.org/DJOC DISTNAME= RELEASE_${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Firmware download for Cypress EZ-USB devices LICENSE= GPLv2+ Modified: head/security/cvm/Makefile ============================================================================== --- head/security/cvm/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/security/cvm/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -8,7 +8,7 @@ CATEGORIES= security MASTER_SITES= http://untroubled.org/${PORTNAME}/ \ http://untroubled.org/${PORTNAME}/archive/ -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Credential Validation Modules LICENSE= GPLv2 Modified: head/sysutils/cpuid/Makefile ============================================================================== --- head/sysutils/cpuid/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/sysutils/cpuid/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.etallen.com/cpu PKGNAMESUFFIX= ${CPUID_SUFFIX} DISTNAME= ${PORTNAME}-${PORTVERSION}.src -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tool to dump x86 CPUID information about the CPU(s) LICENSE= GPLv2 Modified: head/sysutils/daemontools-encore/Makefile ============================================================================== --- head/sysutils/daemontools-encore/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/sysutils/daemontools-encore/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://untroubled.org/daemontools-encore/ -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Daemontools-encore is a collection of tools for managing UNIX services LICENSE= MIT Modified: head/sysutils/f3/Makefile ============================================================================== --- head/sysutils/f3/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/sysutils/f3/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -6,7 +6,7 @@ PORTVERSION= 4.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fight Flash Fraud or Fight Fake Flash test tool LICENSE= GPLv3 Modified: head/sysutils/syslinux/Makefile ============================================================================== --- head/sysutils/syslinux/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/sysutils/syslinux/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -6,7 +6,7 @@ PORTVERSION= 6.03 CATEGORIES= sysutils MASTER_SITES= KERNEL_ORG/linux/utils/boot/syslinux -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Boot loader for the Linux operating system LICENSE= GPLv2 Modified: head/sysutils/sysvbanner/Makefile ============================================================================== --- head/sysutils/sysvbanner/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/sysutils/sysvbanner/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -6,7 +6,7 @@ PORTVERSION= 1.0.15 DISTVERSIONPREFIX= v CATEGORIES= sysutils -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= SysV banner USES= gmake Modified: head/sysutils/volman/Makefile ============================================================================== --- head/sysutils/volman/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/sysutils/volman/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -6,7 +6,7 @@ PORTVERSION= 0.7 PORTREVISION= 2 CATEGORIES= sysutils -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= FreeBSD specific volume manager USE_GITHUB= yes Modified: head/www/publicfile/Makefile ============================================================================== --- head/www/publicfile/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/www/publicfile/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= www ftp MASTER_SITES= http://cr.yp.to/publicfile/ -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Secure, read-only, anonymous HTTP/FTP server RUN_DEPENDS= setuidgid:sysutils/daemontools \ Modified: head/x11-wm/obkey/Makefile ============================================================================== --- head/x11-wm/obkey/Makefile Sun Oct 9 21:25:24 2016 (r423624) +++ head/x11-wm/obkey/Makefile Sun Oct 9 22:01:34 2016 (r423625) @@ -6,7 +6,7 @@ PORTVERSION= 1.0 CATEGORIES= x11-wm python MASTER_SITES= GOOGLE_CODE -MAINTAINER= uffe@uffe.org +MAINTAINER= ports@FreeBSD.org COMMENT= Openbox hotkey editor, written in Python and PyGTK LICENSE= MIT From owner-svn-ports-head@freebsd.org Sun Oct 9 22:42:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78061C0BF24; Sun, 9 Oct 2016 22:42:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E52A2FF; Sun, 9 Oct 2016 22:42:56 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99Mgtmh052028; Sun, 9 Oct 2016 22:42:55 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99MgtIU052027; Sun, 9 Oct 2016 22:42:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610092242.u99MgtIU052027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 9 Oct 2016 22:42:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423626 - head/graphics/poppler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 09 Oct 2016 22:42:56 -0000 Author: jbeich Date: Sun Oct 9 22:42:55 2016 New Revision: 423626 URL: https://svnweb.freebsd.org/changeset/ports/423626 Log: graphics/poppler: ignore installed NSS for now $ make install -C security/nss $ DEVELOPER=1 make -C graphics/poppler [...] ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/nss/libnss3.so from security/nss but it is not declared as a dependency Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/nss/libsmime3.so from security/nss but it is not declared as a dependency Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/nss/libssl3.so from security/nss but it is not declared as a dependency Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/nss/libnssutil3.so from security/nss but it is not declared as a dependency Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/libplds4.so from devel/nspr but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libplds4.so:devel/nspr Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/libplc4.so from devel/nspr but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libplc4.so:devel/nspr Error: /usr/local/lib/libpoppler.so.63.0.0 is linked to /usr/local/lib/libnspr4.so from devel/nspr but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libnspr4.so:devel/nspr Reported by: Walter Schwarzenfeld (via r423591 regression) Approved by: portmgr blanket Modified: head/graphics/poppler/Makefile (contents, props changed) Modified: head/graphics/poppler/Makefile ============================================================================== --- head/graphics/poppler/Makefile Sun Oct 9 22:01:34 2016 (r423625) +++ head/graphics/poppler/Makefile Sun Oct 9 22:42:55 2016 (r423626) @@ -3,7 +3,7 @@ PORTNAME= poppler PORTVERSION= 0.46.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= graphics print MASTER_SITES= http://poppler.freedesktop.org/ @@ -27,6 +27,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-zlib \ --enable-xpdf-headers \ + --disable-libnss \ --disable-gtk-test \ --without-html-dir \ --disable-static From owner-svn-ports-head@freebsd.org Sun Oct 9 22:53:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 185F8C0B3C8; Sun, 9 Oct 2016 22:53:53 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF83CD71; Sun, 9 Oct 2016 22:53:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u99Mrp4Q056095; Sun, 9 Oct 2016 22:53:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u99MrpJa056091; Sun, 9 Oct 2016 22:53:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610092253.u99MrpJa056091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 9 Oct 2016 22:53:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423628 - in head/games/goonies: . 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.23 Precedence: list List-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, 09 Oct 2016 22:53:53 -0000 Author: amdmi3 Date: Sun Oct 9 22:53:51 2016 New Revision: 423628 URL: https://svnweb.freebsd.org/changeset/ports/423628 Log: - Update to 1.4.1528 - Add LICENSE Added: head/games/goonies/files/patch-Makefile (contents, props changed) head/games/goonies/pkg-plist (contents, props changed) Deleted: head/games/goonies/files/patch-build-linux-Makefile Modified: head/games/goonies/Makefile head/games/goonies/distinfo Modified: head/games/goonies/Makefile ============================================================================== --- head/games/goonies/Makefile Sun Oct 9 22:45:23 2016 (r423627) +++ head/games/goonies/Makefile Sun Oct 9 22:53:51 2016 (r423628) @@ -2,48 +2,38 @@ # $FreeBSD$ PORTNAME= goonies -PORTVERSION= 1.0.1 -PORTREVISION= 10 +PORTVERSION= 1.4.1528 CATEGORIES= games -MASTER_SITES= http://goonies.jorito.net/download/ \ +MASTER_SITES= http://braingames.jorito.net/goonies/downloads/ \ http://mirror.amdmi3.ru/distfiles/ -DISTNAME= ${PORTNAME}_r${PORTVERSION:C/\./-/g} +DISTNAME= ${PORTNAME}.src_${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Remake of the 8 bit classic game 'The Goonies' -BROKEN_sparc64= does not compile on sparc64 +LICENSE= NONE USES= gmake tar:tgz USE_SDL= sdl mixer image -USE_GL= yes +USE_GL= gl glu -BUILD_WRKSRC= ${WRKSRC}/src -MAKEFILE= ../build/linux/Makefile -MAKE_ARGS= CC="${CXX}" -MAKE_ENV= DATADIR="${DATADIR}" +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -PLIST_FILES= bin/${PORTNAME} - -PORTDOCS= * PORTDATA= * -OPTIONS_DEFINE= DOCS - post-patch: @${REINPLACE_CMD} -e 's|sound/|${DATADIR}/sound/|g' \ - ${WRKSRC}/src/SFXManager.cpp - @${REINPLACE_CMD} -e 's|graphics/|${DATADIR}/graphics/|g' \ + ${WRKSRC}/src/SoundManager.cpp + @${REINPLACE_CMD} -e 's|graphics/|${DATADIR}/graphics/|g; \ + s|"graphics"|"${DATADIR}/graphics"|' \ ${WRKSRC}/src/GLTManager.cpp ${WRKSRC}/src/TheGooniesApp.cpp @${REINPLACE_CMD} -e 's|maps/|${DATADIR}/maps/|g' \ ${WRKSRC}/src/TheGoonies.cpp do-install: - ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/goonies ${STAGEDIR}${PREFIX}/bin/ - ${MKDIR} ${STAGEDIR}${DATADIR} - cd ${WRKSRC} && ${COPYTREE_SHARE} \ - 'sound graphics maps' ${STAGEDIR}${DATADIR}/ - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + @cd ${WRKSRC} && ${COPYTREE_SHARE} 'graphics maps sound' ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/build/linux/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/build/linux/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications .include Modified: head/games/goonies/distinfo ============================================================================== --- head/games/goonies/distinfo Sun Oct 9 22:45:23 2016 (r423627) +++ head/games/goonies/distinfo Sun Oct 9 22:53:51 2016 (r423628) @@ -1,2 +1,3 @@ -SHA256 (goonies_r1-0-1.tgz) = f0e2e20707caacfbeb531561cd4421beb9007eb7c6aae6f0c5dffb2ec648ab86 -SIZE (goonies_r1-0-1.tgz) = 11708692 +TIMESTAMP = 1476028387 +SHA256 (goonies.src_1.4.1528.tgz) = 9e9c1e67a41dfae512e975b6931828cdc82f07397921ca0a41a81c3020a73799 +SIZE (goonies.src_1.4.1528.tgz) = 11428239 Added: head/games/goonies/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/goonies/files/patch-Makefile Sun Oct 9 22:53:51 2016 (r423628) @@ -0,0 +1,49 @@ +--- Makefile.orig 2009-03-12 10:05:30 UTC ++++ Makefile +@@ -1,11 +1,11 @@ + EXE = goonies + SRC = src +-PREFIX = /usr ++PREFIX ?= /usr + EXTRADIR = ./build/linux + +-GAMEDIR = $(PREFIX)/games ++GAMEDIR = $(PREFIX)/bin + STARTUP = $(GAMEDIR)/$(EXE) +-BINDIR = $(PREFIX)/share/games/$(EXE) ++BINDIR = $(PREFIX)/share/$(EXE) + ICNDIR = $(PREFIX)/share/pixmaps + APPDIR = $(PREFIX)/share/applications + +@@ -56,24 +56,24 @@ OBJS = \ + $(SRC)/Symbol.o $(SRC)/TheGooniesApp.o \ + $(SRC)/TheGoonies.o $(SRC)/Vector.o + +-CC = gcc +-CFLAGS = -g3 -O3 -Wno-write-strings `sdl-config --cflags` -I/usr/X11R6/include +-LDFLAGS = `sdl-config --libs` -L/usr/X11R6/lib/ -lSDL_image -lSDL_mixer -lGL -lGLU ++CXX ?= gcc ++CXXFLAGS ?= -g3 -O3 ++CXXFLAGS += -Wno-write-strings `sdl-config --cflags` ++LDFLAGS += `sdl-config --libs` -lSDL_image -lSDL_mixer -lGL -lGLU -lm + RM = rm -f + CP = cp -r + MD = mkdir -p + ECHO = echo + CHMOD = chmod +-STRIP = strip ++STRIP ?= strip + + all: $(EXE) + + %.o: %.cpp +- $(CC) $(CFLAGS) -c $< -o $@ ++ $(CXX) $(CXXFLAGS) -c $< -o $@ + + $(EXE): $(OBJS) +- $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@ +- @$(STRIP) $@ ++ $(CXX) $(CXXFLAGS) $(LDFLAGS) $^ -o $@ + @$(ECHO) " o If there are no errors, the game compiled succesfully" + + clean: Added: head/games/goonies/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/goonies/pkg-plist Sun Oct 9 22:53:51 2016 (r423628) @@ -0,0 +1,3 @@ +bin/goonies +share/applications/goonies.desktop +share/pixmaps/goonies.png From owner-svn-ports-head@freebsd.org Mon Oct 10 02:07:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE045C0BDD8; Mon, 10 Oct 2016 02:07:50 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 720D7DF7; Mon, 10 Oct 2016 02:07:50 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9A27nMa027688; Mon, 10 Oct 2016 02:07:49 GMT (envelope-from cperciva@FreeBSD.org) Received: (from cperciva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A27ntq027686; Mon, 10 Oct 2016 02:07:49 GMT (envelope-from cperciva@FreeBSD.org) Message-Id: <201610100207.u9A27ntq027686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cperciva set sender to cperciva@FreeBSD.org using -f From: Colin Percival Date: Mon, 10 Oct 2016 02:07:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423630 - head/net/bsdec2-image-upload X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 02:07:50 -0000 Author: cperciva Date: Mon Oct 10 02:07:49 2016 New Revision: 423630 URL: https://svnweb.freebsd.org/changeset/ports/423630 Log: Update bsdec2-image-upload to version 1.1.0. This new version makes use of the DescribeRegions API call to get a list of EC2 regions rather than using a static list compiled in; some users may need to update their IAM policies to allow DescribeRegions. Modified: head/net/bsdec2-image-upload/Makefile head/net/bsdec2-image-upload/distinfo Modified: head/net/bsdec2-image-upload/Makefile ============================================================================== --- head/net/bsdec2-image-upload/Makefile Mon Oct 10 01:16:06 2016 (r423629) +++ head/net/bsdec2-image-upload/Makefile Mon Oct 10 02:07:49 2016 (r423630) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bsdec2-image-upload -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.0 CATEGORIES= net MASTER_SITES= http://freebsd-ec2-dist.s3.amazonaws.com/ Modified: head/net/bsdec2-image-upload/distinfo ============================================================================== --- head/net/bsdec2-image-upload/distinfo Mon Oct 10 01:16:06 2016 (r423629) +++ head/net/bsdec2-image-upload/distinfo Mon Oct 10 02:07:49 2016 (r423630) @@ -1,2 +1,3 @@ -SHA256 (bsdec2-image-upload-1.0.2.tgz) = 97996ddff7c6a733a956adf79c1994f487b216b29dd640b395c62ff1dac6a4b5 -SIZE (bsdec2-image-upload-1.0.2.tgz) = 22118 +TIMESTAMP = 1476065249 +SHA256 (bsdec2-image-upload-1.1.0.tgz) = 983ea12bb7c1b74f1f35e8cbaa18b587548c1afec17c87b213344886ca8ccd0b +SIZE (bsdec2-image-upload-1.1.0.tgz) = 24210 From owner-svn-ports-head@freebsd.org Mon Oct 10 02:58:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7EDFAC07656; Mon, 10 Oct 2016 02:58:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42BC9E9B; Mon, 10 Oct 2016 02:58:44 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9A2wh7J046731; Mon, 10 Oct 2016 02:58:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A2whWX046730; Mon, 10 Oct 2016 02:58:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610100258.u9A2whWX046730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 10 Oct 2016 02:58:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423631 - 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 02:58:44 -0000 Author: jbeich Date: Mon Oct 10 02:58:43 2016 New Revision: 423631 URL: https://svnweb.freebsd.org/changeset/ports/423631 Log: gecko: factor out explicit USE_GCC Excluding toolchain bugs the following is equivalent # Not supported yet USES= compiler:c++14-lib vs. USES= compiler:c++14-lang FAVORITE_COMPILER= gcc Modified: head/Mk/bsd.gecko.mk (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Mon Oct 10 02:07:49 2016 (r423630) +++ head/Mk/bsd.gecko.mk Mon Oct 10 02:58:43 2016 (r423631) @@ -85,7 +85,7 @@ MOZILLA_VER?= ${PORTVERSION} MOZILLA_BIN?= ${PORTNAME}-bin MOZILLA_EXEC_NAME?=${MOZILLA} MOZ_RPATH?= ${MOZILLA} -USES+= cpe compiler:c++11-lang gmake iconv perl5 pkgconfig \ +USES+= cpe gmake iconv perl5 pkgconfig \ python:2.7,build desktop-file-utils CPE_VENDOR?=mozilla USE_PERL5= build @@ -96,9 +96,11 @@ BUNDLE_LIBS= yes .endif # call to implicitly-deleted copy constructor of 'mozilla::WidevineVideoFrame' -. if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000019 && ${MOZILLA_VER:R:R} >= 49 -# XXX USES=compiler:c++11-lib cannot be used due to ports/208538 -USE_GCC= 5+ +.if ${MOZILLA_VER:R:R} >= 49 +USES+= compiler:c++14-lang +FAVORITE_COMPILER= gcc # c++14-lib +.else +USES+= compiler:c++11-lang .endif MOZILLA_SUFX?= none From owner-svn-ports-head@freebsd.org Mon Oct 10 03:46:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F70BAF7533; Mon, 10 Oct 2016 03:46:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 493FAE3C; Mon, 10 Oct 2016 03:46:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9A3kK7J066135; Mon, 10 Oct 2016 03:46:20 GMT (envelope-from edwin@FreeBSD.org) Received: (from edwin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A3kKC0066132; Mon, 10 Oct 2016 03:46:20 GMT (envelope-from edwin@FreeBSD.org) Message-Id: <201610100346.u9A3kKC0066132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: edwin set sender to edwin@FreeBSD.org using -f From: Edwin Groothuis Date: Mon, 10 Oct 2016 03:46:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423632 - head/misc/zoneinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 03:46:21 -0000 Author: edwin Date: Mon Oct 10 03:46:19 2016 New Revision: 423632 URL: https://svnweb.freebsd.org/changeset/ports/423632 Log: Update to 2016g Changes to future time stamps Turkey switched from EET/EEST (+02/+03) to permanent +03, effective 2016-09-07. (Thanks to Burak AYDIN.) Use "+03" rather than an invented abbreviation for the new time. New leap second 2016-12-31 23:59:60 UTC as per IERS Bulletin C 52. (Thanks to Tim Parenti.) Changes to past time stamps For America/Los_Angeles, spring-forward transition times have been corrected from 02:00 to 02:01 in 1948, and from 02:00 to 01:00 in 1950-1966. For zones using Soviet time on 1919-07-01, transitions to UT-based time were at 00:00 UT, not at 02:00 local time. The affected zones are Europe/Kirov, Europe/Moscow, Europe/Samara, and Europe/Ulyanovsk. (Thanks to Alexander Belopolsky.) Changes to past and future time zone abbreviations The Factory zone now uses the time zone abbreviation -00 instead of a long English-language string, as -00 is now the normal way to represent an undefined time zone. Several zones in Antarctica and the former Soviet Union, along with zones intended for ships at sea that cannot use POSIX TZ strings, now use numeric time zone abbreviations instead of invented or obsolete alphanumeric abbreviations. The affected zones are Antarctica/Casey, Antarctica/Davis, Antarctica/DumontDUrville, Antarctica/Mawson, Antarctica/Rothera, Antarctica/Syowa, Antarctica/Troll, Antarctica/Vostok, Asia/Anadyr, Asia/Ashgabat, Asia/Baku, Asia/Bishkek, Asia/Chita, Asia/Dushanbe, Asia/Irkutsk, Asia/Kamchatka, Asia/Khandyga, Asia/Krasnoyarsk, Asia/Magadan, Asia/Omsk, Asia/Sakhalin, Asia/Samarkand, Asia/Srednekolymsk, Asia/Tashkent, Asia/Tbilisi, Asia/Ust-Nera, Asia/Vladivostok, Asia/Yakutsk, Asia/Yekaterinburg, Asia/Yerevan, Etc/GMT-14, Etc/GMT-13, Etc/GMT-12, Etc/GMT-11, Etc/GMT-10, Etc/GMT-9, Etc/GMT-8, Etc/GMT-7, Etc/GMT-6, Etc/GMT-5, Etc/GMT-4, Etc/GMT-3, Etc/GMT-2, Etc/GMT-1, Etc/GMT+1, Etc/GMT+2, Etc/GMT+3, Etc/GMT+4, Etc/GMT+5, Etc/GMT+6, Etc/GMT+7, Etc/GMT+8, Etc/GMT+9, Etc/GMT+10, Etc/GMT+11, Etc/GMT+12, Europe/Kaliningrad, Europe/Minsk, Europe/Samara, Europe/Volgograd, and Indian/Kerguelen. For Europe/Moscow the invented abbreviation MSM was replaced by +05, whereas MSK and MSD were kept as they are not our invention and are widely used. Changes to zone names Rename Asia/Rangoon to Asia/Yangon, with a backward compatibility link. (Thanks to David Massoud.) Modified: head/misc/zoneinfo/Makefile head/misc/zoneinfo/distinfo head/misc/zoneinfo/pkg-plist Modified: head/misc/zoneinfo/Makefile ============================================================================== --- head/misc/zoneinfo/Makefile Mon Oct 10 02:58:43 2016 (r423631) +++ head/misc/zoneinfo/Makefile Mon Oct 10 03:46:19 2016 (r423632) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zoneinfo -DISTVERSION= 2016f +DISTVERSION= 2016g CATEGORIES= misc MASTER_SITES= ftp://ftp.iana.org/tz/releases/ \ ftp://munnari.oz.au/pub/ Modified: head/misc/zoneinfo/distinfo ============================================================================== --- head/misc/zoneinfo/distinfo Mon Oct 10 02:58:43 2016 (r423631) +++ head/misc/zoneinfo/distinfo Mon Oct 10 03:46:19 2016 (r423632) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469094101 -SHA256 (tzdata2016f.tar.gz) = ed8c951008d12f1db55a11e96fc055718c6571233327d9de16a7f8475e2502b0 -SIZE (tzdata2016f.tar.gz) = 313286 +TIMESTAMP = 1476071136 +SHA256 (tzdata2016g.tar.gz) = 3c7137b2bc47323b0de47b77786bacf81ed503d4b2c693ff8ada2fbd1281ebd1 +SIZE (tzdata2016g.tar.gz) = 316669 Modified: head/misc/zoneinfo/pkg-plist ============================================================================== --- head/misc/zoneinfo/pkg-plist Mon Oct 10 02:58:43 2016 (r423631) +++ head/misc/zoneinfo/pkg-plist Mon Oct 10 03:46:19 2016 (r423632) @@ -266,7 +266,7 @@ %%DATADIR%%/Asia/Pyongyang %%DATADIR%%/Asia/Qatar %%DATADIR%%/Asia/Qyzylorda -%%DATADIR%%/Asia/Rangoon +%%DATADIR%%/Asia/Yangon %%DATADIR%%/Asia/Riyadh %%DATADIR%%/Asia/Sakhalin %%DATADIR%%/Asia/Samarkand From owner-svn-ports-head@freebsd.org Mon Oct 10 03:47:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAF3AAF7567; Mon, 10 Oct 2016 03:47:00 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E92CF29; Mon, 10 Oct 2016 03:47:00 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9A3kxhB066283; Mon, 10 Oct 2016 03:46:59 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A3kxjb066281; Mon, 10 Oct 2016 03:46:59 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201610100346.u9A3kxjb066281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Mon, 10 Oct 2016 03:46:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423633 - in head/net/netatalk3: . 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 03:47:00 -0000 Author: marcus Date: Mon Oct 10 03:46:59 2016 New Revision: 423633 URL: https://svnweb.freebsd.org/changeset/ports/423633 Log: * Fix PAM installation [1] * Fix build with mDNSResponder [2] PR: 213349 [1] 213350 [2] Added: head/net/netatalk3/files/netatalk.pam (contents, props changed) Deleted: head/net/netatalk3/pkg-message Modified: head/net/netatalk3/Makefile Modified: head/net/netatalk3/Makefile ============================================================================== --- head/net/netatalk3/Makefile Mon Oct 10 03:46:19 2016 (r423632) +++ head/net/netatalk3/Makefile Mon Oct 10 03:46:59 2016 (r423633) @@ -34,12 +34,10 @@ CONFIGURE_ARGS+= --with-pkgconfdir=${PRE --with-ssl-dir=${OPENSSLBASE} \ --without-dtrace -OPTIONS_DEFINE=PAM KERBEROS5 LDAP SENDFILE KERBEROS DBUS MYSQL ACL LIBWRAP \ - ZEROCONF -OPTIONS_DEFAULT=KERBEROS DBUS LIBWRAP ZEROCONF +OPTIONS_DEFINE=PAM KERBEROS5 LDAP SENDFILE KERBEROS DBUS MYSQL ACL LIBWRAP +OPTIONS_DEFAULT=AVAHI DBUS KERBEROS LIBWRAP OPTIONS_RADIO=ZEROCONF OPTIONS_RADIO_ZEROCONF=AVAHI MDNSRESPONDER -ZEROCONF_IMPLIES=AVAHI ZEROCONF_DESC= Zeroconf(Bonjour) support MYSQL_DESC= Enable MySQL CNID backend support SENDFILE_DESC= Enable Sendfile support @@ -54,6 +52,7 @@ AVAHI_CONFIGURE_ON= --enable-zeroconf=${ AVAHI_CFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app MDNSRESPONDER_CONFIGURE_ON= --enable-zeroconf=${LOCALBASE} +MDNSRESPONDER_CONFIGURE_ENV= ac_cv_lib_avahi_client_avahi_client_new=no MDNSRESPONDER_CFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder LDAP_CONFIGURE_ON= --with-ldap=${LOCALBASE} @@ -89,7 +88,7 @@ post-install: ${STAGEDIR}${PREFIX}/bin/macusers post-install-PAM-on: - ${INSTALL_DATA} ${PATCHDIR}/netatalk \ + ${INSTALL_DATA} ${FILESDIR}/netatalk.pam \ ${STAGEDIR}${PREFIX}/etc/pam.d/netatalk .include Added: head/net/netatalk3/files/netatalk.pam ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/netatalk3/files/netatalk.pam Mon Oct 10 03:46:59 2016 (r423633) @@ -0,0 +1,3 @@ +netatalk auth required pam_unix.so try_first_pass +netatalk account required pam_unix.so try_first_pass +netatalk session required pam_permit.so From owner-svn-ports-head@freebsd.org Mon Oct 10 04:26:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A73CAF7C36; Mon, 10 Oct 2016 04:26:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03247E9E; Mon, 10 Oct 2016 04:26:23 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9A4QNm0081275; Mon, 10 Oct 2016 04:26:23 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A4QNOX081274; Mon, 10 Oct 2016 04:26:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610100426.u9A4QNOX081274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 10 Oct 2016 04:26:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423634 - head/devel/marisa-trie X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 04:26:24 -0000 Author: jbeich Date: Mon Oct 10 04:26:22 2016 New Revision: 423634 URL: https://svnweb.freebsd.org/changeset/ports/423634 Log: devel/marisa-trie: enable SSE2 by default on amd64 Respect CPUTYPE defined via make.conf in order to derive option defaults. PR: 213271 Approved by: Iblis Lin (maintainer) Modified: head/devel/marisa-trie/Makefile (contents, props changed) Modified: head/devel/marisa-trie/Makefile ============================================================================== --- head/devel/marisa-trie/Makefile Mon Oct 10 03:46:59 2016 (r423633) +++ head/devel/marisa-trie/Makefile Mon Oct 10 04:26:22 2016 (r423634) @@ -3,6 +3,7 @@ PORTNAME= marisa-tire PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GH @@ -27,6 +28,7 @@ CONFIGURE_ARGS= --with-pkg-config-dir=${ INSTALL_TARGET= install-strip OPTIONS_DEFINE= SSE2 SSE3 SSSE3 SSE4 SSE41 SSE42 SSE4A POPCNT +OPTIONS_DEFAULT=${MACHINE_CPU:tu} SSE2_DESC= Support for SSE2 SSE2_CONFIGURE_ENABLE= sse2 From owner-svn-ports-head@freebsd.org Mon Oct 10 04:33:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA7FFAF7E97; Mon, 10 Oct 2016 04:33:17 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89DED34F; Mon, 10 Oct 2016 04:33:17 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9A4XGmE084991; Mon, 10 Oct 2016 04:33:16 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A4XGXu084989; Mon, 10 Oct 2016 04:33:16 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201610100433.u9A4XGXu084989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 10 Oct 2016 04:33:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423635 - head/biology/diamond X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 04:33:17 -0000 Author: jrm Date: Mon Oct 10 04:33:16 2016 New Revision: 423635 URL: https://svnweb.freebsd.org/changeset/ports/423635 Log: biology/diamond: update to version 0.8.23 Upstream release notes: Added option to change the genetic code used for translation of query in blastx mode (option --query-gencode, see here for a list of possible values: https://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi). Approved by: AMDmi3 (mentor) Differential Revision: https://reviews.freebsd.org/D8202 Modified: head/biology/diamond/Makefile head/biology/diamond/distinfo Modified: head/biology/diamond/Makefile ============================================================================== --- head/biology/diamond/Makefile Mon Oct 10 04:26:22 2016 (r423634) +++ head/biology/diamond/Makefile Mon Oct 10 04:33:16 2016 (r423635) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= diamond -PORTVERSION= 0.8.22 +PORTVERSION= 0.8.23 DISTVERSIONPREFIX=v CATEGORIES= biology Modified: head/biology/diamond/distinfo ============================================================================== --- head/biology/diamond/distinfo Mon Oct 10 04:26:22 2016 (r423634) +++ head/biology/diamond/distinfo Mon Oct 10 04:33:16 2016 (r423635) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473683783 -SHA256 (bbuchfink-diamond-v0.8.22_GH0.tar.gz) = a1cdd0c7838839fa92cf8d06990c9e210cc2702681e5b61bc917fdc20e507851 -SIZE (bbuchfink-diamond-v0.8.22_GH0.tar.gz) = 673659 +TIMESTAMP = 1476026025 +SHA256 (bbuchfink-diamond-v0.8.23_GH0.tar.gz) = 229e6a55bf00e88d7c9f16bd3510dd926654685e65fa7757178591b9dcc0ec76 +SIZE (bbuchfink-diamond-v0.8.23_GH0.tar.gz) = 687111 From owner-svn-ports-head@freebsd.org Mon Oct 10 04:40:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E23FAF7F41; Mon, 10 Oct 2016 04:40:12 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B1A869E; Mon, 10 Oct 2016 04:40:12 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9A4eBa7085515; Mon, 10 Oct 2016 04:40:11 GMT (envelope-from cperciva@FreeBSD.org) Received: (from cperciva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A4eAlw085502; Mon, 10 Oct 2016 04:40:10 GMT (envelope-from cperciva@FreeBSD.org) Message-Id: <201610100440.u9A4eAlw085502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cperciva set sender to cperciva@FreeBSD.org using -f From: Colin Percival Date: Mon, 10 Oct 2016 04:40:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423636 - in head/sysutils: . amazon-ssm-agent amazon-ssm-agent/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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 04:40:12 -0000 Author: cperciva Date: Mon Oct 10 04:40:10 2016 New Revision: 423636 URL: https://svnweb.freebsd.org/changeset/ports/423636 Log: Add amazon-ssm-agent, an "Agent" which can be run on systems to enable remote code execution via the Amazon Simple Systems Manager (SSM) service. Added: head/sysutils/amazon-ssm-agent/ head/sysutils/amazon-ssm-agent/Makefile (contents, props changed) head/sysutils/amazon-ssm-agent/distinfo (contents, props changed) head/sysutils/amazon-ssm-agent/files/ head/sysutils/amazon-ssm-agent/files/amazon-ssm-agent.in (contents, props changed) head/sysutils/amazon-ssm-agent/files/patch-agent_appconfig_constants__unix.go (contents, props changed) head/sysutils/amazon-ssm-agent/files/patch-agent_fileutil_fileutil__unix.go (contents, props changed) head/sysutils/amazon-ssm-agent/files/patch-agent_log_log__unix.go (contents, props changed) head/sysutils/amazon-ssm-agent/files/patch-agent_platform_platform__unix.go (contents, props changed) head/sysutils/amazon-ssm-agent/files/patch-agent_ssm_service.go (contents, props changed) head/sysutils/amazon-ssm-agent/files/patch-makefile (contents, props changed) head/sysutils/amazon-ssm-agent/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Oct 10 04:33:16 2016 (r423635) +++ head/sysutils/Makefile Mon Oct 10 04:40:10 2016 (r423636) @@ -27,6 +27,7 @@ SUBDIR += aimage SUBDIR += aird SUBDIR += am-utils + SUBDIR += amazon-ssm-agent SUBDIR += amrstat SUBDIR += amtc SUBDIR += anacron Added: head/sysutils/amazon-ssm-agent/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/amazon-ssm-agent/Makefile Mon Oct 10 04:40:10 2016 (r423636) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= amazon-ssm-agent +PORTVERSION= v1.2.252.0 +CATEGORIES= sysutils + +MAINTAINER= cperciva@FreeBSD.org +COMMENT= Amazon Simple Systems Manager Agent + +LICENSE= Amazon +LICENSE_NAME= Amazon Software License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +BUILD_DEPENDS= bash:shells/bash \ + go:lang/go +RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss + +USE_GITHUB= yes +GH_ACCOUNT= aws + +WRKSRC= ${WRKDIR}/src/github.com/aws/amazon-ssm-agent +USES= gmake +MAKEFILE= makefile +ALL_TARGET= build-freebsd +INSTALL_TARGET= install-freebsd +MAKE_ARGS= SKIP_CHECKSTYLE="YES" DESTDIR=${STAGEDIR}${PREFIX} + +PLIST_FILES= etc/amazon/ssm/amazon-ssm-agent.json.template \ + etc/amazon/ssm/seelog_unix.xml.template \ + sbin/amazon-ssm-agent + +USE_RC_SUBR= amazon-ssm-agent + +post-extract: + ${MKDIR} ${WRKDIR}/src/github.com/aws + ${MV} ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/v//} ${WRKSRC} + +.include Added: head/sysutils/amazon-ssm-agent/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/amazon-ssm-agent/distinfo Mon Oct 10 04:40:10 2016 (r423636) @@ -0,0 +1,3 @@ +TIMESTAMP = 1468390545 +SHA256 (aws-amazon-ssm-agent-v1.2.252.0_GH0.tar.gz) = 94e9633eadd0a78e5e1b9071b4f75c238dbbb78761f75d45461f8b0f5a5fbf24 +SIZE (aws-amazon-ssm-agent-v1.2.252.0_GH0.tar.gz) = 4562897 Added: head/sysutils/amazon-ssm-agent/files/amazon-ssm-agent.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/amazon-ssm-agent/files/amazon-ssm-agent.in Mon Oct 10 04:40:10 2016 (r423636) @@ -0,0 +1,27 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: amazon-ssm-agent +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# amazon_ssm_agent_enable: Set to YES to enable the Amazon SSM Agent + +. /etc/rc.subr + +name="amazon_ssm_agent" +rcvar=amazon_ssm_agent_enable + +load_rc_config $name + +: ${amazon_ssm_agent_enable="NO"} + +pidfile="/var/run/${name}.pid" +command="/usr/sbin/daemon" +command_args="-f -P ${pidfile} %%PREFIX%%/sbin/amazon-ssm-agent" + +run_rc_command "$1" Added: head/sysutils/amazon-ssm-agent/files/patch-agent_appconfig_constants__unix.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/amazon-ssm-agent/files/patch-agent_appconfig_constants__unix.go Mon Oct 10 04:40:10 2016 (r423636) @@ -0,0 +1,20 @@ +--- agent/appconfig/constants_unix.go.orig 2016-07-06 21:51:35 UTC ++++ agent/appconfig/constants_unix.go +@@ -18,7 +18,7 @@ package appconfig + + const ( + // Program Folder +- DefaultProgramFolder = "/etc/amazon/ssm/" ++ DefaultProgramFolder = "/usr/local/etc/amazon/ssm/" + + // AppConfig Path + AppConfigPath = DefaultProgramFolder + AppConfigFileName +@@ -27,7 +27,7 @@ const ( + DownloadRoot = "/var/log/amazon/ssm/download/" + + // DefaultDataStorePath represents the directory for storing system data +- DefaultDataStorePath = "/var/lib/amazon/ssm/" ++ DefaultDataStorePath = "/var/run/amazon/ssm/" + + // UpdaterArtifactsRoot represents the directory for storing update related information + UpdaterArtifactsRoot = "/var/lib/amazon/ssm/update/" Added: head/sysutils/amazon-ssm-agent/files/patch-agent_fileutil_fileutil__unix.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/amazon-ssm-agent/files/patch-agent_fileutil_fileutil__unix.go Mon Oct 10 04:40:10 2016 (r423636) @@ -0,0 +1,15 @@ +--- agent/fileutil/fileutil_unix.go.orig 2016-07-06 21:51:35 UTC ++++ agent/fileutil/fileutil_unix.go +@@ -85,9 +85,9 @@ func GetDiskSpaceInfo() (diskSpaceInfo D + + // return DiskSpaceInfo with calculated bytes + return DiskSpaceInfo{ +- AvailBytes: (int64)(stat.Bavail * bSize), // available space = # of available blocks * block size +- FreeBytes: (int64)(stat.Bfree * bSize), // free space = # of free blocks * block size +- TotalBytes: (int64)(stat.Blocks * bSize), // total space = # of total blocks * block size ++ AvailBytes: (int64)((uint64)(stat.Bavail) * bSize), // available space = # of available blocks * block size ++ FreeBytes: (int64)(stat.Bfree * bSize), // free space = # of free blocks * block size ++ TotalBytes: (int64)(stat.Blocks * bSize), // total space = # of total blocks * block size + }, nil + } + Added: head/sysutils/amazon-ssm-agent/files/patch-agent_log_log__unix.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/amazon-ssm-agent/files/patch-agent_log_log__unix.go Mon Oct 10 04:40:10 2016 (r423636) @@ -0,0 +1,11 @@ +--- agent/log/log_unix.go.orig 2016-07-06 21:51:35 UTC ++++ agent/log/log_unix.go +@@ -24,7 +24,7 @@ const ( + // DefaultSeelogConfigFilePath specifies the default seelog location + // The underlying logger is based of https://github.com/cihub/seelog + // See Seelog documentation to customize the logger +- DefaultSeelogConfigFilePath = "/etc/amazon/ssm/seelog.xml" ++ DefaultSeelogConfigFilePath = "/usr/local/etc/amazon/ssm/seelog.xml" + + DefaultLogDir = "/var/log/amazon/ssm" + ) Added: head/sysutils/amazon-ssm-agent/files/patch-agent_platform_platform__unix.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/amazon-ssm-agent/files/patch-agent_platform_platform__unix.go Mon Oct 10 04:40:10 2016 (r423636) @@ -0,0 +1,37 @@ +--- agent/platform/platform_unix.go.orig 2016-07-06 21:51:35 UTC ++++ agent/platform/platform_unix.go +@@ -20,6 +20,7 @@ import ( + "os" + "os/exec" + "path/filepath" ++ "runtime" + "strings" + + "github.com/aws/amazon-ssm-agent/agent/fileutil" +@@ -29,6 +30,7 @@ import ( + const ( + systemReleaseCommand = "/etc/system-release" + redhatReleaseCommand = "/etc/redhat-release" ++ unameCommand = "/usr/bin/uname" + lsbReleaseCommand = "lsb_release" + fetchingDetailsMessage = "fetching platform details from %v" + errorOccurredMessage = "There was an error running %v, err: %v" +@@ -94,6 +96,18 @@ func getPlatformDetails(log log.T) (name + versionData := strings.Split(data[1], "(") + version = strings.TrimSpace(versionData[0]) + } ++ } else if runtime.GOOS == "freebsd" { ++ log.Debugf(fetchingDetailsMessage, unameCommand) ++ ++ if contentsBytes, err = exec.Command(unameCommand, "-sr").Output(); err != nil { ++ log.Debugf(fetchingDetailsMessage, lsbReleaseCommand, err) ++ return ++ } ++ log.Debugf(commandOutputMessage, contentsBytes) ++ ++ data := strings.Split(string(contentsBytes), " ") ++ name = strings.TrimSpace(data[0]) ++ version = strings.TrimSpace(data[1]) + } else { + log.Debugf(fetchingDetailsMessage, lsbReleaseCommand) + Added: head/sysutils/amazon-ssm-agent/files/patch-agent_ssm_service.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/amazon-ssm-agent/files/patch-agent_ssm_service.go Mon Oct 10 04:40:10 2016 (r423636) @@ -0,0 +1,11 @@ +--- agent/ssm/service.go.orig 2016-07-06 21:51:35 UTC ++++ agent/ssm/service.go +@@ -128,6 +128,8 @@ func (svc *sdkService) UpdateInstanceInf + params.PlatformType = aws.String(ssm.PlatformTypeWindows) + case "linux": + params.PlatformType = aws.String(ssm.PlatformTypeLinux) ++ case "freebsd": ++ params.PlatformType = aws.String(ssm.PlatformTypeLinux) + default: + return nil, fmt.Errorf("Cannot report platform type of unrecognized OS. %v", goOS) + } Added: head/sysutils/amazon-ssm-agent/files/patch-makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/amazon-ssm-agent/files/patch-makefile Mon Oct 10 04:40:10 2016 (r423636) @@ -0,0 +1,39 @@ +--- makefile.orig 2016-07-06 21:51:35 UTC ++++ makefile +@@ -26,13 +26,15 @@ endif + export GOPATH + + checkstyle:: ++ifndef SKIP_CHECKSTYLE + # Run checkstyle script + $(BGO_SPACE)/Tools/src/checkstyle.sh ++endif + + coverage:: build-linux + $(BGO_SPACE)/Tools/src/coverage.sh github.com/aws/amazon-ssm-agent/agent/... + +-build:: build-linux build-windows build-linux-386 build-windows-386 ++build:: build-linux build-freebsd build-windows build-linux-386 build-windows-386 + + prepack:: prepack-linux prepack-linux-386 prepack-windows prepack-windows-386 + +@@ -75,6 +77,19 @@ build-linux: checkstyle copy-src pre-bui + GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -o $(BGO_SPACE)/bin/linux_amd64/updater -v \ + $(BGO_SPACE)/agent/update/updater/updater.go $(BGO_SPACE)/agent/update/updater/updater_unix.go + ++.PHONY: build-freebsd ++build-freebsd: checkstyle copy-src pre-build ++ @echo "Build for freebsd agent" ++ GOOS=freebsd GOARCH=amd64 go build -ldflags "-s -w" -o $(BGO_SPACE)/bin/freebsd_amd64/amazon-ssm-agent -v \ ++ $(BGO_SPACE)/agent/agent.go $(BGO_SPACE)/agent/agent_unix.go $(BGO_SPACE)/agent/agent_parser.go ++ ++install-freebsd: ++ @echo "Install for freebsd agent" ++ install -m 555 $(BGO_SPACE)/bin/freebsd_amd64/amazon-ssm-agent $(DESTDIR)$(PREFIX)/sbin/ ++ mkdir -p $(DESTDIR)$(PREFIX)/etc/amazon/ssm ++ install -m 644 $(BGO_SPACE)/bin/amazon-ssm-agent.json.template $(DESTDIR)$(PREFIX)/etc/amazon/ssm ++ install -m 644 $(BGO_SPACE)/bin/seelog_unix.xml $(DESTDIR)$(PREFIX)/etc/amazon/ssm/seelog_unix.xml.template ++ + .PHONY: build-darwin + build-darwin: checkstyle copy-src pre-build + @echo "Rebuild for darwin agent" Added: head/sysutils/amazon-ssm-agent/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/amazon-ssm-agent/pkg-descr Mon Oct 10 04:40:10 2016 (r423636) @@ -0,0 +1,6 @@ +Amazon SSM (Simple Systems Manager) is a service for remotely controlling +(executing code on) EC2 instances. This port provides the SSM "Agent", +which polls an Amazon Web Services API for commands, spawns them, and +sends their output back. + +WWW: https://github.com/aws/amazon-ssm-agent From owner-svn-ports-head@freebsd.org Mon Oct 10 05:13:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89612C0B9C2; Mon, 10 Oct 2016 05:13:56 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41A95DDD; Mon, 10 Oct 2016 05:13:56 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9A5Dth9000638; Mon, 10 Oct 2016 05:13:55 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A5Dsso000633; Mon, 10 Oct 2016 05:13:54 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201610100513.u9A5Dsso000633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 10 Oct 2016 05:13:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423637 - in head/net: . py-sshuttle py-sshuttle/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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 05:13:56 -0000 Author: koobs Date: Mon Oct 10 05:13:54 2016 New Revision: 423637 URL: https://svnweb.freebsd.org/changeset/ports/423637 Log: [NEW] net/py-sshuttle: Full-featured VPN over an SSH tunnel As far as I (the author) knows, sshuttle is the only program that solves the following common case: * Your client machine (or router) is Linux, FreeBSD, or MacOS. * You have access to a remote network via ssh. * You don't necessarily have admin access on the remote network. * The remote network has no VPN, or only stupid/complex VPN protocols (IPsec, PPTP, etc). Or maybe you are the admin and you just got frustrated with the awful state of VPN tools. * You don't want to create an ssh port forward for every single host/port on the remote network. * You hate openssh's port forwarding because it's randomly slow and/or stupid. * You can't use openssh's PermitTunnel feature because it's disabled by default on openssh servers; plus it does TCP-over-TCP, which has terrible performance WWW: https://github.com/sshuttle/sshuttle While I'm here, patch out pytest-runner from setup_requires and add it to tests_require. It's a test dependency, and pytest upstream shouldn't 'recommend' otherwise in its 'Usage:' docs. [1] https://github.com/sshuttle/sshuttle/issues/115 Requested by: John Kozubik (rsync.net, Inc) via freebsd-jobs Added: head/net/py-sshuttle/ head/net/py-sshuttle/Makefile (contents, props changed) head/net/py-sshuttle/distinfo (contents, props changed) head/net/py-sshuttle/files/ head/net/py-sshuttle/files/patch-setup.py (contents, props changed) head/net/py-sshuttle/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Oct 10 04:40:10 2016 (r423636) +++ head/net/Makefile Mon Oct 10 05:13:54 2016 (r423637) @@ -1026,6 +1026,7 @@ SUBDIR += py-soappy SUBDIR += py-socketio-client SUBDIR += py-speedtest-cli + SUBDIR += py-sshuttle SUBDIR += py-suds SUBDIR += py-terminado SUBDIR += py-tofu Added: head/net/py-sshuttle/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-sshuttle/Makefile Mon Oct 10 05:13:54 2016 (r423637) @@ -0,0 +1,28 @@ +# Created by: Kubilay Kocak +# $FreeBSD$ + +PORTNAME= sshuttle +PORTVERSION= 0.78.1 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= koobs@FreeBSD.org +COMMENT= Full-featured VPN over an SSH tunnel + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest + +.include Added: head/net/py-sshuttle/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-sshuttle/distinfo Mon Oct 10 05:13:54 2016 (r423637) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476071476 +SHA256 (sshuttle-0.78.1.tar.gz) = 03a71648ce476de06a075bd9a972492d494b414ae51304bf535b80ff22be2d3c +SIZE (sshuttle-0.78.1.tar.gz) = 67173 Added: head/net/py-sshuttle/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-sshuttle/files/patch-setup.py Mon Oct 10 05:13:54 2016 (r423637) @@ -0,0 +1,19 @@ +--- setup.py.orig 2016-10-10 04:57:26 UTC ++++ setup.py +@@ -36,7 +36,7 @@ setup( + 'write_to': "sshuttle/version.py", + 'version_scheme': version_scheme, + }, +- setup_requires=['setuptools_scm', 'pytest-runner'], ++ setup_requires=['setuptools_scm'], + # version=version, + url='https://github.com/sshuttle/sshuttle', + author='Brian May', +@@ -61,6 +61,6 @@ setup( + 'sshuttle = sshuttle.cmdline:main', + ], + }, +- tests_require=['pytest', 'mock'], ++ tests_require=['pytest', 'pytest-runner', 'mock'], + keywords="ssh vpn", + ) Added: head/net/py-sshuttle/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-sshuttle/pkg-descr Mon Oct 10 05:13:54 2016 (r423637) @@ -0,0 +1,18 @@ +As far as I (the author) knows, sshuttle is the only program that solves +the following common case: + + * Your client machine (or router) is Linux, FreeBSD, or MacOS. + * You have access to a remote network via ssh. + * You don't necessarily have admin access on the remote network. + * The remote network has no VPN, or only stupid/complex VPN protocols + (IPsec, PPTP, etc). Or maybe you are the admin and you just got + frustrated with the awful state of VPN tools. + * You don't want to create an ssh port forward for every single host/port + on the remote network. + * You hate openssh's port forwarding because it's randomly slow and/or + stupid. + * You can't use openssh's PermitTunnel feature because it's disabled by + default on openssh servers; plus it does TCP-over-TCP, which has + terrible performance + +WWW: https://github.com/sshuttle/sshuttle From owner-svn-ports-head@freebsd.org Mon Oct 10 05:16:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15EF3C0BA8A; Mon, 10 Oct 2016 05:16:46 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0EDDFD6; Mon, 10 Oct 2016 05:16:45 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9A5Gi69000848; Mon, 10 Oct 2016 05:16:44 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A5GiZX000846; Mon, 10 Oct 2016 05:16:44 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201610100516.u9A5GiZX000846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Mon, 10 Oct 2016 05:16:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423638 - head/games/scummvm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 05:16:46 -0000 Author: lme Date: Mon Oct 10 05:16:44 2016 New Revision: 423638 URL: https://svnweb.freebsd.org/changeset/ports/423638 Log: games/scummvm: - update to 1.8.1 - Fix LICENSE - Enable verbose build unconditionally - Silence stripping PR: 213247 Submitted by: amdmi3 MFH: 2016Q4 Modified: head/games/scummvm/Makefile head/games/scummvm/distinfo Modified: head/games/scummvm/Makefile ============================================================================== --- head/games/scummvm/Makefile Mon Oct 10 05:13:54 2016 (r423637) +++ head/games/scummvm/Makefile Mon Oct 10 05:16:44 2016 (r423638) @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= scummvm -DISTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= games emulators MASTER_SITES= SF MAINTAINER= lme@FreeBSD.org COMMENT= Interpreter for several adventure games -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake jpeg tar:bzip2 HAS_CONFIGURE= yes @@ -22,11 +23,8 @@ CONFIGURE_ARGS= --with-sdl-prefix=${LOCA --with-zlib-prefix=/usr \ --disable-debug \ --disable-nasm \ - --disable-tremor - -.if defined(BATCH) || defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --enable-verbose-build -.endif + --disable-tremor \ + --enable-verbose-build LDFLAGS+= -lpthread @@ -71,6 +69,6 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/dists/${PORTNAME}.desktop \ ${STAGEDIR}${DESKTOPDIR} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Modified: head/games/scummvm/distinfo ============================================================================== --- head/games/scummvm/distinfo Mon Oct 10 05:13:54 2016 (r423637) +++ head/games/scummvm/distinfo Mon Oct 10 05:16:44 2016 (r423638) @@ -1,2 +1,3 @@ -SHA256 (scummvm-1.8.0.tar.bz2) = 01ec715e2972b3aedc23e141643acdcff44d0e56638c0df44d931a84fe7e7f38 -SIZE (scummvm-1.8.0.tar.bz2) = 22025706 +TIMESTAMP = 1475754411 +SHA256 (scummvm-1.8.1.tar.bz2) = 5230bf512628157be0590f19916d8a9d860c222f04d82519c7d7a5f4fa4f5293 +SIZE (scummvm-1.8.1.tar.bz2) = 22636204 From owner-svn-ports-head@freebsd.org Mon Oct 10 06:16:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84378C0B8DC; Mon, 10 Oct 2016 06:16:49 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49B101DC; Mon, 10 Oct 2016 06:16:49 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9A6GmKs023408; Mon, 10 Oct 2016 06:16:48 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A6GmYf023405; Mon, 10 Oct 2016 06:16:48 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610100616.u9A6GmYf023405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 10 Oct 2016 06:16:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423639 - 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 06:16:49 -0000 Author: wen Date: Mon Oct 10 06:16:48 2016 New Revision: 423639 URL: https://svnweb.freebsd.org/changeset/ports/423639 Log: - Update to 16.4.1 Modified: head/devel/py-twisted/Makefile head/devel/py-twisted/distinfo head/devel/py-twisted/pkg-plist Modified: head/devel/py-twisted/Makefile ============================================================================== --- head/devel/py-twisted/Makefile Mon Oct 10 05:16:44 2016 (r423638) +++ head/devel/py-twisted/Makefile Mon Oct 10 06:16:48 2016 (r423639) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twisted -PORTVERSION= 15.5.0 +PORTVERSION= 16.4.1 CATEGORIES= devel net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-twisted/distinfo ============================================================================== --- head/devel/py-twisted/distinfo Mon Oct 10 05:16:44 2016 (r423638) +++ head/devel/py-twisted/distinfo Mon Oct 10 06:16:48 2016 (r423639) @@ -1,2 +1,3 @@ -SHA256 (Twisted-15.5.0.tar.bz2) = a8046804a0dfae090234bbb90fc560a6cc11a208b3d048b55244c79c1945c17f -SIZE (Twisted-15.5.0.tar.bz2) = 3146473 +TIMESTAMP = 1476069007 +SHA256 (Twisted-16.4.1.tar.bz2) = 1d8d73f006c990744effb35588359fd44d43608649ac0b6b7edc71176e88e816 +SIZE (Twisted-16.4.1.tar.bz2) = 2975697 Modified: head/devel/py-twisted/pkg-plist ============================================================================== --- head/devel/py-twisted/pkg-plist Mon Oct 10 05:16:44 2016 (r423638) +++ head/devel/py-twisted/pkg-plist Mon Oct 10 06:16:48 2016 (r423639) @@ -2,19 +2,18 @@ bin/cftp bin/ckeygen bin/conch bin/mailmail -bin/manhole bin/pyhtmlizer -bin/tap2deb -bin/tap2rpm bin/tkconch bin/trial +bin/twist bin/twistd -%%PYTHON_SITELIBDIR%%/Twisted-15.5.0-py%%PYTHON_VER%%.egg-info/PKG-INFO -%%PYTHON_SITELIBDIR%%/Twisted-15.5.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt -%%PYTHON_SITELIBDIR%%/Twisted-15.5.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt -%%PYTHON_SITELIBDIR%%/Twisted-15.5.0-py%%PYTHON_VER%%.egg-info/not-zip-safe -%%PYTHON_SITELIBDIR%%/Twisted-15.5.0-py%%PYTHON_VER%%.egg-info/requires.txt -%%PYTHON_SITELIBDIR%%/Twisted-15.5.0-py%%PYTHON_VER%%.egg-info/top_level.txt +%%PYTHON_SITELIBDIR%%/Twisted-16.4.1-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/Twisted-16.4.1-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/Twisted-16.4.1-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/Twisted-16.4.1-py%%PYTHON_VER%%.egg-info/entry_points.txt +%%PYTHON_SITELIBDIR%%/Twisted-16.4.1-py%%PYTHON_VER%%.egg-info/not-zip-safe +%%PYTHON_SITELIBDIR%%/Twisted-16.4.1-py%%PYTHON_VER%%.egg-info/requires.txt +%%PYTHON_SITELIBDIR%%/Twisted-16.4.1-py%%PYTHON_VER%%.egg-info/top_level.txt %%PYTHON_SITELIBDIR%%/twisted/__init__.py %%PYTHON_SITELIBDIR%%/twisted/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/__init__.pyo @@ -69,6 +68,24 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/application/reactors.py %%PYTHON_SITELIBDIR%%/twisted/application/reactors.pyc %%PYTHON_SITELIBDIR%%/twisted/application/reactors.pyo +%%PYTHON_SITELIBDIR%%/twisted/application/runner/__init__.py +%%PYTHON_SITELIBDIR%%/twisted/application/runner/__init__.pyc +%%PYTHON_SITELIBDIR%%/twisted/application/runner/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/application/runner/_exit.py +%%PYTHON_SITELIBDIR%%/twisted/application/runner/_exit.pyc +%%PYTHON_SITELIBDIR%%/twisted/application/runner/_exit.pyo +%%PYTHON_SITELIBDIR%%/twisted/application/runner/_runner.py +%%PYTHON_SITELIBDIR%%/twisted/application/runner/_runner.pyc +%%PYTHON_SITELIBDIR%%/twisted/application/runner/_runner.pyo +%%PYTHON_SITELIBDIR%%/twisted/application/runner/test/__init__.py +%%PYTHON_SITELIBDIR%%/twisted/application/runner/test/__init__.pyc +%%PYTHON_SITELIBDIR%%/twisted/application/runner/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/application/runner/test/test_exit.py +%%PYTHON_SITELIBDIR%%/twisted/application/runner/test/test_exit.pyc +%%PYTHON_SITELIBDIR%%/twisted/application/runner/test/test_exit.pyo +%%PYTHON_SITELIBDIR%%/twisted/application/runner/test/test_runner.py +%%PYTHON_SITELIBDIR%%/twisted/application/runner/test/test_runner.pyc +%%PYTHON_SITELIBDIR%%/twisted/application/runner/test/test_runner.pyo %%PYTHON_SITELIBDIR%%/twisted/application/service.py %%PYTHON_SITELIBDIR%%/twisted/application/service.pyc %%PYTHON_SITELIBDIR%%/twisted/application/service.pyo @@ -84,12 +101,27 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/application/test/test_service.py %%PYTHON_SITELIBDIR%%/twisted/application/test/test_service.pyc %%PYTHON_SITELIBDIR%%/twisted/application/test/test_service.pyo +%%PYTHON_SITELIBDIR%%/twisted/application/twist/__init__.py +%%PYTHON_SITELIBDIR%%/twisted/application/twist/__init__.pyc +%%PYTHON_SITELIBDIR%%/twisted/application/twist/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/application/twist/_options.py +%%PYTHON_SITELIBDIR%%/twisted/application/twist/_options.pyc +%%PYTHON_SITELIBDIR%%/twisted/application/twist/_options.pyo +%%PYTHON_SITELIBDIR%%/twisted/application/twist/_twist.py +%%PYTHON_SITELIBDIR%%/twisted/application/twist/_twist.pyc +%%PYTHON_SITELIBDIR%%/twisted/application/twist/_twist.pyo +%%PYTHON_SITELIBDIR%%/twisted/application/twist/test/__init__.py +%%PYTHON_SITELIBDIR%%/twisted/application/twist/test/__init__.pyc +%%PYTHON_SITELIBDIR%%/twisted/application/twist/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/application/twist/test/test_options.py +%%PYTHON_SITELIBDIR%%/twisted/application/twist/test/test_options.pyc +%%PYTHON_SITELIBDIR%%/twisted/application/twist/test/test_options.pyo +%%PYTHON_SITELIBDIR%%/twisted/application/twist/test/test_twist.py +%%PYTHON_SITELIBDIR%%/twisted/application/twist/test/test_twist.pyc +%%PYTHON_SITELIBDIR%%/twisted/application/twist/test/test_twist.pyo %%PYTHON_SITELIBDIR%%/twisted/conch/__init__.py %%PYTHON_SITELIBDIR%%/twisted/conch/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/__init__.pyo -%%PYTHON_SITELIBDIR%%/twisted/conch/_version.py -%%PYTHON_SITELIBDIR%%/twisted/conch/_version.pyc -%%PYTHON_SITELIBDIR%%/twisted/conch/_version.pyo %%PYTHON_SITELIBDIR%%/twisted/conch/avatar.py %%PYTHON_SITELIBDIR%%/twisted/conch/avatar.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/avatar.pyo @@ -192,6 +224,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/__init__.py %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/conch/ssh/_cryptography_backports.py +%%PYTHON_SITELIBDIR%%/twisted/conch/ssh/_cryptography_backports.pyc +%%PYTHON_SITELIBDIR%%/twisted/conch/ssh/_cryptography_backports.pyo %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/_kex.py %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/_kex.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/_kex.pyo @@ -252,6 +287,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/conch/test/keydata.py %%PYTHON_SITELIBDIR%%/twisted/conch/test/keydata.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/test/keydata.pyo +%%PYTHON_SITELIBDIR%%/twisted/conch/test/loopback.py +%%PYTHON_SITELIBDIR%%/twisted/conch/test/loopback.pyc +%%PYTHON_SITELIBDIR%%/twisted/conch/test/loopback.pyo %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_address.py %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_address.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_address.pyo @@ -303,6 +341,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_manhole.py %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_manhole.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_manhole.pyo +%%PYTHON_SITELIBDIR%%/twisted/conch/test/test_manhole_tap.py +%%PYTHON_SITELIBDIR%%/twisted/conch/test/test_manhole_tap.pyc +%%PYTHON_SITELIBDIR%%/twisted/conch/test/test_manhole_tap.pyo %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_mixin.py %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_mixin.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_mixin.pyo @@ -342,8 +383,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_window.py %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_window.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_window.pyo -%%PYTHON_SITELIBDIR%%/twisted/conch/topfiles/NEWS -%%PYTHON_SITELIBDIR%%/twisted/conch/topfiles/README %%PYTHON_SITELIBDIR%%/twisted/conch/ttymodes.py %%PYTHON_SITELIBDIR%%/twisted/conch/ttymodes.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/ttymodes.pyo @@ -491,9 +530,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/internet/gtk3reactor.py %%PYTHON_SITELIBDIR%%/twisted/internet/gtk3reactor.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/gtk3reactor.pyo -%%PYTHON_SITELIBDIR%%/twisted/internet/gtkreactor.py -%%PYTHON_SITELIBDIR%%/twisted/internet/gtkreactor.pyc -%%PYTHON_SITELIBDIR%%/twisted/internet/gtkreactor.pyo %%PYTHON_SITELIBDIR%%/twisted/internet/inotify.py %%PYTHON_SITELIBDIR%%/twisted/internet/inotify.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/inotify.pyo @@ -553,9 +589,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/internet/pyuisupport.py %%PYTHON_SITELIBDIR%%/twisted/internet/pyuisupport.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/pyuisupport.pyo -%%PYTHON_SITELIBDIR%%/twisted/internet/qtreactor.py -%%PYTHON_SITELIBDIR%%/twisted/internet/qtreactor.pyc -%%PYTHON_SITELIBDIR%%/twisted/internet/qtreactor.pyo %%PYTHON_SITELIBDIR%%/twisted/internet/reactor.py %%PYTHON_SITELIBDIR%%/twisted/internet/reactor.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/reactor.pyo @@ -580,6 +613,7 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/internet/test/__init__.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/internet/test/_awaittests.py.3only %%PYTHON_SITELIBDIR%%/twisted/internet/test/_posixifaces.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/_posixifaces.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/_posixifaces.pyo @@ -621,6 +655,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_address.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_address.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_address.pyo +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_await.py +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_await.pyc +%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_await.pyo %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_base.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_base.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_base.pyo @@ -651,9 +688,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_glibbase.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_glibbase.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_glibbase.pyo -%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_gtkreactor.py -%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_gtkreactor.pyc -%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_gtkreactor.pyo %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_inlinecb.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_inlinecb.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_inlinecb.pyo @@ -687,9 +721,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_protocol.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_protocol.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_protocol.pyo -%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_qtreactor.py -%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_qtreactor.pyc -%%PYTHON_SITELIBDIR%%/twisted/internet/test/test_qtreactor.pyo %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_serialport.py %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_serialport.pyc %%PYTHON_SITELIBDIR%%/twisted/internet/test/test_serialport.pyo @@ -843,9 +874,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/mail/__init__.py %%PYTHON_SITELIBDIR%%/twisted/mail/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/mail/__init__.pyo -%%PYTHON_SITELIBDIR%%/twisted/mail/_version.py -%%PYTHON_SITELIBDIR%%/twisted/mail/_version.pyc -%%PYTHON_SITELIBDIR%%/twisted/mail/_version.pyo %%PYTHON_SITELIBDIR%%/twisted/mail/alias.py %%PYTHON_SITELIBDIR%%/twisted/mail/alias.pyc %%PYTHON_SITELIBDIR%%/twisted/mail/alias.pyo @@ -926,57 +954,12 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/mail/test/test_smtp.py %%PYTHON_SITELIBDIR%%/twisted/mail/test/test_smtp.pyc %%PYTHON_SITELIBDIR%%/twisted/mail/test/test_smtp.pyo -%%PYTHON_SITELIBDIR%%/twisted/mail/topfiles/NEWS -%%PYTHON_SITELIBDIR%%/twisted/mail/topfiles/README -%%PYTHON_SITELIBDIR%%/twisted/manhole/__init__.py -%%PYTHON_SITELIBDIR%%/twisted/manhole/__init__.pyc -%%PYTHON_SITELIBDIR%%/twisted/manhole/__init__.pyo -%%PYTHON_SITELIBDIR%%/twisted/manhole/_inspectro.py -%%PYTHON_SITELIBDIR%%/twisted/manhole/_inspectro.pyc -%%PYTHON_SITELIBDIR%%/twisted/manhole/_inspectro.pyo -%%PYTHON_SITELIBDIR%%/twisted/manhole/explorer.py -%%PYTHON_SITELIBDIR%%/twisted/manhole/explorer.pyc -%%PYTHON_SITELIBDIR%%/twisted/manhole/explorer.pyo -%%PYTHON_SITELIBDIR%%/twisted/manhole/gladereactor.glade -%%PYTHON_SITELIBDIR%%/twisted/manhole/gladereactor.py -%%PYTHON_SITELIBDIR%%/twisted/manhole/gladereactor.pyc -%%PYTHON_SITELIBDIR%%/twisted/manhole/gladereactor.pyo -%%PYTHON_SITELIBDIR%%/twisted/manhole/inspectro.glade -%%PYTHON_SITELIBDIR%%/twisted/manhole/logview.glade -%%PYTHON_SITELIBDIR%%/twisted/manhole/service.py -%%PYTHON_SITELIBDIR%%/twisted/manhole/service.pyc -%%PYTHON_SITELIBDIR%%/twisted/manhole/service.pyo -%%PYTHON_SITELIBDIR%%/twisted/manhole/telnet.py -%%PYTHON_SITELIBDIR%%/twisted/manhole/telnet.pyc -%%PYTHON_SITELIBDIR%%/twisted/manhole/telnet.pyo -%%PYTHON_SITELIBDIR%%/twisted/manhole/test/__init__.py -%%PYTHON_SITELIBDIR%%/twisted/manhole/test/__init__.pyc -%%PYTHON_SITELIBDIR%%/twisted/manhole/test/__init__.pyo -%%PYTHON_SITELIBDIR%%/twisted/manhole/test/test_explorer.py -%%PYTHON_SITELIBDIR%%/twisted/manhole/test/test_explorer.pyc -%%PYTHON_SITELIBDIR%%/twisted/manhole/test/test_explorer.pyo -%%PYTHON_SITELIBDIR%%/twisted/manhole/ui/__init__.py -%%PYTHON_SITELIBDIR%%/twisted/manhole/ui/__init__.pyc -%%PYTHON_SITELIBDIR%%/twisted/manhole/ui/__init__.pyo -%%PYTHON_SITELIBDIR%%/twisted/manhole/ui/gtk2manhole.glade -%%PYTHON_SITELIBDIR%%/twisted/manhole/ui/gtk2manhole.py -%%PYTHON_SITELIBDIR%%/twisted/manhole/ui/gtk2manhole.pyc -%%PYTHON_SITELIBDIR%%/twisted/manhole/ui/gtk2manhole.pyo -%%PYTHON_SITELIBDIR%%/twisted/manhole/ui/test/__init__.py -%%PYTHON_SITELIBDIR%%/twisted/manhole/ui/test/__init__.pyc -%%PYTHON_SITELIBDIR%%/twisted/manhole/ui/test/__init__.pyo -%%PYTHON_SITELIBDIR%%/twisted/manhole/ui/test/test_gtk2manhole.py -%%PYTHON_SITELIBDIR%%/twisted/manhole/ui/test/test_gtk2manhole.pyc -%%PYTHON_SITELIBDIR%%/twisted/manhole/ui/test/test_gtk2manhole.pyo %%PYTHON_SITELIBDIR%%/twisted/names/__init__.py %%PYTHON_SITELIBDIR%%/twisted/names/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/names/__init__.pyo %%PYTHON_SITELIBDIR%%/twisted/names/_rfc1982.py %%PYTHON_SITELIBDIR%%/twisted/names/_rfc1982.pyc %%PYTHON_SITELIBDIR%%/twisted/names/_rfc1982.pyo -%%PYTHON_SITELIBDIR%%/twisted/names/_version.py -%%PYTHON_SITELIBDIR%%/twisted/names/_version.pyc -%%PYTHON_SITELIBDIR%%/twisted/names/_version.pyo %%PYTHON_SITELIBDIR%%/twisted/names/authority.py %%PYTHON_SITELIBDIR%%/twisted/names/authority.pyc %%PYTHON_SITELIBDIR%%/twisted/names/authority.pyo @@ -1061,14 +1044,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/names/test/test_util.py %%PYTHON_SITELIBDIR%%/twisted/names/test/test_util.pyc %%PYTHON_SITELIBDIR%%/twisted/names/test/test_util.pyo -%%PYTHON_SITELIBDIR%%/twisted/names/topfiles/NEWS -%%PYTHON_SITELIBDIR%%/twisted/names/topfiles/README %%PYTHON_SITELIBDIR%%/twisted/news/__init__.py %%PYTHON_SITELIBDIR%%/twisted/news/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/news/__init__.pyo -%%PYTHON_SITELIBDIR%%/twisted/news/_version.py -%%PYTHON_SITELIBDIR%%/twisted/news/_version.pyc -%%PYTHON_SITELIBDIR%%/twisted/news/_version.pyo %%PYTHON_SITELIBDIR%%/twisted/news/database.py %%PYTHON_SITELIBDIR%%/twisted/news/database.pyc %%PYTHON_SITELIBDIR%%/twisted/news/database.pyo @@ -1093,14 +1071,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/news/test/test_nntp.py %%PYTHON_SITELIBDIR%%/twisted/news/test/test_nntp.pyc %%PYTHON_SITELIBDIR%%/twisted/news/test/test_nntp.pyo -%%PYTHON_SITELIBDIR%%/twisted/news/topfiles/NEWS -%%PYTHON_SITELIBDIR%%/twisted/news/topfiles/README %%PYTHON_SITELIBDIR%%/twisted/pair/__init__.py %%PYTHON_SITELIBDIR%%/twisted/pair/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/pair/__init__.pyo -%%PYTHON_SITELIBDIR%%/twisted/pair/_version.py -%%PYTHON_SITELIBDIR%%/twisted/pair/_version.pyc -%%PYTHON_SITELIBDIR%%/twisted/pair/_version.pyo %%PYTHON_SITELIBDIR%%/twisted/pair/ethernet.py %%PYTHON_SITELIBDIR%%/twisted/pair/ethernet.pyc %%PYTHON_SITELIBDIR%%/twisted/pair/ethernet.pyo @@ -1131,8 +1104,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/pair/testing.py %%PYTHON_SITELIBDIR%%/twisted/pair/testing.pyc %%PYTHON_SITELIBDIR%%/twisted/pair/testing.pyo -%%PYTHON_SITELIBDIR%%/twisted/pair/topfiles/NEWS -%%PYTHON_SITELIBDIR%%/twisted/pair/topfiles/README %%PYTHON_SITELIBDIR%%/twisted/pair/tuntap.py %%PYTHON_SITELIBDIR%%/twisted/pair/tuntap.pyc %%PYTHON_SITELIBDIR%%/twisted/pair/tuntap.pyo @@ -1196,9 +1167,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_mail.py %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_mail.pyc %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_mail.pyo -%%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_manhole.py -%%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_manhole.pyc -%%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_manhole.pyo %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_names.py %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_names.pyc %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_names.pyo @@ -1208,9 +1176,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_portforward.py %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_portforward.pyc %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_portforward.pyo -%%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_qtstub.py -%%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_qtstub.pyc -%%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_qtstub.pyo %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_reactors.py %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_reactors.pyc %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_reactors.pyo @@ -1220,9 +1185,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_socks.py %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_socks.pyc %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_socks.pyo -%%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_telnet.py -%%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_telnet.pyc -%%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_telnet.pyo %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_trial.py %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_trial.pyc %%PYTHON_SITELIBDIR%%/twisted/plugins/twisted_trial.pyo @@ -1289,6 +1251,45 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/protocols/gps/rockwell.py %%PYTHON_SITELIBDIR%%/twisted/protocols/gps/rockwell.pyc %%PYTHON_SITELIBDIR%%/twisted/protocols/gps/rockwell.pyo +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/__init__.py +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/__init__.pyc +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_exceptions.py +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_exceptions.pyc +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_exceptions.pyo +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_info.py +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_info.pyc +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_info.pyo +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_interfaces.py +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_interfaces.pyc +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_interfaces.pyo +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_parser.py +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_parser.pyc +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_parser.pyo +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_v1parser.py +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_v1parser.pyc +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_v1parser.pyo +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_v2parser.py +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_v2parser.pyc +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_v2parser.pyo +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_wrapper.py +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_wrapper.pyc +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/_wrapper.pyo +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/test/__init__.py +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/test/__init__.pyc +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/test/test_parser.py +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/test/test_parser.pyc +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/test/test_parser.pyo +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/test/test_v1parser.py +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/test/test_v1parser.pyc +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/test/test_v1parser.pyo +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/test/test_v2parser.py +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/test/test_v2parser.pyc +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/test/test_v2parser.pyo +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/test/test_wrapper.py +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/test/test_wrapper.pyc +%%PYTHON_SITELIBDIR%%/twisted/protocols/haproxy/test/test_wrapper.pyo %%PYTHON_SITELIBDIR%%/twisted/protocols/htb.py %%PYTHON_SITELIBDIR%%/twisted/protocols/htb.pyc %%PYTHON_SITELIBDIR%%/twisted/protocols/htb.pyo @@ -1352,9 +1353,21 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/python/__init__.py %%PYTHON_SITELIBDIR%%/twisted/python/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/python/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/python/_appdirs.py +%%PYTHON_SITELIBDIR%%/twisted/python/_appdirs.pyc +%%PYTHON_SITELIBDIR%%/twisted/python/_appdirs.pyo %%PYTHON_SITELIBDIR%%/twisted/python/_inotify.py %%PYTHON_SITELIBDIR%%/twisted/python/_inotify.pyc %%PYTHON_SITELIBDIR%%/twisted/python/_inotify.pyo +%%PYTHON_SITELIBDIR%%/twisted/python/_oldstyle.py +%%PYTHON_SITELIBDIR%%/twisted/python/_oldstyle.pyc +%%PYTHON_SITELIBDIR%%/twisted/python/_oldstyle.pyo +%%PYTHON_SITELIBDIR%%/twisted/python/_pydoctor.py +%%PYTHON_SITELIBDIR%%/twisted/python/_pydoctor.pyc +%%PYTHON_SITELIBDIR%%/twisted/python/_pydoctor.pyo +%%PYTHON_SITELIBDIR%%/twisted/python/_pydoctortemplates/common.html +%%PYTHON_SITELIBDIR%%/twisted/python/_pydoctortemplates/index.html +%%PYTHON_SITELIBDIR%%/twisted/python/_pydoctortemplates/summary.html %%PYTHON_SITELIBDIR%%/twisted/python/_release.py %%PYTHON_SITELIBDIR%%/twisted/python/_release.pyc %%PYTHON_SITELIBDIR%%/twisted/python/_release.pyo @@ -1476,6 +1489,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/python/test/pullpipe.py %%PYTHON_SITELIBDIR%%/twisted/python/test/pullpipe.pyc %%PYTHON_SITELIBDIR%%/twisted/python/test/pullpipe.pyo +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_appdirs.py +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_appdirs.pyc +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_appdirs.pyo %%PYTHON_SITELIBDIR%%/twisted/python/test/test_components.py %%PYTHON_SITELIBDIR%%/twisted/python/test/test_components.pyc %%PYTHON_SITELIBDIR%%/twisted/python/test/test_components.pyo @@ -1500,6 +1516,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/python/test/test_inotify.py %%PYTHON_SITELIBDIR%%/twisted/python/test/test_inotify.pyc %%PYTHON_SITELIBDIR%%/twisted/python/test/test_inotify.pyo +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_pydoctor.py +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_pydoctor.pyc +%%PYTHON_SITELIBDIR%%/twisted/python/test/test_pydoctor.pyo %%PYTHON_SITELIBDIR%%/twisted/python/test/test_release.py %%PYTHON_SITELIBDIR%%/twisted/python/test/test_release.pyc %%PYTHON_SITELIBDIR%%/twisted/python/test/test_release.pyo @@ -1582,9 +1601,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/runner/__init__.py %%PYTHON_SITELIBDIR%%/twisted/runner/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/runner/__init__.pyo -%%PYTHON_SITELIBDIR%%/twisted/runner/_version.py -%%PYTHON_SITELIBDIR%%/twisted/runner/_version.pyc -%%PYTHON_SITELIBDIR%%/twisted/runner/_version.pyo %%PYTHON_SITELIBDIR%%/twisted/runner/inetd.py %%PYTHON_SITELIBDIR%%/twisted/runner/inetd.pyc %%PYTHON_SITELIBDIR%%/twisted/runner/inetd.pyo @@ -1604,14 +1620,18 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/runner/test/__init__.py %%PYTHON_SITELIBDIR%%/twisted/runner/test/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/runner/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/runner/test/test_inetdconf.py +%%PYTHON_SITELIBDIR%%/twisted/runner/test/test_inetdconf.pyc +%%PYTHON_SITELIBDIR%%/twisted/runner/test/test_inetdconf.pyo +%%PYTHON_SITELIBDIR%%/twisted/runner/test/test_inetdtap.py +%%PYTHON_SITELIBDIR%%/twisted/runner/test/test_inetdtap.pyc +%%PYTHON_SITELIBDIR%%/twisted/runner/test/test_inetdtap.pyo %%PYTHON_SITELIBDIR%%/twisted/runner/test/test_procmon.py %%PYTHON_SITELIBDIR%%/twisted/runner/test/test_procmon.pyc %%PYTHON_SITELIBDIR%%/twisted/runner/test/test_procmon.pyo %%PYTHON_SITELIBDIR%%/twisted/runner/test/test_procmontap.py %%PYTHON_SITELIBDIR%%/twisted/runner/test/test_procmontap.pyc %%PYTHON_SITELIBDIR%%/twisted/runner/test/test_procmontap.pyo -%%PYTHON_SITELIBDIR%%/twisted/runner/topfiles/NEWS -%%PYTHON_SITELIBDIR%%/twisted/runner/topfiles/README %%PYTHON_SITELIBDIR%%/twisted/scripts/__init__.py %%PYTHON_SITELIBDIR%%/twisted/scripts/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/scripts/__init__.pyo @@ -1624,27 +1644,12 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/scripts/htmlizer.py %%PYTHON_SITELIBDIR%%/twisted/scripts/htmlizer.pyc %%PYTHON_SITELIBDIR%%/twisted/scripts/htmlizer.pyo -%%PYTHON_SITELIBDIR%%/twisted/scripts/manhole.py -%%PYTHON_SITELIBDIR%%/twisted/scripts/manhole.pyc -%%PYTHON_SITELIBDIR%%/twisted/scripts/manhole.pyo -%%PYTHON_SITELIBDIR%%/twisted/scripts/tap2deb.py -%%PYTHON_SITELIBDIR%%/twisted/scripts/tap2deb.pyc -%%PYTHON_SITELIBDIR%%/twisted/scripts/tap2deb.pyo -%%PYTHON_SITELIBDIR%%/twisted/scripts/tap2rpm.py -%%PYTHON_SITELIBDIR%%/twisted/scripts/tap2rpm.pyc -%%PYTHON_SITELIBDIR%%/twisted/scripts/tap2rpm.pyo %%PYTHON_SITELIBDIR%%/twisted/scripts/test/__init__.py %%PYTHON_SITELIBDIR%%/twisted/scripts/test/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/scripts/test/__init__.pyo %%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_scripts.py %%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_scripts.pyc %%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_scripts.pyo -%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2deb.py -%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2deb.pyc -%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2deb.pyo -%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2rpm.py -%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2rpm.pyc -%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2rpm.pyo %%PYTHON_SITELIBDIR%%/twisted/scripts/trial.py %%PYTHON_SITELIBDIR%%/twisted/scripts/trial.pyc %%PYTHON_SITELIBDIR%%/twisted/scripts/trial.pyo @@ -1672,19 +1677,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/spread/publish.py %%PYTHON_SITELIBDIR%%/twisted/spread/publish.pyc %%PYTHON_SITELIBDIR%%/twisted/spread/publish.pyo -%%PYTHON_SITELIBDIR%%/twisted/spread/ui/__init__.py -%%PYTHON_SITELIBDIR%%/twisted/spread/ui/__init__.pyc -%%PYTHON_SITELIBDIR%%/twisted/spread/ui/__init__.pyo -%%PYTHON_SITELIBDIR%%/twisted/spread/ui/gtk2util.py -%%PYTHON_SITELIBDIR%%/twisted/spread/ui/gtk2util.pyc -%%PYTHON_SITELIBDIR%%/twisted/spread/ui/gtk2util.pyo -%%PYTHON_SITELIBDIR%%/twisted/spread/ui/login2.glade -%%PYTHON_SITELIBDIR%%/twisted/spread/ui/tktree.py -%%PYTHON_SITELIBDIR%%/twisted/spread/ui/tktree.pyc -%%PYTHON_SITELIBDIR%%/twisted/spread/ui/tktree.pyo -%%PYTHON_SITELIBDIR%%/twisted/spread/ui/tkutil.py -%%PYTHON_SITELIBDIR%%/twisted/spread/ui/tkutil.pyc -%%PYTHON_SITELIBDIR%%/twisted/spread/ui/tkutil.pyo %%PYTHON_SITELIBDIR%%/twisted/spread/util.py %%PYTHON_SITELIBDIR%%/twisted/spread/util.pyc %%PYTHON_SITELIBDIR%%/twisted/spread/util.pyo @@ -1694,24 +1686,15 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/tap/ftp.py %%PYTHON_SITELIBDIR%%/twisted/tap/ftp.pyc %%PYTHON_SITELIBDIR%%/twisted/tap/ftp.pyo -%%PYTHON_SITELIBDIR%%/twisted/tap/manhole.py -%%PYTHON_SITELIBDIR%%/twisted/tap/manhole.pyc -%%PYTHON_SITELIBDIR%%/twisted/tap/manhole.pyo %%PYTHON_SITELIBDIR%%/twisted/tap/portforward.py %%PYTHON_SITELIBDIR%%/twisted/tap/portforward.pyc %%PYTHON_SITELIBDIR%%/twisted/tap/portforward.pyo %%PYTHON_SITELIBDIR%%/twisted/tap/socks.py %%PYTHON_SITELIBDIR%%/twisted/tap/socks.pyc %%PYTHON_SITELIBDIR%%/twisted/tap/socks.pyo -%%PYTHON_SITELIBDIR%%/twisted/tap/telnet.py -%%PYTHON_SITELIBDIR%%/twisted/tap/telnet.pyc -%%PYTHON_SITELIBDIR%%/twisted/tap/telnet.pyo %%PYTHON_SITELIBDIR%%/twisted/test/__init__.py %%PYTHON_SITELIBDIR%%/twisted/test/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/test/__init__.pyo -%%PYTHON_SITELIBDIR%%/twisted/test/_preamble.py -%%PYTHON_SITELIBDIR%%/twisted/test/_preamble.pyc -%%PYTHON_SITELIBDIR%%/twisted/test/_preamble.pyo %%PYTHON_SITELIBDIR%%/twisted/test/crash_test_dummy.py %%PYTHON_SITELIBDIR%%/twisted/test/crash_test_dummy.pyc %%PYTHON_SITELIBDIR%%/twisted/test/crash_test_dummy.pyo @@ -1745,6 +1728,12 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/test/process_fds.py %%PYTHON_SITELIBDIR%%/twisted/test/process_fds.pyc %%PYTHON_SITELIBDIR%%/twisted/test/process_fds.pyo +%%PYTHON_SITELIBDIR%%/twisted/test/process_getargv.py +%%PYTHON_SITELIBDIR%%/twisted/test/process_getargv.pyc +%%PYTHON_SITELIBDIR%%/twisted/test/process_getargv.pyo +%%PYTHON_SITELIBDIR%%/twisted/test/process_getenv.py +%%PYTHON_SITELIBDIR%%/twisted/test/process_getenv.pyc +%%PYTHON_SITELIBDIR%%/twisted/test/process_getenv.pyo %%PYTHON_SITELIBDIR%%/twisted/test/process_linger.py %%PYTHON_SITELIBDIR%%/twisted/test/process_linger.pyc %%PYTHON_SITELIBDIR%%/twisted/test/process_linger.pyo @@ -1844,15 +1833,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/test/test_dirdbm.py %%PYTHON_SITELIBDIR%%/twisted/test/test_dirdbm.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_dirdbm.pyo -%%PYTHON_SITELIBDIR%%/twisted/test/test_doc.py -%%PYTHON_SITELIBDIR%%/twisted/test/test_doc.pyc -%%PYTHON_SITELIBDIR%%/twisted/test/test_doc.pyo %%PYTHON_SITELIBDIR%%/twisted/test/test_error.py %%PYTHON_SITELIBDIR%%/twisted/test/test_error.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_error.pyo -%%PYTHON_SITELIBDIR%%/twisted/test/test_explorer.py -%%PYTHON_SITELIBDIR%%/twisted/test/test_explorer.pyc -%%PYTHON_SITELIBDIR%%/twisted/test/test_explorer.pyo %%PYTHON_SITELIBDIR%%/twisted/test/test_factories.py %%PYTHON_SITELIBDIR%%/twisted/test/test_factories.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_factories.pyo @@ -1907,9 +1890,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/test/test_loopback.py %%PYTHON_SITELIBDIR%%/twisted/test/test_loopback.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_loopback.pyo -%%PYTHON_SITELIBDIR%%/twisted/test/test_manhole.py -%%PYTHON_SITELIBDIR%%/twisted/test/test_manhole.pyc -%%PYTHON_SITELIBDIR%%/twisted/test/test_manhole.pyo %%PYTHON_SITELIBDIR%%/twisted/test/test_memcache.py %%PYTHON_SITELIBDIR%%/twisted/test/test_memcache.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_memcache.pyo @@ -1922,6 +1902,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/test/test_nmea.py %%PYTHON_SITELIBDIR%%/twisted/test/test_nmea.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_nmea.pyo +%%PYTHON_SITELIBDIR%%/twisted/test/test_nooldstyle.py +%%PYTHON_SITELIBDIR%%/twisted/test/test_nooldstyle.pyc +%%PYTHON_SITELIBDIR%%/twisted/test/test_nooldstyle.pyo %%PYTHON_SITELIBDIR%%/twisted/test/test_paths.py %%PYTHON_SITELIBDIR%%/twisted/test/test_paths.pyc %%PYTHON_SITELIBDIR%%/twisted/test/test_paths.pyo @@ -2039,13 +2022,12 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/test/testutils.py %%PYTHON_SITELIBDIR%%/twisted/test/testutils.pyc %%PYTHON_SITELIBDIR%%/twisted/test/testutils.pyo -%%PYTHON_SITELIBDIR%%/twisted/topfiles/CREDITS -%%PYTHON_SITELIBDIR%%/twisted/topfiles/ChangeLog.Old -%%PYTHON_SITELIBDIR%%/twisted/topfiles/NEWS -%%PYTHON_SITELIBDIR%%/twisted/topfiles/README %%PYTHON_SITELIBDIR%%/twisted/trial/__init__.py %%PYTHON_SITELIBDIR%%/twisted/trial/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/trial/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/trial/__main__.py +%%PYTHON_SITELIBDIR%%/twisted/trial/__main__.pyc +%%PYTHON_SITELIBDIR%%/twisted/trial/__main__.pyo %%PYTHON_SITELIBDIR%%/twisted/trial/_asyncrunner.py %%PYTHON_SITELIBDIR%%/twisted/trial/_asyncrunner.pyc %%PYTHON_SITELIBDIR%%/twisted/trial/_asyncrunner.pyo @@ -2244,6 +2226,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/web/_flatten.py %%PYTHON_SITELIBDIR%%/twisted/web/_flatten.pyc %%PYTHON_SITELIBDIR%%/twisted/web/_flatten.pyo +%%PYTHON_SITELIBDIR%%/twisted/web/_http2.py +%%PYTHON_SITELIBDIR%%/twisted/web/_http2.pyc +%%PYTHON_SITELIBDIR%%/twisted/web/_http2.pyo %%PYTHON_SITELIBDIR%%/twisted/web/_newclient.py %%PYTHON_SITELIBDIR%%/twisted/web/_newclient.pyc %%PYTHON_SITELIBDIR%%/twisted/web/_newclient.pyo @@ -2253,9 +2238,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/web/_stan.py %%PYTHON_SITELIBDIR%%/twisted/web/_stan.pyc %%PYTHON_SITELIBDIR%%/twisted/web/_stan.pyo -%%PYTHON_SITELIBDIR%%/twisted/web/_version.py -%%PYTHON_SITELIBDIR%%/twisted/web/_version.pyc -%%PYTHON_SITELIBDIR%%/twisted/web/_version.pyo %%PYTHON_SITELIBDIR%%/twisted/web/client.py %%PYTHON_SITELIBDIR%%/twisted/web/client.pyc %%PYTHON_SITELIBDIR%%/twisted/web/client.pyo @@ -2352,6 +2334,9 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/web/test/test_http.py %%PYTHON_SITELIBDIR%%/twisted/web/test/test_http.pyc %%PYTHON_SITELIBDIR%%/twisted/web/test/test_http.pyo +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_http2.py +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_http2.pyc +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_http2.pyo %%PYTHON_SITELIBDIR%%/twisted/web/test/test_http_headers.py %%PYTHON_SITELIBDIR%%/twisted/web/test/test_http_headers.pyc %%PYTHON_SITELIBDIR%%/twisted/web/test/test_http_headers.pyo @@ -2409,8 +2394,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/web/test/test_xmlrpc.py %%PYTHON_SITELIBDIR%%/twisted/web/test/test_xmlrpc.pyc %%PYTHON_SITELIBDIR%%/twisted/web/test/test_xmlrpc.pyo -%%PYTHON_SITELIBDIR%%/twisted/web/topfiles/NEWS -%%PYTHON_SITELIBDIR%%/twisted/web/topfiles/README %%PYTHON_SITELIBDIR%%/twisted/web/twcgi.py %%PYTHON_SITELIBDIR%%/twisted/web/twcgi.pyc %%PYTHON_SITELIBDIR%%/twisted/web/twcgi.pyo @@ -2429,9 +2412,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/words/__init__.py %%PYTHON_SITELIBDIR%%/twisted/words/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/words/__init__.pyo -%%PYTHON_SITELIBDIR%%/twisted/words/_version.py -%%PYTHON_SITELIBDIR%%/twisted/words/_version.pyc -%%PYTHON_SITELIBDIR%%/twisted/words/_version.pyo %%PYTHON_SITELIBDIR%%/twisted/words/ewords.py %%PYTHON_SITELIBDIR%%/twisted/words/ewords.pyc %%PYTHON_SITELIBDIR%%/twisted/words/ewords.pyo @@ -2502,9 +2482,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/words/protocols/jabber/xmpp_stringprep.py %%PYTHON_SITELIBDIR%%/twisted/words/protocols/jabber/xmpp_stringprep.pyc %%PYTHON_SITELIBDIR%%/twisted/words/protocols/jabber/xmpp_stringprep.pyo -%%PYTHON_SITELIBDIR%%/twisted/words/protocols/msn.py -%%PYTHON_SITELIBDIR%%/twisted/words/protocols/msn.pyc -%%PYTHON_SITELIBDIR%%/twisted/words/protocols/msn.pyo %%PYTHON_SITELIBDIR%%/twisted/words/protocols/oscar.py %%PYTHON_SITELIBDIR%%/twisted/words/protocols/oscar.pyc %%PYTHON_SITELIBDIR%%/twisted/words/protocols/oscar.pyo @@ -2562,9 +2539,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/words/test/test_jabberxmppstringprep.py %%PYTHON_SITELIBDIR%%/twisted/words/test/test_jabberxmppstringprep.pyc %%PYTHON_SITELIBDIR%%/twisted/words/test/test_jabberxmppstringprep.pyo -%%PYTHON_SITELIBDIR%%/twisted/words/test/test_msn.py -%%PYTHON_SITELIBDIR%%/twisted/words/test/test_msn.pyc -%%PYTHON_SITELIBDIR%%/twisted/words/test/test_msn.pyo %%PYTHON_SITELIBDIR%%/twisted/words/test/test_oscar.py %%PYTHON_SITELIBDIR%%/twisted/words/test/test_oscar.pyc %%PYTHON_SITELIBDIR%%/twisted/words/test/test_oscar.pyo @@ -2586,8 +2560,6 @@ bin/twistd %%PYTHON_SITELIBDIR%%/twisted/words/test/test_xpath.py %%PYTHON_SITELIBDIR%%/twisted/words/test/test_xpath.pyc %%PYTHON_SITELIBDIR%%/twisted/words/test/test_xpath.pyo -%%PYTHON_SITELIBDIR%%/twisted/words/topfiles/NEWS -%%PYTHON_SITELIBDIR%%/twisted/words/topfiles/README %%PYTHON_SITELIBDIR%%/twisted/words/xish/__init__.py %%PYTHON_SITELIBDIR%%/twisted/words/xish/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/words/xish/__init__.pyo From owner-svn-ports-head@freebsd.org Mon Oct 10 06:35:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 544FDC0BCEA; Mon, 10 Oct 2016 06:35:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19B6BB5D; Mon, 10 Oct 2016 06:35:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9A6Z4oZ030695; Mon, 10 Oct 2016 06:35:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A6Z4hu030693; Mon, 10 Oct 2016 06:35:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610100635.u9A6Z4hu030693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 10 Oct 2016 06:35:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423640 - in head: java/openjfx8-devel net/guacamole-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 06:35:05 -0000 Author: antoine Date: Mon Oct 10 06:35:03 2016 New Revision: 423640 URL: https://svnweb.freebsd.org/changeset/ports/423640 Log: Convert to USES=jpeg Modified: head/java/openjfx8-devel/Makefile head/net/guacamole-server/Makefile Modified: head/java/openjfx8-devel/Makefile ============================================================================== --- head/java/openjfx8-devel/Makefile Mon Oct 10 06:16:48 2016 (r423639) +++ head/java/openjfx8-devel/Makefile Mon Oct 10 06:35:03 2016 (r423640) @@ -22,8 +22,8 @@ BUILD_DEPENDS= apache-ant>0:devel/apache gradle:devel/gradle \ swt-devel>0:x11-toolkits/swt-devel RUN_DEPENDS= swt-devel>0:x11-toolkits/swt-devel -LIB_DEPENDS= libjpeg.so:graphics/jpeg-turbo +USES= jpeg USE_GL= yes USE_GNOME= gtk20 USE_JAVA= yes Modified: head/net/guacamole-server/Makefile ============================================================================== --- head/net/guacamole-server/Makefile Mon Oct 10 06:16:48 2016 (r423639) +++ head/net/guacamole-server/Makefile Mon Oct 10 06:35:03 2016 (r423640) @@ -13,15 +13,14 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libossp-uuid.so:misc/ossp-uuid \ - libpng.so:graphics/png \ - libjpeg.so:graphics/jpeg-turbo + libpng.so:graphics/png CONFLICTS_BUILD=pulseaudio-*+jack_* ffmpeg-*+jack_* USE_GITHUB= yes GH_ACCOUNT= glyptodon -USES= autoreconf libtool localbase pkgconfig shebangfix ssl +USES= autoreconf jpeg libtool localbase pkgconfig shebangfix ssl USE_GNOME= cairo SHEBANG_FILES= ${WRKSRC}/src/protocols/rdp/keymaps/generate.pl From owner-svn-ports-head@freebsd.org Mon Oct 10 07:14:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC936AF7492; Mon, 10 Oct 2016 07:14:14 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE704D5E; Mon, 10 Oct 2016 07:14:14 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9A7EDnY045769; Mon, 10 Oct 2016 07:14:13 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A7EDl2045767; Mon, 10 Oct 2016 07:14:13 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610100714.u9A7EDl2045767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 10 Oct 2016 07:14:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423641 - head/devel/extra-cmake-modules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 07:14:15 -0000 Author: pi Date: Mon Oct 10 07:14:13 2016 New Revision: 423641 URL: https://svnweb.freebsd.org/changeset/ports/423641 Log: devel/extra-cmake-modules: 5.26.0 -> 5.27.0 PR: 213330 Changes: https://quickgit.kde.org/?p=extra-cmake-modules.git&a=log Submitted by: Yuri Victorovich (maintainer) Modified: head/devel/extra-cmake-modules/Makefile head/devel/extra-cmake-modules/distinfo Modified: head/devel/extra-cmake-modules/Makefile ============================================================================== --- head/devel/extra-cmake-modules/Makefile Mon Oct 10 06:35:03 2016 (r423640) +++ head/devel/extra-cmake-modules/Makefile Mon Oct 10 07:14:13 2016 (r423641) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= extra-cmake-modules -PORTVERSION= 5.26.0 +PORTVERSION= 5.27.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/extra-cmake-modules/distinfo ============================================================================== --- head/devel/extra-cmake-modules/distinfo Mon Oct 10 06:35:03 2016 (r423640) +++ head/devel/extra-cmake-modules/distinfo Mon Oct 10 07:14:13 2016 (r423641) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473584808 -SHA256 (KDE-extra-cmake-modules-v5.26.0_GH0.tar.gz) = 5c988d43454ae402802e5435bff55cdd18b6764e0c373d9b12019a9156e68129 -SIZE (KDE-extra-cmake-modules-v5.26.0_GH0.tar.gz) = 338034 +TIMESTAMP = 1476001119 +SHA256 (KDE-extra-cmake-modules-v5.27.0_GH0.tar.gz) = 4f9c947a94f621ea90b0b56329951a4b97fd11d2ae901861a6cde1456f94a87a +SIZE (KDE-extra-cmake-modules-v5.27.0_GH0.tar.gz) = 338067 From owner-svn-ports-head@freebsd.org Mon Oct 10 08:29:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DE5BC07E41; Mon, 10 Oct 2016 08:29:50 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E0ECD28; Mon, 10 Oct 2016 08:29:50 +0000 (UTC) (envelope-from fjoe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9A8TnrP072098; Mon, 10 Oct 2016 08:29:49 GMT (envelope-from fjoe@FreeBSD.org) Received: (from fjoe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A8Tnf4072097; Mon, 10 Oct 2016 08:29:49 GMT (envelope-from fjoe@FreeBSD.org) Message-Id: <201610100829.u9A8Tnf4072097@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fjoe set sender to fjoe@FreeBSD.org using -f From: Max Khon Date: Mon, 10 Oct 2016 08:29:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423642 - head/databases/virtuoso X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 08:29:50 -0000 Author: fjoe Date: Mon Oct 10 08:29:49 2016 New Revision: 423642 URL: https://svnweb.freebsd.org/changeset/ports/423642 Log: - Fix "install" target with ImageMagick disabled. - USES=execinfo - Bump PORTREVISION Modified: head/databases/virtuoso/Makefile Modified: head/databases/virtuoso/Makefile ============================================================================== --- head/databases/virtuoso/Makefile Mon Oct 10 07:14:13 2016 (r423641) +++ head/databases/virtuoso/Makefile Mon Oct 10 08:29:49 2016 (r423642) @@ -3,7 +3,7 @@ PORTNAME= virtuoso PORTVERSION= 7.2.4.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= SF DISTNAME= ${PORTNAME}-opensource-${PORTVERSION} @@ -20,10 +20,9 @@ BUILD_DEPENDS= gawk:lang/gawk\ htmldoc:textproc/htmldoc\ flex>2.5.4:textproc/flex\ gperf>=3.0.3:devel/gperf -LIB_DEPENDS= libxml2.so:textproc/libxml2\ - libexecinfo.so:devel/libexecinfo +LIB_DEPENDS= libxml2.so:textproc/libxml2 -USES= gmake libtool readline uidfix +USES= execinfo gmake libtool readline uidfix USE_AUTOTOOLS= autoheader aclocal USE_OPENSSL= yes @@ -103,8 +102,5 @@ CONFIGURE_ARGS+=--disable-openldap post-install: ${FIND} ${STAGEDIR} -name "*.ini" -exec ${MV} {} {}.sample \; -print ${RMDIR} ${STAGEDIR}${PREFIX}/virtuoso/doc/html -.if ! ${PORT_OPTIONS:MIMAGEMAGICK} - ${RMDIR} ${STAGEDIR}${PREFIX}/lib/virtuoso/hosting -.endif .include From owner-svn-ports-head@freebsd.org Mon Oct 10 10:20:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93EA0C06C61; Mon, 10 Oct 2016 10:20:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D2FD20E; Mon, 10 Oct 2016 10:20:56 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AAKtBu015781; Mon, 10 Oct 2016 10:20:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AAKthf015779; Mon, 10 Oct 2016 10:20:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610101020.u9AAKthf015779@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 10:20:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423643 - head/devel/libccid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 10:20:56 -0000 Author: amdmi3 Date: Mon Oct 10 10:20:55 2016 New Revision: 423643 URL: https://svnweb.freebsd.org/changeset/ports/423643 Log: - Update to 1.4.25 - Cosmetic fixes Modified: head/devel/libccid/Makefile head/devel/libccid/distinfo Modified: head/devel/libccid/Makefile ============================================================================== --- head/devel/libccid/Makefile Mon Oct 10 08:29:49 2016 (r423642) +++ head/devel/libccid/Makefile Mon Oct 10 10:20:55 2016 (r423643) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= ccid -PORTVERSION= 1.4.24 +PORTVERSION= 1.4.25 CATEGORIES= devel -MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4171/ +MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4187/ MAINTAINER= ports@FreeBSD.org COMMENT= Generic USB CCID (Chip/Smart Card Interface Devices) driver @@ -21,17 +21,13 @@ CONFIGURE_ARGS= --enable-usbdropdir=${PR --enable-ccidtwindir=${PREFIX}/lib/pcsc/drivers/serial CONFIGURE_ENV= LIBUSB_CFLAGS="-I${LOCALBASE}/include" \ LIBUSB_LIBS="-L${LOCALBASE}/lib -lusb" -CPPFLAGS+= -I${LOCALBASE}/include PLIST_SUB= VER=${PORTVERSION} INSTALL_TARGET= install-strip -.include - post-patch: - ${REINPLACE_CMD} -e "s,use warnings;,," ${WRKSRC}/src/create_Info_plist.pl - ${REINPLACE_CMD} -e "s,ndef __APPLE__, !(__APPLE__ || __FreeBSD__)," ${WRKSRC}/contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.c - ${REINPLACE_CMD} -e "s,libusb-1.0/libusb.h,libusb.h," \ + @${REINPLACE_CMD} -e "s,ndef __APPLE__, !(__APPLE__ || __FreeBSD__)," ${WRKSRC}/contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.c + @${REINPLACE_CMD} -e "s,libusb-1.0/libusb.h,libusb.h," \ ${WRKSRC}/configure ${WRKSRC}/src/ccid_usb.c \ ${WRKSRC}/src/ccid_usb.h \ ${WRKSRC}/contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.c @@ -42,4 +38,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/contrib/RSA_SecurID/RSA_SecurID_getpasswd.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 -.include +.include Modified: head/devel/libccid/distinfo ============================================================================== --- head/devel/libccid/distinfo Mon Oct 10 08:29:49 2016 (r423642) +++ head/devel/libccid/distinfo Mon Oct 10 10:20:55 2016 (r423643) @@ -1,2 +1,3 @@ -SHA256 (ccid-1.4.24.tar.bz2) = 62cb73c6c009c9799c526f05a05e25f00f0ad86d50f82a714dedcfbf4a7e4176 -SIZE (ccid-1.4.24.tar.bz2) = 594507 +TIMESTAMP = 1476094169 +SHA256 (ccid-1.4.25.tar.bz2) = 6b062b4ce0f04d6838d58e6faa255ba05222bd8ecb57a2d1116fdbe22f253609 +SIZE (ccid-1.4.25.tar.bz2) = 627456 From owner-svn-ports-head@freebsd.org Mon Oct 10 10:30:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83292C06E17; Mon, 10 Oct 2016 10:30:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4473982B; Mon, 10 Oct 2016 10:30:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AAUSoh017547; Mon, 10 Oct 2016 10:30:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AAUSRv017543; Mon, 10 Oct 2016 10:30:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610101030.u9AAUSRv017543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 10:30:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423644 - in head/graphics/liblqr-1: . 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 10:30:29 -0000 Author: amdmi3 Date: Mon Oct 10 10:30:27 2016 New Revision: 423644 URL: https://svnweb.freebsd.org/changeset/ports/423644 Log: - Update to 0.4.2 - Add LICENSE - Regenerate patches Deleted: head/graphics/liblqr-1/files/patch-configure Modified: head/graphics/liblqr-1/Makefile head/graphics/liblqr-1/distinfo head/graphics/liblqr-1/files/patch-examples-Makefile head/graphics/liblqr-1/pkg-plist Modified: head/graphics/liblqr-1/Makefile ============================================================================== --- head/graphics/liblqr-1/Makefile Mon Oct 10 10:20:55 2016 (r423643) +++ head/graphics/liblqr-1/Makefile Mon Oct 10 10:30:27 2016 (r423644) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= liblqr-1 -DISTVERSION= 0.4.1 -PORTREVISION= 8 +PORTVERSION= 0.4.2 CATEGORIES= graphics MASTER_SITES= http://liblqr.wdfiles.com/local--files/en:download-page/ \ http://mirror.amdmi3.ru/distfiles/ @@ -11,6 +10,9 @@ MASTER_SITES= http://liblqr.wdfiles.com/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Easy to use C/C++ seam carving library +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER + USES= tar:bzip2 gettext gmake pkgconfig libtool GNU_CONFIGURE= yes USE_GNOME= glib20 Modified: head/graphics/liblqr-1/distinfo ============================================================================== --- head/graphics/liblqr-1/distinfo Mon Oct 10 10:20:55 2016 (r423643) +++ head/graphics/liblqr-1/distinfo Mon Oct 10 10:30:27 2016 (r423644) @@ -1,2 +1,3 @@ -SHA256 (liblqr-1-0.4.1.tar.bz2) = 9fda316804a4fa0a07184483a4b488611963340610615ea9cc25f6f31407e909 -SIZE (liblqr-1-0.4.1.tar.bz2) = 347474 +TIMESTAMP = 1476029434 +SHA256 (liblqr-1-0.4.2.tar.bz2) = 173a822efd207d72cda7d7f4e951c5000f31b10209366ff7f0f5972f7f9ff137 +SIZE (liblqr-1-0.4.2.tar.bz2) = 344739 Modified: head/graphics/liblqr-1/files/patch-examples-Makefile ============================================================================== --- head/graphics/liblqr-1/files/patch-examples-Makefile Mon Oct 10 10:20:55 2016 (r423643) +++ head/graphics/liblqr-1/files/patch-examples-Makefile Mon Oct 10 10:30:27 2016 (r423644) @@ -1,6 +1,6 @@ ---- examples/Makefile.orig 2009-05-09 20:41:30.000000000 +0400 -+++ examples/Makefile 2009-05-12 20:52:42.000000000 +0400 -@@ -63,17 +63,17 @@ +--- examples/Makefile.orig 2009-05-09 16:41:30 UTC ++++ examples/Makefile +@@ -63,17 +63,17 @@ all: $(tt1out) $(tt2out) # linking $(tt1out) : $(tt1obj) Modified: head/graphics/liblqr-1/pkg-plist ============================================================================== --- head/graphics/liblqr-1/pkg-plist Mon Oct 10 10:20:55 2016 (r423643) +++ head/graphics/liblqr-1/pkg-plist Mon Oct 10 10:30:27 2016 (r423644) @@ -13,7 +13,7 @@ include/lqr-1/lqr/lqr_vmap_list_pub.h include/lqr-1/lqr/lqr_vmap_pub.h lib/liblqr-1.so lib/liblqr-1.so.0 -lib/liblqr-1.so.0.3.1 +lib/liblqr-1.so.0.3.2 libdata/pkgconfig/lqr-1.pc %%HTMLDOCS%%%%DOCSDIR%%/Introduction.html %%HTMLDOCS%%%%DOCSDIR%%/about-this-doc.html From owner-svn-ports-head@freebsd.org Mon Oct 10 10:30:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8FCFC06E44; Mon, 10 Oct 2016 10:30:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9051390C; Mon, 10 Oct 2016 10:30:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AAUZHt018247; Mon, 10 Oct 2016 10:30:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AAUZEQ018225; Mon, 10 Oct 2016 10:30:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610101030.u9AAUZEQ018225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 10:30:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423645 - head/graphics/gimp-lqr-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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 10:30:36 -0000 Author: amdmi3 Date: Mon Oct 10 10:30:35 2016 New Revision: 423645 URL: https://svnweb.freebsd.org/changeset/ports/423645 Log: - Update to 0.7.2 - Add LICENSE - Switch to USES=localbase Modified: head/graphics/gimp-lqr-plugin/Makefile head/graphics/gimp-lqr-plugin/distinfo Modified: head/graphics/gimp-lqr-plugin/Makefile ============================================================================== --- head/graphics/gimp-lqr-plugin/Makefile Mon Oct 10 10:30:27 2016 (r423644) +++ head/graphics/gimp-lqr-plugin/Makefile Mon Oct 10 10:30:35 2016 (r423645) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gimp-lqr-plugin -PORTVERSION= 0.7.1 -PORTREVISION= 5 +PORTVERSION= 0.7.2 CATEGORIES= graphics MASTER_SITES= http://liquidrescale.wdfiles.com/local--files/en:download-page-sources/ \ http://mirror.amdmi3.ru/distfiles/ @@ -11,19 +10,19 @@ MASTER_SITES= http://liquidrescale.wdfil MAINTAINER= amdmi3@FreeBSD.org COMMENT= Liquid rescale GIMP plug-in +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app \ liblqr-1.so:graphics/liblqr-1 -USES= tar:bzip2 gettext gmake pkgconfig +USES= tar:bzip2 gettext gmake localbase pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool PLUGIN_DIR?= libexec/gimp/2.2/plug-ins PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR} -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - post-patch: @${REINPLACE_CMD} -e 's|^bindir = .*|bindir = ${PREFIX}/${PLUGIN_DIR}|g' ${WRKSRC}/src/Makefile.in Modified: head/graphics/gimp-lqr-plugin/distinfo ============================================================================== --- head/graphics/gimp-lqr-plugin/distinfo Mon Oct 10 10:30:27 2016 (r423644) +++ head/graphics/gimp-lqr-plugin/distinfo Mon Oct 10 10:30:35 2016 (r423645) @@ -1,2 +1,3 @@ -SHA256 (gimp-lqr-plugin-0.7.1.tar.bz2) = 6298183e31d992e789592e754069ae8176af192fb5c78a36d12b77d6aa119e0e -SIZE (gimp-lqr-plugin-0.7.1.tar.bz2) = 783423 +TIMESTAMP = 1476027432 +SHA256 (gimp-lqr-plugin-0.7.2.tar.bz2) = 169e11164e4fe4e93a0f06e545748bd77b206b7a471bdebf7dd3bc8a008e647a +SIZE (gimp-lqr-plugin-0.7.2.tar.bz2) = 784455 From owner-svn-ports-head@freebsd.org Mon Oct 10 10:45:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4CEAC07314; Mon, 10 Oct 2016 10:45:07 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74C37FA9; Mon, 10 Oct 2016 10:45:07 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AAj6pt025009; Mon, 10 Oct 2016 10:45:06 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AAj6Mf025007; Mon, 10 Oct 2016 10:45:06 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201610101045.u9AAj6Mf025007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 10 Oct 2016 10:45:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423646 - head/www/mod_http2-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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 10:45:07 -0000 Author: brnrd Date: Mon Oct 10 10:45:06 2016 New Revision: 423646 URL: https://svnweb.freebsd.org/changeset/ports/423646 Log: www/mod_http2-devel: Update to 1.7.3 - Regular bug-fix update Modified: head/www/mod_http2-devel/Makefile head/www/mod_http2-devel/distinfo Modified: head/www/mod_http2-devel/Makefile ============================================================================== --- head/www/mod_http2-devel/Makefile Mon Oct 10 10:30:35 2016 (r423645) +++ head/www/mod_http2-devel/Makefile Mon Oct 10 10:45:06 2016 (r423646) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_http2-devel -PORTVERSION= 1.7.2 +PORTVERSION= 1.7.3 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/mod_http2-devel/distinfo ============================================================================== --- head/www/mod_http2-devel/distinfo Mon Oct 10 10:30:35 2016 (r423645) +++ head/www/mod_http2-devel/distinfo Mon Oct 10 10:45:06 2016 (r423646) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475845758 -SHA256 (icing-mod_h2-v1.7.2_GH0.tar.gz) = 44eed80c7181e727e0a778ce74554b9289000f5a8b8948bc078da080af363be0 -SIZE (icing-mod_h2-v1.7.2_GH0.tar.gz) = 185827 +TIMESTAMP = 1476095770 +SHA256 (icing-mod_h2-v1.7.3_GH0.tar.gz) = 472721fcb1abee266d7a708a069215907cbe6ce7a721159ddf0acb446039c99e +SIZE (icing-mod_h2-v1.7.3_GH0.tar.gz) = 186254 From owner-svn-ports-head@freebsd.org Mon Oct 10 10:46:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A966C073BD; Mon, 10 Oct 2016 10:46:49 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD8E310A; Mon, 10 Oct 2016 10:46:48 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AAklK8025181; Mon, 10 Oct 2016 10:46:47 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AAkluH025179; Mon, 10 Oct 2016 10:46:47 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201610101046.u9AAkluH025179@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 10 Oct 2016 10:46:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423647 - head/devel/pecl-swoole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 10:46:49 -0000 Author: vanilla Date: Mon Oct 10 10:46:47 2016 New Revision: 423647 URL: https://svnweb.freebsd.org/changeset/ports/423647 Log: Update to 1.8.12. Modified: head/devel/pecl-swoole/Makefile head/devel/pecl-swoole/distinfo Modified: head/devel/pecl-swoole/Makefile ============================================================================== --- head/devel/pecl-swoole/Makefile Mon Oct 10 10:45:06 2016 (r423646) +++ head/devel/pecl-swoole/Makefile Mon Oct 10 10:46:47 2016 (r423647) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swoole -PORTVERSION= 1.8.11 +PORTVERSION= 1.8.12 CATEGORIES= devel net MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/devel/pecl-swoole/distinfo ============================================================================== --- head/devel/pecl-swoole/distinfo Mon Oct 10 10:45:06 2016 (r423646) +++ head/devel/pecl-swoole/distinfo Mon Oct 10 10:46:47 2016 (r423647) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473776770 -SHA256 (PECL/swoole-1.8.11.tgz) = 07302e592c53946ef02b40f067ad39af03a1a48231c9cfc011a52f7d396a502a -SIZE (PECL/swoole-1.8.11.tgz) = 523334 +TIMESTAMP = 1476027333 +SHA256 (PECL/swoole-1.8.12.tgz) = 620d5a3a645a687d8c7a362ad1ac2c0f983eb0841f55378908cb47b5c36bd029 +SIZE (PECL/swoole-1.8.12.tgz) = 523694 From owner-svn-ports-head@freebsd.org Mon Oct 10 10:58:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25D57C0773D; Mon, 10 Oct 2016 10:58:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E944496A; Mon, 10 Oct 2016 10:58:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AAwEaI029186; Mon, 10 Oct 2016 10:58:14 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AAwDfM029184; Mon, 10 Oct 2016 10:58:13 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610101058.u9AAwDfM029184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 10 Oct 2016 10:58:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423648 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 10:58:15 -0000 Author: mat Date: Mon Oct 10 10:58:13 2016 New Revision: 423648 URL: https://svnweb.freebsd.org/changeset/ports/423648 Log: Update to v5.25.5-76-g91dca83. Changes: https://github.com/Perl/perl5/compare/v5.25.5-64-g1c56654...v5.25.5-76-g91dca83 Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Oct 10 10:46:47 2016 (r423647) +++ head/lang/perl5-devel/Makefile Mon Oct 10 10:58:13 2016 (r423648) @@ -30,7 +30,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_J USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.25.5-64-g1c56654 +GH_TAGNAME= v5.25.5-76-g91dca83 MAKE_JOBS_UNSAFE= yes Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Oct 10 10:46:47 2016 (r423647) +++ head/lang/perl5-devel/distinfo Mon Oct 10 10:58:13 2016 (r423648) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475490443 -SHA256 (perl/perl-5.25.5-64_GH0.tar.gz) = d9f0060dae6c4519f18dd76a4f89edfc9e27c7be87495d96c95cb7795f76a2f2 -SIZE (perl/perl-5.25.5-64_GH0.tar.gz) = 18279326 +TIMESTAMP = 1476094254 +SHA256 (perl/perl-5.25.5-76_GH0.tar.gz) = 95a89ec7387a7300926936d950d4c76a4fa612cc8d347120ff6ff2f2d80ea1b7 +SIZE (perl/perl-5.25.5-76_GH0.tar.gz) = 18281463 From owner-svn-ports-head@freebsd.org Mon Oct 10 10:58:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1347AC0777C; Mon, 10 Oct 2016 10:58:27 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5DD3A4C; Mon, 10 Oct 2016 10:58:26 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AAwP65029368; Mon, 10 Oct 2016 10:58:25 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AAwPbS029365; Mon, 10 Oct 2016 10:58:25 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610101058.u9AAwPbS029365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 10 Oct 2016 10:58:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423649 - head/dns/bind9-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 10:58:27 -0000 Author: mat Date: Mon Oct 10 10:58:25 2016 New Revision: 423649 URL: https://svnweb.freebsd.org/changeset/ports/423649 Log: Update to latest commit. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Oct 10 10:58:13 2016 (r423648) +++ head/dns/bind9-devel/Makefile Mon Oct 10 10:58:25 2016 (r423649) @@ -30,8 +30,8 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= MPL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2016.10.01 -HASH= b7d07b8 +ISCVERSION= 9.12.0a.2016.10.10 +HASH= d3f29e7 USES= cpe libedit Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Oct 10 10:58:13 2016 (r423648) +++ head/dns/bind9-devel/distinfo Mon Oct 10 10:58:25 2016 (r423649) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475495088 -SHA256 (bind9-b7d07b8.tar.gz) = 5809adab41c054c1e8071ead38c5a37f0a77a83b2d967db154161efae5a5e94c -SIZE (bind9-b7d07b8.tar.gz) = 11800260 +TIMESTAMP = 1476095407 +SHA256 (bind9-d3f29e7.tar.gz) = 7f27b9099cdf32ae7166559b14d7e4f4dad16f6375302a1b935db23b4e1a1d52 +SIZE (bind9-d3f29e7.tar.gz) = 11848197 From owner-svn-ports-head@freebsd.org Mon Oct 10 11:40:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58FD8C0BBAC; Mon, 10 Oct 2016 11:40:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DB1A25C; Mon, 10 Oct 2016 11:40:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ABevDc045055; Mon, 10 Oct 2016 11:40:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ABeuOO045048; Mon, 10 Oct 2016 11:40:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610101140.u9ABeuOO045048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 11:40:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423650 - in head/games: . gnujump gnujump/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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 11:40:58 -0000 Author: amdmi3 Date: Mon Oct 10 11:40:56 2016 New Revision: 423650 URL: https://svnweb.freebsd.org/changeset/ports/423650 Log: - Add games/gnujump GNUjump is a clone of the simple yet addictive game Xjump, adding new features like multiplaying, unlimited FPS, smooth floor falling, themable graphics, sounds, replays, ... The goal in this game is to jump to the next floor trying not to fall down. As you go upper in the Falling Tower the floors will fall faster. Try to survive longer get upper than anyone. It might seem too simple but once you've tried you'll realize how addictive this is. WWW: http://gnujump.es.gnu.org/index.php/Main_Page Added: head/games/gnujump/ head/games/gnujump/Makefile (contents, props changed) head/games/gnujump/distinfo (contents, props changed) head/games/gnujump/files/ head/games/gnujump/files/patch-src_main.c (contents, props changed) head/games/gnujump/pkg-descr (contents, props changed) head/games/gnujump/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Mon Oct 10 10:58:25 2016 (r423649) +++ head/games/Makefile Mon Oct 10 11:40:56 2016 (r423650) @@ -358,6 +358,7 @@ SUBDIR += gnuchess SUBDIR += gnudoku SUBDIR += gnugo + SUBDIR += gnujump SUBDIR += gnurobbo SUBDIR += gnurobots SUBDIR += gnushogi Added: head/games/gnujump/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gnujump/Makefile Mon Oct 10 11:40:56 2016 (r423650) @@ -0,0 +1,49 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= gnujump +PORTVERSION= 1.0.8 +CATEGORIES= games +MASTER_SITES= GNU + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Platform game where you have to jump up to survive + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +GNU_CONFIGURE= yes +USES= gmake localbase +USE_SDL= sdl mixer image +USE_GL= gl +USE_XORG= x11 + +LDFLAGS+= -lm + +PORTDOCS= AUTHORS README +PORTDATA= * + +DESKTOP_ENTRIES="GNUJump" \ + "" \ + "${DATADIR}/skins/default/hero1.0.png" \ + "${PORTNAME}" \ + "Game;ArcadeGame;" \ + "" + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext +NLS_LDFLAGS= -lintl + +post-patch: + @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/src/gnujump.h + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ +.endfor + +.include Added: head/games/gnujump/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gnujump/distinfo Mon Oct 10 11:40:56 2016 (r423650) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476098272 +SHA256 (gnujump-1.0.8.tar.gz) = 13c3fe5f430eb0c010560c7e438123a573ca61a55c6708aa750cfbf56bf25e17 +SIZE (gnujump-1.0.8.tar.gz) = 2508641 Added: head/games/gnujump/files/patch-src_main.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gnujump/files/patch-src_main.c Mon Oct 10 11:40:56 2016 (r423650) @@ -0,0 +1,11 @@ +--- src/main.c.orig 2008-09-23 14:17:29 UTC ++++ src/main.c +@@ -18,6 +18,8 @@ + * along with this program. If not, see . + */ + ++#include ++ + #include "gnujump.h" + + #include "setup.h" Added: head/games/gnujump/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gnujump/pkg-descr Mon Oct 10 11:40:56 2016 (r423650) @@ -0,0 +1,11 @@ +GNUjump is a clone of the simple yet addictive game Xjump, adding +new features like multiplaying, unlimited FPS, smooth floor falling, +themable graphics, sounds, replays, ... + +The goal in this game is to jump to the next floor trying not to +fall down. As you go upper in the Falling Tower the floors will +fall faster. Try to survive longer get upper than anyone. It might +seem too simple but once you've tried you'll realize how addictive +this is. + +WWW: http://gnujump.es.gnu.org/index.php/Main_Page Added: head/games/gnujump/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gnujump/pkg-plist Mon Oct 10 11:40:56 2016 (r423650) @@ -0,0 +1,4 @@ +bin/gnujump +man/man6/gnujump.6.gz +%%NLS%%share/locale/it/LC_MESSAGES/gnujump.mo +%%NLS%%share/locale/tr/LC_MESSAGES/gnujump.mo From owner-svn-ports-head@freebsd.org Mon Oct 10 11:41:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF8EFC0BCCB; Mon, 10 Oct 2016 11:41:42 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FF7B79E; Mon, 10 Oct 2016 11:41:42 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ABffko047993; Mon, 10 Oct 2016 11:41:41 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ABffXt047991; Mon, 10 Oct 2016 11:41:41 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201610101141.u9ABffXt047991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 10 Oct 2016 11:41:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423651 - head/math/R-cran-irlba X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 11:41:42 -0000 Author: tota Date: Mon Oct 10 11:41:41 2016 New Revision: 423651 URL: https://svnweb.freebsd.org/changeset/ports/423651 Log: - Update to 2.1.2 Modified: head/math/R-cran-irlba/Makefile (contents, props changed) head/math/R-cran-irlba/distinfo (contents, props changed) Modified: head/math/R-cran-irlba/Makefile ============================================================================== --- head/math/R-cran-irlba/Makefile Mon Oct 10 11:40:56 2016 (r423650) +++ head/math/R-cran-irlba/Makefile Mon Oct 10 11:41:41 2016 (r423651) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= irlba -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/math/R-cran-irlba/distinfo ============================================================================== --- head/math/R-cran-irlba/distinfo Mon Oct 10 11:40:56 2016 (r423650) +++ head/math/R-cran-irlba/distinfo Mon Oct 10 11:41:41 2016 (r423651) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472382095 -SHA256 (irlba_2.1.1.tar.gz) = 5216e10e4f51753330d3c27b867a2ecea27e8575029c6c8a038b0d671e5a6879 -SIZE (irlba_2.1.1.tar.gz) = 216613 +TIMESTAMP = 1475914656 +SHA256 (irlba_2.1.2.tar.gz) = 5183e8dd7943df11c0f44460566adf06c03d5320f142699298f516d423b06ce1 +SIZE (irlba_2.1.2.tar.gz) = 218471 From owner-svn-ports-head@freebsd.org Mon Oct 10 12:29:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8A54C07B2F; Mon, 10 Oct 2016 12:29:47 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A605121; Mon, 10 Oct 2016 12:29:47 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ACTkoc064485; Mon, 10 Oct 2016 12:29:46 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ACTkGx064483; Mon, 10 Oct 2016 12:29:46 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201610101229.u9ACTkGx064483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 10 Oct 2016 12:29:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423652 - head/textproc/R-cran-stringi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 12:29:47 -0000 Author: tota Date: Mon Oct 10 12:29:46 2016 New Revision: 423652 URL: https://svnweb.freebsd.org/changeset/ports/423652 Log: - Update to 1.1.2 Modified: head/textproc/R-cran-stringi/Makefile (contents, props changed) head/textproc/R-cran-stringi/distinfo (contents, props changed) Modified: head/textproc/R-cran-stringi/Makefile ============================================================================== --- head/textproc/R-cran-stringi/Makefile Mon Oct 10 11:41:41 2016 (r423651) +++ head/textproc/R-cran-stringi/Makefile Mon Oct 10 12:29:46 2016 (r423652) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= stringi -DISTVERSION= 1.1.1 -PORTREVISION= 3 +DISTVERSION= 1.1.2 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -14,6 +13,6 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libicui18n.so:devel/icu -USES= cran:auto-plist pkgconfig:build +USES= cran:auto-plist,compiles pkgconfig:build .include Modified: head/textproc/R-cran-stringi/distinfo ============================================================================== --- head/textproc/R-cran-stringi/distinfo Mon Oct 10 11:41:41 2016 (r423651) +++ head/textproc/R-cran-stringi/distinfo Mon Oct 10 12:29:46 2016 (r423652) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464762867 -SHA256 (stringi_1.1.1.tar.gz) = 243178a138fe68c86384feb85ead8eb605e8230113d638da5650bca01e24e165 -SIZE (stringi_1.1.1.tar.gz) = 3644397 +TIMESTAMP = 1475915173 +SHA256 (stringi_1.1.2.tar.gz) = e50b7162ceb7ebae403475f6f8a76a39532a2abc82112db88661f48aa4b9218e +SIZE (stringi_1.1.2.tar.gz) = 3644855 From owner-svn-ports-head@freebsd.org Mon Oct 10 12:39:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52806C07D78; Mon, 10 Oct 2016 12:39:10 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 244A5794; Mon, 10 Oct 2016 12:39:10 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ACd9B9068346; Mon, 10 Oct 2016 12:39:09 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ACd9QX068344; Mon, 10 Oct 2016 12:39:09 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610101239.u9ACd9QX068344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 10 Oct 2016 12:39:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423653 - 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 12:39:10 -0000 Author: feld Date: Mon Oct 10 12:39:08 2016 New Revision: 423653 URL: https://svnweb.freebsd.org/changeset/ports/423653 Log: Add FreeBSD SA info to recent OpenSSL vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Oct 10 12:29:46 2016 (r423652) +++ head/security/vuxml/vuln.xml Mon Oct 10 12:39:08 2016 (r423653) @@ -253,6 +253,10 @@ Notes: libressl-devel 2.4.3 + + FreeBSD + 11.011.0_1 + @@ -269,10 +273,12 @@ Notes: https://www.openssl.org/news/secadv/20160926.txt CVE-2016-6309 CVE-2016-7052 + SA-16:27.openssl 2016-09-26 2016-09-26 + 2016-10-10 From owner-svn-ports-head@freebsd.org Mon Oct 10 12:40:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7AB7C07E01; Mon, 10 Oct 2016 12:40:51 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9B108C5; Mon, 10 Oct 2016 12:40:51 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ACeofY069187; Mon, 10 Oct 2016 12:40:50 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ACeotO069185; Mon, 10 Oct 2016 12:40:50 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610101240.u9ACeotO069185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 10 Oct 2016 12:40:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423654 - 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 12:40:52 -0000 Author: feld Date: Mon Oct 10 12:40:50 2016 New Revision: 423654 URL: https://svnweb.freebsd.org/changeset/ports/423654 Log: Add FreeBSD SA info to recent BIND vulnerability Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Oct 10 12:39:08 2016 (r423653) +++ head/security/vuxml/vuln.xml Mon Oct 10 12:40:50 2016 (r423654) @@ -176,6 +176,10 @@ Notes: bind9-devel 9.12.0.a.2016.09.10 + + FreeBSD + 9.39.3_48 + @@ -192,11 +196,13 @@ Notes: CVE-2016-2776 + SA-16:28.bind https://kb.isc.org/article/AA-01419 2016-09-27 2016-09-28 + 2016-10-10 From owner-svn-ports-head@freebsd.org Mon Oct 10 12:41:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52D06C07E3C; Mon, 10 Oct 2016 12:41:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08674A25; Mon, 10 Oct 2016 12:41:36 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ACfaeH069374; Mon, 10 Oct 2016 12:41:36 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ACfZCc069303; Mon, 10 Oct 2016 12:41:35 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610101241.u9ACfZCc069303@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 10 Oct 2016 12:41:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423655 - 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 12:41:37 -0000 Author: feld Date: Mon Oct 10 12:41:35 2016 New Revision: 423655 URL: https://svnweb.freebsd.org/changeset/ports/423655 Log: Document FreeBSD SA-16:29.bspatch Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Oct 10 12:40:50 2016 (r423654) +++ head/security/vuxml/vuln.xml Mon Oct 10 12:41:35 2016 (r423655) @@ -58,6 +58,42 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + FreeBSD -- Heap overflow vulnerability in bspatch + + + FreeBSD + 11.011.0_1 + 10.310.3_10 + 10.210.2_23 + 10.110.1_40 + 9.39.3_48 + + + + +

Problem Description:

+

The implementation of bspatch is susceptible to integer + overflows with carefully crafted input, potentially allowing + an attacker who can control the patch file to write at + arbitrary locations in the heap. This issue was partially + addressed in FreeBSD-SA-16:25.bspatch, but some possible + integer overflows remained.

+

Impact:

+

An attacker who can control the patch file can cause a + crash or run arbitrary code under the credentials of the + user who runs bspatch, in many cases, root.

+ +
+ + SA-16:29.bspatch + + + 2016-10-10 + 2016-10-10 + +
+ mkvtoolnix -- code execution via specially crafted files From owner-svn-ports-head@freebsd.org Mon Oct 10 12:42:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FA1CC07F48; Mon, 10 Oct 2016 12:42:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA413C44; Mon, 10 Oct 2016 12:42:14 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ACgEBF070011; Mon, 10 Oct 2016 12:42:14 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ACgDLl070009; Mon, 10 Oct 2016 12:42:13 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610101242.u9ACgDLl070009@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 10 Oct 2016 12:42:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423656 - 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 12:42:15 -0000 Author: feld Date: Mon Oct 10 12:42:13 2016 New Revision: 423656 URL: https://svnweb.freebsd.org/changeset/ports/423656 Log: Document FreeBSD-SA-16:30.portsnap Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Oct 10 12:41:35 2016 (r423655) +++ head/security/vuxml/vuln.xml Mon Oct 10 12:42:13 2016 (r423656) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + FreeBSD -- Multiple portsnap vulnerabilities + + + FreeBSD + 11.011.0_1 + 10.310.3_10 + 10.210.2_23 + 10.110.1_40 + 9.39.3_48 + + + + +

Problem Description:

+

Flaws in portsnap's verification of downloaded tar files + allows additional files to be included without causing the + verification to fail. Portsnap may then use or execute these + files.

+

Impact:

+

An attacker who can conduct man in the middle attack on + the network at the time when portsnap is run can cause + portsnap to execute arbitrary commands under the credentials + of the user who runs portsnap, typically root.

+ +
+ + SA-16:30.portsnap + + + 2016-10-10 + 2016-10-10 + +
+ FreeBSD -- Heap overflow vulnerability in bspatch From owner-svn-ports-head@freebsd.org Mon Oct 10 12:43:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4954FC0B050; Mon, 10 Oct 2016 12:43:26 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA4CEE30; Mon, 10 Oct 2016 12:43:25 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AChOxp072772; Mon, 10 Oct 2016 12:43:24 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AChNt9072754; Mon, 10 Oct 2016 12:43:23 GMT (envelope-from db@FreeBSD.org) Message-Id: <201610101243.u9AChNt9072754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Mon, 10 Oct 2016 12:43:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423657 - in head/comms/gnuradio: . 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 12:43:26 -0000 Author: db Date: Mon Oct 10 12:43:22 2016 New Revision: 423657 URL: https://svnweb.freebsd.org/changeset/ports/423657 Log: Update to 3.7.9.2 Remove unecessary diffs using @sample keyword in pkg-plist Use uhd port instead of usrp port Add missing dependancies Fix wrongly used PLIST_SUB [1] Fix build due to missing dependency [2] Did my best to address libgcc stupidity for now [3] Please read http://lists.freebsd.org/pipermail/freebsd-toolchain/2016-August/002249.html PR 208120 [1] PR ports/210095 fix by @takefu [2] PR ports/210444 fix by @takefu [3] PR ports/211889 fix by @db Deleted: head/comms/gnuradio/files/patch-cmake-3.5.0 head/comms/gnuradio/files/patch-gnuradio-runtime_CMakeLists.txt head/comms/gnuradio/files/patch-gr-audio_lib_CMakeLists.txt head/comms/gnuradio/files/patch-gr-fft_doc_CMakeLists.txt head/comms/gnuradio/files/patch-gr-filter_doc_CMakeLists.txt head/comms/gnuradio/files/patch-gr-qtgui_CMakeLists.txt head/comms/gnuradio/files/patch-gr-qtgui_doc_CMakeLists.txt head/comms/gnuradio/files/patch-gr-trellis_doc_CMakeLists.txt head/comms/gnuradio/files/patch-gr-uhd_CMakeLists.txt head/comms/gnuradio/files/patch-gr-uhd_doc_CMakeLists.txt head/comms/gnuradio/files/patch-gr-utils_python_modtool_CMakeLists.txt head/comms/gnuradio/files/patch-gr-vocoder_doc_CMakeLists.txt head/comms/gnuradio/files/patch-gr-wxgui_CMakeLists.txt head/comms/gnuradio/files/patch-grc_CMakeLists.txt head/comms/gnuradio/files/patch-volk_tmpl_volk__cpu.tmpl.c Modified: head/comms/gnuradio/Makefile head/comms/gnuradio/distinfo head/comms/gnuradio/files/patch-CMakeLists.txt head/comms/gnuradio/files/patch-cmake_Modules_FindUSB.cmake head/comms/gnuradio/files/patch-cmake_Modules_GrBoost.cmake head/comms/gnuradio/files/patch-cmake_Modules_GrMiscUtils.cmake head/comms/gnuradio/files/patch-docs_doxygen_Doxyfile.in head/comms/gnuradio/files/patch-gnuradio-runtime_lib_thread_thread.cc head/comms/gnuradio/files/patch-gr-audio_doc_CMakeLists.txt head/comms/gnuradio/files/patch-gr-digital_doc_CMakeLists.txt head/comms/gnuradio/files/patch-gr-dtv__lib__dvbt__dvbt_reed_solomon.cc head/comms/gnuradio/files/patch-gr-fcd_doc_CMakeLists.txt head/comms/gnuradio/files/patch-gr-fcd_lib_CMakeLists.txt head/comms/gnuradio/files/patch-gr-fcd_lib_hid_hid-libusb.c head/comms/gnuradio/files/patch-grc_scripts_gnuradio-companion head/comms/gnuradio/files/patch-volk_CMakeLists.txt head/comms/gnuradio/pkg-descr (contents, props changed) head/comms/gnuradio/pkg-plist Modified: head/comms/gnuradio/Makefile ============================================================================== --- head/comms/gnuradio/Makefile Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/Makefile Mon Oct 10 12:43:22 2016 (r423657) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnuradio -PORTVERSION= 3.7.8 +PORTVERSION= 3.7.9.2 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db @@ -30,7 +30,10 @@ LIB_DEPENDS= libcppunit.so:devel/cppunit libportaudio.so:audio/portaudio \ libjack.so:audio/jack \ libasound.so:audio/alsa-lib \ - libgsl.so:math/gsl + libgsl.so:math/gsl \ + libgsm.so:audio/gsm \ + libboost_date_time.so:devel/boost-libs \ + liborc-0.4.so:devel/orc RUN_DEPENDS:= ${BUILD_DEPENDS} # USES=compiler:c11 is necessary because base GCC fails: @@ -39,17 +42,18 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} # volk/lib/volk_cpu.c:62: error: 'asm' operand has impossible constraints USES= cmake:outsource compiler:c11 iconv perl5 python:2.7 shebangfix SHEBANG_FILES= grc/freedesktop/grc_setup_freedesktop.in -CMAKE_ARGS+= -DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig2.0" -CMAKE_ARGS+= -DICONV_PREFIX:STRING="${ICONV_PREFIX}" \ +CMAKE_ARGS+= -DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig2.0"\ + -DICONV_PREFIX:STRING="${ICONV_PREFIX}" \ -DICONV_LIB:STRING="X${ICONV_LIB}" \ - -DENABLE_GR_CTRLPORT="YES" + -DENABLE_GR_CTRLPORT="YES" \ + -DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}" # for detailed debugging uncomment the next line #CMAKE_ARGS+= --debug-output --trace -MAJOR_SUB_VER= 3.7.8 +MAJOR_SUB_VER= 3.7.9.2 DOCSDIR= share/doc/${PORTNAME}-${MAJOR_SUB_VER} USE_GNOME= pygtk2 USE_WX= 3.0+ -USE_QT4= gui xml qmake moc rcc uic +USE_QT4= corelib gui xml qmake moc rcc uic WX_COMPS= wx wx:build wx:run python:build python:run USE_LDCONFIG= yes PLIST_SUB+= MAJOR_VERSION="3" @@ -58,14 +62,14 @@ LIBSTRIP_FILES= analog atsc audio blocks filter noaa pager pmt qtgui runtime trellis video-sdl\ vocoder wavelet wxgui -OPTIONS_DEFINE= USRP TESTING +OPTIONS_DEFINE= UHD TESTING # Unfortunately building docs on i386 fails ##OPTIONS_EXCLUDE_${i386}= DOCS # Yay. building docs is broken on 10 and HEAD too so turn them all off OPTIONS_EXCLUDE= DOCS -OPTIONS_DEFAULT= USRP +OPTIONS_DEFAULT= UHD OPTIONS_SUB= yes -USRP_DESC= Include USRP support (UHD) from Ettus +UHD_DESC= Include UHD support from Ettus TESTING_DESC= Include testing support PLIST_SUB+= PORTVERSION=${PORTVERSION} @@ -83,9 +87,8 @@ DOCS_CMAKE_OFF= -DENABLE_DOXYGEN:STRING= -DENABLE_BAD_BOOST="ON" HAVE_PORTDOCS= YES -USRP_CMAKE_ON= -DENABLE_GR_UHD:STRING="ON" -USRP_CMAKE_OFF= -DENABLE_GR_UHD:STRING="OFF" -USRP_BUILD_DEPENDS= ${LOCALBASE}/include/uhd/config.hpp:comms/usrp +UHD_CMAKE_ON= -DENABLE_GR_UHD:STRING="ON" +UHD_CMAKE_OFF= -DENABLE_GR_UHD:STRING="OFF" TESTING_CMAKE_ON= -DENABLE_TESTING:STRING="ON" TESTING_CMAKE_OFF= -DENABLE_TESTING:STRING="OFF" @@ -93,22 +96,26 @@ TESTING_BUILD_DEPENDS= cppunit-config:de .include -.if ${PORT_OPTIONS:MUSRP} +.if ${PORT_OPTIONS:MUHD} LIBSTRIP_FILES+= uhd +LIB_DEPENDS+= libuhd.so:comms/uhd .endif .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 USE_GCC= yes .endif +PATCH_FILES= docs/doxygen/Doxyfile.in \ + gr-fec/lib/CMakeLists.txt + post-patch: @${FIND} ${WRKSRC}/.. -name CMakeLists.txt | \ ${XARGS} ${REINPLACE_CMD} -e \ "s|{GR_LIBRARY_DIR}/pkgconfig|{GR_PKGCONFIG_DIR}/pkgconfig|g" - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ - ${WRKSRC}/docs/doxygen/Doxyfile.in +.for p in ${PATCH_FILES} @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/cmake/Modules/FindPortaudio.cmake + ${WRKSRC}/${p} +.endfor post-install: .for a in ${LIBSTRIP_FILES} Modified: head/comms/gnuradio/distinfo ============================================================================== --- head/comms/gnuradio/distinfo Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/distinfo Mon Oct 10 12:43:22 2016 (r423657) @@ -1,2 +1,3 @@ -SHA256 (gnuradio-3.7.8.tar.gz) = fe19cb54b5d77fb76dde61d5cf184c6dee7066779b45c51676bae6e6d0cd4172 -SIZE (gnuradio-3.7.8.tar.gz) = 3990172 +TIMESTAMP = 1475075626 +SHA256 (gnuradio-3.7.9.2.tar.gz) = 71662ff8089b8533cd8162ecef57661ec97d0026735876b1b55d0efcf654b561 +SIZE (gnuradio-3.7.9.2.tar.gz) = 4911047 Modified: head/comms/gnuradio/files/patch-CMakeLists.txt ============================================================================== --- head/comms/gnuradio/files/patch-CMakeLists.txt Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/files/patch-CMakeLists.txt Mon Oct 10 12:43:22 2016 (r423657) @@ -1,4 +1,4 @@ ---- CMakeLists.txt.orig 2015-07-25 20:27:13 UTC +--- CMakeLists.txt.orig 2016-04-11 02:35:01 UTC +++ CMakeLists.txt @@ -29,6 +29,11 @@ cmake_minimum_required(VERSION 2.6) project(gnuradio CXX C) Modified: head/comms/gnuradio/files/patch-cmake_Modules_FindUSB.cmake ============================================================================== --- head/comms/gnuradio/files/patch-cmake_Modules_FindUSB.cmake Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/files/patch-cmake_Modules_FindUSB.cmake Mon Oct 10 12:43:22 2016 (r423657) @@ -1,4 +1,4 @@ ---- cmake/Modules/FindUSB.cmake.orig 2015-05-12 09:39:44 UTC +--- cmake/Modules/FindUSB.cmake.orig 2015-04-13 14:32:43 UTC +++ cmake/Modules/FindUSB.cmake @@ -1,20 +1,30 @@ if(NOT LIBUSB_FOUND) Modified: head/comms/gnuradio/files/patch-cmake_Modules_GrBoost.cmake ============================================================================== --- head/comms/gnuradio/files/patch-cmake_Modules_GrBoost.cmake Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/files/patch-cmake_Modules_GrBoost.cmake Mon Oct 10 12:43:22 2016 (r423657) @@ -1,4 +1,4 @@ ---- cmake/Modules/GrBoost.cmake.orig 2015-05-12 09:39:44 UTC +--- cmake/Modules/GrBoost.cmake.orig 2015-04-13 14:32:43 UTC +++ cmake/Modules/GrBoost.cmake @@ -53,6 +53,8 @@ if(MSVC) endif(MSVC) Modified: head/comms/gnuradio/files/patch-cmake_Modules_GrMiscUtils.cmake ============================================================================== --- head/comms/gnuradio/files/patch-cmake_Modules_GrMiscUtils.cmake Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/files/patch-cmake_Modules_GrMiscUtils.cmake Mon Oct 10 12:43:22 2016 (r423657) @@ -1,4 +1,4 @@ ---- cmake/Modules/GrMiscUtils.cmake.orig 2015-05-12 09:39:44 UTC +--- cmake/Modules/GrMiscUtils.cmake.orig 2015-04-13 14:32:43 UTC +++ cmake/Modules/GrMiscUtils.cmake @@ -148,7 +148,31 @@ function(GR_LIBRARY_FOO target) ARCHIVE DESTINATION ${GR_LIBRARY_DIR} COMPONENT ${GR_LIBRARY_DEVEL_COMPONENT} # .lib file Modified: head/comms/gnuradio/files/patch-docs_doxygen_Doxyfile.in ============================================================================== --- head/comms/gnuradio/files/patch-docs_doxygen_Doxyfile.in Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/files/patch-docs_doxygen_Doxyfile.in Mon Oct 10 12:43:22 2016 (r423657) @@ -1,11 +1,11 @@ ---- docs/doxygen/Doxyfile.in.orig 2015-05-12 09:39:44 UTC +--- docs/doxygen/Doxyfile.in.orig 2015-04-14 14:38:41 UTC +++ docs/doxygen/Doxyfile.in -@@ -1864,7 +1864,7 @@ DOT_FONTSIZE = 10 +@@ -1891,7 +1891,7 @@ DOT_FONTSIZE = 10 # If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH to # set the path where dot can find it. -DOT_FONTPATH = -+DOT_FONTPATH = %%PREFIX%%/share/fonts/freefont-ttf ++DOT_FONTPATH = %%LOCALBASE%%/share/fonts/freefont-ttf # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and Modified: head/comms/gnuradio/files/patch-gnuradio-runtime_lib_thread_thread.cc ============================================================================== --- head/comms/gnuradio/files/patch-gnuradio-runtime_lib_thread_thread.cc Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/files/patch-gnuradio-runtime_lib_thread_thread.cc Mon Oct 10 12:43:22 2016 (r423657) @@ -1,4 +1,4 @@ ---- gnuradio-runtime/lib/thread/thread.cc.orig 2015-05-12 09:39:44 UTC +--- gnuradio-runtime/lib/thread/thread.cc.orig 2015-04-13 14:32:43 UTC +++ gnuradio-runtime/lib/thread/thread.cc @@ -276,6 +276,7 @@ namespace gr { void Modified: head/comms/gnuradio/files/patch-gr-audio_doc_CMakeLists.txt ============================================================================== --- head/comms/gnuradio/files/patch-gr-audio_doc_CMakeLists.txt Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/files/patch-gr-audio_doc_CMakeLists.txt Mon Oct 10 12:43:22 2016 (r423657) @@ -1,4 +1,4 @@ ---- gr-audio/doc/CMakeLists.txt.orig 2015-05-12 09:39:44 UTC +--- gr-audio/doc/CMakeLists.txt.orig 2015-04-13 14:32:43 UTC +++ gr-audio/doc/CMakeLists.txt @@ -17,7 +17,9 @@ # the Free Software Foundation, Inc., 51 Franklin Street, Modified: head/comms/gnuradio/files/patch-gr-digital_doc_CMakeLists.txt ============================================================================== --- head/comms/gnuradio/files/patch-gr-digital_doc_CMakeLists.txt Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/files/patch-gr-digital_doc_CMakeLists.txt Mon Oct 10 12:43:22 2016 (r423657) @@ -1,4 +1,4 @@ ---- gr-digital/doc/CMakeLists.txt.orig 2015-05-12 09:39:44 UTC +--- gr-digital/doc/CMakeLists.txt.orig 2015-04-13 14:32:43 UTC +++ gr-digital/doc/CMakeLists.txt @@ -17,7 +17,9 @@ # the Free Software Foundation, Inc., 51 Franklin Street, Modified: head/comms/gnuradio/files/patch-gr-dtv__lib__dvbt__dvbt_reed_solomon.cc ============================================================================== --- head/comms/gnuradio/files/patch-gr-dtv__lib__dvbt__dvbt_reed_solomon.cc Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/files/patch-gr-dtv__lib__dvbt__dvbt_reed_solomon.cc Mon Oct 10 12:43:22 2016 (r423657) @@ -1,4 +1,4 @@ ---- gr-dtv/lib/dvbt/dvbt_reed_solomon.cc.orig 2015-08-05 18:54:39 UTC +--- gr-dtv/lib/dvbt/dvbt_reed_solomon.cc.orig 2015-08-28 14:47:45 UTC +++ gr-dtv/lib/dvbt/dvbt_reed_solomon.cc @@ -42,7 +42,7 @@ namespace gr { d_p = p; d_m = m; Modified: head/comms/gnuradio/files/patch-gr-fcd_doc_CMakeLists.txt ============================================================================== --- head/comms/gnuradio/files/patch-gr-fcd_doc_CMakeLists.txt Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/files/patch-gr-fcd_doc_CMakeLists.txt Mon Oct 10 12:43:22 2016 (r423657) @@ -1,4 +1,4 @@ ---- gr-fcd/doc/CMakeLists.txt.orig 2015-05-12 09:39:44 UTC +--- gr-fcd/doc/CMakeLists.txt.orig 2015-04-13 14:32:43 UTC +++ gr-fcd/doc/CMakeLists.txt @@ -17,7 +17,9 @@ # the Free Software Foundation, Inc., 51 Franklin Street, Modified: head/comms/gnuradio/files/patch-gr-fcd_lib_CMakeLists.txt ============================================================================== --- head/comms/gnuradio/files/patch-gr-fcd_lib_CMakeLists.txt Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/files/patch-gr-fcd_lib_CMakeLists.txt Mon Oct 10 12:43:22 2016 (r423657) @@ -1,4 +1,4 @@ ---- gr-fcd/lib/CMakeLists.txt.orig 2015-05-12 09:39:44 UTC +--- gr-fcd/lib/CMakeLists.txt.orig 2015-04-13 14:32:43 UTC +++ gr-fcd/lib/CMakeLists.txt @@ -32,6 +32,7 @@ include_directories( ${GNURADIO_RUNTIME_INCLUDE_DIRS} Modified: head/comms/gnuradio/files/patch-gr-fcd_lib_hid_hid-libusb.c ============================================================================== --- head/comms/gnuradio/files/patch-gr-fcd_lib_hid_hid-libusb.c Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/files/patch-gr-fcd_lib_hid_hid-libusb.c Mon Oct 10 12:43:22 2016 (r423657) @@ -1,4 +1,4 @@ ---- gr-fcd/lib/hid/hid-libusb.c.orig 2015-05-12 09:39:44 UTC +--- gr-fcd/lib/hid/hid-libusb.c.orig 2015-04-13 14:32:43 UTC +++ gr-fcd/lib/hid/hid-libusb.c @@ -250,8 +250,8 @@ static int get_usage(uint8_t *report_des } Modified: head/comms/gnuradio/files/patch-grc_scripts_gnuradio-companion ============================================================================== --- head/comms/gnuradio/files/patch-grc_scripts_gnuradio-companion Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/files/patch-grc_scripts_gnuradio-companion Mon Oct 10 12:43:22 2016 (r423657) @@ -1,13 +1,12 @@ ---- grc/scripts/gnuradio-companion.orig 2015-05-12 09:39:44 UTC +--- grc/scripts/gnuradio-companion.orig 2016-10-02 20:26:15 UTC +++ grc/scripts/gnuradio-companion -@@ -22,6 +22,10 @@ import os - import sys +@@ -23,6 +23,9 @@ import sys import optparse + import warnings -+# XXX workaround to make sure we import gcc47's libgcc_s.so not -+# the older one from base: -+from numpy.linalg import lapack_lite -+ - import pygtk - pygtk.require('2.0') - import gtk ++# XXX workaround to make sure we import gcc libgcc4 ++# the older one from base: ++from numpy.linalg import lapack_lite + + GR_IMPORT_ERROR_MESSAGE = """\ + Cannot import gnuradio. Modified: head/comms/gnuradio/files/patch-volk_CMakeLists.txt ============================================================================== --- head/comms/gnuradio/files/patch-volk_CMakeLists.txt Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/files/patch-volk_CMakeLists.txt Mon Oct 10 12:43:22 2016 (r423657) @@ -1,6 +1,6 @@ ---- volk/CMakeLists.txt.orig 2015-05-12 09:39:44 UTC -+++ volk/CMakeLists.txt -@@ -136,7 +136,7 @@ configure_file( +--- volk/CMakeLists.txt.orig 2016-10-08 18:42:16.000000000 -0400 ++++ volk/CMakeLists.txt 2016-10-08 18:45:51.000000000 -0400 +@@ -139,7 +139,7 @@ install( FILES ${CMAKE_CURRENT_BINARY_DIR}/volk.pc Modified: head/comms/gnuradio/pkg-descr ============================================================================== --- head/comms/gnuradio/pkg-descr Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/pkg-descr Mon Oct 10 12:43:22 2016 (r423657) @@ -2,6 +2,6 @@ GNU Radio is a collection of software th minimal hardware, allows the construction of radios where the actual waveforms transmitted and received are defined by software. What this means is that it turns the digital modulation schemes -used in today's high performance wireless devices into software problems. +used in today's high performance wireless devices into software problems. WWW: http://gnuradio.org/redmine/projects/gnuradio Modified: head/comms/gnuradio/pkg-plist ============================================================================== --- head/comms/gnuradio/pkg-plist Mon Oct 10 12:42:13 2016 (r423656) +++ head/comms/gnuradio/pkg-plist Mon Oct 10 12:43:22 2016 (r423657) @@ -1,68 +1,69 @@ -%%QT_BINDIR%%/gnuradio-companion -%%QT_BINDIR%%/gnuradio-config-info -%%QT_BINDIR%%/gr_constellation_plot -%%QT_BINDIR%%/gr-ctrlport-monitor -%%QT_BINDIR%%/gr-ctrlport-monitorc -%%QT_BINDIR%%/gr-ctrlport-monitoro -%%QT_BINDIR%%/gr_filter_design -%%QT_BINDIR%%/gr_modtool -%%QT_BINDIR%%/gr-perf-monitorx -%%QT_BINDIR%%/gr-perf-monitorxc -%%QT_BINDIR%%/gr-perf-monitorxo -%%QT_BINDIR%%/gr_plot_char -%%QT_BINDIR%%/gr_plot_const -%%QT_BINDIR%%/gr_plot_fft -%%QT_BINDIR%%/gr_plot_fft_c -%%QT_BINDIR%%/gr_plot_fft_f -%%QT_BINDIR%%/gr_plot_float -%%QT_BINDIR%%/gr_plot_int -%%QT_BINDIR%%/gr_plot_iq -%%QT_BINDIR%%/gr_plot_psd -%%QT_BINDIR%%/gr_plot_psd_c -%%QT_BINDIR%%/gr_plot_psd_f -%%QT_BINDIR%%/gr_plot_qt -%%QT_BINDIR%%/gr_plot_short -%%QT_BINDIR%%/gr_psd_plot_b -%%QT_BINDIR%%/gr_psd_plot_c -%%QT_BINDIR%%/gr_psd_plot_f -%%QT_BINDIR%%/gr_psd_plot_i -%%QT_BINDIR%%/gr_psd_plot_s -%%QT_BINDIR%%/gr_read_file_metadata -%%QT_BINDIR%%/gr_spectrogram_plot -%%QT_BINDIR%%/gr_spectrogram_plot_b -%%QT_BINDIR%%/gr_spectrogram_plot_c -%%QT_BINDIR%%/gr_spectrogram_plot_f -%%QT_BINDIR%%/gr_spectrogram_plot_i -%%QT_BINDIR%%/gr_spectrogram_plot_s -%%QT_BINDIR%%/gr_time_plot_b -%%QT_BINDIR%%/gr_time_plot_c -%%QT_BINDIR%%/gr_time_plot_f -%%QT_BINDIR%%/gr_time_plot_i -%%QT_BINDIR%%/gr_time_plot_s -%%QT_BINDIR%%/gr_time_raster_b -%%QT_BINDIR%%/gr_time_raster_f -%%QT_BINDIR%%/grcc -%%USRP%%%%QT_BINDIR%%/uhd_fft -%%USRP%%%%QT_BINDIR%%/uhd_rx_cfile -%%USRP%%%%QT_BINDIR%%/uhd_rx_nogui -%%USRP%%%%QT_BINDIR%%/uhd_siggen -%%USRP%%%%QT_BINDIR%%/uhd_siggen_gui -%%QT_BINDIR%%/usrp_flex -%%QT_BINDIR%%/usrp_flex_all -%%QT_BINDIR%%/usrp_flex_band -%%QT_BINDIR%%/volk-config-info -%%QT_BINDIR%%/volk_modtool -%%QT_BINDIR%%/volk_profile +bin/gnuradio-companion +bin/gnuradio-config-info +bin/gr-ctrlport-monitor +bin/gr-ctrlport-monitorc +bin/gr-ctrlport-monitoro +bin/gr-perf-monitorx +bin/gr-perf-monitorxc +bin/gr-perf-monitorxo +bin/gr_constellation_plot +bin/gr_filter_design +bin/gr_modtool +bin/gr_plot_char +bin/gr_plot_const +bin/gr_plot_fft +bin/gr_plot_fft_c +bin/gr_plot_fft_f +bin/gr_plot_float +bin/gr_plot_int +bin/gr_plot_iq +bin/gr_plot_psd +bin/gr_plot_psd_c +bin/gr_plot_psd_f +bin/gr_plot_qt +bin/gr_plot_short +bin/gr_psd_plot_b +bin/gr_psd_plot_c +bin/gr_psd_plot_f +bin/gr_psd_plot_i +bin/gr_psd_plot_s +bin/gr_read_file_metadata +bin/gr_spectrogram_plot +bin/gr_spectrogram_plot_b +bin/gr_spectrogram_plot_c +bin/gr_spectrogram_plot_f +bin/gr_spectrogram_plot_i +bin/gr_spectrogram_plot_s +bin/gr_time_plot_b +bin/gr_time_plot_c +bin/gr_time_plot_f +bin/gr_time_plot_i +bin/gr_time_plot_s +bin/gr_time_raster_b +bin/gr_time_raster_f +bin/grcc +bin/polar_channel_construction +%%UHD%%bin/uhd_fft +%%UHD%%bin/uhd_rx_cfile +%%UHD%%bin/uhd_rx_nogui +%%UHD%%bin/uhd_siggen +%%UHD%%bin/uhd_siggen_gui +bin/usrp_flex +bin/usrp_flex_all +bin/usrp_flex_band +bin/volk-config-info +bin/volk_modtool +bin/volk_profile %%ETCDIR%%/conf.d/gnuradio-runtime.conf -@sample %%ETCDIR%%/conf.d/gr-audio-alsa.conf.sample -@sample %%ETCDIR%%/conf.d/gr-audio-jack.conf.sample -@sample %%ETCDIR%%/conf.d/gr-audio-oss.conf.sample -@sample %%ETCDIR%%/conf.d/gr-audio-portaudio.conf.sample -@sample %%ETCDIR%%/conf.d/gr-audio.conf.sample -@sample %%ETCDIR%%/conf.d/gr-qtgui.conf.sample -@sample %%ETCDIR%%/conf.d/gr-wxgui.conf.sample -@sample %%ETCDIR%%/conf.d/grc.conf.sample -@sample %%ETCDIR%%/conf.d/modtool.conf.sample +@sample %%ETCDIR%%/conf.d/gr-audio-alsa.conf +@sample %%ETCDIR%%/conf.d/gr-audio-jack.conf +@sample %%ETCDIR%%/conf.d/gr-audio-oss.conf +@sample %%ETCDIR%%/conf.d/gr-audio-portaudio.conf +@sample %%ETCDIR%%/conf.d/gr-audio.conf +@sample %%ETCDIR%%/conf.d/gr-qtgui.conf +@sample %%ETCDIR%%/conf.d/gr-wxgui.conf +@sample %%ETCDIR%%/conf.d/grc.conf +@sample %%ETCDIR%%/conf.d/modtool.conf include/gnuradio/analog/agc.h include/gnuradio/analog/agc2.h include/gnuradio/analog/agc2_cc.h @@ -98,6 +99,9 @@ include/gnuradio/analog/pwr_squelch_cc.h include/gnuradio/analog/pwr_squelch_ff.h include/gnuradio/analog/quadrature_demod_cf.h include/gnuradio/analog/rail_ff.h +include/gnuradio/analog/random_uniform_source_b.h +include/gnuradio/analog/random_uniform_source_i.h +include/gnuradio/analog/random_uniform_source_s.h include/gnuradio/analog/sig_source_c.h include/gnuradio/analog/sig_source_f.h include/gnuradio/analog/sig_source_i.h @@ -233,6 +237,7 @@ include/gnuradio/blocks/complex_to_imag. include/gnuradio/blocks/complex_to_interleaved_short.h include/gnuradio/blocks/complex_to_mag.h include/gnuradio/blocks/complex_to_mag_squared.h +include/gnuradio/blocks/complex_to_magphase.h include/gnuradio/blocks/complex_to_real.h include/gnuradio/blocks/conjugate_cc.h include/gnuradio/blocks/control_loop.h @@ -278,6 +283,7 @@ include/gnuradio/blocks/lfsr_15_1_0.h include/gnuradio/blocks/lfsr_32k.h include/gnuradio/blocks/lfsr_32k_source_s.h include/gnuradio/blocks/log2_const.h +include/gnuradio/blocks/magphase_to_complex.h include/gnuradio/blocks/max_ff.h include/gnuradio/blocks/max_ii.h include/gnuradio/blocks/max_ss.h @@ -541,15 +547,6 @@ include/gnuradio/dtv/dvbs2_config.h include/gnuradio/dtv/dvbs2_interleaver_bb.h include/gnuradio/dtv/dvbs2_modulator_bc.h include/gnuradio/dtv/dvbs2_physical_cc.h -include/gnuradio/dtv/dvbt_bit_inner_interleaver.h -include/gnuradio/dtv/dvbt_config.h -include/gnuradio/dtv/dvbt_convolutional_interleaver.h -include/gnuradio/dtv/dvbt_energy_dispersal.h -include/gnuradio/dtv/dvbt_inner_coder.h -include/gnuradio/dtv/dvbt_map.h -include/gnuradio/dtv/dvbt_reed_solomon_enc.h -include/gnuradio/dtv/dvbt_reference_signals.h -include/gnuradio/dtv/dvbt_symbol_inner_interleaver.h include/gnuradio/dtv/dvbt2_cellinterleaver_cc.h include/gnuradio/dtv/dvbt2_config.h include/gnuradio/dtv/dvbt2_framemapper_cc.h @@ -560,6 +557,23 @@ include/gnuradio/dtv/dvbt2_modulator_bc. include/gnuradio/dtv/dvbt2_p1insertion_cc.h include/gnuradio/dtv/dvbt2_paprtr_cc.h include/gnuradio/dtv/dvbt2_pilotgenerator_cc.h +include/gnuradio/dtv/dvbt_bit_inner_deinterleaver.h +include/gnuradio/dtv/dvbt_bit_inner_interleaver.h +include/gnuradio/dtv/dvbt_config.h +include/gnuradio/dtv/dvbt_convolutional_deinterleaver.h +include/gnuradio/dtv/dvbt_convolutional_interleaver.h +include/gnuradio/dtv/dvbt_demap.h +include/gnuradio/dtv/dvbt_demod_reference_signals.h +include/gnuradio/dtv/dvbt_energy_descramble.h +include/gnuradio/dtv/dvbt_energy_dispersal.h +include/gnuradio/dtv/dvbt_inner_coder.h +include/gnuradio/dtv/dvbt_map.h +include/gnuradio/dtv/dvbt_ofdm_sym_acquisition.h +include/gnuradio/dtv/dvbt_reed_solomon_dec.h +include/gnuradio/dtv/dvbt_reed_solomon_enc.h +include/gnuradio/dtv/dvbt_reference_signals.h +include/gnuradio/dtv/dvbt_symbol_inner_interleaver.h +include/gnuradio/dtv/dvbt_viterbi_decoder.h include/gnuradio/endianness.h include/gnuradio/expj.h include/gnuradio/fcd/api.h @@ -580,8 +594,23 @@ include/gnuradio/fec/dummy_decoder.h include/gnuradio/fec/dummy_encoder.h include/gnuradio/fec/encode_ccsds_27_bb.h include/gnuradio/fec/encoder.h +include/gnuradio/fec/fec_mtrx.h include/gnuradio/fec/generic_decoder.h include/gnuradio/fec/generic_encoder.h +include/gnuradio/fec/ldpc_G_matrix.h +include/gnuradio/fec/ldpc_H_matrix.h +include/gnuradio/fec/ldpc_bit_flip_decoder.h +include/gnuradio/fec/ldpc_decoder.h +include/gnuradio/fec/ldpc_encoder.h +include/gnuradio/fec/ldpc_gen_mtrx_encoder.h +include/gnuradio/fec/ldpc_par_mtrx_encoder.h +include/gnuradio/fec/polar_common.h +include/gnuradio/fec/polar_decoder_common.h +include/gnuradio/fec/polar_decoder_sc.h +include/gnuradio/fec/polar_decoder_sc_list.h +include/gnuradio/fec/polar_decoder_sc_systematic.h +include/gnuradio/fec/polar_encoder.h +include/gnuradio/fec/polar_encoder_systematic.h include/gnuradio/fec/puncture_bb.h include/gnuradio/fec/puncture_ff.h include/gnuradio/fec/repetition_decoder.h @@ -838,8 +867,8 @@ include/gnuradio/swig/tags.i include/gnuradio/swig/top_block.i include/gnuradio/swig/trellis_swig.i include/gnuradio/swig/trellis_swig_doc.i -%%USRP%%include/gnuradio/swig/uhd_swig.i -%%USRP%%include/gnuradio/swig/uhd_swig_doc.i +%%UHD%%include/gnuradio/swig/uhd_swig.i +%%UHD%%include/gnuradio/swig/uhd_swig_doc.i include/gnuradio/swig/video_sdl_swig.i include/gnuradio/swig/video_sdl_swig_doc.i include/gnuradio/swig/vocoder_swig.i @@ -929,11 +958,11 @@ include/gnuradio/trellis/viterbi_combine include/gnuradio/trellis/viterbi_i.h include/gnuradio/trellis/viterbi_s.h include/gnuradio/types.h -%%USRP%%include/gnuradio/uhd/amsg_source.h -%%USRP%%include/gnuradio/uhd/api.h -%%USRP%%include/gnuradio/uhd/usrp_block.h -%%USRP%%include/gnuradio/uhd/usrp_sink.h -%%USRP%%include/gnuradio/uhd/usrp_source.h +%%UHD%%include/gnuradio/uhd/amsg_source.h +%%UHD%%include/gnuradio/uhd/api.h +%%UHD%%include/gnuradio/uhd/usrp_block.h +%%UHD%%include/gnuradio/uhd/usrp_sink.h +%%UHD%%include/gnuradio/uhd/usrp_source.h include/gnuradio/unittests.h include/gnuradio/video_sdl/api.h include/gnuradio/video_sdl/sink_s.h @@ -972,6 +1001,8 @@ include/pmt/pmt_pool.h include/pmt/pmt_serial_tags.h include/pmt/pmt_sugar.h include/volk/volk.h +include/volk/volk_32f_8u_polarbutterfly_32f.h +include/volk/volk_32f_8u_polarbutterflypuppet_32f.h include/volk/volk_16i_32fc_dot_prod_32fc.h include/volk/volk_16i_branch_4_state_8.h include/volk/volk_16i_convert_8i.h @@ -990,12 +1021,12 @@ include/volk/volk_16ic_s32f_deinterleave include/volk/volk_16ic_s32f_magnitude_32f.h include/volk/volk_16u_byteswap.h include/volk/volk_16u_byteswappuppet_16u.h +include/volk/volk_32f_binary_slicer_32i.h +include/volk/volk_32f_binary_slicer_8i.h include/volk/volk_32f_accumulator_s32f.h include/volk/volk_32f_acos_32f.h include/volk/volk_32f_asin_32f.h include/volk/volk_32f_atan_32f.h -include/volk/volk_32f_%%QT_BINDIR%%ary_slicer_32i.h -include/volk/volk_32f_%%QT_BINDIR%%ary_slicer_8i.h include/volk/volk_32f_convert_64f.h include/volk/volk_32f_cos_32f.h include/volk/volk_32f_expfast_32f.h @@ -1080,13 +1111,19 @@ include/volk/volk_8ic_s32f_deinterleave_ include/volk/volk_8ic_x2_multiply_conjugate_16ic.h include/volk/volk_8ic_x2_s32f_multiply_conjugate_32fc.h include/volk/volk_8u_conv_k7_r2puppet_8u.h +include/volk/volk_8u_x3_encodepolar_8u_x2.h +include/volk/volk_8u_x3_encodepolarpuppet_8u.h +include/volk/volk_8u_x2_encodeframepolar_8u.h include/volk/volk_8u_x4_conv_k7_r2_8u.h +include/volk/volk_avx_intrinsics.h include/volk/volk_common.h include/volk/volk_complex.h include/volk/volk_config_fixed.h include/volk/volk_cpu.h include/volk/volk_malloc.h +include/volk/volk_neon_intrinsics.h include/volk/volk_prefs.h +include/volk/volk_sse3_intrinsics.h include/volk/volk_typedefs.h lib/cmake/gnuradio/CMakeMacroLibtoolFile.cmake lib/cmake/gnuradio/CMakeParseArgumentsCopy.cmake @@ -1124,73 +1161,73 @@ lib/cmake/gnuradio/UseSWIG.cmake lib/cmake/volk/VolkConfig.cmake lib/cmake/volk/VolkConfigVersion.cmake lib/libgnuradio-analog.so -lib/libgnuradio-analog.so.%%MAJOR_VERSION%% lib/libgnuradio-analog.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-analog.so.%%MAJOR_VERSION%% lib/libgnuradio-atsc.so -lib/libgnuradio-atsc.so.%%MAJOR_VERSION%% lib/libgnuradio-atsc.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-atsc.so.%%MAJOR_VERSION%% lib/libgnuradio-audio.so -lib/libgnuradio-audio.so.%%MAJOR_VERSION%% lib/libgnuradio-audio.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-audio.so.%%MAJOR_VERSION%% lib/libgnuradio-blocks.so -lib/libgnuradio-blocks.so.%%MAJOR_VERSION%% lib/libgnuradio-blocks.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-blocks.so.%%MAJOR_VERSION%% lib/libgnuradio-channels.so -lib/libgnuradio-channels.so.%%MAJOR_VERSION%% lib/libgnuradio-channels.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-channels.so.%%MAJOR_VERSION%% lib/libgnuradio-digital.so -lib/libgnuradio-digital.so.%%MAJOR_VERSION%% lib/libgnuradio-digital.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-digital.so.%%MAJOR_VERSION%% lib/libgnuradio-dtv.so -lib/libgnuradio-dtv.so.%%MAJOR_VERSION%% lib/libgnuradio-dtv.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-dtv.so.%%MAJOR_VERSION%% lib/libgnuradio-fcd.so -lib/libgnuradio-fcd.so.%%MAJOR_VERSION%% lib/libgnuradio-fcd.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-fcd.so.%%MAJOR_VERSION%% lib/libgnuradio-fec.so -lib/libgnuradio-fec.so.%%MAJOR_VERSION%% lib/libgnuradio-fec.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-fec.so.%%MAJOR_VERSION%% lib/libgnuradio-fft.so -lib/libgnuradio-fft.so.%%MAJOR_VERSION%% lib/libgnuradio-fft.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-fft.so.%%MAJOR_VERSION%% lib/libgnuradio-filter.so -lib/libgnuradio-filter.so.%%MAJOR_VERSION%% lib/libgnuradio-filter.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-filter.so.%%MAJOR_VERSION%% lib/libgnuradio-noaa.so -lib/libgnuradio-noaa.so.%%MAJOR_VERSION%% lib/libgnuradio-noaa.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-noaa.so.%%MAJOR_VERSION%% lib/libgnuradio-pager.so -lib/libgnuradio-pager.so.%%MAJOR_VERSION%% lib/libgnuradio-pager.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-pager.so.%%MAJOR_VERSION%% lib/libgnuradio-pmt.so -lib/libgnuradio-pmt.so.%%MAJOR_VERSION%% lib/libgnuradio-pmt.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-pmt.so.%%MAJOR_VERSION%% lib/libgnuradio-qtgui.so -lib/libgnuradio-qtgui.so.%%MAJOR_VERSION%% lib/libgnuradio-qtgui.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-qtgui.so.%%MAJOR_VERSION%% lib/libgnuradio-runtime.so -lib/libgnuradio-runtime.so.%%MAJOR_VERSION%% lib/libgnuradio-runtime.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-runtime.so.%%MAJOR_VERSION%% lib/libgnuradio-trellis.so -lib/libgnuradio-trellis.so.%%MAJOR_VERSION%% lib/libgnuradio-trellis.so.%%MAJOR_SUB_VER%% -%%USRP%%lib/libgnuradio-uhd.so -%%USRP%%lib/libgnuradio-uhd.so.%%MAJOR_VERSION%% -%%USRP%%lib/libgnuradio-uhd.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-trellis.so.%%MAJOR_VERSION%% +%%UHD%%lib/libgnuradio-uhd.so +%%UHD%%lib/libgnuradio-uhd.so.%%MAJOR_SUB_VER%% +%%UHD%%lib/libgnuradio-uhd.so.%%MAJOR_VERSION%% lib/libgnuradio-video-sdl.so -lib/libgnuradio-video-sdl.so.%%MAJOR_VERSION%% lib/libgnuradio-video-sdl.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-video-sdl.so.%%MAJOR_VERSION%% lib/libgnuradio-vocoder.so -lib/libgnuradio-vocoder.so.%%MAJOR_VERSION%% lib/libgnuradio-vocoder.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-vocoder.so.%%MAJOR_VERSION%% lib/libgnuradio-wavelet.so -lib/libgnuradio-wavelet.so.%%MAJOR_VERSION%% lib/libgnuradio-wavelet.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-wavelet.so.%%MAJOR_VERSION%% lib/libgnuradio-wxgui.so -lib/libgnuradio-wxgui.so.%%MAJOR_VERSION%% lib/libgnuradio-wxgui.so.%%MAJOR_SUB_VER%% +lib/libgnuradio-wxgui.so.%%MAJOR_VERSION%% lib/libvolk.so -lib/libvolk.so.1.0.2 +lib/libvolk.so.1.2.2 %%PYTHON_SITELIBDIR%%/gnuradio/__init__.py %%PYTHON_SITELIBDIR%%/gnuradio/__init__.pyc %%PYTHON_SITELIBDIR%%/gnuradio/__init__.pyo @@ -1460,6 +1497,15 @@ lib/libvolk.so.1.0.2 %%PYTHON_SITELIBDIR%%/gnuradio/fcd/fcd_swig.py %%PYTHON_SITELIBDIR%%/gnuradio/fcd/fcd_swig.pyc %%PYTHON_SITELIBDIR%%/gnuradio/fcd/fcd_swig.pyo +%%PYTHON_SITELIBDIR%%/gnuradio/fec/LDPC/Generate_LDPC_matrix.py +%%PYTHON_SITELIBDIR%%/gnuradio/fec/LDPC/Generate_LDPC_matrix.pyc +%%PYTHON_SITELIBDIR%%/gnuradio/fec/LDPC/Generate_LDPC_matrix.pyo +%%PYTHON_SITELIBDIR%%/gnuradio/fec/LDPC/Generate_LDPC_matrix_functions.py +%%PYTHON_SITELIBDIR%%/gnuradio/fec/LDPC/Generate_LDPC_matrix_functions.pyc +%%PYTHON_SITELIBDIR%%/gnuradio/fec/LDPC/Generate_LDPC_matrix_functions.pyo +%%PYTHON_SITELIBDIR%%/gnuradio/fec/LDPC/__init__.py +%%PYTHON_SITELIBDIR%%/gnuradio/fec/LDPC/__init__.pyc +%%PYTHON_SITELIBDIR%%/gnuradio/fec/LDPC/__init__.pyo %%PYTHON_SITELIBDIR%%/gnuradio/fec/__init__.py %%PYTHON_SITELIBDIR%%/gnuradio/fec/__init__.pyc %%PYTHON_SITELIBDIR%%/gnuradio/fec/__init__.pyo @@ -1497,6 +1543,21 @@ lib/libvolk.so.1.0.2 %%PYTHON_SITELIBDIR%%/gnuradio/fec/fec_test.py %%PYTHON_SITELIBDIR%%/gnuradio/fec/fec_test.pyc %%PYTHON_SITELIBDIR%%/gnuradio/fec/fec_test.pyo +%%PYTHON_SITELIBDIR%%/gnuradio/fec/polar/__init__.py +%%PYTHON_SITELIBDIR%%/gnuradio/fec/polar/__init__.pyc +%%PYTHON_SITELIBDIR%%/gnuradio/fec/polar/__init__.pyo +%%PYTHON_SITELIBDIR%%/gnuradio/fec/polar/channel_construction.py +%%PYTHON_SITELIBDIR%%/gnuradio/fec/polar/channel_construction.pyc +%%PYTHON_SITELIBDIR%%/gnuradio/fec/polar/channel_construction.pyo +%%PYTHON_SITELIBDIR%%/gnuradio/fec/polar/channel_construction_awgn.py +%%PYTHON_SITELIBDIR%%/gnuradio/fec/polar/channel_construction_awgn.pyc +%%PYTHON_SITELIBDIR%%/gnuradio/fec/polar/channel_construction_awgn.pyo +%%PYTHON_SITELIBDIR%%/gnuradio/fec/polar/channel_construction_bec.py +%%PYTHON_SITELIBDIR%%/gnuradio/fec/polar/channel_construction_bec.pyc +%%PYTHON_SITELIBDIR%%/gnuradio/fec/polar/channel_construction_bec.pyo +%%PYTHON_SITELIBDIR%%/gnuradio/fec/polar/helper_functions.py +%%PYTHON_SITELIBDIR%%/gnuradio/fec/polar/helper_functions.pyc +%%PYTHON_SITELIBDIR%%/gnuradio/fec/polar/helper_functions.pyo %%PYTHON_SITELIBDIR%%/gnuradio/fec/threaded_decoder.py %%PYTHON_SITELIBDIR%%/gnuradio/fec/threaded_decoder.pyc %%PYTHON_SITELIBDIR%%/gnuradio/fec/threaded_decoder.pyo @@ -1716,6 +1777,9 @@ lib/libvolk.so.1.0.2 %%PYTHON_SITELIBDIR%%/gnuradio/grc/gui/__init__.py %%PYTHON_SITELIBDIR%%/gnuradio/grc/gui/__init__.pyc %%PYTHON_SITELIBDIR%%/gnuradio/grc/gui/__init__.pyo +%%PYTHON_SITELIBDIR%%/gnuradio/grc/gui/external_editor.py +%%PYTHON_SITELIBDIR%%/gnuradio/grc/gui/external_editor.pyc +%%PYTHON_SITELIBDIR%%/gnuradio/grc/gui/external_editor.pyo %%PYTHON_SITELIBDIR%%/gnuradio/grc/python/Block.py %%PYTHON_SITELIBDIR%%/gnuradio/grc/python/Block.pyc %%PYTHON_SITELIBDIR%%/gnuradio/grc/python/Block.pyo @@ -1745,6 +1809,9 @@ lib/libvolk.so.1.0.2 %%PYTHON_SITELIBDIR%%/gnuradio/grc/python/__init__.pyo %%PYTHON_SITELIBDIR%%/gnuradio/grc/python/block.dtd %%PYTHON_SITELIBDIR%%/gnuradio/grc/python/default_flow_graph.grc +%%PYTHON_SITELIBDIR%%/gnuradio/grc/python/epy_block_io.py +%%PYTHON_SITELIBDIR%%/gnuradio/grc/python/epy_block_io.pyc +%%PYTHON_SITELIBDIR%%/gnuradio/grc/python/epy_block_io.pyo %%PYTHON_SITELIBDIR%%/gnuradio/grc/python/expr_utils.py %%PYTHON_SITELIBDIR%%/gnuradio/grc/python/expr_utils.pyc %%PYTHON_SITELIBDIR%%/gnuradio/grc/python/expr_utils.pyo @@ -1924,16 +1991,19 @@ lib/libvolk.so.1.0.2 %%PYTHON_SITELIBDIR%%/gnuradio/trellis/trellis_swig.py %%PYTHON_SITELIBDIR%%/gnuradio/trellis/trellis_swig.pyc %%PYTHON_SITELIBDIR%%/gnuradio/trellis/trellis_swig.pyo -%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/__init__.py -%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/__init__.pyc -%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/__init__.pyo -%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/_uhd_swig.so -%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_siggen_base.py -%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_siggen_base.pyc -%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_siggen_base.pyo -%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_swig.py -%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_swig.pyc -%%USRP%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_swig.pyo +%%UHD%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/__init__.py +%%UHD%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/__init__.pyc +%%UHD%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/__init__.pyo +%%UHD%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/_uhd_swig.so +%%UHD%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_app.py +%%UHD%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_app.pyc +%%UHD%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_app.pyo +%%UHD%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_siggen_base.py +%%UHD%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_siggen_base.pyc +%%UHD%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_siggen_base.pyo +%%UHD%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_swig.py +%%UHD%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_swig.pyc +%%UHD%%%%PYTHON_SITELIBDIR%%/gnuradio/uhd/uhd_swig.pyo %%PYTHON_SITELIBDIR%%/gnuradio/video_sdl/__init__.py %%PYTHON_SITELIBDIR%%/gnuradio/video_sdl/__init__.pyc %%PYTHON_SITELIBDIR%%/gnuradio/video_sdl/__init__.pyo @@ -2144,7 +2214,6 @@ libdata/pkgconfig/gnuradio-pager.pc libdata/pkgconfig/gnuradio-qtgui.pc libdata/pkgconfig/gnuradio-runtime.pc libdata/pkgconfig/gnuradio-trellis.pc -%%USRP%%libdata/pkgconfig/gnuradio-uhd.pc libdata/pkgconfig/gnuradio-video-sdl.pc libdata/pkgconfig/gnuradio-vocoder.pc libdata/pkgconfig/gnuradio-wavelet.pc @@ -2180,6 +2249,12 @@ libexec/gnuradio/grc_setup_freedesktop %%DATADIR%%/examples/channels/demo_quantization.grc %%DATADIR%%/examples/channels/demo_spec_an.grc %%DATADIR%%/examples/channels/demo_two_tone.grc +%%DATADIR%%/examples/ctrlport/comparing_resamplers.grc +%%DATADIR%%/examples/ctrlport/pfb_sync_test.grc +%%DATADIR%%/examples/ctrlport/simple_copy.grc +%%DATADIR%%/examples/ctrlport/simple_copy_controller.py +%%DATADIR%%/examples/ctrlport/usrp_source_control.grc +%%DATADIR%%/examples/ctrlport/usrp_source_controller.py %%DATADIR%%/examples/digital/burst_shaper.grc %%DATADIR%%/examples/digital/demod/ber_simulation.grc %%DATADIR%%/examples/digital/demod/constellation_soft_decoder.grc @@ -2224,17 +2299,23 @@ libexec/gnuradio/grc_setup_freedesktop %%DATADIR%%/examples/fcd/fcd_fft.grc %%DATADIR%%/examples/fcd/fcd_nfm_rx %%DATADIR%%/examples/fcd/fcd_nfm_rx.grc -%%DATADIR%%/examples/fec/271.127.3.112 %%DATADIR%%/examples/fec/ber_curve_gen.grc +%%DATADIR%%/examples/fec/ber_curve_gen_ldpc.grc %%DATADIR%%/examples/fec/ber_test.grc %%DATADIR%%/examples/fec/fecapi_async_decoders.grc %%DATADIR%%/examples/fec/fecapi_async_encoders.grc %%DATADIR%%/examples/fec/fecapi_async_packed_decoders.grc %%DATADIR%%/examples/fec/fecapi_async_to_stream.grc +%%DATADIR%%/examples/fec/fecapi_cc_decoders.grc %%DATADIR%%/examples/fec/fecapi_decoders.grc %%DATADIR%%/examples/fec/fecapi_encoders.grc +%%DATADIR%%/examples/fec/fecapi_polar_async_packed_decoders.grc +%%DATADIR%%/examples/fec/fecapi_polar_decoders.grc +%%DATADIR%%/examples/fec/fecapi_polar_encoders.grc %%DATADIR%%/examples/fec/fecapi_tagged_decoders.grc %%DATADIR%%/examples/fec/fecapi_tagged_encoders.grc +%%DATADIR%%/examples/fec/polar_ber_curve_gen.grc +%%DATADIR%%/examples/fec/polar_code_example.grc %%DATADIR%%/examples/fec/tpc_ber_curve_gen.grc %%DATADIR%%/examples/filter/channelize.py %%DATADIR%%/examples/filter/chirp_channelize.py @@ -2258,20 +2339,6 @@ libexec/gnuradio/grc_setup_freedesktop %%DATADIR%%/examples/grc/xmlrpc/xmlrpc_client.grc %%DATADIR%%/examples/grc/xmlrpc/xmlrpc_client_script.py %%DATADIR%%/examples/grc/xmlrpc/xmlrpc_server.grc -%%USRP%%%%DATADIR%%/examples/hf_explorer/README -%%USRP%%%%DATADIR%%/examples/hf_explorer/hfx.py -%%USRP%%%%DATADIR%%/examples/hf_explorer/hfx_help -%%USRP%%%%DATADIR%%/examples/hf_radio/README.TXT -%%USRP%%%%DATADIR%%/examples/hf_radio/hfir.sci -%%USRP%%%%DATADIR%%/examples/hf_radio/input.py -%%USRP%%%%DATADIR%%/examples/hf_radio/output.py -%%USRP%%%%DATADIR%%/examples/hf_radio/radio.py -%%USRP%%%%DATADIR%%/examples/hf_radio/radio.xml -%%USRP%%%%DATADIR%%/examples/hf_radio/ssb_taps -%%USRP%%%%DATADIR%%/examples/hf_radio/ssbagc.py -%%USRP%%%%DATADIR%%/examples/hf_radio/ssbdemod.py -%%USRP%%%%DATADIR%%/examples/hf_radio/startup.py -%%USRP%%%%DATADIR%%/examples/hf_radio/ui.py %%DATADIR%%/examples/metadata/file_metadata_sink.grc %%DATADIR%%/examples/metadata/file_metadata_source.grc %%DATADIR%%/examples/metadata/file_metadata_vector_sink.grc @@ -2305,7 +2372,9 @@ libexec/gnuradio/grc_setup_freedesktop %%DATADIR%%/examples/qt-gui/pyqt_time_raster_f.py %%DATADIR%%/examples/qt-gui/pyqt_waterfall_c.py %%DATADIR%%/examples/qt-gui/pyqt_waterfall_f.py +%%DATADIR%%/examples/qt-gui/qtgui_message_inputs.grc %%DATADIR%%/examples/qt-gui/qtgui_tags_viewing.grc +%%DATADIR%%/examples/qt-gui/qtgui_vector_sink_example.grc %%DATADIR%%/examples/tags/test_file_tags.py %%DATADIR%%/examples/tags/uhd_burst_detector.py %%DATADIR%%/examples/trellis/README @@ -2350,30 +2419,6 @@ libexec/gnuradio/grc_setup_freedesktop %%DATADIR%%/examples/trellis/test_tcm.py %%DATADIR%%/examples/trellis/turbo_equalization.grc %%DATADIR%%/examples/trellis/viterbi_equalization.grc -%%USRP%%%%DATADIR%%/examples/uhd/fm_tx4.py -%%USRP%%%%DATADIR%%/examples/uhd/fm_tx_2_daughterboards.py -%%USRP%%%%DATADIR%%/examples/uhd/max_power.py -%%USRP%%%%DATADIR%%/examples/uhd/tags_demo -%%USRP%%%%DATADIR%%/examples/uhd/uhd_const_wave.grc -%%USRP%%%%DATADIR%%/examples/uhd/uhd_dpsk_mod.grc -%%USRP%%%%DATADIR%%/examples/uhd/uhd_fft.grc -%%USRP%%%%DATADIR%%/examples/uhd/uhd_rx_dpsk.grc -%%USRP%%%%DATADIR%%/examples/uhd/uhd_two_tone_loopback.grc -%%USRP%%%%DATADIR%%/examples/uhd/uhd_tx_dpsk.grc -%%USRP%%%%DATADIR%%/examples/uhd/uhd_wbfm_receive.grc -%%USRP%%%%DATADIR%%/examples/uhd/usrp_am_mw_rcv.py -%%USRP%%%%DATADIR%%/examples/uhd/usrp_nbfm_ptt.py -%%USRP%%%%DATADIR%%/examples/uhd/usrp_nbfm_rcv.py -%%USRP%%%%DATADIR%%/examples/uhd/usrp_spectrum_sense.py -%%USRP%%%%DATADIR%%/examples/uhd/usrp_tv_rcv.py -%%USRP%%%%DATADIR%%/examples/uhd/usrp_tv_rcv_nogui.py -%%USRP%%%%DATADIR%%/examples/uhd/usrp_wfm_rcv.py -%%USRP%%%%DATADIR%%/examples/uhd/usrp_wfm_rcv2_nogui.py -%%USRP%%%%DATADIR%%/examples/uhd/usrp_wfm_rcv_fmdet.py -%%USRP%%%%DATADIR%%/examples/uhd/usrp_wfm_rcv_nogui.py -%%USRP%%%%DATADIR%%/examples/uhd/usrp_wfm_rcv_pll.py -%%USRP%%%%DATADIR%%/examples/uhd/usrp_wfm_rcv_sca.py -%%USRP%%%%DATADIR%%/examples/uhd/usrp_wxapt_rcv.py %%DATADIR%%/examples/vocoder/alaw_audio_loopback.py %%DATADIR%%/examples/vocoder/codec2_audio_loopback.py %%DATADIR%%/examples/vocoder/cvsd_audio_loopback.py @@ -2387,6 +2432,25 @@ libexec/gnuradio/grc_setup_freedesktop %%DATADIR%%/examples/volk_benchmark/volk_plot.py %%DATADIR%%/examples/volk_benchmark/volk_test_funcs.py %%DATADIR%%/examples/volk_benchmark/volk_types.py +%%DATADIR%%/fec/ldpc/271.127.3.112 +%%DATADIR%%/fec/ldpc/PNB2_512_23C1.alist +%%DATADIR%%/fec/ldpc/n_0300_k_0103_gap_24.alist +%%DATADIR%%/fec/ldpc/n_0300_k_0122_gap_06.alist +%%DATADIR%%/fec/ldpc/n_0300_k_0152_gap_03.alist +%%DATADIR%%/fec/ldpc/n_0100_k_0023_gap_10.alist +%%DATADIR%%/fec/ldpc/n_0100_k_0027_gap_04.alist +%%DATADIR%%/fec/ldpc/n_0100_k_0042_gap_02.alist +%%DATADIR%%/fec/ldpc/n_0100_k_0058_gen_matrix.alist +%%DATADIR%%/fec/ldpc/n_0500_k_0127_gap_21.alist +%%DATADIR%%/fec/ldpc/n_0500_k_0202_gap_11.alist +%%DATADIR%%/fec/ldpc/n_0512_k_0130_gap_21.alist +%%DATADIR%%/fec/ldpc/n_0700_k_0282_gap_16.alist +%%DATADIR%%/fec/ldpc/n_1300_k_0522_gap_30.alist +%%DATADIR%%/fec/ldpc/n_1100_k_0442_gap_24.alist +%%DATADIR%%/fec/ldpc/n_1800_k_0902_gap_28.alist +%%DATADIR%%/fec/ldpc/n_2400_k_1198_gap_33.alist +%%DATADIR%%/fec/ldpc/n_2400_k_1198_gen_matrix.alist +%%DATADIR%%/fec/ldpc/simple_g_matrix.alist %%DATADIR%%/grc/blocks/analog_agc2_xx.xml %%DATADIR%%/grc/blocks/analog_agc3_xx.xml %%DATADIR%%/grc/blocks/analog_agc_xx.xml @@ -2414,6 +2478,7 @@ libexec/gnuradio/grc_setup_freedesktop %%DATADIR%%/grc/blocks/analog_quadrature_demod_cf.xml %%DATADIR%%/grc/blocks/analog_rail_ff.xml %%DATADIR%%/grc/blocks/analog_random_source_x.xml +%%DATADIR%%/grc/blocks/analog_random_uniform_source_x.xml %%DATADIR%%/grc/blocks/analog_sig_source_x.xml %%DATADIR%%/grc/blocks/analog_simple_squelch_cc.xml %%DATADIR%%/grc/blocks/analog_standard_squelch.xml @@ -2443,9 +2508,11 @@ libexec/gnuradio/grc_setup_freedesktop %%DATADIR%%/grc/blocks/blocks_complex_to_arg.xml %%DATADIR%%/grc/blocks/blocks_complex_to_float.xml %%DATADIR%%/grc/blocks/blocks_complex_to_imag.xml +%%DATADIR%%/grc/blocks/blocks_complex_to_interleaved_char.xml %%DATADIR%%/grc/blocks/blocks_complex_to_interleaved_short.xml %%DATADIR%%/grc/blocks/blocks_complex_to_mag.xml %%DATADIR%%/grc/blocks/blocks_complex_to_mag_squared.xml +%%DATADIR%%/grc/blocks/blocks_complex_to_magphase.xml %%DATADIR%%/grc/blocks/blocks_complex_to_real.xml %%DATADIR%%/grc/blocks/blocks_conjugate_cc.xml %%DATADIR%%/grc/blocks/blocks_copy.xml @@ -2477,6 +2544,7 @@ libexec/gnuradio/grc_setup_freedesktop %%DATADIR%%/grc/blocks/blocks_interleaved_short_to_complex.xml %%DATADIR%%/grc/blocks/blocks_keep_m_in_n.xml %%DATADIR%%/grc/blocks/blocks_keep_one_in_n.xml +%%DATADIR%%/grc/blocks/blocks_magphase_to_complex.xml %%DATADIR%%/grc/blocks/blocks_max_xx.xml %%DATADIR%%/grc/blocks/blocks_message_burst_source.xml %%DATADIR%%/grc/blocks/blocks_message_debug.xml @@ -2681,14 +2749,6 @@ libexec/gnuradio/grc_setup_freedesktop %%DATADIR%%/grc/blocks/dtv_dvbs2_interleaver_bb.xml %%DATADIR%%/grc/blocks/dtv_dvbs2_modulator_bc.xml %%DATADIR%%/grc/blocks/dtv_dvbs2_physical_cc.xml -%%DATADIR%%/grc/blocks/dtv_dvbt_bit_inner_interleaver.xml -%%DATADIR%%/grc/blocks/dtv_dvbt_convolutional_interleaver.xml -%%DATADIR%%/grc/blocks/dtv_dvbt_energy_dispersal.xml -%%DATADIR%%/grc/blocks/dtv_dvbt_inner_coder.xml -%%DATADIR%%/grc/blocks/dtv_dvbt_map.xml -%%DATADIR%%/grc/blocks/dtv_dvbt_reed_solomon_enc.xml -%%DATADIR%%/grc/blocks/dtv_dvbt_reference_signals.xml -%%DATADIR%%/grc/blocks/dtv_dvbt_symbol_inner_interleaver.xml %%DATADIR%%/grc/blocks/dtv_dvbt2_cellinterleaver_cc.xml %%DATADIR%%/grc/blocks/dtv_dvbt2_framemapper_cc.xml %%DATADIR%%/grc/blocks/dtv_dvbt2_freqinterleaver_cc.xml @@ -2698,7 +2758,25 @@ libexec/gnuradio/grc_setup_freedesktop %%DATADIR%%/grc/blocks/dtv_dvbt2_p1insertion_cc.xml %%DATADIR%%/grc/blocks/dtv_dvbt2_paprtr_cc.xml %%DATADIR%%/grc/blocks/dtv_dvbt2_pilotgenerator_cc.xml +%%DATADIR%%/grc/blocks/dtv_dvbt_bit_inner_deinterleaver.xml +%%DATADIR%%/grc/blocks/dtv_dvbt_bit_inner_interleaver.xml +%%DATADIR%%/grc/blocks/dtv_dvbt_convolutional_deinterleaver.xml +%%DATADIR%%/grc/blocks/dtv_dvbt_convolutional_interleaver.xml +%%DATADIR%%/grc/blocks/dtv_dvbt_demap.xml +%%DATADIR%%/grc/blocks/dtv_dvbt_demod_reference_signals.xml +%%DATADIR%%/grc/blocks/dtv_dvbt_energy_descramble.xml +%%DATADIR%%/grc/blocks/dtv_dvbt_energy_dispersal.xml +%%DATADIR%%/grc/blocks/dtv_dvbt_inner_coder.xml +%%DATADIR%%/grc/blocks/dtv_dvbt_map.xml +%%DATADIR%%/grc/blocks/dtv_dvbt_ofdm_sym_acquisition.xml +%%DATADIR%%/grc/blocks/dtv_dvbt_reed_solomon_dec.xml +%%DATADIR%%/grc/blocks/dtv_dvbt_reed_solomon_enc.xml +%%DATADIR%%/grc/blocks/dtv_dvbt_reference_signals.xml +%%DATADIR%%/grc/blocks/dtv_dvbt_symbol_inner_interleaver.xml +%%DATADIR%%/grc/blocks/dtv_dvbt_viterbi_decoder.xml %%DATADIR%%/grc/blocks/dummy.xml +%%DATADIR%%/grc/blocks/epy_block.xml +%%DATADIR%%/grc/blocks/epy_module.xml %%DATADIR%%/grc/blocks/fcd_source_c.xml %%DATADIR%%/grc/blocks/fec_async_decoder.xml %%DATADIR%%/grc/blocks/fec_async_encoder.xml @@ -2789,21 +2867,17 @@ libexec/gnuradio/grc_setup_freedesktop %%DATADIR%%/grc/blocks/tpc_encoder_def_list.xml %%DATADIR%%/grc/blocks/trellis_encoder_xx.xml %%DATADIR%%/grc/blocks/trellis_metrics_x.xml -%%DATADIR%%/grc/blocks/trellis_pccc_decoder_com%%QT_BINDIR%%ed_xx.xml +%%DATADIR%%/grc/blocks/trellis_pccc_decoder_combined_xx.xml %%DATADIR%%/grc/blocks/trellis_pccc_decoder_x.xml %%DATADIR%%/grc/blocks/trellis_pccc_encoder_xx.xml %%DATADIR%%/grc/blocks/trellis_permutation.xml -%%DATADIR%%/grc/blocks/trellis_sccc_decoder_com%%QT_BINDIR%%ed_xx.xml +%%DATADIR%%/grc/blocks/trellis_sccc_decoder_combined_xx.xml %%DATADIR%%/grc/blocks/trellis_sccc_decoder_x.xml %%DATADIR%%/grc/blocks/trellis_sccc_encoder_xx.xml -%%DATADIR%%/grc/blocks/trellis_siso_com%%QT_BINDIR%%ed_f.xml +%%DATADIR%%/grc/blocks/trellis_siso_combined_f.xml %%DATADIR%%/grc/blocks/trellis_siso_f.xml -%%DATADIR%%/grc/blocks/trellis_viterbi_com%%QT_BINDIR%%ed_xx.xml +%%DATADIR%%/grc/blocks/trellis_viterbi_combined_xx.xml %%DATADIR%%/grc/blocks/trellis_viterbi_x.xml -%%USRP%%%%DATADIR%%/grc/blocks/uhd_amsg_source.xml -%%USRP%%%%DATADIR%%/grc/blocks/uhd_block_tree.xml -%%USRP%%%%DATADIR%%/grc/blocks/uhd_usrp_sink.xml -%%USRP%%%%DATADIR%%/grc/blocks/uhd_usrp_source.xml %%DATADIR%%/grc/blocks/variable.xml %%DATADIR%%/grc/blocks/variable_band_pass_filter_taps.xml %%DATADIR%%/grc/blocks/variable_band_reject_filter_taps.xml @@ -2817,13 +2891,24 @@ libexec/gnuradio/grc_setup_freedesktop %%DATADIR%%/grc/blocks/variable_dummy_encoder_def_list.xml %%DATADIR%%/grc/blocks/variable_function_probe.xml %%DATADIR%%/grc/blocks/variable_high_pass_filter_taps.xml +%%DATADIR%%/grc/blocks/variable_ldpc_G_matrix_object.xml +%%DATADIR%%/grc/blocks/variable_ldpc_H_matrix_object.xml +%%DATADIR%%/grc/blocks/variable_ldpc_bit_flip_decoder.xml +%%DATADIR%%/grc/blocks/variable_ldpc_encoder_G.xml +%%DATADIR%%/grc/blocks/variable_ldpc_encoder_H.xml %%DATADIR%%/grc/blocks/variable_low_pass_filter_taps.xml +%%DATADIR%%/grc/blocks/variable_polar_code_configurator.xml +%%DATADIR%%/grc/blocks/variable_polar_decoder_sc.xml +%%DATADIR%%/grc/blocks/variable_polar_decoder_sc_list.xml +%%DATADIR%%/grc/blocks/variable_polar_decoder_sc_systematic.xml +%%DATADIR%%/grc/blocks/variable_polar_encoder.xml +%%DATADIR%%/grc/blocks/variable_polar_encoder_systematic.xml %%DATADIR%%/grc/blocks/variable_repetition_decoder_def_list.xml %%DATADIR%%/grc/blocks/variable_repetition_encoder_def_list.xml *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon Oct 10 12:43:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 693E3C0B083; Mon, 10 Oct 2016 12:43:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35D14F07; Mon, 10 Oct 2016 12:43:46 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AChjKq072874; Mon, 10 Oct 2016 12:43:45 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AChjaJ072871; Mon, 10 Oct 2016 12:43:45 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610101243.u9AChjaJ072871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 10 Oct 2016 12:43:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423658 - 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 12:43:46 -0000 Author: feld Date: Mon Oct 10 12:43:44 2016 New Revision: 423658 URL: https://svnweb.freebsd.org/changeset/ports/423658 Log: Document FreeBSD-SA-16:31.libarchive Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Oct 10 12:43:22 2016 (r423657) +++ head/security/vuxml/vuln.xml Mon Oct 10 12:43:44 2016 (r423658) @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + FreeBSD -- Multiple libarchive vulnerabilities + + + FreeBSD + 11.011.0_1 + 10.310.3_10 + 10.210.2_23 + 10.110.1_40 + + + + +

Problem Description:

+

Flaws in libarchive's handling of symlinks and hard links + allow overwriting files outside the extraction directory, + or permission changes to a directory outside the extraction + directory.

+

Impact:

+

An attacker who can control freebsd-update's or portsnap's + input to tar can change file content or permisssions on + files outside of the update tool's working sandbox.

+ +
+ + SA-16:31.libarchive + + + 2016-10-05 + 2016-10-10 + +
+ FreeBSD -- Multiple portsnap vulnerabilities From owner-svn-ports-head@freebsd.org Mon Oct 10 12:49:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8C1AC0B17D; Mon, 10 Oct 2016 12:49:51 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A352B7; Mon, 10 Oct 2016 12:49:51 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ACnoR7073867; Mon, 10 Oct 2016 12:49:50 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ACnot5073863; Mon, 10 Oct 2016 12:49:50 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201610101249.u9ACnot5073863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 10 Oct 2016 12:49:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423659 - in head/math: . R-cran-numDeriv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 12:49:51 -0000 Author: tota Date: Mon Oct 10 12:49:50 2016 New Revision: 423659 URL: https://svnweb.freebsd.org/changeset/ports/423659 Log: - Add new port: math/R-cran-numDeriv Methods for calculating (usually) accurate numerical first and second order derivatives. Accurate calculations are done using 'Richardson"s' extrapolation or, when applicable, a complex step derivative is available. A simple difference method is also provided. Simple difference is (usually) less accurate but is much quicker than 'Richardson"s' extrapolation and provides a useful cross-check. Methods are provided for real scalar and vector valued functions. WWW: https://cran.r-project.org/web/packages/numDeriv/ Added: head/math/R-cran-numDeriv/ head/math/R-cran-numDeriv/Makefile (contents, props changed) head/math/R-cran-numDeriv/distinfo (contents, props changed) head/math/R-cran-numDeriv/pkg-descr (contents, props changed) Modified: head/math/Makefile (contents, props changed) Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon Oct 10 12:43:44 2016 (r423658) +++ head/math/Makefile Mon Oct 10 12:49:50 2016 (r423659) @@ -55,6 +55,7 @@ SUBDIR += R-cran-nloptr SUBDIR += R-cran-nnls SUBDIR += R-cran-nortest + SUBDIR += R-cran-numDeriv SUBDIR += R-cran-outliers SUBDIR += R-cran-pbkrtest SUBDIR += R-cran-psych Added: head/math/R-cran-numDeriv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-numDeriv/Makefile Mon Oct 10 12:49:50 2016 (r423659) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= numDeriv +DISTVERSION= 2016.8-1 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Accurate Numerical Derivatives + +LICENSE= GPLv2 + +USES= cran:auto-plist + +.include Added: head/math/R-cran-numDeriv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-numDeriv/distinfo Mon Oct 10 12:49:50 2016 (r423659) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475924566 +SHA256 (numDeriv_2016.8-1.tar.gz) = 1b681d273697dc780a3ac5bedabb4a257785732d9ca4ef68e4e4aac8b328d11e +SIZE (numDeriv_2016.8-1.tar.gz) = 76303 Added: head/math/R-cran-numDeriv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-numDeriv/pkg-descr Mon Oct 10 12:49:50 2016 (r423659) @@ -0,0 +1,9 @@ +Methods for calculating (usually) accurate numerical first and +second order derivatives. Accurate calculations are done using +'Richardson"s' extrapolation or, when applicable, a complex step +derivative is available. A simple difference method is also provided. +Simple difference is (usually) less accurate but is much quicker +than 'Richardson"s' extrapolation and provides a useful cross-check. +Methods are provided for real scalar and vector valued functions. + +WWW: https://cran.r-project.org/web/packages/numDeriv/ From owner-svn-ports-head@freebsd.org Mon Oct 10 12:52:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0495C0B2FD; Mon, 10 Oct 2016 12:52:01 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A33B83C4; Mon, 10 Oct 2016 12:52:01 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ACq0xL074787; Mon, 10 Oct 2016 12:52:00 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ACq0e0074782; Mon, 10 Oct 2016 12:52:00 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201610101252.u9ACq0e0074782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 10 Oct 2016 12:52:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423660 - in head/devel: . R-cran-data.table X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 12:52:02 -0000 Author: tota Date: Mon Oct 10 12:52:00 2016 New Revision: 423660 URL: https://svnweb.freebsd.org/changeset/ports/423660 Log: - Add new port: devel/R-cran-data.table Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns and a fast file reader (fread). Offers a natural and flexible syntax, for faster development. WWW: https://cran.r-project.org/web/packages/data.table/ Added: head/devel/R-cran-data.table/ head/devel/R-cran-data.table/Makefile (contents, props changed) head/devel/R-cran-data.table/distinfo (contents, props changed) head/devel/R-cran-data.table/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Oct 10 12:49:50 2016 (r423659) +++ head/devel/Makefile Mon Oct 10 12:52:00 2016 (r423660) @@ -21,6 +21,7 @@ SUBDIR += R-cran-caret SUBDIR += R-cran-chron SUBDIR += R-cran-crayon + SUBDIR += R-cran-data.table SUBDIR += R-cran-doParallel SUBDIR += R-cran-evaluate SUBDIR += R-cran-foreach Added: head/devel/R-cran-data.table/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-data.table/Makefile Mon Oct 10 12:52:00 2016 (r423660) @@ -0,0 +1,20 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= data.table +PORTVERSION= 1.9.6 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Extension of Data.frame + +LICENSE= GPLv2+ + +CRAN_DEPENDS= R-cran-chron>0:devel/R-cran-chron +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist,compiles + +.include Added: head/devel/R-cran-data.table/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-data.table/distinfo Mon Oct 10 12:52:00 2016 (r423660) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475925141 +SHA256 (data.table_1.9.6.tar.gz) = 6f74c349c1731823aef6899edcf18418454167d04eba983e3a6fe17ee9fd236e +SIZE (data.table_1.9.6.tar.gz) = 3709070 Added: head/devel/R-cran-data.table/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-data.table/pkg-descr Mon Oct 10 12:52:00 2016 (r423660) @@ -0,0 +1,6 @@ +Fast aggregation of large data (e.g. 100GB in RAM), fast ordered +joins, fast add/modify/delete of columns by group using no copies +at all, list columns and a fast file reader (fread). Offers a natural +and flexible syntax, for faster development. + +WWW: https://cran.r-project.org/web/packages/data.table/ From owner-svn-ports-head@freebsd.org Mon Oct 10 13:03:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 162BFC0B519; Mon, 10 Oct 2016 13:03:25 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD7B5B2F; Mon, 10 Oct 2016 13:03:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AD3NjX081371; Mon, 10 Oct 2016 13:03:23 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AD3NE0081366; Mon, 10 Oct 2016 13:03:23 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610101303.u9AD3NE0081366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 10 Oct 2016 13:03:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423661 - in head/math/clfft: . 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 13:03:25 -0000 Author: wen Date: Mon Oct 10 13:03:23 2016 New Revision: 423661 URL: https://svnweb.freebsd.org/changeset/ports/423661 Log: - Update to 2.12.2 PR: 213338 Submitted by: dieterich@ogolem.org(maintainer) Modified: head/math/clfft/Makefile head/math/clfft/distinfo head/math/clfft/files/patch-src_include_sharedLibrary.h head/math/clfft/files/patch-src_statTimer_statisticalTimer.h head/math/clfft/pkg-plist Modified: head/math/clfft/Makefile ============================================================================== --- head/math/clfft/Makefile Mon Oct 10 12:52:00 2016 (r423660) +++ head/math/clfft/Makefile Mon Oct 10 13:03:23 2016 (r423661) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clfft -PORTVERSION= 2.12.0 +PORTVERSION= 2.12.2 DISTVERSIONPREFIX= v CATEGORIES= math Modified: head/math/clfft/distinfo ============================================================================== --- head/math/clfft/distinfo Mon Oct 10 12:52:00 2016 (r423660) +++ head/math/clfft/distinfo Mon Oct 10 13:03:23 2016 (r423661) @@ -1,2 +1,3 @@ -SHA256 (clMathLibraries-clFFT-v2.12.0_GH0.tar.gz) = c623a1b00cd8fe31583044dd98f8d0d0d2b3bda41628098ddb3edc8530099600 -SIZE (clMathLibraries-clFFT-v2.12.0_GH0.tar.gz) = 1008780 +TIMESTAMP = 1476066152 +SHA256 (clMathLibraries-clFFT-v2.12.2_GH0.tar.gz) = e7348c146ad48c6a3e6997b7702202ad3ee3b5df99edf7ef00bbacc21e897b12 +SIZE (clMathLibraries-clFFT-v2.12.2_GH0.tar.gz) = 1010182 Modified: head/math/clfft/files/patch-src_include_sharedLibrary.h ============================================================================== --- head/math/clfft/files/patch-src_include_sharedLibrary.h Mon Oct 10 12:52:00 2016 (r423660) +++ head/math/clfft/files/patch-src_include_sharedLibrary.h Mon Oct 10 13:03:23 2016 (r423661) @@ -1,4 +1,4 @@ ---- src/include/sharedLibrary.h.orig 2016-04-22 02:47:39 UTC +--- src/include/sharedLibrary.h.orig 2016-08-31 21:46:51 UTC +++ src/include/sharedLibrary.h @@ -52,7 +52,7 @@ inline void* LoadSharedLibrary( std::str { Modified: head/math/clfft/files/patch-src_statTimer_statisticalTimer.h ============================================================================== --- head/math/clfft/files/patch-src_statTimer_statisticalTimer.h Mon Oct 10 12:52:00 2016 (r423660) +++ head/math/clfft/files/patch-src_statTimer_statisticalTimer.h Mon Oct 10 13:03:23 2016 (r423661) @@ -1,4 +1,4 @@ ---- src/statTimer/statisticalTimer.h.orig 2016-04-20 18:47:13 UTC +--- src/statTimer/statisticalTimer.h.orig 2016-08-31 21:46:51 UTC +++ src/statTimer/statisticalTimer.h @@ -21,6 +21,7 @@ #include Modified: head/math/clfft/pkg-plist ============================================================================== --- head/math/clfft/pkg-plist Mon Oct 10 12:52:00 2016 (r423660) +++ head/math/clfft/pkg-plist Mon Oct 10 13:03:23 2016 (r423661) @@ -8,10 +8,10 @@ lib/cmake/clFFT/clFFTTargets-%%CMAKE_BUI lib/cmake/clFFT/clFFTTargets.cmake lib/libStatTimer.so lib/libStatTimer.so.2 -lib/libStatTimer.so.2.12.0 +lib/libStatTimer.so.2.12.2 lib/libclFFT.so lib/libclFFT.so.2 -lib/libclFFT.so.2.12.0 +lib/libclFFT.so.2.12.2 share/clFFT/examples/fft1d share/clFFT/examples/fft1d.c share/clFFT/examples/fft2d From owner-svn-ports-head@freebsd.org Mon Oct 10 13:36:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E0D2C0720F; Mon, 10 Oct 2016 13:36:28 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE87BDC7; Mon, 10 Oct 2016 13:36:27 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ADaQSr092740; Mon, 10 Oct 2016 13:36:26 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ADaQ1P092738; Mon, 10 Oct 2016 13:36:26 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201610101336.u9ADaQ1P092738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Mon, 10 Oct 2016 13:36:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423662 - in head/net/netatalk3: . 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 13:36:28 -0000 Author: marcus Date: Mon Oct 10 13:36:26 2016 New Revision: 423662 URL: https://svnweb.freebsd.org/changeset/ports/423662 Log: Partially revert the PAM changes to once again use pkg-message to discuss PAM config. This avoids overwriting existing PAM config files. But correct text for the modern PAM system. Added: head/net/netatalk3/pkg-message (contents, props changed) Deleted: head/net/netatalk3/files/netatalk.pam Modified: head/net/netatalk3/Makefile Modified: head/net/netatalk3/Makefile ============================================================================== --- head/net/netatalk3/Makefile Mon Oct 10 13:03:23 2016 (r423661) +++ head/net/netatalk3/Makefile Mon Oct 10 13:36:26 2016 (r423662) @@ -87,8 +87,4 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/contrib/macusers/macusers \ ${STAGEDIR}${PREFIX}/bin/macusers -post-install-PAM-on: - ${INSTALL_DATA} ${FILESDIR}/netatalk.pam \ - ${STAGEDIR}${PREFIX}/etc/pam.d/netatalk - .include Added: head/net/netatalk3/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/netatalk3/pkg-message Mon Oct 10 13:36:26 2016 (r423662) @@ -0,0 +1,10 @@ +### +If you compiled with optional PAM support, you need to create a pam.d +file called `netatalk'. With the following contents: + +%PAM-1.0 +auth include system +account include system +password include system +session include system +### From owner-svn-ports-head@freebsd.org Mon Oct 10 13:39:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58C94C07288; Mon, 10 Oct 2016 13:39:05 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 249E7EE5; Mon, 10 Oct 2016 13:39:05 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ADd4bK092943; Mon, 10 Oct 2016 13:39:04 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ADd49F092941; Mon, 10 Oct 2016 13:39:04 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201610101339.u9ADd49F092941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 10 Oct 2016 13:39:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423663 - head/graphics/R-cran-visNetwork X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 13:39:05 -0000 Author: tota Date: Mon Oct 10 13:39:03 2016 New Revision: 423663 URL: https://svnweb.freebsd.org/changeset/ports/423663 Log: - Update to 1.0.2 Modified: head/graphics/R-cran-visNetwork/Makefile (contents, props changed) head/graphics/R-cran-visNetwork/distinfo (contents, props changed) Modified: head/graphics/R-cran-visNetwork/Makefile ============================================================================== --- head/graphics/R-cran-visNetwork/Makefile Mon Oct 10 13:36:26 2016 (r423662) +++ head/graphics/R-cran-visNetwork/Makefile Mon Oct 10 13:39:03 2016 (r423663) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= visNetwork -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,10 +11,12 @@ COMMENT= Network Visualization using 'vi LICENSE= MIT -RUN_DEPENDS= R-cran-htmlwidgets>0:www/R-cran-htmlwidgets \ +CRAN_DEPENDS= R-cran-htmlwidgets>0:www/R-cran-htmlwidgets \ R-cran-htmltools>0:textproc/R-cran-htmltools \ R-cran-jsonlite>0:converters/R-cran-jsonlite \ R-cran-magrittr>0:devel/R-cran-magrittr +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist Modified: head/graphics/R-cran-visNetwork/distinfo ============================================================================== --- head/graphics/R-cran-visNetwork/distinfo Mon Oct 10 13:36:26 2016 (r423662) +++ head/graphics/R-cran-visNetwork/distinfo Mon Oct 10 13:39:03 2016 (r423663) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466657130 -SHA256 (visNetwork_1.0.1.tar.gz) = 13aacf58d3bf9e78c7fb3af180062762bf22aec1777c829715c5b00396639a70 -SIZE (visNetwork_1.0.1.tar.gz) = 2413883 +TIMESTAMP = 1475928173 +SHA256 (visNetwork_1.0.2.tar.gz) = 0beca1add38776451e2aeae61c6cbcc016a66ea202084c605884e362fe5272f8 +SIZE (visNetwork_1.0.2.tar.gz) = 2545820 From owner-svn-ports-head@freebsd.org Mon Oct 10 13:49:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFD07C07608; Mon, 10 Oct 2016 13:49:30 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF2718BF; Mon, 10 Oct 2016 13:49:30 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ADnTVm096951; Mon, 10 Oct 2016 13:49:29 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ADnTXF096949; Mon, 10 Oct 2016 13:49:29 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201610101349.u9ADnTXF096949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 10 Oct 2016 13:49:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423664 - head/devel/R-cran-R6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 13:49:31 -0000 Author: tota Date: Mon Oct 10 13:49:29 2016 New Revision: 423664 URL: https://svnweb.freebsd.org/changeset/ports/423664 Log: - Update to 2.2.0 Modified: head/devel/R-cran-R6/Makefile (contents, props changed) head/devel/R-cran-R6/distinfo (contents, props changed) Modified: head/devel/R-cran-R6/Makefile ============================================================================== --- head/devel/R-cran-R6/Makefile Mon Oct 10 13:39:03 2016 (r423663) +++ head/devel/R-cran-R6/Makefile Mon Oct 10 13:49:29 2016 (r423664) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= R6 -PORTVERSION= 2.1.3 +PORTVERSION= 2.2.0 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/devel/R-cran-R6/distinfo ============================================================================== --- head/devel/R-cran-R6/distinfo Mon Oct 10 13:39:03 2016 (r423663) +++ head/devel/R-cran-R6/distinfo Mon Oct 10 13:49:29 2016 (r423664) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471759980 -SHA256 (R6_2.1.3.tar.gz) = 7ea733ba0557e98565473cec87df1616fcbf941e0902545d28d16bbdfb9b19a7 -SIZE (R6_2.1.3.tar.gz) = 202251 +TIMESTAMP = 1475927948 +SHA256 (R6_2.2.0.tar.gz) = 7d7bddc4303fafa99954182ccad938166d681499d4e9ae7001d21b0fd60d25c7 +SIZE (R6_2.2.0.tar.gz) = 203498 From owner-svn-ports-head@freebsd.org Mon Oct 10 13:54:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E853C07762; Mon, 10 Oct 2016 13:54:37 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AABDC00; Mon, 10 Oct 2016 13:54:37 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ADsajx000639; Mon, 10 Oct 2016 13:54:36 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ADsaG0000637; Mon, 10 Oct 2016 13:54:36 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610101354.u9ADsaG0000637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 10 Oct 2016 13:54:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423665 - head/www/drood X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 13:54:37 -0000 Author: marino Date: Mon Oct 10 13:54:36 2016 New Revision: 423665 URL: https://svnweb.freebsd.org/changeset/ports/423665 Log: www/drood: Upgrade version 5.32 => 5.37 This is the final release of drood. PR: 213048 Submitted by: maintainer Modified: head/www/drood/Makefile head/www/drood/distinfo Modified: head/www/drood/Makefile ============================================================================== --- head/www/drood/Makefile Mon Oct 10 13:49:29 2016 (r423664) +++ head/www/drood/Makefile Mon Oct 10 13:54:36 2016 (r423665) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drood -PORTVERSION= 5.32 +PORTVERSION= 5.37 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ @@ -12,27 +12,18 @@ COMMENT= Lightweight kqueue-based http/1 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libserver.so:devel/libserver +USES= ssl -USE_LDCONFIG= yes - -USES= ssl - -MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - INSTALL_DATA="${INSTALL_DATA}" INSTALL_MAN="${INSTALL_MAN}" \ +MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ + INSTALL_DATA="${INSTALL_DATA}" \ + INSTALL_MAN="${INSTALL_MAN}" \ MKDIR="${MKDIR}" PLIST_FILES= bin/drood \ - bin/humdinger \ - lib/libdorrit.so \ - lib/libdorrit.so.${PORTVERSION} \ - include/dorrit.h \ man/man8/drood.8.gz \ man/man8/droodpipe.8.gz \ - man/man8/humdinger.8.gz \ - man/man8/libdorrit.8.gz \ etc/rc.d/drood \ - "@(,,4550) etc/rc.d/humdinger" \ etc/drood/types.tab \ etc/drood/types.tab.dist Modified: head/www/drood/distinfo ============================================================================== --- head/www/drood/distinfo Mon Oct 10 13:49:29 2016 (r423664) +++ head/www/drood/distinfo Mon Oct 10 13:54:36 2016 (r423665) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473519763 -SHA256 (drood-5.32.tar.gz) = 6ceefa32aa66c34682831f04bfa9fa43d95111fb973e17a28c41d1a15e60233b -SIZE (drood-5.32.tar.gz) = 70755 +TIMESTAMP = 1475930263 +SHA256 (drood-5.37.tar.gz) = 4dd22da64fc2135f356c551f063b44d21bc2c63ebe88e575985a13804f1783f5 +SIZE (drood-5.37.tar.gz) = 38475 From owner-svn-ports-head@freebsd.org Mon Oct 10 13:56:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDA3DC077B4; Mon, 10 Oct 2016 13:56:14 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B81D5CFB; Mon, 10 Oct 2016 13:56:14 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ADuDKt000924; Mon, 10 Oct 2016 13:56:13 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ADuD4c000922; Mon, 10 Oct 2016 13:56:13 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201610101356.u9ADuD4c000922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Mon, 10 Oct 2016 13:56:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423666 - in head/mail/wanderlust: . 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 13:56:15 -0000 Author: nobutaka Date: Mon Oct 10 13:56:13 2016 New Revision: 423666 URL: https://svnweb.freebsd.org/changeset/ports/423666 Log: - Fix configure error with Emacs 25. - Remove xemacs-related files and code that are no longer used. Added: head/mail/wanderlust/files/wanderlust-startup.el - copied unchanged from r423665, head/mail/wanderlust/files/wanderlust-startup.emacs24.el.tmpl Deleted: head/mail/wanderlust/files/wanderlust-startup.emacs20.el.tmpl head/mail/wanderlust/files/wanderlust-startup.emacs21.el.tmpl head/mail/wanderlust/files/wanderlust-startup.emacs22.el.tmpl head/mail/wanderlust/files/wanderlust-startup.emacs23.el.tmpl head/mail/wanderlust/files/wanderlust-startup.emacs24.el.tmpl head/mail/wanderlust/files/wanderlust-startup.xemacs21-mule.el.tmpl Modified: head/mail/wanderlust/Makefile Modified: head/mail/wanderlust/Makefile ============================================================================== --- head/mail/wanderlust/Makefile Mon Oct 10 13:54:36 2016 (r423665) +++ head/mail/wanderlust/Makefile Mon Oct 10 13:56:13 2016 (r423666) @@ -13,8 +13,6 @@ DISTNAME= wl-${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org COMMENT?= Yet another message interface on Emacsen -BROKEN= fails to configure - USE_EMACS= yes NO_ARCH= yes @@ -74,7 +72,7 @@ PLIST_SUB+= EMACS_PACKAGESDIR=${EMACS_PA WRK_STARTUP_FILE= ${WRKDIR}/wanderlust-startup.el MAKE_ARGS+= EMACS=${EMACS_CMD} \ LISPDIR=${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} \ - FLAGS="-batch -q -no-site-file -l ${WRK_STARTUP_FILE:C/\/\/*/\//g}" + FLAGS="-batch -q -no-site-file" INFO= wl wl-ja PLIST= ${PKGDIR}/pkg-plist.emacs MAKE_ARGS+= INFODIR=${STAGEDIR}${INFODIR} \ @@ -83,38 +81,12 @@ MAKE_ARGS+= INFODIR=${STAGEDIR}${INFODIR post-extract: @${CP} ${FILESDIR}/WL-CFG ${WRKSRC} -.if (${EMACS_PORT_NAME} == "emacs-devel") -STARTUP_TMPL= ${FILESDIR}/wanderlust-startup.emacs22.el.tmpl -.else -STARTUP_TMPL= ${FILESDIR}/wanderlust-startup.${EMACS_PORT_NAME}.el.tmpl -.endif - -post-configure: - @${SED} \ - -e "s,%%PREFIX%%,${PREFIX},g" \ - -e "s,%%EMACS_LIBDIR%%,${EMACS_LIBDIR},g" \ - -e "s,%%EMACS_LIBDIR_WITH_VER%%,${EMACS_LIBDIR_WITH_VER},g" \ - -e "s,%%EMACS_PACKAGESDIR%%,${EMACS_PACKAGESDIR},g" \ - < ${STARTUP_TMPL} > ${WRKDIR}/wanderlust-startup.el - -pre-build: -.if defined(EMACS_PACKAGESDIR) - @${CP} ${FILESDIR}/_pkg.el ${WRKSRC} -.endif - post-install: .if !exists(${EMACS_W3M_LISP_FILE}) -.if defined(EMACS_PACKAGESDIR) - ${INSTALL_DATA} ${WRKSRC}/elmo/elmo-shimbun.el ${STAGEDIR}${PREFIX}/${EMACS_PACKAGESDIR}/lisp/wl -.else ${INSTALL_DATA} ${WRKSRC}/elmo/elmo-shimbun.el ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/wl .endif -.endif ${MAKE} install-samples ${MAKE} install-utils -.if defined(EMACS_PACKAGESDIR) - ${MAKE} install-manifest -.endif # local targets post-install-DOCS-on: @@ -143,13 +115,6 @@ install-utils: ${INSTALL_DATA} ${WRKSRC}/utils/${i} ${STAGEDIR}${PREFIX}/${UTILSDIR} .endfor ${MKDIR} ${STAGEDIR}${PREFIX}/${STARTUPDIR} - ${INSTALL_DATA} ${WRKDIR}/wanderlust-startup.el ${STAGEDIR}${PREFIX}/${STARTUPDIR} - -install-manifest: - ${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_PACKAGESDIR}/pkginfo/ - ${CAT} ${PLIST} | ${GREP} -e "^%%EMACS_PACKAGESDIR%%" | \ - ${SED} -e "s!^%%EMACS_PACKAGESDIR%%!!" > ${WRKDIR}/${MANIFEST} - ${INSTALL_DATA} ${WRKDIR}/${MANIFEST} ${STAGEDIR}${PREFIX}/${EMACS_PACKAGESDIR}/pkginfo/ - ${INSTALL_DATA} ${FILESDIR}/_pkg.el ${STAGEDIR}${PREFIX}/${EMACS_PACKAGESDIR}/lisp/wl + ${INSTALL_DATA} ${FILESDIR}/wanderlust-startup.el ${STAGEDIR}${PREFIX}/${STARTUPDIR} .include Copied: head/mail/wanderlust/files/wanderlust-startup.el (from r423665, head/mail/wanderlust/files/wanderlust-startup.emacs24.el.tmpl) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/wanderlust/files/wanderlust-startup.el Mon Oct 10 13:56:13 2016 (r423666, copy of r423665, head/mail/wanderlust/files/wanderlust-startup.emacs24.el.tmpl) @@ -0,0 +1,4 @@ +(autoload 'wl "wl" "Wanderlust" t) +(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) +(load "mime-setup") +(provide 'wanderlust-startup) From owner-svn-ports-head@freebsd.org Mon Oct 10 14:58:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5325C07343; Mon, 10 Oct 2016 14:58:48 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96EDB22F; Mon, 10 Oct 2016 14:58:48 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AEwlkH023570; Mon, 10 Oct 2016 14:58:47 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AEwlGI023568; Mon, 10 Oct 2016 14:58:47 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201610101458.u9AEwlGI023568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 10 Oct 2016 14:58:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423667 - head/ftp/R-cran-curl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 14:58:48 -0000 Author: tota Date: Mon Oct 10 14:58:47 2016 New Revision: 423667 URL: https://svnweb.freebsd.org/changeset/ports/423667 Log: - Update to 2.1 Modified: head/ftp/R-cran-curl/Makefile (contents, props changed) head/ftp/R-cran-curl/distinfo (contents, props changed) Modified: head/ftp/R-cran-curl/Makefile ============================================================================== --- head/ftp/R-cran-curl/Makefile Mon Oct 10 13:56:13 2016 (r423666) +++ head/ftp/R-cran-curl/Makefile Mon Oct 10 14:58:47 2016 (r423667) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= ftp DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/ftp/R-cran-curl/distinfo ============================================================================== --- head/ftp/R-cran-curl/distinfo Mon Oct 10 13:56:13 2016 (r423666) +++ head/ftp/R-cran-curl/distinfo Mon Oct 10 14:58:47 2016 (r423667) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474362462 -SHA256 (curl_2.0.tar.gz) = 4aef51e49b0d811a502da6d2891f129eb024d31db9222ba66e57c457889f24a3 -SIZE (curl_2.0.tar.gz) = 398451 +TIMESTAMP = 1475914788 +SHA256 (curl_2.1.tar.gz) = 5f6f34836c7de74e96f168abcd618f35094bec2bbdd654a4554be254263b7d28 +SIZE (curl_2.1.tar.gz) = 397300 From owner-svn-ports-head@freebsd.org Mon Oct 10 15:00:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45C44C073A9; Mon, 10 Oct 2016 15:00:24 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1528037C; Mon, 10 Oct 2016 15:00:24 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AF0NbM023797; Mon, 10 Oct 2016 15:00:23 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AF0Min023794; Mon, 10 Oct 2016 15:00:22 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201610101500.u9AF0Min023794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Mon, 10 Oct 2016 15:00:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423668 - head/www/R-cran-shiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 15:00:24 -0000 Author: tota Date: Mon Oct 10 15:00:22 2016 New Revision: 423668 URL: https://svnweb.freebsd.org/changeset/ports/423668 Log: - Update to 0.14.1 - Update WWW: line in pkg-descr Modified: head/www/R-cran-shiny/Makefile (contents, props changed) head/www/R-cran-shiny/distinfo (contents, props changed) head/www/R-cran-shiny/pkg-descr (contents, props changed) Modified: head/www/R-cran-shiny/Makefile ============================================================================== --- head/www/R-cran-shiny/Makefile Mon Oct 10 14:58:47 2016 (r423667) +++ head/www/R-cran-shiny/Makefile Mon Oct 10 15:00:22 2016 (r423668) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shiny -PORTVERSION= 0.14 +PORTVERSION= 0.14.1 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/www/R-cran-shiny/distinfo ============================================================================== --- head/www/R-cran-shiny/distinfo Mon Oct 10 14:58:47 2016 (r423667) +++ head/www/R-cran-shiny/distinfo Mon Oct 10 15:00:22 2016 (r423668) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473653365 -SHA256 (shiny_0.14.tar.gz) = 9bf4adc89384e08b28cff4781070203c7d8cbf66c27f694c3a09b4a7291a2251 -SIZE (shiny_0.14.tar.gz) = 2110934 +TIMESTAMP = 1475928654 +SHA256 (shiny_0.14.1.tar.gz) = f0b1abfa56d8d85ad8cb6b8f6c99123ba360d60320d6704a437cceec3b436a4c +SIZE (shiny_0.14.1.tar.gz) = 2192238 Modified: head/www/R-cran-shiny/pkg-descr ============================================================================== --- head/www/R-cran-shiny/pkg-descr Mon Oct 10 14:58:47 2016 (r423667) +++ head/www/R-cran-shiny/pkg-descr Mon Oct 10 15:00:22 2016 (r423668) @@ -8,4 +8,4 @@ No HTML or JavaScript knowledge is neces experience with R, youre just minutes away from combining the statistical power of R with the simplicity of a web page. -WWW: http://www.rstudio.com/shiny/ +WWW: http://shiny.rstudio.com/ From owner-svn-ports-head@freebsd.org Mon Oct 10 15:30:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11803C07C20; Mon, 10 Oct 2016 15:30:12 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C505B74D; Mon, 10 Oct 2016 15:30:11 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AFUAHE035138; Mon, 10 Oct 2016 15:30:10 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AFUAd5035134; Mon, 10 Oct 2016 15:30:10 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201610101530.u9AFUAd5035134@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Mon, 10 Oct 2016 15:30:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423669 - in head/net/kippo: . 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 15:30:12 -0000 Author: culot Date: Mon Oct 10 15:30:10 2016 New Revision: 423669 URL: https://svnweb.freebsd.org/changeset/ports/423669 Log: net/kippo: 0.8 -> 0.9 PR: 213306 Submitted by: Piotr Kubaj Modified: head/net/kippo/Makefile head/net/kippo/distinfo head/net/kippo/files/pkg-message.in head/net/kippo/pkg-plist Modified: head/net/kippo/Makefile ============================================================================== --- head/net/kippo/Makefile Mon Oct 10 15:00:22 2016 (r423668) +++ head/net/kippo/Makefile Mon Oct 10 15:30:10 2016 (r423669) @@ -2,21 +2,22 @@ # $FreeBSD$ PORTNAME= kippo -PORTVERSION= 0.8 +PORTVERSION= 0.9 +DISTVERSIONPREFIX= v CATEGORIES= net -MASTER_SITES= GOOGLE_CODE MAINTAINER= culot@FreeBSD.org COMMENT= Medium interaction ssh honeypot LICENSE= BSD3CLAUSE -BROKEN= Unfetchable (google code has gone away) - BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface RUN_DEPENDS:= ${BUILD_DEPENDS} +USE_GITHUB= yes +GH_ACCOUNT= desaster + USES= python twisted:run,conch,web NO_BUILD= yes @@ -30,8 +31,8 @@ SUB_LIST+= PYTHON=${PYTHON_CMD} do-install: @${MKDIR} ${STAGEDIR}${DATADIR} -.for f in kippo.cfg kippo.tac fs.pickle - @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR} +.for f in kippo.cfg.dist kippo.tac fs.pickle + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR} .endfor .for d in data doc honeyfs kippo txtcmds utils @${MKDIR} ${STAGEDIR}${DATADIR}/${d} Modified: head/net/kippo/distinfo ============================================================================== --- head/net/kippo/distinfo Mon Oct 10 15:00:22 2016 (r423668) +++ head/net/kippo/distinfo Mon Oct 10 15:30:10 2016 (r423669) @@ -1,2 +1,3 @@ -SHA256 (kippo-0.8.tar.gz) = 6d1877e8795cb246704c6790aceecfa478478cf79d68f48968588066c6aca265 -SIZE (kippo-0.8.tar.gz) = 581278 +TIMESTAMP = 1475929151 +SHA256 (desaster-kippo-v0.9_GH0.tar.gz) = 49870eff01a6a8856b3b2f89fea20bca1e28fb73df212d73fcc4cec072504f17 +SIZE (desaster-kippo-v0.9_GH0.tar.gz) = 582620 Modified: head/net/kippo/files/pkg-message.in ============================================================================== --- head/net/kippo/files/pkg-message.in Mon Oct 10 15:00:22 2016 (r423668) +++ head/net/kippo/files/pkg-message.in Mon Oct 10 15:30:10 2016 (r423669) @@ -9,6 +9,9 @@ Before starting kippo you need to perfor $EDITOR %%DATADIR%%/kippo.cfg + An example configuration file can be found here: + %%DATADIR%%/kippo.cfg.dist + Please keep in mind when editing the configuration file that kippo can't be run as root and is started by the 'kippo' unprivileged user instead. This implies that the following folders hierarchy Modified: head/net/kippo/pkg-plist ============================================================================== --- head/net/kippo/pkg-plist Mon Oct 10 15:00:22 2016 (r423668) +++ head/net/kippo/pkg-plist Mon Oct 10 15:30:10 2016 (r423669) @@ -1,5 +1,5 @@ %%DATADIR%%/fs.pickle -%%DATADIR%%/kippo.cfg +%%DATADIR%%/kippo.cfg.dist %%DATADIR%%/kippo.tac %%DATADIR%%/data/userdb.txt %%DATADIR%%/doc/COPYRIGHT From owner-svn-ports-head@freebsd.org Mon Oct 10 15:58:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D934C0C574; Mon, 10 Oct 2016 15:58:41 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F5FC689; Mon, 10 Oct 2016 15:58:41 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AFweif047347; Mon, 10 Oct 2016 15:58:40 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AFwe6Q047345; Mon, 10 Oct 2016 15:58:40 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610101558.u9AFwe6Q047345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 10 Oct 2016 15:58:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423670 - in head/net/anet: . 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 15:58:41 -0000 Author: marino Date: Mon Oct 10 15:58:40 2016 New Revision: 423670 URL: https://svnweb.freebsd.org/changeset/ports/423670 Log: net/anet: Upgrade version 0.3.3 => 0.3.4 The TCP_NODELAY was incorporated upstream (different implementation) and socket shutdown is now supported as well. Deleted: head/net/anet/files/patch-add-TCP_NODELAY Modified: head/net/anet/Makefile head/net/anet/distinfo Modified: head/net/anet/Makefile ============================================================================== --- head/net/anet/Makefile Mon Oct 10 15:30:10 2016 (r423669) +++ head/net/anet/Makefile Mon Oct 10 15:58:40 2016 (r423670) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= anet -PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTVERSION= 0.3.4 CATEGORIES= net MASTER_SITES= http://www.codelabs.ch/download/ DISTNAME= libanet-${PORTVERSION} @@ -21,7 +20,7 @@ MAKE_ARGS+= NUM_CPUS=${MAKE_JOBS_NUMBER} OS=bsd OPTIONS_DEFINE= TEST DOCS -TEST_DESC= Run unit test suite before installation +TEST_DESC= Run unit test suite before installation TEST_ALL_TARGET= tests TEST_BUILD_DEPENDS= ${LOCALBASE}/lib/gnat/ahven.gpr:devel/ahven DOCS_USES= gmake Modified: head/net/anet/distinfo ============================================================================== --- head/net/anet/distinfo Mon Oct 10 15:30:10 2016 (r423669) +++ head/net/anet/distinfo Mon Oct 10 15:58:40 2016 (r423670) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467439601 -SHA256 (libanet-0.3.3.tar.bz2) = 8ef101d47f549232b0276687235ac7767a2b50b6bde5f48ca21c20007e8ad20b -SIZE (libanet-0.3.3.tar.bz2) = 50553 +TIMESTAMP = 1476093104 +SHA256 (libanet-0.3.4.tar.bz2) = 7462a5530fe0b8ff9dbf20a2f0a2dd0bf55e7f0c322bc10f9f0327f971706e07 +SIZE (libanet-0.3.4.tar.bz2) = 50996 From owner-svn-ports-head@freebsd.org Mon Oct 10 16:15:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DDEAC0CC5F; Mon, 10 Oct 2016 16:15:08 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38498E99; Mon, 10 Oct 2016 16:15:08 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AGF7eU055734; Mon, 10 Oct 2016 16:15:07 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AGF6li055726; Mon, 10 Oct 2016 16:15:06 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201610101615.u9AGF6li055726@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Mon, 10 Oct 2016 16:15:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423671 - in head/misc/freebsd-release-manifests: . files/MANIFESTS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 16:15:08 -0000 Author: gjb Date: Mon Oct 10 16:15:06 2016 New Revision: 423671 URL: https://svnweb.freebsd.org/changeset/ports/423671 Log: - Add checksums for 11.0-RELEASE. - Remove checksums for 11.0-RC*. Approved by: bdrewery (maintainer, implicit, re blanket) Sponsored by: The FreeBSD Foundation Added: head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-11.0-RELEASE (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-11.0-RELEASE (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-11.0-RELEASE (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-11.0-RELEASE (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-11.0-RELEASE (contents, props changed) head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-11.0-RELEASE (contents, props changed) Deleted: head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-11.0-RC2 head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-11.0-RC3 head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-11.0-RC2 head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-11.0-RC3 head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-11.0-RC2 head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-11.0-RC3 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-11.0-RC2 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-11.0-RC3 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-11.0-RC2 head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-11.0-RC3 head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-11.0-RC2 head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-11.0-RC3 Modified: head/misc/freebsd-release-manifests/Makefile head/misc/freebsd-release-manifests/pkg-plist Modified: head/misc/freebsd-release-manifests/Makefile ============================================================================== --- head/misc/freebsd-release-manifests/Makefile Mon Oct 10 15:58:40 2016 (r423670) +++ head/misc/freebsd-release-manifests/Makefile Mon Oct 10 16:15:06 2016 (r423671) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= freebsd-release-manifests -DISTVERSION= 20160917 +DISTVERSION= 20161010 PORTREVISION= 0 CATEGORIES= misc MASTER_SITES= # Added: head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-11.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-11.0-RELEASE Mon Oct 10 16:15:06 2016 (r423671) @@ -0,0 +1,10 @@ +base-dbg.txz 015aa9c5dc913f4310622358dcdfda1f1a96ce9a24e22ee66bc99aca8c09b5af 1406 base_dbg "Base system (Debugging)" off +base.txz bb80ededf207c48122434833b83110225b798fb31273051fcb64316ff782c1ef 22029 base "Base system (MANDATORY)" on +doc.txz 9093c8697a3357e0d374d57f49d9c5396ae70664fe35795348321d5ccd6ecd29 120 doc "Additional Documentation" off +kernel-dbg.txz 8c8f38cfbcc5061005897b186de746f868279f40b90059d951d0258e66ba5207 817 kernel_dbg "Kernel (Debugging)" off +kernel.txz da3701cd487945803ce83c6b7e4a953da14e77dab3f0516895b99dd8f4e54477 826 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz e97fc0ca9ba8100529bd39f8f2ba3c53cf17040bd0958df9cfffb3af0bffe536 207 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz aaa945c7a486c80ade85ba1e2f4c6681178adb73f74543325dd1c327fc787661 725 lib32 "32-bit compatibility libraries" on +ports.txz 1d272667eb39b0eb6ea5b891bf931af129a8150a69ee920a976e0fd79f775b31 161250 ports "Ports tree" on +src.txz 0725a7f1d3e8985f4b2e31a2ad714334463a5016b203073a8fc196649f3d5a27 76924 src "System source tree" off +tests.txz acf6e5dd5611c824a947baa481eb6898725a099a5b65f9dc95e2f660a027b861 3480 tests "Test suite" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-11.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-11.0-RELEASE Mon Oct 10 16:15:06 2016 (r423671) @@ -0,0 +1,8 @@ +base-dbg.txz e109b4f51be14c6900f43c3d906e0e4a74c16539a2ff16992d03f4535755b0bb 1374 base_dbg "Base system (Debugging)" off +base.txz 16e9d744c39ef8ead3584815071a9086db10e71ef93e0108d5f490fe103b4bba 21688 base "Base system (MANDATORY)" on +doc.txz 091a04b552956309394980a1e9d83e1af6e57ff34c5f9f27818aae782ee630d8 120 doc "Additional Documentation" off +kernel-dbg.txz 183ef3b8dca1ebe1f99a9963601eb57f3b3079599d13a20642ef1836cebd61ee 552 kernel_dbg "Kernel (Debugging)" off +kernel.txz b0fbdb9f39b255ab814d2da06a334320d0842ad6bacf34bec0fc4807f4a54167 560 kernel "Kernel (MANDATORY)" on +ports.txz f674faa4aa2193cdb2c2f203d9a0d0937566ccd3c896d1542d46481fa03f339d 161250 ports "Ports tree" on +src.txz 0725a7f1d3e8985f4b2e31a2ad714334463a5016b203073a8fc196649f3d5a27 76924 src "System source tree" off +tests.txz 124540bffeec76ffb6a87545685b0270921eaaa3a486694f3bb719b9f1500319 3476 tests "Test suite" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-11.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-11.0-RELEASE Mon Oct 10 16:15:06 2016 (r423671) @@ -0,0 +1,8 @@ +base-dbg.txz db4e99cf312e006375c45ae302805041934fe4da11724af7f36cc7bf9cca79f5 1406 base_dbg "Base system (Debugging)" off +base.txz 51e0b064c2742f1d4ddbf3b37f6ada73f8cf019bf488c3539cacc2a7ddb48717 22047 base "Base system (MANDATORY)" on +doc.txz 97618786994655d98dfbd52fdeed42509f39a65495828ba12dbe2200573bcc0a 120 doc "Additional Documentation" off +kernel-dbg.txz 72c575804ca091eeed686e3cb9e9f6b8f35cc6361e83e74521cf4f871a73c5e8 834 kernel_dbg "Kernel (Debugging)" off +kernel.txz 1eeb6e4cca740e50e5b46b571e8a9f47979bf1afbe71ffc4cc6adfeb13fb9a63 843 kernel "Kernel (MANDATORY)" on +ports.txz 0ae959ea8971886e31a978673093c26f505065c833a7b9b5243906501d9396c1 161250 ports "Ports tree" on +src.txz 0725a7f1d3e8985f4b2e31a2ad714334463a5016b203073a8fc196649f3d5a27 76924 src "System source tree" off +tests.txz 4ffb843d1a651a965a65f6349d7fee40dbfd2ef09f27d13e175868d9b139250f 3480 tests "Test suite" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-11.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-11.0-RELEASE Mon Oct 10 16:15:06 2016 (r423671) @@ -0,0 +1,8 @@ +base-dbg.txz e7bad77ddfa0140c57d9fad4e1983065d0bbd63f56861f277938f09f038f9284 1386 base_dbg "Base system (Debugging)" off +base.txz d4105fc9c209414375a56a4c735fcc78f0ab156f9bb645c799b63d44f0f8b7bd 22021 base "Base system (MANDATORY)" on +doc.txz cb98e0b582312b6a4a9b601d4334af2a8799bdc85c02d3a02455e37f3d1e311c 120 doc "Additional Documentation" off +kernel-dbg.txz 9356bab6e4926c72d8b64f9c638a0e010ee5300f9090f3082e6585758f91ab23 567 kernel_dbg "Kernel (Debugging)" off +kernel.txz 88620dbd9a4dc520100b53187cbcaf3d114b59f298f8f2875bae68df724996d1 575 kernel "Kernel (MANDATORY)" on +ports.txz f30b5fa5aeb717be004f1ad58da02884fba91b502ccefbff486622d5c1eece65 161250 ports "Ports tree" on +src.txz 0725a7f1d3e8985f4b2e31a2ad714334463a5016b203073a8fc196649f3d5a27 76924 src "System source tree" off +tests.txz 6992a410feffb0dbf06c86087bcf2abea89e7d4370547f39a11a86e539103fb8 3477 tests "Test suite" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-11.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-11.0-RELEASE Mon Oct 10 16:15:06 2016 (r423671) @@ -0,0 +1,10 @@ +base-dbg.txz ebc63d3976556be08c17190805106a1227d51ea75081eebbf669a5752ca8c92c 1386 base_dbg "Base system (Debugging)" off +base.txz 16eec8206cfb9fc12f928ae7d1478eda5ad68e8560bc51c59caf1a86556b4272 22034 base "Base system (MANDATORY)" on +doc.txz 4dd46b091fa41d58f5040770c33fd1877ae9e8fefc93e2fde07a0b4c1369df7a 120 doc "Additional Documentation" off +kernel-dbg.txz b6e523afa6eff00a44ccd444bc2a62784d11a186e15265d795984c1699888ed1 655 kernel_dbg "Kernel (Debugging)" off +kernel.txz 539681fc46f0a19b554d69386998187d7b0c54004fe3c55113dd19062232e4ad 663 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 3c4627038594773a3c1c370f2bab53f320db5987d7fce754789ab8bbb2531832 206 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz f556bf29565a1eaff7d5052acabec6994f80527cebd4220620fa1b33917a61ae 722 lib32 "32-bit compatibility libraries" on +ports.txz f2863da0aa3591fe5a0f09e544743677675a36da717902b190e6a7ce13770c70 161250 ports "Ports tree" on +src.txz 0725a7f1d3e8985f4b2e31a2ad714334463a5016b203073a8fc196649f3d5a27 76924 src "System source tree" off +tests.txz 0c65563e1c8af918e2198039bc750ff5ba31e5c00453f856a778dd8f270614c5 3477 tests "Test suite" off Added: head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-11.0-RELEASE ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/freebsd-release-manifests/files/MANIFESTS/sparc64-sparc64-11.0-RELEASE Mon Oct 10 16:15:06 2016 (r423671) @@ -0,0 +1,8 @@ +base-dbg.txz 1af7e60ba80f2f2dc94997f05e63a1a94f282d9eb063cc6d30ddb7897f4d7b9d 1382 base_dbg "Base system (Debugging)" off +base.txz 06d0b711cc5ea98e18e06c7f109f25464f027ebb435631437ea52540bb86cbd6 22034 base "Base system (MANDATORY)" on +doc.txz 2e5018dbff24da5d260986ad098751f2cc84c785b71b49bed7873e172cfb994b 120 doc "Additional Documentation" off +kernel-dbg.txz 15c051f5d15b579cdb6b6a3dd46930798844113dcabb5194a396060e39d44a30 547 kernel_dbg "Kernel (Debugging)" off +kernel.txz 34f81c2c4126d6d86ee5f2961b653dc5116f79e635a0f7c58af3dfe9b54629a1 555 kernel "Kernel (MANDATORY)" on +ports.txz 100b66d95e92971a69d24c878378b45a101e1bc593ea5cf281f84cc9016be14c 161250 ports "Ports tree" on +src.txz 0725a7f1d3e8985f4b2e31a2ad714334463a5016b203073a8fc196649f3d5a27 76924 src "System source tree" off +tests.txz aeddd51cad213c4402537f0278d19927cd15a2a95cffe0195f4f247fc697259f 3473 tests "Test suite" off Modified: head/misc/freebsd-release-manifests/pkg-plist ============================================================================== --- head/misc/freebsd-release-manifests/pkg-plist Mon Oct 10 15:58:40 2016 (r423670) +++ head/misc/freebsd-release-manifests/pkg-plist Mon Oct 10 16:15:06 2016 (r423671) @@ -44,15 +44,9 @@ %%DATADIR%%/MANIFESTS/sparc64-sparc64-9.1-RELEASE %%DATADIR%%/MANIFESTS/sparc64-sparc64-9.2-RELEASE %%DATADIR%%/MANIFESTS/sparc64-sparc64-9.3-RELEASE -%%DATADIR%%/MANIFESTS/amd64-amd64-11.0-RC2 -%%DATADIR%%/MANIFESTS/arm64-aarch64-11.0-RC2 -%%DATADIR%%/MANIFESTS/i386-i386-11.0-RC2 -%%DATADIR%%/MANIFESTS/powerpc-powerpc-11.0-RC2 -%%DATADIR%%/MANIFESTS/powerpc-powerpc64-11.0-RC2 -%%DATADIR%%/MANIFESTS/sparc64-sparc64-11.0-RC2 -%%DATADIR%%/MANIFESTS/amd64-amd64-11.0-RC3 -%%DATADIR%%/MANIFESTS/arm64-aarch64-11.0-RC3 -%%DATADIR%%/MANIFESTS/i386-i386-11.0-RC3 -%%DATADIR%%/MANIFESTS/powerpc-powerpc-11.0-RC3 -%%DATADIR%%/MANIFESTS/powerpc-powerpc64-11.0-RC3 -%%DATADIR%%/MANIFESTS/sparc64-sparc64-11.0-RC3 +%%DATADIR%%/MANIFESTS/amd64-amd64-11.0-RELEASE +%%DATADIR%%/MANIFESTS/arm64-aarch64-11.0-RELEASE +%%DATADIR%%/MANIFESTS/i386-i386-11.0-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc-11.0-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc64-11.0-RELEASE +%%DATADIR%%/MANIFESTS/sparc64-sparc64-11.0-RELEASE From owner-svn-ports-head@freebsd.org Mon Oct 10 16:18:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA169C0CD8B; Mon, 10 Oct 2016 16:18:28 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB6D0328; Mon, 10 Oct 2016 16:18:28 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AGIRN0056094; Mon, 10 Oct 2016 16:18:27 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AGIRtB056092; Mon, 10 Oct 2016 16:18:27 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201610101618.u9AGIRtB056092@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Mon, 10 Oct 2016 16:18:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423672 - head/security/tinc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 16:18:29 -0000 Author: dinoex Date: Mon Oct 10 16:18:27 2016 New Revision: 423672 URL: https://svnweb.freebsd.org/changeset/ports/423672 Log: - update to 1.0.29 Modified: head/security/tinc/Makefile head/security/tinc/distinfo Modified: head/security/tinc/Makefile ============================================================================== --- head/security/tinc/Makefile Mon Oct 10 16:15:06 2016 (r423671) +++ head/security/tinc/Makefile Mon Oct 10 16:18:27 2016 (r423672) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinc -PORTVERSION= 1.0.28 +PORTVERSION= 1.0.29 CATEGORIES= security MASTER_SITES= https://www.tinc-vpn.org/packages/ \ http://www.tinc-vpn.org/packages/ @@ -14,9 +14,8 @@ LICENSE= GPLv3 LIB_DEPENDS= liblzo2.so:archivers/lzo2 -USES= cpe makeinfo +USES= cpe ssl makeinfo CPE_VENDOR= tinc-vpn -USE_OPENSSL= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/security/tinc/distinfo ============================================================================== --- head/security/tinc/distinfo Mon Oct 10 16:15:06 2016 (r423671) +++ head/security/tinc/distinfo Mon Oct 10 16:18:27 2016 (r423672) @@ -1,2 +1,3 @@ -SHA256 (tinc-1.0.28.tar.gz) = 0b502699360f09ce2128a39cf02abca07bfc699fc02ce829b3a90cf5e1e8b344 -SIZE (tinc-1.0.28.tar.gz) = 488837 +TIMESTAMP = 1476115450 +SHA256 (tinc-1.0.29.tar.gz) = 0357017c6ffbbe1b2088c28fa684d2b119afa1086f363c503d06e8f6faa72a78 +SIZE (tinc-1.0.29.tar.gz) = 493335 From owner-svn-ports-head@freebsd.org Mon Oct 10 16:20:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 816D1C0CDD5; Mon, 10 Oct 2016 16:20:07 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50FAE661; Mon, 10 Oct 2016 16:20:07 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AGK6UV056260; Mon, 10 Oct 2016 16:20:06 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AGK6r4056259; Mon, 10 Oct 2016 16:20:06 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610101620.u9AGK6r4056259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 10 Oct 2016 16:20:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423673 - 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 16:20:07 -0000 Author: feld Date: Mon Oct 10 16:20:05 2016 New Revision: 423673 URL: https://svnweb.freebsd.org/changeset/ports/423673 Log: Fix typo in vuxml topic Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Oct 10 16:18:27 2016 (r423672) +++ head/security/vuxml/vuln.xml Mon Oct 10 16:20:05 2016 (r423673) @@ -190,7 +190,7 @@ Notes: - X.org libraries -- multiple vulnabilities + X.org libraries -- multiple vulnerabilities libX11 @@ -257,7 +257,7 @@ Notes: 2016-10-04 2016-10-07 - 2016-10-08 + 2016-10-10 From owner-svn-ports-head@freebsd.org Mon Oct 10 16:21:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59C07C0CE50; Mon, 10 Oct 2016 16:21:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0ED7A9E2; Mon, 10 Oct 2016 16:21:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AGLjPf057119; Mon, 10 Oct 2016 16:21:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AGLiqW057116; Mon, 10 Oct 2016 16:21:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610101621.u9AGLiqW057116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 10 Oct 2016 16:21:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423674 - in head/emulators: ppsspp ppsspp-qt4 ppsspp-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 16:21:46 -0000 Author: jbeich Date: Mon Oct 10 16:21:44 2016 New Revision: 423674 URL: https://svnweb.freebsd.org/changeset/ports/423674 Log: emulators/ppsspp: unbreak _OFF helpers after r422825 Modified: head/emulators/ppsspp-qt4/Makefile (contents, props changed) head/emulators/ppsspp-qt5/Makefile (contents, props changed) head/emulators/ppsspp/Makefile (contents, props changed) Modified: head/emulators/ppsspp-qt4/Makefile ============================================================================== --- head/emulators/ppsspp-qt4/Makefile Mon Oct 10 16:20:05 2016 (r423673) +++ head/emulators/ppsspp-qt4/Makefile Mon Oct 10 16:21:44 2016 (r423674) @@ -7,7 +7,4 @@ MASTERDIR= ${.CURDIR}/../ppsspp OPTIONS_SLAVE= QT4 -# XXX Why OPTIONS_EXCLUDE doesn't trigger _OFF helpers? -do-install-QT4-on: do-install-SDL-off - .include "${MASTERDIR}/Makefile" Modified: head/emulators/ppsspp-qt5/Makefile ============================================================================== --- head/emulators/ppsspp-qt5/Makefile Mon Oct 10 16:20:05 2016 (r423673) +++ head/emulators/ppsspp-qt5/Makefile Mon Oct 10 16:21:44 2016 (r423674) @@ -7,7 +7,4 @@ MASTERDIR= ${.CURDIR}/../ppsspp OPTIONS_SLAVE= QT5 -# XXX Why OPTIONS_EXCLUDE doesn't trigger _OFF helpers? -do-install-QT5-on: do-install-SDL-off - .include "${MASTERDIR}/Makefile" Modified: head/emulators/ppsspp/Makefile ============================================================================== --- head/emulators/ppsspp/Makefile Mon Oct 10 16:20:05 2016 (r423673) +++ head/emulators/ppsspp/Makefile Mon Oct 10 16:21:44 2016 (r423674) @@ -47,7 +47,7 @@ DESKTOP_ENTRIES="PPSSPP" \ OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= QT4 QT5 SDL OPTIONS_SLAVE?= SDL -OPTIONS_EXCLUDE= ${OPTIONS_SINGLE_GUI} +OPTIONS_EXCLUDE:= ${OPTIONS_SINGLE_GUI} QT4_USES= qmake:outsource QT4_USE= QT4=qmake_build,moc_build,rcc_build,uic_build,linguisttools_build,gui,opengl From owner-svn-ports-head@freebsd.org Mon Oct 10 16:22:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21A33C0CE94; Mon, 10 Oct 2016 16:22:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB084B01; Mon, 10 Oct 2016 16:22:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AGM47C057968; Mon, 10 Oct 2016 16:22:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AGM4G8057964; Mon, 10 Oct 2016 16:22:04 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610101622.u9AGM4G8057964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 10 Oct 2016 16:22:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423675 - in head/sysutils: android-file-transfer android-file-transfer-qt4 android-file-transfer-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 16:22:06 -0000 Author: jbeich Date: Mon Oct 10 16:22:04 2016 New Revision: 423675 URL: https://svnweb.freebsd.org/changeset/ports/423675 Log: sysutils/android-file-transfer: unbreak _OFF helpers after r422824 Modified: head/sysutils/android-file-transfer-qt4/Makefile (contents, props changed) head/sysutils/android-file-transfer-qt5/Makefile (contents, props changed) head/sysutils/android-file-transfer/Makefile (contents, props changed) Modified: head/sysutils/android-file-transfer-qt4/Makefile ============================================================================== --- head/sysutils/android-file-transfer-qt4/Makefile Mon Oct 10 16:21:44 2016 (r423674) +++ head/sysutils/android-file-transfer-qt4/Makefile Mon Oct 10 16:22:04 2016 (r423675) @@ -8,9 +8,6 @@ MASTERDIR= ${.CURDIR}/../android-file-tr CONFLICTS_INSTALL= ${PORTNAME}-qt5 OPTIONS_SLAVE= QT4 -OPTIONS_EXCLUDE=${OPTIONS_MULTI_COMP} ${OPTIONS_RADIO_GUI} - -# XXX Why OPTIONS_EXCLUDE doesn't trigger _OFF helpers? -post-patch-QT4-on: post-patch-CLI-off +OPTIONS_EXCLUDE=${OPTIONS_MULTI_COMP} .include "${MASTERDIR}/Makefile" Modified: head/sysutils/android-file-transfer-qt5/Makefile ============================================================================== --- head/sysutils/android-file-transfer-qt5/Makefile Mon Oct 10 16:21:44 2016 (r423674) +++ head/sysutils/android-file-transfer-qt5/Makefile Mon Oct 10 16:22:04 2016 (r423675) @@ -8,9 +8,6 @@ MASTERDIR= ${.CURDIR}/../android-file-tr CONFLICTS_INSTALL= ${PORTNAME}-qt4 OPTIONS_SLAVE= QT5 -OPTIONS_EXCLUDE=${OPTIONS_MULTI_COMP} ${OPTIONS_RADIO_GUI} - -# XXX Why OPTIONS_EXCLUDE doesn't trigger _OFF helpers? -post-patch-QT5-on: post-patch-CLI-off +OPTIONS_EXCLUDE=${OPTIONS_MULTI_COMP} .include "${MASTERDIR}/Makefile" Modified: head/sysutils/android-file-transfer/Makefile ============================================================================== --- head/sysutils/android-file-transfer/Makefile Mon Oct 10 16:21:44 2016 (r423674) +++ head/sysutils/android-file-transfer/Makefile Mon Oct 10 16:22:04 2016 (r423675) @@ -24,7 +24,7 @@ OPTIONS_MULTI= COMP OPTIONS_MULTI_COMP= CLI FUSE OPTIONS_RADIO= GUI OPTIONS_RADIO_GUI= QT4 QT5 -OPTIONS_EXCLUDE?=${OPTIONS_RADIO_GUI} +OPTIONS_EXCLUDE:= ${OPTIONS_EXCLUDE} ${OPTIONS_RADIO_GUI} # XXX http://lists.dragonflybsd.org/pipermail/users/2016-September/313064.html OPTIONS_EXCLUDE_DragonFly= FUSE From owner-svn-ports-head@freebsd.org Mon Oct 10 16:54:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2E04C0BEDA; Mon, 10 Oct 2016 16:54:33 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FFB6878; Mon, 10 Oct 2016 16:54:33 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AGsWil072499; Mon, 10 Oct 2016 16:54:32 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AGsWhn072496; Mon, 10 Oct 2016 16:54:32 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610101654.u9AGsWhn072496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 10 Oct 2016 16:54:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423676 - head/print/fontforge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 16:54:33 -0000 Author: pawel Date: Mon Oct 10 16:54:32 2016 New Revision: 423676 URL: https://svnweb.freebsd.org/changeset/ports/423676 Log: Update to version 20161005 PR: 213159 Submitted by: Naram Qashat (maintainer) Modified: head/print/fontforge/Makefile head/print/fontforge/distinfo head/print/fontforge/pkg-plist Modified: head/print/fontforge/Makefile ============================================================================== --- head/print/fontforge/Makefile Mon Oct 10 16:22:04 2016 (r423675) +++ head/print/fontforge/Makefile Mon Oct 10 16:54:32 2016 (r423676) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fontforge -PORTVERSION= 20160404 +PORTVERSION= 20161005 CATEGORIES= print DISTFILES= # Empty but needed because of the freetype distfile Modified: head/print/fontforge/distinfo ============================================================================== --- head/print/fontforge/distinfo Mon Oct 10 16:22:04 2016 (r423675) +++ head/print/fontforge/distinfo Mon Oct 10 16:54:32 2016 (r423676) @@ -1,5 +1,5 @@ -TIMESTAMP = 1467049926 +TIMESTAMP = 1475696945 SHA256 (freetype-2.6.3.tar.bz2) = 371e707aa522acf5b15ce93f11183c725b8ed1ee8546d7b3af549863045863a2 SIZE (freetype-2.6.3.tar.bz2) = 1753083 -SHA256 (fontforge-fontforge-20160404_GH0.tar.gz) = 1cc5646fccba2e5af8f1b6c1d0d6d7b6082d9546aefed2348d6c0ed948324796 -SIZE (fontforge-fontforge-20160404_GH0.tar.gz) = 25056793 +SHA256 (fontforge-fontforge-20161005_GH0.tar.gz) = faf5e911a634b6931060858b093b22f1c5bf549969e7dbf4c4ee6f7372fc1c75 +SIZE (fontforge-fontforge-20161005_GH0.tar.gz) = 25097261 Modified: head/print/fontforge/pkg-plist ============================================================================== --- head/print/fontforge/pkg-plist Mon Oct 10 16:22:04 2016 (r423675) +++ head/print/fontforge/pkg-plist Mon Oct 10 16:54:32 2016 (r423676) @@ -292,27 +292,47 @@ share/applications/fontforge.desktop %%DATADIR%%/pixmaps/overlapintersection.png %%DATADIR%%/pixmaps/overlaprm.png %%DATADIR%%/pixmaps/palette3drotate.png +%%DATADIR%%/pixmaps/palette3drotate-selected.png %%DATADIR%%/pixmaps/palettecorner.png +%%DATADIR%%/pixmaps/palettecorner-selected.png %%DATADIR%%/pixmaps/palettecurve.png +%%DATADIR%%/pixmaps/palettecurve-selected.png %%DATADIR%%/pixmaps/paletteelipse.png +%%DATADIR%%/pixmaps/paletteelipse-selected.png %%DATADIR%%/pixmaps/paletteflip.png +%%DATADIR%%/pixmaps/paletteflip-selected.png %%DATADIR%%/pixmaps/palettefreehand.png +%%DATADIR%%/pixmaps/palettefreehand-selected.png %%DATADIR%%/pixmaps/palettehand.png +%%DATADIR%%/pixmaps/palettehand-selected.png %%DATADIR%%/pixmaps/palettehvcurve.png +%%DATADIR%%/pixmaps/palettehvcurve-selected.png %%DATADIR%%/pixmaps/paletteknife.png +%%DATADIR%%/pixmaps/paletteknife-selected.png %%DATADIR%%/pixmaps/paletteline.png %%DATADIR%%/pixmaps/palettemagnify.png +%%DATADIR%%/pixmaps/palettemagnify-selected.png %%DATADIR%%/pixmaps/palettepen.png +%%DATADIR%%/pixmaps/palettepen-selected.png %%DATADIR%%/pixmaps/palettepencil.png %%DATADIR%%/pixmaps/paletteperspective.png +%%DATADIR%%/pixmaps/paletteperspective-selected.png %%DATADIR%%/pixmaps/palettepointer.png +%%DATADIR%%/pixmaps/palettepointer-selected.png %%DATADIR%%/pixmaps/palettepoly.png +%%DATADIR%%/pixmaps/palettepoly-selected.png %%DATADIR%%/pixmaps/paletterect.png +%%DATADIR%%/pixmaps/paletterect-selected.png %%DATADIR%%/pixmaps/paletterotate.png +%%DATADIR%%/pixmaps/paletterotate-selected.png %%DATADIR%%/pixmaps/paletteruler.png +%%DATADIR%%/pixmaps/paletteruler-selected.png %%DATADIR%%/pixmaps/palettescale.png +%%DATADIR%%/pixmaps/palettescale-selected.png +%%DATADIR%%/pixmaps/paletteselectedbg.png %%DATADIR%%/pixmaps/paletteshift.png %%DATADIR%%/pixmaps/paletteskew.png +%%DATADIR%%/pixmaps/paletteskew-selected.png %%DATADIR%%/pixmaps/palettesmall3drotate.png %%DATADIR%%/pixmaps/palettesmallcorner.png %%DATADIR%%/pixmaps/palettesmallcurve.png @@ -340,15 +360,23 @@ share/applications/fontforge.desktop %%DATADIR%%/pixmaps/palettesmallstar.png %%DATADIR%%/pixmaps/palettesmalltangent.png %%DATADIR%%/pixmaps/palettespirocorner.png +%%DATADIR%%/pixmaps/palettespirocorner-selected.png %%DATADIR%%/pixmaps/palettespirocurve.png +%%DATADIR%%/pixmaps/palettespirocurve-selected.png %%DATADIR%%/pixmaps/palettespirodisabled.png %%DATADIR%%/pixmaps/palettespirodown.png %%DATADIR%%/pixmaps/palettespirog2curve.png +%%DATADIR%%/pixmaps/palettespirog2curve-selected.png %%DATADIR%%/pixmaps/palettespiroleft.png +%%DATADIR%%/pixmaps/palettespiroleft-selected.png %%DATADIR%%/pixmaps/palettespiroright.png +%%DATADIR%%/pixmaps/palettespiroright-selected.png %%DATADIR%%/pixmaps/palettespiroup.png +%%DATADIR%%/pixmaps/palettespiroup-selected.png %%DATADIR%%/pixmaps/palettestar.png +%%DATADIR%%/pixmaps/palettestar-selected.png %%DATADIR%%/pixmaps/palettetangent.png +%%DATADIR%%/pixmaps/palettetangent-selected.png %%DATADIR%%/pixmaps/pointsG2curve.png %%DATADIR%%/pixmaps/pointsaddanchor.png %%DATADIR%%/pixmaps/pointscorner.png From owner-svn-ports-head@freebsd.org Mon Oct 10 17:34:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07DCDC0C76B; Mon, 10 Oct 2016 17:34:09 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEC3612F; Mon, 10 Oct 2016 17:34:08 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AHY7ju087890; Mon, 10 Oct 2016 17:34:07 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AHY7xU087887; Mon, 10 Oct 2016 17:34:07 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610101734.u9AHY7xU087887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 10 Oct 2016 17:34:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423677 - head/net-mgmt/unifi5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 17:34:09 -0000 Author: feld Date: Mon Oct 10 17:34:07 2016 New Revision: 423677 URL: https://svnweb.freebsd.org/changeset/ports/423677 Log: net-mgmt/unifi5: Update to 5.2.9 Changelog: https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-2-9-is-released/ba-p/1694199 Modified: head/net-mgmt/unifi5/Makefile head/net-mgmt/unifi5/distinfo head/net-mgmt/unifi5/pkg-plist Modified: head/net-mgmt/unifi5/Makefile ============================================================================== --- head/net-mgmt/unifi5/Makefile Mon Oct 10 16:54:32 2016 (r423676) +++ head/net-mgmt/unifi5/Makefile Mon Oct 10 17:34:07 2016 (r423677) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unifi5 -PORTVERSION= 5.2.7 +PORTVERSION= 5.2.9 PORTREVISION= 0 CATEGORIES= net-mgmt java MASTER_SITES= https://www.ubnt.com/downloads/unifi/${PORTVERSION}/ \ Modified: head/net-mgmt/unifi5/distinfo ============================================================================== --- head/net-mgmt/unifi5/distinfo Mon Oct 10 16:54:32 2016 (r423676) +++ head/net-mgmt/unifi5/distinfo Mon Oct 10 17:34:07 2016 (r423677) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474398147 -SHA256 (unifi5-5.2.7/UniFi.unix.zip) = 027c3d89ae2ed4f2f6082691b87c59dfcf21b0f54efa35f2c24057c6721aeb05 -SIZE (unifi5-5.2.7/UniFi.unix.zip) = 111208383 +TIMESTAMP = 1476114517 +SHA256 (unifi5-5.2.9/UniFi.unix.zip) = d31d193dd1a6624abb6d6d438aa9dfd5112ab06b5faa134fc94497d964614194 +SIZE (unifi5-5.2.9/UniFi.unix.zip) = 104524364 Modified: head/net-mgmt/unifi5/pkg-plist ============================================================================== --- head/net-mgmt/unifi5/pkg-plist Mon Oct 10 16:54:32 2016 (r423676) +++ head/net-mgmt/unifi5/pkg-plist Mon Oct 10 17:34:07 2016 (r423677) @@ -1,9 +1,9 @@ %%JAVASHAREDIR%%/unifi/bin/mongod -%%JAVASHAREDIR%%/unifi/dl/firmware/BZ2/3.7.17.5220/firmware.bin -%%JAVASHAREDIR%%/unifi/dl/firmware/U2HSR/3.7.17.5220/firmware.bin -%%JAVASHAREDIR%%/unifi/dl/firmware/U2IW/3.7.17.5220/firmware.bin -%%JAVASHAREDIR%%/unifi/dl/firmware/U7E/3.7.17.5220/firmware.bin -%%JAVASHAREDIR%%/unifi/dl/firmware/U7P/3.7.17.5220/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/BZ2/3.7.8.5016/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U2HSR/3.7.8.5016/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U2IW/3.7.8.5016/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U7E/3.7.8.5016/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U7P/3.7.8.5016/firmware.bin %%JAVASHAREDIR%%/unifi/dl/firmware/U7PG2/3.7.17.5220/firmware.bin %%JAVASHAREDIR%%/unifi/dl/firmware/US24P250/3.7.17.5220/firmware.bin %%JAVASHAREDIR%%/unifi/dl/firmware/bundles.json From owner-svn-ports-head@freebsd.org Mon Oct 10 19:04:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8115C0C133; Mon, 10 Oct 2016 19:04:21 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAB6D1F3C; Mon, 10 Oct 2016 19:04:21 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AJ4KU6021849; Mon, 10 Oct 2016 19:04:20 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AJ4Ku1021847; Mon, 10 Oct 2016 19:04:20 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610101904.u9AJ4Ku1021847@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 10 Oct 2016 19:04:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423678 - head/net-im/qTox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 19:04:22 -0000 Author: pawel Date: Mon Oct 10 19:04:20 2016 New Revision: 423678 URL: https://svnweb.freebsd.org/changeset/ports/423678 Log: Update to version 1.5.2 PR: 213161 Submitted by: maintainer Modified: head/net-im/qTox/Makefile head/net-im/qTox/distinfo Modified: head/net-im/qTox/Makefile ============================================================================== --- head/net-im/qTox/Makefile Mon Oct 10 17:34:07 2016 (r423677) +++ head/net-im/qTox/Makefile Mon Oct 10 19:04:20 2016 (r423678) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qTox -PORTVERSION= 1.5.1 -PORTREVISION= 2 +PORTVERSION= 1.5.2 DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p Modified: head/net-im/qTox/distinfo ============================================================================== --- head/net-im/qTox/distinfo Mon Oct 10 17:34:07 2016 (r423677) +++ head/net-im/qTox/distinfo Mon Oct 10 19:04:20 2016 (r423678) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470843999 -SHA256 (tux3-qTox-v1.5.1_GH0.tar.gz) = 5b2ee896dfe33db29f7a2775faadb9e1063a4520893333fe0c93949e06ab2578 -SIZE (tux3-qTox-v1.5.1_GH0.tar.gz) = 3452448 +TIMESTAMP = 1475432358 +SHA256 (tux3-qTox-v1.5.2_GH0.tar.gz) = 0307122993d7999b44f5310bd690cbb9bd4a43646a88edecf56a315a36ce84be +SIZE (tux3-qTox-v1.5.2_GH0.tar.gz) = 3452479 From owner-svn-ports-head@freebsd.org Mon Oct 10 19:16:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 500C7C0C31A; Mon, 10 Oct 2016 19:16:37 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14A5D82C; Mon, 10 Oct 2016 19:16:37 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AJGanW026040; Mon, 10 Oct 2016 19:16:36 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AJGaDZ026038; Mon, 10 Oct 2016 19:16:36 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610101916.u9AJGaDZ026038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 10 Oct 2016 19:16:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423679 - head/databases/py-mysqlclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 19:16:37 -0000 Author: pawel Date: Mon Oct 10 19:16:35 2016 New Revision: 423679 URL: https://svnweb.freebsd.org/changeset/ports/423679 Log: - Update to version 1.3.8 [1] - Install doc files only when needed PR: 213171 [1] Submitted by: Neel Chauhan (maintainer) [1] Modified: head/databases/py-mysqlclient/Makefile head/databases/py-mysqlclient/distinfo (contents, props changed) Modified: head/databases/py-mysqlclient/Makefile ============================================================================== --- head/databases/py-mysqlclient/Makefile Mon Oct 10 19:04:20 2016 (r423678) +++ head/databases/py-mysqlclient/Makefile Mon Oct 10 19:16:35 2016 (r423679) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mysqlclient -DISTVERSION= 1.3.7 +DISTVERSION= 1.3.8 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPR OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} Modified: head/databases/py-mysqlclient/distinfo ============================================================================== --- head/databases/py-mysqlclient/distinfo Mon Oct 10 19:04:20 2016 (r423678) +++ head/databases/py-mysqlclient/distinfo Mon Oct 10 19:16:35 2016 (r423679) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463406530 -SHA256 (pymysql-mysqlclient-python-1.3.7_GH0.tar.gz) = 700042754fed9c044b19ec36e7c2905e3263ea5cb1400d9b2b1ca19ffeb601a1 -SIZE (pymysql-mysqlclient-python-1.3.7_GH0.tar.gz) = 88337 +TIMESTAMP = 1475492499 +SHA256 (pymysql-mysqlclient-python-1.3.8_GH0.tar.gz) = 6df871f0241c145e0eb9b63e3b5c381fe9c2eee760bca575e2a7251db73bd85a +SIZE (pymysql-mysqlclient-python-1.3.8_GH0.tar.gz) = 91446 From owner-svn-ports-head@freebsd.org Mon Oct 10 19:26:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7A02C0C775; Mon, 10 Oct 2016 19:26:59 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81374F03; Mon, 10 Oct 2016 19:26:59 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AJQw27029834; Mon, 10 Oct 2016 19:26:58 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AJQwjT029831; Mon, 10 Oct 2016 19:26:58 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610101926.u9AJQwjT029831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 10 Oct 2016 19:26:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423680 - head/ftp/libfilezilla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 19:26:59 -0000 Author: pawel Date: Mon Oct 10 19:26:58 2016 New Revision: 423680 URL: https://svnweb.freebsd.org/changeset/ports/423680 Log: - Update to version 0.7.1 - Fix typo in BROKEN message PR: 213197 Submitted by: maintainer Modified: head/ftp/libfilezilla/Makefile head/ftp/libfilezilla/distinfo head/ftp/libfilezilla/pkg-plist Modified: head/ftp/libfilezilla/Makefile ============================================================================== --- head/ftp/libfilezilla/Makefile Mon Oct 10 19:16:35 2016 (r423679) +++ head/ftp/libfilezilla/Makefile Mon Oct 10 19:26:58 2016 (r423680) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libfilezilla -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.1 CATEGORIES= ftp MASTER_SITES= SF/filezilla/${PORTNAME}/${PORTVERSION} @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_powerpc64= Does not build -BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library +BROKEN_FreeBSD_9= requires C++14 compiler, 9.x lacks C++11 standard library USES= compiler:c++14-lang gmake iconv:wchar_t libtool localbase pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes Modified: head/ftp/libfilezilla/distinfo ============================================================================== --- head/ftp/libfilezilla/distinfo Mon Oct 10 19:16:35 2016 (r423679) +++ head/ftp/libfilezilla/distinfo Mon Oct 10 19:26:58 2016 (r423680) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469702818 -SHA256 (libfilezilla-0.6.1.tar.bz2) = 73c3ada6f9c5649abd93e6a3e7ecc6682d4f43248660b5506918eab76a7b901b -SIZE (libfilezilla-0.6.1.tar.bz2) = 379625 +TIMESTAMP = 1475574975 +SHA256 (libfilezilla-0.7.1.tar.bz2) = d95d2db75e523462c3f4b72b663b395dfe988cb71c3abef609f794a155a6ddd3 +SIZE (libfilezilla-0.7.1.tar.bz2) = 382319 Modified: head/ftp/libfilezilla/pkg-plist ============================================================================== --- head/ftp/libfilezilla/pkg-plist Mon Oct 10 19:16:35 2016 (r423679) +++ head/ftp/libfilezilla/pkg-plist Mon Oct 10 19:26:58 2016 (r423680) @@ -18,6 +18,7 @@ include/libfilezilla/recursive_remove.hp include/libfilezilla/shared.hpp include/libfilezilla/string.hpp include/libfilezilla/thread.hpp +include/libfilezilla/thread_pool.hpp include/libfilezilla/time.hpp include/libfilezilla/util.hpp include/libfilezilla/version.hpp From owner-svn-ports-head@freebsd.org Mon Oct 10 19:32:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 527E6C0C95A; Mon, 10 Oct 2016 19:32:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21DEF89E; Mon, 10 Oct 2016 19:32:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AJW3OY033391; Mon, 10 Oct 2016 19:32:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AJW3RK033390; Mon, 10 Oct 2016 19:32:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610101932.u9AJW3RK033390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 19:32:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423681 - head/audio/xmms-shn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 19:32:04 -0000 Author: amdmi3 Date: Mon Oct 10 19:32:03 2016 New Revision: 423681 URL: https://svnweb.freebsd.org/changeset/ports/423681 Log: - Add LICENSE - Switch to options helpers Modified: head/audio/xmms-shn/Makefile Modified: head/audio/xmms-shn/Makefile ============================================================================== --- head/audio/xmms-shn/Makefile Mon Oct 10 19:26:58 2016 (r423680) +++ head/audio/xmms-shn/Makefile Mon Oct 10 19:32:03 2016 (r423681) @@ -10,6 +10,13 @@ MASTER_SITES= http://www.etree.org/shnut MAINTAINER= ports@FreeBSD.org COMMENT= XMMS plugin to allow playing shorten-compressed audio +LICENSE= GPLv2+ SHORTEN +LICENSE_COMB= multi +LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING +LICENSE_NAME_SHORTEN= SHORTEN SOFTWARE LICENSE +LICENSE_FILE_SHORTEN= ${WRKSRC}/doc/LICENSE.shorten +LICENSE_PERMS_SHORTEN= dist-mirror pkg-mirror auto-accept + BUILD_DEPENDS= xmms-config:multimedia/xmms RUN_DEPENDS= xmms:multimedia/xmms @@ -19,8 +26,8 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@freebsd.org Mon Oct 10 19:32:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABAA5C0C991; Mon, 10 Oct 2016 19:32:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B0CC9A3; Mon, 10 Oct 2016 19:32:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AJWI8t033497; Mon, 10 Oct 2016 19:32:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AJWIuU033496; Mon, 10 Oct 2016 19:32:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610101932.u9AJWIuU033496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 19:32:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423682 - head/audio/xmms-xf86audio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 19:32:19 -0000 Author: amdmi3 Date: Mon Oct 10 19:32:18 2016 New Revision: 423682 URL: https://svnweb.freebsd.org/changeset/ports/423682 Log: - Add LICENSE - Switch to options helpers Modified: head/audio/xmms-xf86audio/Makefile Modified: head/audio/xmms-xf86audio/Makefile ============================================================================== --- head/audio/xmms-xf86audio/Makefile Mon Oct 10 19:32:03 2016 (r423681) +++ head/audio/xmms-xf86audio/Makefile Mon Oct 10 19:32:18 2016 (r423682) @@ -9,6 +9,9 @@ MASTER_SITES= http://www.devin.com/xmms- MAINTAINER= ports@FreeBSD.org COMMENT= XF86Audio multimedia-key support for XMMS +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libxmms.so:multimedia/xmms MAKE_ARGS= CC="${CC}" OPT="${CFLAGS}" DEBUG="" @@ -16,10 +19,12 @@ MAKE_ARGS= CC="${CC}" OPT="${CFLAGS}" DE OPTIONS_DEFINE= DOCS do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/General - ${INSTALL_DATA} ${WRKSRC}/libxf86audio.so \ - ${STAGEDIR}${PREFIX}/lib/xmms/General - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/General + ${INSTALL_LIB} ${WRKSRC}/libxf86audio.so \ + ${STAGEDIR}${PREFIX}/lib/xmms/General + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@freebsd.org Mon Oct 10 19:32:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47B54C0C9C1; Mon, 10 Oct 2016 19:32:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17831A9F; Mon, 10 Oct 2016 19:32:39 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AJWceT033603; Mon, 10 Oct 2016 19:32:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AJWcuO033602; Mon, 10 Oct 2016 19:32:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610101932.u9AJWcuO033602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 19:32:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423683 - head/devel/libuutil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 19:32:39 -0000 Author: amdmi3 Date: Mon Oct 10 19:32:37 2016 New Revision: 423683 URL: https://svnweb.freebsd.org/changeset/ports/423683 Log: - Cosmetic fixes Modified: head/devel/libuutil/Makefile Modified: head/devel/libuutil/Makefile ============================================================================== --- head/devel/libuutil/Makefile Mon Oct 10 19:32:18 2016 (r423682) +++ head/devel/libuutil/Makefile Mon Oct 10 19:32:37 2016 (r423683) @@ -17,11 +17,12 @@ USES= uidfix MAKE_ARGS= LIBDIR=${PREFIX}/lib USE_LDCONFIG= yes -PLIST_FILES= include/libuutil.h lib/libuutil.a lib/libuutil.so \ +PLIST_FILES= include/libuutil.h \ + lib/libuutil.a \ + lib/libuutil.so \ lib/libuutil.so.1 post-install: - (cd ${WRKSRC} && ${INSTALL_DATA} libuutil.h \ - ${STAGEDIR}${PREFIX}/include/) + ${INSTALL_DATA} ${WRKSRC}/libuutil.h ${STAGEDIR}${PREFIX}/include/ .include From owner-svn-ports-head@freebsd.org Mon Oct 10 19:32:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA023C0C9EF; Mon, 10 Oct 2016 19:32:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6D67B90; Mon, 10 Oct 2016 19:32:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AJWlbK033706; Mon, 10 Oct 2016 19:32:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AJWluG033705; Mon, 10 Oct 2016 19:32:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610101932.u9AJWluG033705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 19:32:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423684 - head/devel/ipython X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 19:32:48 -0000 Author: amdmi3 Date: Mon Oct 10 19:32:47 2016 New Revision: 423684 URL: https://svnweb.freebsd.org/changeset/ports/423684 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers - Remove obsolete python version condition Modified: head/devel/ipython/Makefile Modified: head/devel/ipython/Makefile ============================================================================== --- head/devel/ipython/Makefile Mon Oct 10 19:32:37 2016 (r423683) +++ head/devel/ipython/Makefile Mon Oct 10 19:32:47 2016 (r423684) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced Interactive Python shell +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING.rst + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=2:databases/py-sqlite3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>=2:misc/py-pexpect \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2:databases/py-sqlite3 @@ -18,6 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexp USES= python USE_PYTHON= autoplist distutils USE_GCC= yes # To be removed - Needed as a work-around for numpy, see PR ports/188114 +NO_ARCH= yes OPTIONS_DEFINE= X11 HTML_NOTEBOOK ZMQ EXAMPLES OPTIONS_DEFAULT=X11 ZMQ @@ -29,29 +33,20 @@ OPTIONS_DEFAULT+= HTML_NOTEBOOK HTML_NOTEBOOK_DESC= HTML notebook support ZMQ_DESC= ZMQ support (parallel computing, qt console, notebook) -.include +X11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui \ + ${PYTHON_PKGNAMEPREFIX}qt4-svg>=0:graphics/py-qt4-svg \ + ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments + +HTML_NOTEBOOK_RUN_DEPENDS=\ + ${PYTHON_PKGNAMEPREFIX}tornado>=2.0:www/py-tornado \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2 \ + ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema \ + ${PYTHON_PKGNAMEPREFIX}mistune>=0:textproc/py-mistune \ + ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.4:net/py-pyzmq -.if ${PORT_OPTIONS:MX11} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui \ - ${PYTHON_PKGNAMEPREFIX}qt4-svg>=0:graphics/py-qt4-svg \ - ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments -.endif - -.if ${PORT_OPTIONS:MHTML_NOTEBOOK} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tornado>=2.0:www/py-tornado \ - ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2 \ - ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema \ - ${PYTHON_PKGNAMEPREFIX}mistune>=0:textproc/py-mistune -.endif - -.if ${PORT_OPTIONS:MZMQ} || ${PORT_OPTIONS:MHTML_NOTEBOOK} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.4:net/py-pyzmq -.endif +ZMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.4:net/py-pyzmq post-install: -.if ${PORT_OPTIONS:MEXAMPLES} - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} -.endif @${ECHO_CMD} "/EASY-INSTALL" > ${WRKDIR}/ex.script @${ECHO_CMD} "a" >> ${WRKDIR}/ex.script @${ECHO_CMD} "import os" >> ${WRKDIR}/ex.script @@ -62,10 +57,7 @@ post-install: ex $${file} < ${WRKDIR}/ex.script > /dev/null; \ done -.include - -.if ${PYTHON_VER} == "3.1" || ${PYTHON_VER} == "3.2" -IGNORE= only Python versions 2.7, 3.3 and 3.4 are supported -.endif +post-install-EXAMPLES-on: + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} -.include +.include From owner-svn-ports-head@freebsd.org Mon Oct 10 19:33:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EACE4C0CA1F; Mon, 10 Oct 2016 19:33:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAD50C70; Mon, 10 Oct 2016 19:33:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AJX854033851; Mon, 10 Oct 2016 19:33:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AJX8LG033849; Mon, 10 Oct 2016 19:33:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610101933.u9AJX8LG033849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 19:33:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423685 - head/graphics/copperspice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 19:33:10 -0000 Author: amdmi3 Date: Mon Oct 10 19:33:08 2016 New Revision: 423685 URL: https://svnweb.freebsd.org/changeset/ports/423685 Log: - Cosmetic fixes - Fix WWW: Modified: head/graphics/copperspice/Makefile head/graphics/copperspice/pkg-descr Modified: head/graphics/copperspice/Makefile ============================================================================== --- head/graphics/copperspice/Makefile Mon Oct 10 19:32:47 2016 (r423684) +++ head/graphics/copperspice/Makefile Mon Oct 10 19:33:08 2016 (r423685) @@ -52,10 +52,10 @@ BROKEN_i386= qx11embed_x11.cpp:470:20: post-patch: # fix something wrong with v1.3.2 generatior - ${REINPLACE_CMD} -e '/config.status:/ s/:.*/:/' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/config.status:/ s/:.*/:/' ${WRKSRC}/Makefile.in post-configure: - ${REINPLACE_CMD} -e '/^hardcode_libdir_flag/ \ + @${REINPLACE_CMD} -e '/^hardcode_libdir_flag/ \ s|spec=.*|spec="-Wl,-rpath,${LOCALBASE}/lib"|' \ ${WRKSRC}/libtool Modified: head/graphics/copperspice/pkg-descr ============================================================================== --- head/graphics/copperspice/pkg-descr Mon Oct 10 19:32:47 2016 (r423684) +++ head/graphics/copperspice/pkg-descr Mon Oct 10 19:33:08 2016 (r423685) @@ -16,4 +16,4 @@ Key features: * A template class can inherit from QObject * Copperspice includes several Qt5 classes -WWW: http://www.copperspice.com +WWW: http://www.copperspice.com/ From owner-svn-ports-head@freebsd.org Mon Oct 10 19:33:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0E22C0CA4A; Mon, 10 Oct 2016 19:33:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7C81D47; Mon, 10 Oct 2016 19:33:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AJXF2k033968; Mon, 10 Oct 2016 19:33:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AJXFA8033966; Mon, 10 Oct 2016 19:33:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610101933.u9AJXFA8033966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 19:33:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423686 - head/devel/afay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 19:33:17 -0000 Author: amdmi3 Date: Mon Oct 10 19:33:15 2016 New Revision: 423686 URL: https://svnweb.freebsd.org/changeset/ports/423686 Log: - Switch to options helpers - Fix WWW: Modified: head/devel/afay/Makefile head/devel/afay/pkg-descr Modified: head/devel/afay/Makefile ============================================================================== --- head/devel/afay/Makefile Mon Oct 10 19:33:08 2016 (r423685) +++ head/devel/afay/Makefile Mon Oct 10 19:33:15 2016 (r423686) @@ -23,8 +23,6 @@ NO_WRKSUBDIR= yes OPTIONS_DEFINE= DOCS EXAMPLES -.include - do-build: @(cd ${WRKSRC}/afay/aflex/src/gnat_unix && \ ${SETENV} ${MAKE_ENV} ${SH} ./README) @@ -38,7 +36,8 @@ do-install: ${STAGEDIR}${PREFIX}/man/man1/aflex.1 ${INSTALL_DATA} ${WRKSRC}/afay/ayacc/doc/old_docs/ayacc.manpage \ ${STAGEDIR}${PREFIX}/man/man1/ayacc.1 -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/afay/aflex/doc/READ_ME \ ${STAGEDIR}${DOCSDIR}/READ_ME.aflex @@ -48,8 +47,8 @@ do-install: ${STAGEDIR}${DOCSDIR}/READ_ME.ayacc (cd ${WRKSRC}/afay/ayacc/doc && ${INSTALL_DATA} ayacc.html \ ayacc_user_man.tex ${STAGEDIR}${DOCSDIR}) -.endif -.if ${PORT_OPTIONS:MEXAMPLES} + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ada_parser \ ${STAGEDIR}${EXAMPLESDIR}/calc (cd ${WRKSRC}/afay/aflex/doc && ${INSTALL_DATA} example.l test95.l \ @@ -63,6 +62,5 @@ do-install: ${STAGEDIR}${EXAMPLESDIR}/calc (cd ${WRKSRC}/afay/ayacc/examples/calc && ${INSTALL_DATA} \ READ.ME calc* driver.a ${STAGEDIR}${EXAMPLESDIR}/calc) -.endif .include Modified: head/devel/afay/pkg-descr ============================================================================== --- head/devel/afay/pkg-descr Mon Oct 10 19:33:08 2016 (r423685) +++ head/devel/afay/pkg-descr Mon Oct 10 19:33:15 2016 (r423686) @@ -4,4 +4,4 @@ unit A.B.C to be the parent of the gener Aflex/Ayacc are copyrighted by the The University of California. -WWW: http://thiberlog.free.fr +WWW: http://thiberlog.free.fr/ From owner-svn-ports-head@freebsd.org Mon Oct 10 19:33:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C11CC0CA7D; Mon, 10 Oct 2016 19:33:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D1FE6E24; Mon, 10 Oct 2016 19:33:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AJXP3W034071; Mon, 10 Oct 2016 19:33:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AJXP6K034070; Mon, 10 Oct 2016 19:33:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610101933.u9AJXP6K034070@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 19:33:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423687 - head/irc/znc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 19:33:27 -0000 Author: amdmi3 Date: Mon Oct 10 19:33:25 2016 New Revision: 423687 URL: https://svnweb.freebsd.org/changeset/ports/423687 Log: - Cosmetic fixes Modified: head/irc/znc/Makefile Modified: head/irc/znc/Makefile ============================================================================== --- head/irc/znc/Makefile Mon Oct 10 19:33:15 2016 (r423686) +++ head/irc/znc/Makefile Mon Oct 10 19:33:25 2016 (r423687) @@ -19,6 +19,8 @@ USE_RC_SUBR= znc USES= compiler:c++11-lib cpe gmake iconv pkgconfig MAKE_ENV= V=1 +PORTDOCS= README.md + OPTIONS_DEFINE= CHARSET CYRUS DEBUG DOCS IPV6 OPENSSL PERL PYTHON TCL OPTIONS_DEFAULT= OPENSSL PERL OPTIONS_SUB= yes @@ -53,8 +55,6 @@ TCL_CONFIGURE_ENABLE= tcl TCL_CONFIGURE_ON= --with-tcl=${TCL_LIBDIR} TCL_USES= tcl -PORTDOCS= README.md - # Instead of using bundled swig generated files, delete them to force # regeneration using swig 2.0.11+ (fixes port compilation using clang) # @@ -76,6 +76,5 @@ post-install-DOCS-on: .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}" .include From owner-svn-ports-head@freebsd.org Mon Oct 10 19:33:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9606C0CAAA; Mon, 10 Oct 2016 19:33:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5D7EEF7; Mon, 10 Oct 2016 19:33:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AJXeaq034177; Mon, 10 Oct 2016 19:33:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AJXeq6034176; Mon, 10 Oct 2016 19:33:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610101933.u9AJXeq6034176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 19:33:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423688 - head/audio/xmms-faad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 19:33:42 -0000 Author: amdmi3 Date: Mon Oct 10 19:33:40 2016 New Revision: 423688 URL: https://svnweb.freebsd.org/changeset/ports/423688 Log: - Add LICENSE - Cosmetic fixes Modified: head/audio/xmms-faad/Makefile Modified: head/audio/xmms-faad/Makefile ============================================================================== --- head/audio/xmms-faad/Makefile Mon Oct 10 19:33:25 2016 (r423687) +++ head/audio/xmms-faad/Makefile Mon Oct 10 19:33:40 2016 (r423688) @@ -11,10 +11,13 @@ PKGNAMEPREFIX= xmms- MAINTAINER= ports@FreeBSD.org COMMENT= XMMS plugin for MP4/M4A/AAC files +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/../../../COPYING + LIB_DEPENDS= libxmms.so:multimedia/xmms \ libfaad.so:audio/faad -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/plugins/xmms/src +WRKSRC_SUBDIR= plugins/xmms/src USE_GNOME= gtk12 USES= pkgconfig tar:bzip2 @@ -34,6 +37,6 @@ do-build: do-install: @${MKDIR} ${STAGEDIR}${PLUGINS_DIR} - cd ${WRKSRC}; ${INSTALL_LIB} libmp4.so ${STAGEDIR}${PLUGINS_DIR} + ${INSTALL_LIB} ${WRKSRC}/libmp4.so ${STAGEDIR}${PLUGINS_DIR} .include From owner-svn-ports-head@freebsd.org Mon Oct 10 19:33:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73D10C0CAE4; Mon, 10 Oct 2016 19:33:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4598AFD9; Mon, 10 Oct 2016 19:33:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AJXvHQ034285; Mon, 10 Oct 2016 19:33:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AJXvd2034284; Mon, 10 Oct 2016 19:33:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610101933.u9AJXvd2034284@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 19:33:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423689 - head/audio/xmms-wavpack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 19:33:58 -0000 Author: amdmi3 Date: Mon Oct 10 19:33:57 2016 New Revision: 423689 URL: https://svnweb.freebsd.org/changeset/ports/423689 Log: - Add LICENSE - Switch to USES=localbase Modified: head/audio/xmms-wavpack/Makefile Modified: head/audio/xmms-wavpack/Makefile ============================================================================== --- head/audio/xmms-wavpack/Makefile Mon Oct 10 19:33:40 2016 (r423688) +++ head/audio/xmms-wavpack/Makefile Mon Oct 10 19:33:57 2016 (r423689) @@ -9,13 +9,14 @@ MASTER_SITES= http://www.wavpack.com/ MAINTAINER= ports@FreeBSD.org COMMENT= XMMS input plugin to play WavPack files +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libwavpack.so:audio/wavpack \ libxmms.so:multimedia/xmms -USES= iconv libtool pkgconfig tar:bzip2 +USES= iconv libtool localbase pkgconfig tar:bzip2 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= lib/xmms/Input/libwavpack.so From owner-svn-ports-head@freebsd.org Mon Oct 10 19:34:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2370BC0CB11; Mon, 10 Oct 2016 19:34:12 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7BF910E; Mon, 10 Oct 2016 19:34:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AJYBoH034395; Mon, 10 Oct 2016 19:34:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AJYBur034394; Mon, 10 Oct 2016 19:34:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610101934.u9AJYBur034394@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 19:34:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423690 - head/textproc/words X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 19:34:12 -0000 Author: amdmi3 Date: Mon Oct 10 19:34:10 2016 New Revision: 423690 URL: https://svnweb.freebsd.org/changeset/ports/423690 Log: - Cosmetic fixes Modified: head/textproc/words/Makefile Modified: head/textproc/words/Makefile ============================================================================== --- head/textproc/words/Makefile Mon Oct 10 19:33:57 2016 (r423689) +++ head/textproc/words/Makefile Mon Oct 10 19:34:10 2016 (r423690) @@ -21,19 +21,19 @@ OPTIONS_DEFINE= DOCS do-build: @cd ${WRKSRC} && \ - ${GNATMAKE} -O3 words ${GNATLINK_ARGS} && \ - ${GNATMAKE} makedict && \ - ${GNATMAKE} makestem && \ - ${GNATMAKE} makeefil && \ - ${GNATMAKE} makeinfl && \ - ${ECHO_CMD} G | ./makedict DICTLINE.GEN && \ - ${ECHO_CMD} G | ./makestem STEMLIST.GEN && \ - ./makeefil EWDSLIST.GEN && \ - ./makeinfl INFLECTS.LAT + ${GNATMAKE} -O3 words ${GNATLINK_ARGS} && \ + ${GNATMAKE} makedict && \ + ${GNATMAKE} makestem && \ + ${GNATMAKE} makeefil && \ + ${GNATMAKE} makeinfl && \ + ${ECHO_CMD} G | ./makedict DICTLINE.GEN && \ + ${ECHO_CMD} G | ./makestem STEMLIST.GEN && \ + ./makeefil EWDSLIST.GEN && \ + ./makeinfl INFLECTS.LAT @${CAT} ${FILESDIR}/words | ${SED} -e 's|%%DATADIR%%|${DATADIR}|' > ${WRKDIR}/words.sh do-install: - ${MKDIR} ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/words ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/DICTFILE.GEN ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/STEMFILE.GEN ${STAGEDIR}${DATADIR} @@ -45,7 +45,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/words.sh ${STAGEDIR}${PREFIX}/bin/words do-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/wordsdoc.htm ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@freebsd.org Mon Oct 10 19:36:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D288CC0CB67; Mon, 10 Oct 2016 19:36:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A57022B; Mon, 10 Oct 2016 19:36:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AJa43v034563; Mon, 10 Oct 2016 19:36:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AJa465034562; Mon, 10 Oct 2016 19:36:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610101936.u9AJa465034562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 19:36:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423691 - head/cad/NASTRAN-95 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 19:36:05 -0000 Author: amdmi3 Date: Mon Oct 10 19:36:04 2016 New Revision: 423691 URL: https://svnweb.freebsd.org/changeset/ports/423691 Log: - Switch to options helpers Modified: head/cad/NASTRAN-95/Makefile Modified: head/cad/NASTRAN-95/Makefile ============================================================================== --- head/cad/NASTRAN-95/Makefile Mon Oct 10 19:34:10 2016 (r423690) +++ head/cad/NASTRAN-95/Makefile Mon Oct 10 19:36:04 2016 (r423691) @@ -10,9 +10,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= NASA Structural Analysis System LICENSE= NOSA -LICENSE_NAME= NASA OPEN SOURCE AGREEMENT VERSION 1.3 +LICENSE_NAME= NASA OPEN SOURCE AGREEMENT VERSION 1.3 LICENSE_FILE= ${FILESDIR}/NASTRAN95-license.txt -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USE_GITHUB= yes GH_ACCOUNT= twuerfl @@ -21,11 +21,13 @@ GH_TAGNAME= 0e77a84 USES= fortran gmake ALL_TARGET= # empty -INSTALL_TARGET=install-strip +INSTALL_TARGET= install-strip NASTHOME= ${PREFIX}/libexec/${PORTNAME} PLIST_SUB= NASTHOME=${NASTHOME} +OPTIONS_DEFINE= DOCS EXAMPLES + pre-build: @${REINPLACE_CMD} -e 's+%%FC%%+${FC}+g ; s+%%FFLAGS%%+${FFLAGS}+g;' \ ${WRKSRC}/sb/Makefile \ @@ -47,16 +49,17 @@ do-install: @${MKDIR} ${STAGEDIR}${NASTHOME}/bin ${INSTALL} ${WRKSRC}/sb/nastran.exe ${STAGEDIR}${NASTHOME}/bin/nastrn.exe ${INSTALL} ${WRKSRC}/utility/chkfil.exe ${STAGEDIR}${NASTHOME}/bin/ - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.pdf ${STAGEDIR}${DOCSDIR} -.for dir in rf - (cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${NASTHOME}) -.endfor + (cd ${WRKSRC} && ${COPYTREE_SHARE} "rf" ${STAGEDIR}${NASTHOME}) @${MKDIR} ${STAGEDIR}${NASTHOME}/um/ ${INSTALL} ${WRKSRC}/um/nasthelp.exe ${STAGEDIR}${NASTHOME}/um/ ${INSTALL_DATA} ${WRKSRC}/um/*.TXT ${STAGEDIR}${NASTHOME}/um/ -.for dir in demoout inp test - (cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${EXAMPLESDIR}) -.endfor + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.pdf ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: + (cd ${WRKSRC} && ${COPYTREE_SHARE} "demoout inp test" ${STAGEDIR}${EXAMPLESDIR}) + .include From owner-svn-ports-head@freebsd.org Mon Oct 10 19:59:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44016C0C0A6; Mon, 10 Oct 2016 19:59:21 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10498E30; Mon, 10 Oct 2016 19:59:20 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AJxK6m042098; Mon, 10 Oct 2016 19:59:20 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AJxJhq042096; Mon, 10 Oct 2016 19:59:19 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610101959.u9AJxJhq042096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 19:59:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423692 - head/security/p5-Crypt-XTEA X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 19:59:21 -0000 Author: adamw Date: Mon Oct 10 19:59:19 2016 New Revision: 423692 URL: https://svnweb.freebsd.org/changeset/ports/423692 Log: Update to 0.0108, and donate to the Perl collective. No Changes file, but they're at least available at https://github.com/JaHIY/Crypt-XTEA/commits/master Modified: head/security/p5-Crypt-XTEA/Makefile head/security/p5-Crypt-XTEA/distinfo Modified: head/security/p5-Crypt-XTEA/Makefile ============================================================================== --- head/security/p5-Crypt-XTEA/Makefile Mon Oct 10 19:36:04 2016 (r423691) +++ head/security/p5-Crypt-XTEA/Makefile Mon Oct 10 19:59:19 2016 (r423692) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= Crypt-XTEA -PORTVERSION= 0.0107 +PORTVERSION= 0.0108 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Implementation of the eXtended Tiny Encryption Algorithm LICENSE= ART10 GPLv1 Modified: head/security/p5-Crypt-XTEA/distinfo ============================================================================== --- head/security/p5-Crypt-XTEA/distinfo Mon Oct 10 19:36:04 2016 (r423691) +++ head/security/p5-Crypt-XTEA/distinfo Mon Oct 10 19:59:19 2016 (r423692) @@ -1,2 +1,3 @@ -SHA256 (Crypt-XTEA-0.0107.tar.gz) = bb25595caaca4847ce9462b63727e5e17978e3c48c2778a6fe4f535d81414722 -SIZE (Crypt-XTEA-0.0107.tar.gz) = 57495 +TIMESTAMP = 1476109168 +SHA256 (Crypt-XTEA-0.0108.tar.gz) = e0ca8ea73eb40b1ebfc3ddc4ed0b80aa6c5989e3bc9240a7afb101e7d32e24f1 +SIZE (Crypt-XTEA-0.0108.tar.gz) = 57454 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:01:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4525CC0C1B3; Mon, 10 Oct 2016 20:01:31 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09D2DF4; Mon, 10 Oct 2016 20:01:30 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AK1UGu044414; Mon, 10 Oct 2016 20:01:30 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AK1TXv044409; Mon, 10 Oct 2016 20:01:29 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102001.u9AK1TXv044409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 20:01:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423693 - in head/devel: p5-Exporter-Lite p5-Import-Base p5-Mojolicious-Plugin-NYTProf p5-Time-ParseDate p5-namespace-clean-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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:01:31 -0000 Author: adamw Date: Mon Oct 10 20:01:29 2016 New Revision: 423693 URL: https://svnweb.freebsd.org/changeset/ports/423693 Log: Donate some stable Perl modules that are unlikely to see new releases back to the collective. Modified: head/devel/p5-Exporter-Lite/Makefile head/devel/p5-Import-Base/Makefile head/devel/p5-Mojolicious-Plugin-NYTProf/Makefile head/devel/p5-Time-ParseDate/Makefile head/devel/p5-namespace-clean-xs/Makefile Modified: head/devel/p5-Exporter-Lite/Makefile ============================================================================== --- head/devel/p5-Exporter-Lite/Makefile Mon Oct 10 19:59:19 2016 (r423692) +++ head/devel/p5-Exporter-Lite/Makefile Mon Oct 10 20:01:29 2016 (r423693) @@ -7,7 +7,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Lightweight exporting of functions and variables LICENSE= ART10 GPLv1 Modified: head/devel/p5-Import-Base/Makefile ============================================================================== --- head/devel/p5-Import-Base/Makefile Mon Oct 10 19:59:19 2016 (r423692) +++ head/devel/p5-Import-Base/Makefile Mon Oct 10 20:01:29 2016 (r423693) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PREACTION PKGNAMEPREFIX= p5- -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Import a set of modules into the calling module LICENSE= ART10 GPLv1 Modified: head/devel/p5-Mojolicious-Plugin-NYTProf/Makefile ============================================================================== --- head/devel/p5-Mojolicious-Plugin-NYTProf/Makefile Mon Oct 10 19:59:19 2016 (r423692) +++ head/devel/p5-Mojolicious-Plugin-NYTProf/Makefile Mon Oct 10 20:01:29 2016 (r423693) @@ -7,7 +7,7 @@ CATEGORIES= devel www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Auto handling of Devel::NYTProf in your Mojolicious app LICENSE= ART10 GPLv1 Modified: head/devel/p5-Time-ParseDate/Makefile ============================================================================== --- head/devel/p5-Time-ParseDate/Makefile Mon Oct 10 19:59:19 2016 (r423692) +++ head/devel/p5-Time-ParseDate/Makefile Mon Oct 10 20:01:29 2016 (r423693) @@ -7,7 +7,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Date parsing, both relative and absolute USES= perl5 Modified: head/devel/p5-namespace-clean-xs/Makefile ============================================================================== --- head/devel/p5-namespace-clean-xs/Makefile Mon Oct 10 19:59:19 2016 (r423692) +++ head/devel/p5-namespace-clean-xs/Makefile Mon Oct 10 20:01:29 2016 (r423693) @@ -7,7 +7,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Keep imports and functions out of your namespace, in XS LICENSE= ART10 GPLv1 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:06:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F15EC0C3D3; Mon, 10 Oct 2016 20:06:55 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7082C78E; Mon, 10 Oct 2016 20:06:55 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AK6soJ046155; Mon, 10 Oct 2016 20:06:54 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AK6sUZ046153; Mon, 10 Oct 2016 20:06:54 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102006.u9AK6sUZ046153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 20:06:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423694 - head/textproc/p5-XML-Compile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:06:55 -0000 Author: adamw Date: Mon Oct 10 20:06:54 2016 New Revision: 423694 URL: https://svnweb.freebsd.org/changeset/ports/423694 Log: Update to 1.54. Changes: https://metacpan.org/changes/distribution/XML-Compile Modified: head/textproc/p5-XML-Compile/Makefile head/textproc/p5-XML-Compile/distinfo Modified: head/textproc/p5-XML-Compile/Makefile ============================================================================== --- head/textproc/p5-XML-Compile/Makefile Mon Oct 10 20:01:29 2016 (r423693) +++ head/textproc/p5-XML-Compile/Makefile Mon Oct 10 20:06:54 2016 (r423694) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Compile -PORTVERSION= 1.52 +PORTVERSION= 1.54 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Log-Report>=1.03:devel/p5-Log-Report \ - p5-XML-LibXML>=2.0100:textproc/p5-XML-LibXML + p5-XML-LibXML>=2.0107:textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Deep>=0.095:devel/p5-Test-Deep \ p5-XML-Compile-Tester>=0.90:devel/p5-XML-Compile-Tester Modified: head/textproc/p5-XML-Compile/distinfo ============================================================================== --- head/textproc/p5-XML-Compile/distinfo Mon Oct 10 20:01:29 2016 (r423693) +++ head/textproc/p5-XML-Compile/distinfo Mon Oct 10 20:06:54 2016 (r423694) @@ -1,2 +1,3 @@ -SHA256 (XML-Compile-1.52.tar.gz) = ff5113f5ce22fdb7eb767b9b48ab7576281719252729793d886c67d60a251064 -SIZE (XML-Compile-1.52.tar.gz) = 202589 +TIMESTAMP = 1476109680 +SHA256 (XML-Compile-1.54.tar.gz) = 4c640da5b99494eb1375996413e2d0bb42f800836957a5c3de1ddf054c0ae4c2 +SIZE (XML-Compile-1.54.tar.gz) = 205002 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:08:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE6F9C0C415; Mon, 10 Oct 2016 20:08:52 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B14B88D; Mon, 10 Oct 2016 20:08:52 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AK8pbT046329; Mon, 10 Oct 2016 20:08:51 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AK8pEj046327; Mon, 10 Oct 2016 20:08:51 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102008.u9AK8pEj046327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 20:08:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423695 - head/textproc/p5-XML-Compile-Cache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:08:52 -0000 Author: adamw Date: Mon Oct 10 20:08:51 2016 New Revision: 423695 URL: https://svnweb.freebsd.org/changeset/ports/423695 Log: Update to 1.05, and add NO_ARCH. Changes: https://metacpan.org/changes/distribution/XML-Compile-Cache Modified: head/textproc/p5-XML-Compile-Cache/Makefile head/textproc/p5-XML-Compile-Cache/distinfo Modified: head/textproc/p5-XML-Compile-Cache/Makefile ============================================================================== --- head/textproc/p5-XML-Compile-Cache/Makefile Mon Oct 10 20:06:54 2016 (r423694) +++ head/textproc/p5-XML-Compile-Cache/Makefile Mon Oct 10 20:08:51 2016 (r423695) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Compile-Cache -PORTVERSION= 1.04 +PORTVERSION= 1.05 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,5 +21,6 @@ TEST_DEPENDS= p5-XML-Compile-Tester>=0.0 USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/textproc/p5-XML-Compile-Cache/distinfo ============================================================================== --- head/textproc/p5-XML-Compile-Cache/distinfo Mon Oct 10 20:06:54 2016 (r423694) +++ head/textproc/p5-XML-Compile-Cache/distinfo Mon Oct 10 20:08:51 2016 (r423695) @@ -1,2 +1,3 @@ -SHA256 (XML-Compile-Cache-1.04.tar.gz) = 801c04d5571bca17a14a1f0a3b19abe0ed09e63ec726ca80058b1f4b4a6d0999 -SIZE (XML-Compile-Cache-1.04.tar.gz) = 16356 +TIMESTAMP = 1476109929 +SHA256 (XML-Compile-Cache-1.05.tar.gz) = 5c3b9f6e254fc8ccd508e99654624266d98d45a58ffa52bb460fa608bfa67c75 +SIZE (XML-Compile-Cache-1.05.tar.gz) = 16255 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:10:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71822C0C47C; Mon, 10 Oct 2016 20:10:38 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40F399BF; Mon, 10 Oct 2016 20:10:38 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKAbo6046524; Mon, 10 Oct 2016 20:10:37 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKAb9X046522; Mon, 10 Oct 2016 20:10:37 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102010.u9AKAb9X046522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 20:10:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423696 - head/textproc/p5-XML-LibXML X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:10:38 -0000 Author: adamw Date: Mon Oct 10 20:10:37 2016 New Revision: 423696 URL: https://svnweb.freebsd.org/changeset/ports/423696 Log: Update to 2.0128. Changes: https://metacpan.org/changes/distribution/XML-LibXML Modified: head/textproc/p5-XML-LibXML/Makefile head/textproc/p5-XML-LibXML/distinfo Modified: head/textproc/p5-XML-LibXML/Makefile ============================================================================== --- head/textproc/p5-XML-LibXML/Makefile Mon Oct 10 20:08:51 2016 (r423695) +++ head/textproc/p5-XML-LibXML/Makefile Mon Oct 10 20:10:37 2016 (r423696) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-LibXML -PORTVERSION= 2.0126 +PORTVERSION= 2.0128 PORTEPOCH= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN Modified: head/textproc/p5-XML-LibXML/distinfo ============================================================================== --- head/textproc/p5-XML-LibXML/distinfo Mon Oct 10 20:08:51 2016 (r423695) +++ head/textproc/p5-XML-LibXML/distinfo Mon Oct 10 20:10:37 2016 (r423696) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466792096 -SHA256 (XML-LibXML-2.0126.tar.gz) = 0e735ab72e2ba77070a58a737fd6c61fa6aa198527abc59a5d5627f0650a60af -SIZE (XML-LibXML-2.0126.tar.gz) = 465800 +TIMESTAMP = 1476110025 +SHA256 (XML-LibXML-2.0128.tar.gz) = 26e7ba451f3bade4d29ff00653a2ee01d13fe38b9a2ebcd0b0f3f82f9f688f2b +SIZE (XML-LibXML-2.0128.tar.gz) = 466334 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:11:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE764C0C4B9; Mon, 10 Oct 2016 20:11:29 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 817A2B3D; Mon, 10 Oct 2016 20:11:29 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKBSGA048934; Mon, 10 Oct 2016 20:11:28 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKBSh3048929; Mon, 10 Oct 2016 20:11:28 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201610102011.u9AKBSh3048929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 10 Oct 2016 20:11:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423697 - in head/math: . pecl-stats2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:11:29 -0000 Author: rm Date: Mon Oct 10 20:11:28 2016 New Revision: 423697 URL: https://svnweb.freebsd.org/changeset/ports/423697 Log: Extension for PHP that provides few dozens routines for statistical computation. WWW: http://pecl.php.net/package/stats/ PR: 212767 Submitted by: dbaio@bsd.com.br Added: head/math/pecl-stats2/ head/math/pecl-stats2/Makefile (contents, props changed) head/math/pecl-stats2/distinfo (contents, props changed) head/math/pecl-stats2/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon Oct 10 20:10:37 2016 (r423696) +++ head/math/Makefile Mon Oct 10 20:11:28 2016 (r423697) @@ -561,6 +561,7 @@ SUBDIR += pecl-bitset SUBDIR += pecl-bitset2 SUBDIR += pecl-stats + SUBDIR += pecl-stats2 SUBDIR += pecl-trader SUBDIR += php55-bcmath SUBDIR += php55-gmp Added: head/math/pecl-stats2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pecl-stats2/Makefile Mon Oct 10 20:11:28 2016 (r423697) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= stats +PORTVERSION= 2.0.3 +CATEGORIES= math textproc pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +PKGNAMESUFFIX= 2 +DIST_SUBDIR= PECL + +MAINTAINER= dbaio@bsd.com.br +COMMENT= PECL extension with routines for statistical computation + +LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/LICENSE + +PORTSCOUT= limit:^2.* + +USES= php:ext tar:tgz +IGNORE_WITH_PHP= 55 56 +CONFLICTS= pecl-stats-1* + +.include Added: head/math/pecl-stats2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pecl-stats2/distinfo Mon Oct 10 20:11:28 2016 (r423697) @@ -0,0 +1,3 @@ +TIMESTAMP = 1474117131 +SHA256 (PECL/stats-2.0.3.tgz) = 7f2bc60136594cea27d9f997a6622270408ca90c4428f6f2e20938c88fab1b57 +SIZE (PECL/stats-2.0.3.tgz) = 112280 Added: head/math/pecl-stats2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pecl-stats2/pkg-descr Mon Oct 10 20:11:28 2016 (r423697) @@ -0,0 +1,4 @@ +Extension for PHP that provides few dozens routines for statistical +computation. + +WWW: http://pecl.php.net/package/stats/ From owner-svn-ports-head@freebsd.org Mon Oct 10 20:12:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 876D8C0C5F1; Mon, 10 Oct 2016 20:12:33 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A91ADA2; Mon, 10 Oct 2016 20:12:33 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKCW2W050511; Mon, 10 Oct 2016 20:12:32 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKCW6e050507; Mon, 10 Oct 2016 20:12:32 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201610102012.u9AKCW6e050507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 10 Oct 2016 20:12:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423698 - in head/net: . pecl-oauth2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:12:33 -0000 Author: rm Date: Mon Oct 10 20:12:31 2016 New Revision: 423698 URL: https://svnweb.freebsd.org/changeset/ports/423698 Log: pecl-oauth is a php interface to the oauth protocol. Oauth is an authorization protocol built on top of HTTP which allows applications to securely access data without having to store usernames and passwords. WWW: http://pecl.php.net/package/oauth/ PR: 212773 Submitted by: dbaio@bsd.com.br Added: head/net/pecl-oauth2/ head/net/pecl-oauth2/Makefile (contents, props changed) head/net/pecl-oauth2/distinfo (contents, props changed) head/net/pecl-oauth2/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Oct 10 20:11:28 2016 (r423697) +++ head/net/Makefile Mon Oct 10 20:12:31 2016 (r423698) @@ -896,6 +896,7 @@ SUBDIR += pecl-ip2location SUBDIR += pecl-mosquitto SUBDIR += pecl-oauth + SUBDIR += pecl-oauth2 SUBDIR += pecl-radius SUBDIR += pecl-smbclient SUBDIR += pecl-yaz Added: head/net/pecl-oauth2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pecl-oauth2/Makefile Mon Oct 10 20:12:31 2016 (r423698) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= oauth +PORTVERSION= 2.0.2 +CATEGORIES= net pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +PKGNAMESUFFIX= 2 +DIST_SUBDIR= PECL + +MAINTAINER= dbaio@bsd.com.br +COMMENT= Php interface to the OAuth Protocol + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libcurl.so:ftp/curl + +PORTSCOUT= limit:^2.* + +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" + +USES= php:ext tar:tgz +IGNORE_WITH_PHP= 55 56 +CONFLICTS= pecl-oauth-1* + +.include Added: head/net/pecl-oauth2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pecl-oauth2/distinfo Mon Oct 10 20:12:31 2016 (r423698) @@ -0,0 +1,3 @@ +TIMESTAMP = 1474130147 +SHA256 (PECL/oauth-2.0.2.tgz) = 87ce1a5d585f439f0ead2683f2f7dca76d538df9143da681978356b5e1c6e8e8 +SIZE (PECL/oauth-2.0.2.tgz) = 49115 Added: head/net/pecl-oauth2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pecl-oauth2/pkg-descr Mon Oct 10 20:12:31 2016 (r423698) @@ -0,0 +1,6 @@ +pecl-oauth is a php interface to the oauth protocol. +Oauth is an authorization protocol built on top of +HTTP which allows applications to securely access +data without having to store usernames and passwords. + +WWW: http://pecl.php.net/package/oauth/ From owner-svn-ports-head@freebsd.org Mon Oct 10 20:13:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D107C0C633; Mon, 10 Oct 2016 20:13:20 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16B47E89; Mon, 10 Oct 2016 20:13:20 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKDJ4C050717; Mon, 10 Oct 2016 20:13:19 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKDI1a050713; Mon, 10 Oct 2016 20:13:18 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201610102013.u9AKDI1a050713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 10 Oct 2016 20:13:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423699 - in head/textproc: . pecl-xdiff2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:13:20 -0000 Author: rm Date: Mon Oct 10 20:13:18 2016 New Revision: 423699 URL: https://svnweb.freebsd.org/changeset/ports/423699 Log: pecl-xdiff is a php extension that creates and applies patches to both text and binary files. WWW: http://pecl.php.net/package/xdiff/ PR: 212776 Submitted by: dbaio@bsd.com.br Added: head/textproc/pecl-xdiff2/ head/textproc/pecl-xdiff2/Makefile (contents, props changed) head/textproc/pecl-xdiff2/distinfo (contents, props changed) head/textproc/pecl-xdiff2/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon Oct 10 20:12:31 2016 (r423698) +++ head/textproc/Makefile Mon Oct 10 20:13:18 2016 (r423699) @@ -1163,6 +1163,7 @@ SUBDIR += pecl-syck SUBDIR += pecl-wbxml SUBDIR += pecl-xdiff + SUBDIR += pecl-xdiff2 SUBDIR += pecl-xslcache SUBDIR += pecl-yaml SUBDIR += peco Added: head/textproc/pecl-xdiff2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/pecl-xdiff2/Makefile Mon Oct 10 20:13:18 2016 (r423699) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= xdiff +PORTVERSION= 2.0.1 +CATEGORIES= textproc pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +PKGNAMESUFFIX= 2 +DIST_SUBDIR= PECL + +MAINTAINER= dbaio@bsd.com.br +COMMENT= PECL extension to create/apply binary and text patches + +LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libxdiff.so:textproc/libxdiff + +PORTSCOUT= limit:^2.* + +USES= php:ext tar:tgz +IGNORE_WITH_PHP= 55 56 +CONFLICTS= pecl-xdiff-1* + +LDFLAGS+= -L${LOCALBASE}/lib + +.include Added: head/textproc/pecl-xdiff2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/pecl-xdiff2/distinfo Mon Oct 10 20:13:18 2016 (r423699) @@ -0,0 +1,3 @@ +TIMESTAMP = 1474132200 +SHA256 (PECL/xdiff-2.0.1.tgz) = b4ac96c33ec28a5471b6498d18c84a6ad0fe2e4e890c93df08e34061fba7d207 +SIZE (PECL/xdiff-2.0.1.tgz) = 10418 Added: head/textproc/pecl-xdiff2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/pecl-xdiff2/pkg-descr Mon Oct 10 20:13:18 2016 (r423699) @@ -0,0 +1,4 @@ +pecl-xdiff is a php extension that creates and applies +patches to both text and binary files. + +WWW: http://pecl.php.net/package/xdiff/ From owner-svn-ports-head@freebsd.org Mon Oct 10 20:15:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C87FC0C69A; Mon, 10 Oct 2016 20:15:38 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD839FBD; Mon, 10 Oct 2016 20:15:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKFbbq051010; Mon, 10 Oct 2016 20:15:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKFalT051005; Mon, 10 Oct 2016 20:15:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610102015.u9AKFalT051005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 10 Oct 2016 20:15:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423700 - in head/emulators: . citra citra-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:15:38 -0000 Author: jbeich Date: Mon Oct 10 20:15:36 2016 New Revision: 423700 URL: https://svnweb.freebsd.org/changeset/ports/423700 Log: emulators/citra: add new port Citra is an experimental open-source Nintendo 3DS emulator/debugger written in C++. It is written with portability in mind, with builds actively maintained for Windows, Linux and OS X. Citra only emulates a subset of 3DS hardware, and therefore is generally only useful for running/debugging homebrew applications. At this time, Citra is even able to boot several commercial games! Most of these do not run to a playable state, but we are working every day to advance the project forward. https://citra-emu.org Added: head/emulators/citra/ head/emulators/citra-qt5/ head/emulators/citra-qt5/Makefile (contents, props changed) head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) head/emulators/citra/pkg-descr (contents, props changed) Modified: head/emulators/Makefile (contents, props changed) Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Mon Oct 10 20:13:18 2016 (r423699) +++ head/emulators/Makefile Mon Oct 10 20:15:36 2016 (r423700) @@ -16,6 +16,8 @@ SUBDIR += catapult SUBDIR += cinc SUBDIR += cingb + SUBDIR += citra + SUBDIR += citra-qt5 SUBDIR += cpmemu SUBDIR += cpmtools SUBDIR += cpmtools2 Added: head/emulators/citra-qt5/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/citra-qt5/Makefile Mon Oct 10 20:15:36 2016 (r423700) @@ -0,0 +1,10 @@ +# $FreeBSD$ + +PORTREVISION= 0 +PKGNAMESUFFIX= -qt5 + +MASTERDIR= ${.CURDIR}/../citra + +OPTIONS_SLAVE= QT5 + +.include "${MASTERDIR}/Makefile" Added: head/emulators/citra/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/citra/Makefile Mon Oct 10 20:15:36 2016 (r423700) @@ -0,0 +1,58 @@ +# $FreeBSD$ + +PORTNAME= citra +PORTVERSION= s20161007 +PORTREVISION?= 0 +CATEGORIES= emulators + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Nintendo 3DS emulator/debugger + +LICENSE= BSD2CLAUSE BSD3CLAUSE BSL GPLv2+ +LICENSE_COMB= multi +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/externals/dynarmic/externals/fmt/LICENSE.rst +LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/externals/inih/inih/LICENSE.txt +LICENSE_FILE_BSL= ${WRKSRC}/externals/catch/LICENSE_1_0.txt +LICENSE_FILE_GPLv2+ = ${WRKSRC}/license.txt + +LIB_DEPENDS= libpng.so:graphics/png + +# backend_x64/hostloc.h:93:8: fatal error: no type named 'Reg64' in namespace 'Xbyak' +BROKEN_i386= https://github.com/MerryMage/dynarmic/issues/35 + +USE_GITHUB= yes +# XXX Switch to system Boost after ports/199601 +GH_TUPLE= citra-emu:${PORTNAME}:136cbbe \ + citra-emu:ext-boost:f005c95:boost/externals/boost \ + citra-emu:ext-soundtouch:5274ec4:soundtouch/externals/soundtouch \ + MerryMage:dynarmic:943487e:dynarmic/externals/dynarmic \ + fmtlib:fmt:3.0.0-108-g2ae6bca:fmt/externals/dynarmic/externals/fmt \ + herumi:xbyak:v3.71-424-g4cc35db:xbyak/externals/dynarmic/externals/xbyak \ + neobrain:nihstro:26a0a04:nihstro/externals/nihstro \ + philsquared:Catch:v1.4.0:catch/externals/catch \ + svn2github:inih:603729d:inih/externals/inih/inih + +USES= cmake:outsource compiler:c++14-lang iconv localbase:ldflags +FAVORITE_COMPILER= gcc # c++14-lib +CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ + -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 +LDFLAGS+= -Wl,--as-needed # GL + +OPTIONS_MULTI= GUI +OPTIONS_MULTI_GUI= QT5 SDL +OPTIONS_SLAVE?= SDL +OPTIONS_EXCLUDE:= ${OPTIONS_MULTI_GUI} + +SDL_USE= SDL=sdl2 +SDL_CMAKE_BOOL= ENABLE_SDL2 +SDL_PLIST_FILES=bin/${PORTNAME} + +QT5_USES= desktop-file-utils shared-mime-info +QT5_USE= QT5=qmake_build,buildtools_build,core,gui,opengl,widgets +QT5_CMAKE_BOOL= ENABLE_QT +QT5_PLIST_FILES=bin/${PORTNAME}-qt \ + share/applications/${PORTNAME}.desktop \ + share/mime/packages/${PORTNAME}.xml \ + share/pixmaps/${PORTNAME}.svg + +.include Added: head/emulators/citra/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/citra/distinfo Mon Oct 10 20:15:36 2016 (r423700) @@ -0,0 +1,19 @@ +TIMESTAMP = 1475696945 +SHA256 (citra-emu-citra-s20161007-136cbbe_GH0.tar.gz) = d2564c38fc0dd2ec9b24831504e529a08d10bf853f54685a9fa99988124acd48 +SIZE (citra-emu-citra-s20161007-136cbbe_GH0.tar.gz) = 2210597 +SHA256 (citra-emu-ext-boost-f005c95_GH0.tar.gz) = afa6769ba3bc8df30975150b164b09cc25f4cbab66b511fb3eccb59ac82a906e +SIZE (citra-emu-ext-boost-f005c95_GH0.tar.gz) = 1139598 +SHA256 (citra-emu-ext-soundtouch-5274ec4_GH0.tar.gz) = de5e101818ba38b5ea30d8cde0b2b788b53bc7c0f5d77b380b8968569872c2cb +SIZE (citra-emu-ext-soundtouch-5274ec4_GH0.tar.gz) = 34535 +SHA256 (MerryMage-dynarmic-943487e_GH0.tar.gz) = 50774e07f9e9896d0008431a65dd3215caaea8cbb39572418618ed903ccf6474 +SIZE (MerryMage-dynarmic-943487e_GH0.tar.gz) = 301535 +SHA256 (fmtlib-fmt-3.0.0-108-g2ae6bca_GH0.tar.gz) = 1201cf4d5638754f8955bb3ad4274c1176fb22e90a1ffdc3c2a875655538d38f +SIZE (fmtlib-fmt-3.0.0-108-g2ae6bca_GH0.tar.gz) = 618843 +SHA256 (herumi-xbyak-v3.71-424-g4cc35db_GH0.tar.gz) = ada66b10880fd7241f71456aef08a13ceafc7c0ef37a55c6f519e6d2af14b893 +SIZE (herumi-xbyak-v3.71-424-g4cc35db_GH0.tar.gz) = 201227 +SHA256 (neobrain-nihstro-26a0a04_GH0.tar.gz) = 8d94e57f5a9aebf976e4df3c7a0c69d4a0c4a6f2c3d0e4d464a7f09a826b345f +SIZE (neobrain-nihstro-26a0a04_GH0.tar.gz) = 110136 +SHA256 (philsquared-Catch-v1.4.0_GH0.tar.gz) = b225e9828291636745db75e42cd604b8d755dcad0c5235fc90d7c725c4b49fb1 +SIZE (philsquared-Catch-v1.4.0_GH0.tar.gz) = 311263 +SHA256 (svn2github-inih-603729d_GH0.tar.gz) = b4faa364c3e33261707d4b669e1c669ca3818d7b9515c15fe0befd9df3f1f00a +SIZE (svn2github-inih-603729d_GH0.tar.gz) = 8342 Added: head/emulators/citra/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/citra/pkg-descr Mon Oct 10 20:15:36 2016 (r423700) @@ -0,0 +1,10 @@ +Citra is an experimental open-source Nintendo 3DS emulator/debugger +written in C++. It is written with portability in mind, with builds +actively maintained for Windows, Linux and OS X. Citra only emulates a +subset of 3DS hardware, and therefore is generally only useful for +running/debugging homebrew applications. At this time, Citra is even +able to boot several commercial games! Most of these do not run to a +playable state, but we are working every day to advance the project +forward. + +WWW: https://citra-emu.org From owner-svn-ports-head@freebsd.org Mon Oct 10 20:16:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1289C0C6E1; Mon, 10 Oct 2016 20:16:54 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADC9E117; Mon, 10 Oct 2016 20:16:54 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKGrnX051168; Mon, 10 Oct 2016 20:16:53 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKGrGj051166; Mon, 10 Oct 2016 20:16:53 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102016.u9AKGrGj051166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 20:16:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423701 - head/textproc/p5-XML-LibXSLT X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:16:55 -0000 Author: adamw Date: Mon Oct 10 20:16:53 2016 New Revision: 423701 URL: https://svnweb.freebsd.org/changeset/ports/423701 Log: Update to 1.95, and add missing LIB_DEPENDS. Changes: https://metacpan.org/changes/distribution/XML-LibXSLT Modified: head/textproc/p5-XML-LibXSLT/Makefile head/textproc/p5-XML-LibXSLT/distinfo Modified: head/textproc/p5-XML-LibXSLT/Makefile ============================================================================== --- head/textproc/p5-XML-LibXSLT/Makefile Mon Oct 10 20:15:36 2016 (r423700) +++ head/textproc/p5-XML-LibXSLT/Makefile Mon Oct 10 20:16:53 2016 (r423701) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= XML-LibXSLT -PORTVERSION= 1.94 -PORTREVISION= 1 +PORTVERSION= 1.95 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +14,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-XML-LibXML>=1.70:textproc/p5-XML-LibXML +LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ + libgpg-error.so:security/libgpg-error RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 pkgconfig Modified: head/textproc/p5-XML-LibXSLT/distinfo ============================================================================== --- head/textproc/p5-XML-LibXSLT/distinfo Mon Oct 10 20:15:36 2016 (r423700) +++ head/textproc/p5-XML-LibXSLT/distinfo Mon Oct 10 20:16:53 2016 (r423701) @@ -1,2 +1,3 @@ -SHA256 (XML-LibXSLT-1.94.tar.gz) = b9c0d4de0697284c3f4687283f2ed6b28139b088e2dc2c73be37b0f7b5e94ae5 -SIZE (XML-LibXSLT-1.94.tar.gz) = 114015 +TIMESTAMP = 1476110136 +SHA256 (XML-LibXSLT-1.95.tar.gz) = f1ca21135acc53af9f175958ef5fceb453fd0ef383cfb0e6ef6ea24031f3ef35 +SIZE (XML-LibXSLT-1.95.tar.gz) = 114231 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:18:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC37AC0C77B; Mon, 10 Oct 2016 20:18:54 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC37D216; Mon, 10 Oct 2016 20:18:54 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKIre4051340; Mon, 10 Oct 2016 20:18:53 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKIrun051338; Mon, 10 Oct 2016 20:18:53 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102018.u9AKIrun051338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 20:18:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423702 - head/textproc/p5-XML-MyXML X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:18:55 -0000 Author: adamw Date: Mon Oct 10 20:18:53 2016 New Revision: 423702 URL: https://svnweb.freebsd.org/changeset/ports/423702 Log: Update to 0.9402. Changes: https://metacpan.org/changes/distribution/XML-MyXML Modified: head/textproc/p5-XML-MyXML/Makefile head/textproc/p5-XML-MyXML/distinfo Modified: head/textproc/p5-XML-MyXML/Makefile ============================================================================== --- head/textproc/p5-XML-MyXML/Makefile Mon Oct 10 20:16:53 2016 (r423701) +++ head/textproc/p5-XML-MyXML/Makefile Mon Oct 10 20:18:53 2016 (r423702) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-MyXML -PORTVERSION= 0.9010 +PORTVERSION= 0.9402 PORTEPOCH= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN Modified: head/textproc/p5-XML-MyXML/distinfo ============================================================================== --- head/textproc/p5-XML-MyXML/distinfo Mon Oct 10 20:16:53 2016 (r423701) +++ head/textproc/p5-XML-MyXML/distinfo Mon Oct 10 20:18:53 2016 (r423702) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467708780 -SHA256 (XML-MyXML-0.9010.tar.gz) = 8e1a70e91358d4ab2c5f2dae7fd4b3ac0837f1e88ff2f01717a0a5619d8eb493 -SIZE (XML-MyXML-0.9010.tar.gz) = 21333 +TIMESTAMP = 1476110530 +SHA256 (XML-MyXML-0.9402.tar.gz) = 936f05113e7ff34ff6fe5e7679b47f8e2517e537c23b0d0c831c58dd17e02166 +SIZE (XML-MyXML-0.9402.tar.gz) = 22320 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:20:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1065AC0C7E9; Mon, 10 Oct 2016 20:20:06 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4F9735E; Mon, 10 Oct 2016 20:20:05 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKK5WY051516; Mon, 10 Oct 2016 20:20:05 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKK42G051514; Mon, 10 Oct 2016 20:20:04 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102020.u9AKK42G051514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 20:20:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423703 - head/textproc/p5-podlators X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:20:06 -0000 Author: adamw Date: Mon Oct 10 20:20:04 2016 New Revision: 423703 URL: https://svnweb.freebsd.org/changeset/ports/423703 Log: Update to 4.08. Changes: https://metacpan.org/changes/distribution/podlators Modified: head/textproc/p5-podlators/Makefile head/textproc/p5-podlators/distinfo Modified: head/textproc/p5-podlators/Makefile ============================================================================== --- head/textproc/p5-podlators/Makefile Mon Oct 10 20:18:53 2016 (r423702) +++ head/textproc/p5-podlators/Makefile Mon Oct 10 20:20:04 2016 (r423703) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= podlators -PORTVERSION= 4.07 +PORTVERSION= 4.08 CATEGORIES= textproc perl5 MASTER_SITES= CPAN/Pod PKGNAMEPREFIX= p5- Modified: head/textproc/p5-podlators/distinfo ============================================================================== --- head/textproc/p5-podlators/distinfo Mon Oct 10 20:18:53 2016 (r423702) +++ head/textproc/p5-podlators/distinfo Mon Oct 10 20:20:04 2016 (r423703) @@ -1,2 +1,3 @@ -SHA256 (podlators-4.07.tar.gz) = a995ff7af4a8f835a44c6e66301e1afd8712f892996b1ae7398de2038f66a781 -SIZE (podlators-4.07.tar.gz) = 123610 +TIMESTAMP = 1476110632 +SHA256 (podlators-4.08.tar.gz) = e1892cfa7e35883fce0b503448e6337856bd00a1a452124e61eadadb2530b180 +SIZE (podlators-4.08.tar.gz) = 125283 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:20:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2476C0C840; Mon, 10 Oct 2016 20:20:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C195E668; Mon, 10 Oct 2016 20:20:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKKRVf051625; Mon, 10 Oct 2016 20:20:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKKR1U051624; Mon, 10 Oct 2016 20:20:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610102020.u9AKKR1U051624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 20:20:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423704 - head/audio/xmms-flac X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:20:29 -0000 Author: amdmi3 Date: Mon Oct 10 20:20:27 2016 New Revision: 423704 URL: https://svnweb.freebsd.org/changeset/ports/423704 Log: - Add LICENSE - Remove uneeded flags Modified: head/audio/xmms-flac/Makefile Modified: head/audio/xmms-flac/Makefile ============================================================================== --- head/audio/xmms-flac/Makefile Mon Oct 10 20:20:04 2016 (r423703) +++ head/audio/xmms-flac/Makefile Mon Oct 10 20:20:27 2016 (r423704) @@ -9,14 +9,15 @@ DISTNAME= flac-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= XMMS input plugin for playing FLAC files +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING.GPL + LIB_DEPENDS= libxmms.so:multimedia/xmms \ libFLAC.so:audio/flac \ libogg.so:audio/libogg USES= iconv libtool tar:xz GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib MAKEFILE= ${FILESDIR}/Makefile From owner-svn-ports-head@freebsd.org Mon Oct 10 20:27:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6FBDC0CAC0; Mon, 10 Oct 2016 20:27:10 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8498C0A; Mon, 10 Oct 2016 20:27:10 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKR9Rp055287; Mon, 10 Oct 2016 20:27:09 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKR98d055286; Mon, 10 Oct 2016 20:27:09 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201610102027.u9AKR98d055286@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Mon, 10 Oct 2016 20:27:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423705 - head/www/imgsizer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:27:11 -0000 Author: cs Date: Mon Oct 10 20:27:09 2016 New Revision: 423705 URL: https://svnweb.freebsd.org/changeset/ports/423705 Log: Remove invalid mirror Modified: head/www/imgsizer/Makefile Modified: head/www/imgsizer/Makefile ============================================================================== --- head/www/imgsizer/Makefile Mon Oct 10 20:20:27 2016 (r423704) +++ head/www/imgsizer/Makefile Mon Oct 10 20:27:09 2016 (r423705) @@ -4,8 +4,7 @@ PORTNAME= imgsizer PORTVERSION= 2.9 CATEGORIES= www textproc -MASTER_SITES= http://www.catb.org/~esr/imgsizer/ \ - http://www.c-s.li/ports/ +MASTER_SITES= http://www.catb.org/~esr/imgsizer/ MAINTAINER= cs@FreeBSD.org COMMENT= Tool to autogenerate WIDTH and HEIGHT for IMG HTML tags From owner-svn-ports-head@freebsd.org Mon Oct 10 20:29:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43891C0CC17; Mon, 10 Oct 2016 20:29:20 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11CD1D9C; Mon, 10 Oct 2016 20:29:19 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKTJWP055464; Mon, 10 Oct 2016 20:29:19 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKTJxq055462; Mon, 10 Oct 2016 20:29:19 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102029.u9AKTJxq055462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 20:29:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423706 - head/www/p5-App-Nopaste X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:29:20 -0000 Author: adamw Date: Mon Oct 10 20:29:18 2016 New Revision: 423706 URL: https://svnweb.freebsd.org/changeset/ports/423706 Log: Update to 1.007. Changes: https://metacpan.org/changes/distribution/App-Nopaste Modified: head/www/p5-App-Nopaste/Makefile head/www/p5-App-Nopaste/distinfo Modified: head/www/p5-App-Nopaste/Makefile ============================================================================== --- head/www/p5-App-Nopaste/Makefile Mon Oct 10 20:27:09 2016 (r423705) +++ head/www/p5-App-Nopaste/Makefile Mon Oct 10 20:29:18 2016 (r423706) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= App-Nopaste -PORTVERSION= 1.006 +PORTVERSION= 1.007 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:ETHER PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -22,7 +21,9 @@ BUILD_DEPENDS= p5-Browser-Open>=0:www/p5 p5-WWW-Mechanize>=0:www/p5-WWW-Mechanize \ p5-namespace-clean>=0.19:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ +TEST_DEPENDS= p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ + p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \ + p5-Test-Deep>=0:devel/p5-Test-Deep \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-libwww>=0:www/p5-libwww Modified: head/www/p5-App-Nopaste/distinfo ============================================================================== --- head/www/p5-App-Nopaste/distinfo Mon Oct 10 20:27:09 2016 (r423705) +++ head/www/p5-App-Nopaste/distinfo Mon Oct 10 20:29:18 2016 (r423706) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464328836 -SHA256 (App-Nopaste-1.006.tar.gz) = 566698b6863d69568dc13119e3a20614f858d691ff849b638528c59a220c542f -SIZE (App-Nopaste-1.006.tar.gz) = 49245 +TIMESTAMP = 1476110736 +SHA256 (App-Nopaste-1.007.tar.gz) = 60b3240681d95d85e1809fac983a40eee51ac5d2690c25038b40730cba0277db +SIZE (App-Nopaste-1.007.tar.gz) = 49793 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:32:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D310C0CE4D; Mon, 10 Oct 2016 20:32:27 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1C5D1D6; Mon, 10 Oct 2016 20:32:26 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKWQVN058963; Mon, 10 Oct 2016 20:32:26 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKWPt1058961; Mon, 10 Oct 2016 20:32:25 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201610102032.u9AKWPt1058961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Mon, 10 Oct 2016 20:32:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423707 - head/www/py-django-otp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:32:27 -0000 Author: cs Date: Mon Oct 10 20:32:25 2016 New Revision: 423707 URL: https://svnweb.freebsd.org/changeset/ports/423707 Log: Update to 0.3.7 Modified: head/www/py-django-otp/Makefile head/www/py-django-otp/distinfo Modified: head/www/py-django-otp/Makefile ============================================================================== --- head/www/py-django-otp/Makefile Mon Oct 10 20:29:18 2016 (r423706) +++ head/www/py-django-otp/Makefile Mon Oct 10 20:32:25 2016 (r423707) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-otp -PORTVERSION= 0.3.5 +PORTVERSION= 0.3.7 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-otp/distinfo ============================================================================== --- head/www/py-django-otp/distinfo Mon Oct 10 20:29:18 2016 (r423706) +++ head/www/py-django-otp/distinfo Mon Oct 10 20:32:25 2016 (r423707) @@ -1,2 +1,3 @@ -SHA256 (django-otp-0.3.5.tar.gz) = c03cc0b7ec2ad67ca6e1462109966a4aeb3bc5e929f198b39895f29d2a23eb19 -SIZE (django-otp-0.3.5.tar.gz) = 40116 +TIMESTAMP = 1476128274 +SHA256 (django-otp-0.3.7.tar.gz) = c75e689c8b5fc2341efcd38fe309e4f1373ca6dc0b5a2382cb90cb3b40d16fd9 +SIZE (django-otp-0.3.7.tar.gz) = 40952 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:33:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CB19C0CE90; Mon, 10 Oct 2016 20:33:04 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD7252F1; Mon, 10 Oct 2016 20:33:03 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKX29I059115; Mon, 10 Oct 2016 20:33:02 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKX2Be059113; Mon, 10 Oct 2016 20:33:02 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201610102033.u9AKX2Be059113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Mon, 10 Oct 2016 20:33:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423708 - head/www/py-django-annoying X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:33:04 -0000 Author: cs Date: Mon Oct 10 20:33:02 2016 New Revision: 423708 URL: https://svnweb.freebsd.org/changeset/ports/423708 Log: Update to 0.10.3 Modified: head/www/py-django-annoying/Makefile head/www/py-django-annoying/distinfo Modified: head/www/py-django-annoying/Makefile ============================================================================== --- head/www/py-django-annoying/Makefile Mon Oct 10 20:32:25 2016 (r423707) +++ head/www/py-django-annoying/Makefile Mon Oct 10 20:33:02 2016 (r423708) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-annoying -PORTVERSION= 0.9.0 +PORTVERSION= 0.10.3 DISTVERSIONPREFIX= v CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-annoying/distinfo ============================================================================== --- head/www/py-django-annoying/distinfo Mon Oct 10 20:32:25 2016 (r423707) +++ head/www/py-django-annoying/distinfo Mon Oct 10 20:33:02 2016 (r423708) @@ -1,2 +1,3 @@ -SHA256 (skorokithakis-django-annoying-v0.9.0_GH0.tar.gz) = 0dcda463f4f5c203f35fdc41578e0159c7b5c83c1ce6c1ae119754ecda6972bb -SIZE (skorokithakis-django-annoying-v0.9.0_GH0.tar.gz) = 13882 +TIMESTAMP = 1476131006 +SHA256 (skorokithakis-django-annoying-v0.10.3_GH0.tar.gz) = 2c14e066845ab2f4ccad481f30fe9ebace7139468d685d4352131aec7fdc7dbd +SIZE (skorokithakis-django-annoying-v0.10.3_GH0.tar.gz) = 13954 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:33:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BB71C0CEC1; Mon, 10 Oct 2016 20:33:45 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A47C418; Mon, 10 Oct 2016 20:33:44 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKXi46059253; Mon, 10 Oct 2016 20:33:44 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKXirL059251; Mon, 10 Oct 2016 20:33:44 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201610102033.u9AKXirL059251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Mon, 10 Oct 2016 20:33:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423709 - head/www/py-django-classy-tags X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:33:45 -0000 Author: cs Date: Mon Oct 10 20:33:43 2016 New Revision: 423709 URL: https://svnweb.freebsd.org/changeset/ports/423709 Log: Update to 0.8.0 Modified: head/www/py-django-classy-tags/Makefile head/www/py-django-classy-tags/distinfo Modified: head/www/py-django-classy-tags/Makefile ============================================================================== --- head/www/py-django-classy-tags/Makefile Mon Oct 10 20:33:02 2016 (r423708) +++ head/www/py-django-classy-tags/Makefile Mon Oct 10 20:33:43 2016 (r423709) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-classy-tags -PORTVERSION= 0.7.2 +PORTVERSION= 0.8.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-classy-tags/distinfo ============================================================================== --- head/www/py-django-classy-tags/distinfo Mon Oct 10 20:33:02 2016 (r423708) +++ head/www/py-django-classy-tags/distinfo Mon Oct 10 20:33:43 2016 (r423709) @@ -1,2 +1,3 @@ -SHA256 (django-classy-tags-0.7.2.tar.gz) = 068506291979ca973f74eb5744359fb319d4aa891cd0081c59da09b0e50ea094 -SIZE (django-classy-tags-0.7.2.tar.gz) = 17630 +TIMESTAMP = 1476130721 +SHA256 (django-classy-tags-0.8.0.tar.gz) = 792f9161d0e22d55b4fab6fc297bab8ab072ffaa3075b227613a6d8473624db8 +SIZE (django-classy-tags-0.8.0.tar.gz) = 17911 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:34:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9069CC0CEFD; Mon, 10 Oct 2016 20:34:25 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CE196EF; Mon, 10 Oct 2016 20:34:25 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKYO7W059390; Mon, 10 Oct 2016 20:34:24 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKYOvD059388; Mon, 10 Oct 2016 20:34:24 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201610102034.u9AKYOvD059388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Mon, 10 Oct 2016 20:34:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423710 - head/www/py-django-mptt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:34:25 -0000 Author: cs Date: Mon Oct 10 20:34:24 2016 New Revision: 423710 URL: https://svnweb.freebsd.org/changeset/ports/423710 Log: Update to 0.8.6 Modified: head/www/py-django-mptt/Makefile head/www/py-django-mptt/distinfo Modified: head/www/py-django-mptt/Makefile ============================================================================== --- head/www/py-django-mptt/Makefile Mon Oct 10 20:33:43 2016 (r423709) +++ head/www/py-django-mptt/Makefile Mon Oct 10 20:34:24 2016 (r423710) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-mptt -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.6 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-mptt/distinfo ============================================================================== --- head/www/py-django-mptt/distinfo Mon Oct 10 20:33:43 2016 (r423709) +++ head/www/py-django-mptt/distinfo Mon Oct 10 20:34:24 2016 (r423710) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470257120 -SHA256 (django-mptt-django-mptt-0.8.5_GH0.tar.gz) = ae2835675bfec9f96e4b0148ca4254af9c7058580c13e60da551e526ea2d986c -SIZE (django-mptt-django-mptt-0.8.5_GH0.tar.gz) = 223712 +TIMESTAMP = 1476129862 +SHA256 (django-mptt-django-mptt-0.8.6_GH0.tar.gz) = ec3717fdce69874e0e9e310a94797d2bef7b7415fca4c9c925fa1d1daf22a46b +SIZE (django-mptt-django-mptt-0.8.6_GH0.tar.gz) = 280969 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:34:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C372C0CF28; Mon, 10 Oct 2016 20:34:35 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C66E821; Mon, 10 Oct 2016 20:34:34 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKYYDF059509; Mon, 10 Oct 2016 20:34:34 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKYY4N059507; Mon, 10 Oct 2016 20:34:34 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102034.u9AKYY4N059507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 20:34:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423711 - head/www/p5-CGI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:34:35 -0000 Author: adamw Date: Mon Oct 10 20:34:33 2016 New Revision: 423711 URL: https://svnweb.freebsd.org/changeset/ports/423711 Log: Update to 4.33. Changes: https://metacpan.org/changes/distribution/CGI Modified: head/www/p5-CGI/Makefile head/www/p5-CGI/distinfo Modified: head/www/p5-CGI/Makefile ============================================================================== --- head/www/p5-CGI/Makefile Mon Oct 10 20:34:24 2016 (r423710) +++ head/www/p5-CGI/Makefile Mon Oct 10 20:34:33 2016 (r423711) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= CGI -PORTVERSION= 4.31 +PORTVERSION= 4.33 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:LEEJO PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -14,6 +13,11 @@ COMMENT= Handle Common Gateway Interface LICENSE= ART20 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= p5-HTML-Parser>=3.69:www/p5-HTML-Parser +RUN_DEPENDS= p5-HTML-Parser>=3.69:www/p5-HTML-Parser +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ + p5-Test-Warn>=0:devel/p5-Test-Warn + CONFLICTS= p5-CGI.pm-[1-3]* PORTSCOUT= limit:^[0-9\.]*$$ Modified: head/www/p5-CGI/distinfo ============================================================================== --- head/www/p5-CGI/distinfo Mon Oct 10 20:34:24 2016 (r423710) +++ head/www/p5-CGI/distinfo Mon Oct 10 20:34:33 2016 (r423711) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466520223 -SHA256 (CGI-4.31.tar.gz) = dee34f45525efb698d02c56ba2458a72acc34c4dcb05344706b587840b4e8c99 -SIZE (CGI-4.31.tar.gz) = 197018 +TIMESTAMP = 1476111275 +SHA256 (CGI-4.33.tar.gz) = be8bd6cbc56375d373fae984e524976d8aa6f385ca3275e2e448aa01ef800840 +SIZE (CGI-4.33.tar.gz) = 197445 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:35:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83623C0CF62; Mon, 10 Oct 2016 20:35:01 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52B45901; Mon, 10 Oct 2016 20:35:01 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKZ0h5059649; Mon, 10 Oct 2016 20:35:00 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKZ0WM059647; Mon, 10 Oct 2016 20:35:00 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201610102035.u9AKZ0WM059647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 10 Oct 2016 20:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423712 - head/www/py-flask-uploads X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:35:01 -0000 Author: rm Date: Mon Oct 10 20:35:00 2016 New Revision: 423712 URL: https://svnweb.freebsd.org/changeset/ports/423712 Log: www/py-flask-uploads: update to 0.2.1 - update to 0.2.1 - add NO_ARCH and clarify supported python versions With hat: python Modified: head/www/py-flask-uploads/Makefile head/www/py-flask-uploads/distinfo Modified: head/www/py-flask-uploads/Makefile ============================================================================== --- head/www/py-flask-uploads/Makefile Mon Oct 10 20:34:33 2016 (r423711) +++ head/www/py-flask-uploads/Makefile Mon Oct 10 20:35:00 2016 (r423712) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Flask-Uploads -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,8 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10:www/py-flask -USES= python +NO_ARCH= yes +USES= python:2.7+ USE_PYTHON= distutils autoplist .include Modified: head/www/py-flask-uploads/distinfo ============================================================================== --- head/www/py-flask-uploads/distinfo Mon Oct 10 20:34:33 2016 (r423711) +++ head/www/py-flask-uploads/distinfo Mon Oct 10 20:35:00 2016 (r423712) @@ -1,2 +1,3 @@ -SHA256 (Flask-Uploads-0.2.0.tar.gz) = 6623a74e426408e59e392b7f9a4d070112b92d71a974a691fa33c21224c1294f -SIZE (Flask-Uploads-0.2.0.tar.gz) = 7628 +TIMESTAMP = 1476131272 +SHA256 (Flask-Uploads-0.2.1.tar.gz) = 53ecbd6033667d50ae02b63adebbaa33c7fc56c09e5293025810cf9d841ecb02 +SIZE (Flask-Uploads-0.2.1.tar.gz) = 7625 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:35:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FC66C0CFA7; Mon, 10 Oct 2016 20:35:17 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3937A12; Mon, 10 Oct 2016 20:35:16 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKZG7U059775; Mon, 10 Oct 2016 20:35:16 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKZFkC059772; Mon, 10 Oct 2016 20:35:15 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201610102035.u9AKZFkC059772@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Mon, 10 Oct 2016 20:35:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423713 - head/www/py-django-markdownx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:35:17 -0000 Author: cs Date: Mon Oct 10 20:35:15 2016 New Revision: 423713 URL: https://svnweb.freebsd.org/changeset/ports/423713 Log: Update to 1.6.3 Modified: head/www/py-django-markdownx/Makefile head/www/py-django-markdownx/distinfo Modified: head/www/py-django-markdownx/Makefile ============================================================================== --- head/www/py-django-markdownx/Makefile Mon Oct 10 20:35:00 2016 (r423712) +++ head/www/py-django-markdownx/Makefile Mon Oct 10 20:35:15 2016 (r423713) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= django-markdownx -PORTVERSION= 1.6 -DISTVERSIONPREFIX= v. +PORTVERSION= 1.6.3 +DISTVERSIONPREFIX= v CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-markdownx/distinfo ============================================================================== --- head/www/py-django-markdownx/distinfo Mon Oct 10 20:35:00 2016 (r423712) +++ head/www/py-django-markdownx/distinfo Mon Oct 10 20:35:15 2016 (r423713) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468267866 -SHA256 (adi--django-markdownx-v.1.6_GH0.tar.gz) = 8d5b6793ce3c90dee635a8399eb4b14882b41859296632ea2d9bc81202ded929 -SIZE (adi--django-markdownx-v.1.6_GH0.tar.gz) = 3881815 +TIMESTAMP = 1476130079 +SHA256 (adi--django-markdownx-v1.6.3_GH0.tar.gz) = 50e7efac440976dfb78ad73c46dddcbd7de8f934346be5fa4e52eb8f90aa90ee +SIZE (adi--django-markdownx-v1.6.3_GH0.tar.gz) = 3882193 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:41:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52D76C0C17E; Mon, 10 Oct 2016 20:41:34 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 070D5D08; Mon, 10 Oct 2016 20:41:33 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKfX5t060770; Mon, 10 Oct 2016 20:41:33 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKfW8S060767; Mon, 10 Oct 2016 20:41:32 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102041.u9AKfW8S060767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 20:41:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423714 - head/www/p5-Catalyst-Plugin-PageCache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:41:34 -0000 Author: adamw Date: Mon Oct 10 20:41:32 2016 New Revision: 423714 URL: https://svnweb.freebsd.org/changeset/ports/423714 Log: Update to 0.32, set NO_ARCH, and sort plist. Changes: who knows? Modified: head/www/p5-Catalyst-Plugin-PageCache/Makefile head/www/p5-Catalyst-Plugin-PageCache/distinfo head/www/p5-Catalyst-Plugin-PageCache/pkg-plist Modified: head/www/p5-Catalyst-Plugin-PageCache/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-PageCache/Makefile Mon Oct 10 20:35:15 2016 (r423713) +++ head/www/p5-Catalyst-Plugin-PageCache/Makefile Mon Oct 10 20:41:32 2016 (r423714) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Plugin-PageCache -PORTVERSION= 0.31 -PORTREVISION= 2 +PORTVERSION= 0.32 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,5 +20,6 @@ TEST_DEPENDS= p5-Cache-Cache>=0:devel/p5 USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/www/p5-Catalyst-Plugin-PageCache/distinfo ============================================================================== --- head/www/p5-Catalyst-Plugin-PageCache/distinfo Mon Oct 10 20:35:15 2016 (r423713) +++ head/www/p5-Catalyst-Plugin-PageCache/distinfo Mon Oct 10 20:41:32 2016 (r423714) @@ -1,2 +1,3 @@ -SHA256 (Catalyst-Plugin-PageCache-0.31.tar.gz) = ef1141823568bc339322abebc45260c29140bc23c54889860b7a3b98efbfca43 -SIZE (Catalyst-Plugin-PageCache-0.31.tar.gz) = 43698 +TIMESTAMP = 1476111602 +SHA256 (Catalyst-Plugin-PageCache-0.32.tar.gz) = bf952d141e57cc416b6279d37cf44382fd62d0388d18c0ae665f3bd3fb94d878 +SIZE (Catalyst-Plugin-PageCache-0.32.tar.gz) = 44097 Modified: head/www/p5-Catalyst-Plugin-PageCache/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Plugin-PageCache/pkg-plist Mon Oct 10 20:35:15 2016 (r423713) +++ head/www/p5-Catalyst-Plugin-PageCache/pkg-plist Mon Oct 10 20:41:32 2016 (r423714) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Catalyst::Plugin::PageCache.3.gz %%SITE_PERL%%/Catalyst/Plugin/PageCache.pm +%%PERL5_MAN3%%/Catalyst::Plugin::PageCache.3.gz From owner-svn-ports-head@freebsd.org Mon Oct 10 20:45:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CABAFC0C242; Mon, 10 Oct 2016 20:45:02 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9957EEFC; Mon, 10 Oct 2016 20:45:02 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKj1AI064009; Mon, 10 Oct 2016 20:45:01 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKj1u8064007; Mon, 10 Oct 2016 20:45:01 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102045.u9AKj1u8064007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 20:45:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423715 - head/www/p5-Catalyst-Runtime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:45:02 -0000 Author: adamw Date: Mon Oct 10 20:45:01 2016 New Revision: 423715 URL: https://svnweb.freebsd.org/changeset/ports/423715 Log: Update to 5.90112. Changes: https://metacpan.org/changes/distribution/Catalyst-Runtime Modified: head/www/p5-Catalyst-Runtime/Makefile head/www/p5-Catalyst-Runtime/distinfo Modified: head/www/p5-Catalyst-Runtime/Makefile ============================================================================== --- head/www/p5-Catalyst-Runtime/Makefile Mon Oct 10 20:41:32 2016 (r423714) +++ head/www/p5-Catalyst-Runtime/Makefile Mon Oct 10 20:45:01 2016 (r423715) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Catalyst-Runtime -PORTVERSION= 5.90105 +PORTVERSION= 5.90112 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Catalyst-Runtime/distinfo ============================================================================== --- head/www/p5-Catalyst-Runtime/distinfo Mon Oct 10 20:41:32 2016 (r423714) +++ head/www/p5-Catalyst-Runtime/distinfo Mon Oct 10 20:45:01 2016 (r423715) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466520335 -SHA256 (Catalyst-Runtime-5.90105.tar.gz) = 61b4fb20f95a45ae737180cc6cb063e1ad9e8980554ffc38c646cd612fe9ecb3 -SIZE (Catalyst-Runtime-5.90105.tar.gz) = 387613 +TIMESTAMP = 1476112010 +SHA256 (Catalyst-Runtime-5.90112.tar.gz) = ddfc57349704a9f4292e770e055bd0b35e401c8ebaee301611dae04e9f6ca436 +SIZE (Catalyst-Runtime-5.90112.tar.gz) = 390187 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:49:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B303EC0C2D0; Mon, 10 Oct 2016 20:49:46 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A203199; Mon, 10 Oct 2016 20:49:46 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKnjbo064333; Mon, 10 Oct 2016 20:49:45 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKnjOA064329; Mon, 10 Oct 2016 20:49:45 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201610102049.u9AKnjOA064329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Mon, 10 Oct 2016 20:49:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423716 - head/net/go-httptreemux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:49:46 -0000 Author: cs Date: Mon Oct 10 20:49:45 2016 New Revision: 423716 URL: https://svnweb.freebsd.org/changeset/ports/423716 Log: Update to 3.4.0 Modified: head/net/go-httptreemux/Makefile head/net/go-httptreemux/distinfo head/net/go-httptreemux/pkg-plist Modified: head/net/go-httptreemux/Makefile ============================================================================== --- head/net/go-httptreemux/Makefile Mon Oct 10 20:45:01 2016 (r423715) +++ head/net/go-httptreemux/Makefile Mon Oct 10 20:49:45 2016 (r423716) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= httptreemux -PORTVERSION= 3.0.0 +PORTVERSION= 3.4.0 +DISTVERSIONPREFIX= v CATEGORIES= net PKGNAMEPREFIX= go- Modified: head/net/go-httptreemux/distinfo ============================================================================== --- head/net/go-httptreemux/distinfo Mon Oct 10 20:45:01 2016 (r423715) +++ head/net/go-httptreemux/distinfo Mon Oct 10 20:49:45 2016 (r423716) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468013922 -SHA256 (dimfeld-httptreemux-3.0.0_GH0.tar.gz) = 07d9ed8749c2c048f4cffe2601d88696ca73940ffcac42170c839442af949c9f -SIZE (dimfeld-httptreemux-3.0.0_GH0.tar.gz) = 20414 +TIMESTAMP = 1476132062 +SHA256 (dimfeld-httptreemux-v3.4.0_GH0.tar.gz) = dae0902fecaa5a761e0a402c4638cea2cf719f0b23b4b9f956c6e908df30287f +SIZE (dimfeld-httptreemux-v3.4.0_GH0.tar.gz) = 24027 Modified: head/net/go-httptreemux/pkg-plist ============================================================================== --- head/net/go-httptreemux/pkg-plist Mon Oct 10 20:45:01 2016 (r423715) +++ head/net/go-httptreemux/pkg-plist Mon Oct 10 20:49:45 2016 (r423716) @@ -1,6 +1,8 @@ %%GO_LIBDIR%%/%%GO_PKGNAME%%.a %%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE %%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md +%%GO_SRCDIR%%/%%GO_PKGNAME%%/context.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/context_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/fallthrough_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/group.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/group_test.go From owner-svn-ports-head@freebsd.org Mon Oct 10 20:51:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59643C0C345; Mon, 10 Oct 2016 20:51:08 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 106F6326; Mon, 10 Oct 2016 20:51:07 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKp7R9064585; Mon, 10 Oct 2016 20:51:07 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKp7jZ064583; Mon, 10 Oct 2016 20:51:07 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102051.u9AKp7jZ064583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 20:51:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423717 - head/www/p5-Dancer2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:51:08 -0000 Author: adamw Date: Mon Oct 10 20:51:06 2016 New Revision: 423717 URL: https://svnweb.freebsd.org/changeset/ports/423717 Log: Update to 2.03001. Changes: https://metacpan.org/changes/distribution/Dancer2 Modified: head/www/p5-Dancer2/Makefile head/www/p5-Dancer2/distinfo Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Mon Oct 10 20:49:45 2016 (r423716) +++ head/www/p5-Dancer2/Makefile Mon Oct 10 20:51:06 2016 (r423717) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2 -PORTVERSION= 0.202000 -PORTREVISION= 1 +PORTVERSION= 0.203001 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +15,6 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-App-Cmd>=0:devel/p5-App-Cmd \ p5-Capture-Tiny>=0.12:devel/p5-Capture-Tiny \ - p5-Class-Load>=0:devel/p5-Class-Load \ p5-Crypt-URandom>=0:security/p5-Crypt-URandom \ p5-Config-Any>=0:devel/p5-Config-Any \ p5-ExtUtils-MakeMaker>=7.12:devel/p5-ExtUtils-MakeMaker \ @@ -28,6 +26,7 @@ BUILD_DEPENDS= p5-App-Cmd>=0:devel/p5-Ap p5-Import-Into>=0:devel/p5-Import-Into \ p5-JSON>=0:converters/p5-JSON \ p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ + p5-Module-Runtime>=0:devel/p5-Module-Runtime \ p5-Moo>=2.000000:devel/p5-Moo \ p5-MooX-Types-MooseLike>=0:devel/p5-MooX-Types-MooseLike \ p5-Plack>=1.0035:www/p5-Plack \ @@ -41,6 +40,7 @@ BUILD_DEPENDS= p5-App-Cmd>=0:devel/p5-Ap p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ + p5-Exporter-Tiny>=0:devel/p5-Exporter-Tiny \ p5-HTTP-Message>=0:www/p5-HTTP-Message \ p5-LWP-Protocol-PSGI>=0.06:www/p5-LWP-Protocol-PSGI \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ Modified: head/www/p5-Dancer2/distinfo ============================================================================== --- head/www/p5-Dancer2/distinfo Mon Oct 10 20:49:45 2016 (r423716) +++ head/www/p5-Dancer2/distinfo Mon Oct 10 20:51:06 2016 (r423717) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471210431 -SHA256 (Dancer2-0.202000.tar.gz) = fb3d8ab7a31bf5ffc16527aaba8785a33bcf394c22a662575243bd60140d1dd5 -SIZE (Dancer2-0.202000.tar.gz) = 351046 +TIMESTAMP = 1476112295 +SHA256 (Dancer2-0.203001.tar.gz) = 69d9e519bce3e8d0bcf1bb68619955e031a9cb8410cf3638f050cbf044908a5a +SIZE (Dancer2-0.203001.tar.gz) = 355292 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:56:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4C78C0C46D; Mon, 10 Oct 2016 20:56:17 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A64C09A0; Mon, 10 Oct 2016 20:56:17 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKuG6U068239; Mon, 10 Oct 2016 20:56:16 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKuGai068237; Mon, 10 Oct 2016 20:56:16 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102056.u9AKuGai068237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 20:56:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423718 - head/www/p5-HTML-FormFu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:56:17 -0000 Author: adamw Date: Mon Oct 10 20:56:16 2016 New Revision: 423718 URL: https://svnweb.freebsd.org/changeset/ports/423718 Log: Update to 2.05. Changes: https://metacpan.org/changes/distribution/HTML-FormFu Modified: head/www/p5-HTML-FormFu/Makefile head/www/p5-HTML-FormFu/distinfo Modified: head/www/p5-HTML-FormFu/Makefile ============================================================================== --- head/www/p5-HTML-FormFu/Makefile Mon Oct 10 20:51:06 2016 (r423717) +++ head/www/p5-HTML-FormFu/Makefile Mon Oct 10 20:56:16 2016 (r423718) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-FormFu -PORTVERSION= 2.03 +PORTVERSION= 2.05 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-HTML-FormFu/distinfo ============================================================================== --- head/www/p5-HTML-FormFu/distinfo Mon Oct 10 20:51:06 2016 (r423717) +++ head/www/p5-HTML-FormFu/distinfo Mon Oct 10 20:56:16 2016 (r423718) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466863025 -SHA256 (HTML-FormFu-2.03.tar.gz) = 41902af8670063f58a33a892e28a425c72b6bb37162fb14d1808c8d7014ebca7 -SIZE (HTML-FormFu-2.03.tar.gz) = 300715 +TIMESTAMP = 1476112595 +SHA256 (HTML-FormFu-2.05.tar.gz) = 38f0184e4fbd17af1bda11722d5a96504bc37a2c91a0c8a4f389fb0dae0ae477 +SIZE (HTML-FormFu-2.05.tar.gz) = 362116 From owner-svn-ports-head@freebsd.org Mon Oct 10 20:58:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C696C0C4F1; Mon, 10 Oct 2016 20:58:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E1BBAE5; Mon, 10 Oct 2016 20:58:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKwWTf068400; Mon, 10 Oct 2016 20:58:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKwWU7068399; Mon, 10 Oct 2016 20:58:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610102058.u9AKwWU7068399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 20:58:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423719 - head/sysutils/duplicity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:58:33 -0000 Author: amdmi3 Date: Mon Oct 10 20:58:32 2016 New Revision: 423719 URL: https://svnweb.freebsd.org/changeset/ports/423719 Log: - Fix docs installation - Silence stripping Modified: head/sysutils/duplicity/Makefile Modified: head/sysutils/duplicity/Makefile ============================================================================== --- head/sysutils/duplicity/Makefile Mon Oct 10 20:56:16 2016 (r423718) +++ head/sysutils/duplicity/Makefile Mon Oct 10 20:58:32 2016 (r423719) @@ -90,10 +90,10 @@ post-patch-GIO-off: @${RM} -f ${WRKSRC}/${PORTNAME}/backends/giobackend.py post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/python2.7/site-packages/duplicity/_librsync.so - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/python2.7/site-packages/duplicity/_librsync.so post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|g} ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@freebsd.org Mon Oct 10 20:59:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9619C0C540; Mon, 10 Oct 2016 20:59:17 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 789EBBC9; Mon, 10 Oct 2016 20:59:17 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKxGEU068538; Mon, 10 Oct 2016 20:59:16 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKxGes068536; Mon, 10 Oct 2016 20:59:16 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102059.u9AKxGes068536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 20:59:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423720 - head/www/p5-HTML-FormHandler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:59:17 -0000 Author: adamw Date: Mon Oct 10 20:59:16 2016 New Revision: 423720 URL: https://svnweb.freebsd.org/changeset/ports/423720 Log: Update to 0.40066. Changes: https://metacpan.org/changes/distribution/HTML-FormHandler Modified: head/www/p5-HTML-FormHandler/Makefile head/www/p5-HTML-FormHandler/distinfo Modified: head/www/p5-HTML-FormHandler/Makefile ============================================================================== --- head/www/p5-HTML-FormHandler/Makefile Mon Oct 10 20:58:32 2016 (r423719) +++ head/www/p5-HTML-FormHandler/Makefile Mon Oct 10 20:59:16 2016 (r423720) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-FormHandler -PORTVERSION= 0.40065 +PORTVERSION= 0.40066 PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN Modified: head/www/p5-HTML-FormHandler/distinfo ============================================================================== --- head/www/p5-HTML-FormHandler/distinfo Mon Oct 10 20:58:32 2016 (r423719) +++ head/www/p5-HTML-FormHandler/distinfo Mon Oct 10 20:59:16 2016 (r423720) @@ -1,2 +1,3 @@ -SHA256 (HTML-FormHandler-0.40065.tar.gz) = a2a8ee6556d9d66a095ea65c84df9197f12e7918e22fd4f00dbd241dc49be4cb -SIZE (HTML-FormHandler-0.40065.tar.gz) = 311579 +TIMESTAMP = 1476112902 +SHA256 (HTML-FormHandler-0.40066.tar.gz) = 764d5c7176f450e1f9bc9b73506015984130cdf19b813ea4e6bb2da9fa3f9ef0 +SIZE (HTML-FormHandler-0.40066.tar.gz) = 312737 From owner-svn-ports-head@freebsd.org Mon Oct 10 21:02:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AE01C0C68C; Mon, 10 Oct 2016 21:02:19 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39244EFA; Mon, 10 Oct 2016 21:02:19 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AL2I7c071387; Mon, 10 Oct 2016 21:02:18 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AL2I7V071385; Mon, 10 Oct 2016 21:02:18 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102102.u9AL2I7V071385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 21:02:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423721 - head/www/p5-HTTP-Async X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 21:02:19 -0000 Author: adamw Date: Mon Oct 10 21:02:17 2016 New Revision: 423721 URL: https://svnweb.freebsd.org/changeset/ports/423721 Log: Update to 0.31. Changes: https://metacpan.org/changes/distribution/HTTP-Async Modified: head/www/p5-HTTP-Async/Makefile head/www/p5-HTTP-Async/distinfo Modified: head/www/p5-HTTP-Async/Makefile ============================================================================== --- head/www/p5-HTTP-Async/Makefile Mon Oct 10 20:59:16 2016 (r423720) +++ head/www/p5-HTTP-Async/Makefile Mon Oct 10 21:02:17 2016 (r423721) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Async -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-HTTP-Server-Simple>=0: p5-URI>=0:net/p5-URI \ p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \ +TEST_DEPENDS= p5-CGI>=0:www/p5-CGI \ + p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-HTTP-Server-Simple>=0:www/p5-Test-HTTP-Server-Simple \ p5-Test-TCP>=0:devel/p5-Test-TCP Modified: head/www/p5-HTTP-Async/distinfo ============================================================================== --- head/www/p5-HTTP-Async/distinfo Mon Oct 10 20:59:16 2016 (r423720) +++ head/www/p5-HTTP-Async/distinfo Mon Oct 10 21:02:17 2016 (r423721) @@ -1,2 +1,3 @@ -SHA256 (HTTP-Async-0.30.tar.gz) = fe52382bc6e90e55899016ae065bbc7f483bea2d611353334d73f144f775843b -SIZE (HTTP-Async-0.30.tar.gz) = 24508 +TIMESTAMP = 1476113086 +SHA256 (HTTP-Async-0.31.tar.gz) = a7733ffb94a174f6c4d7a5198cac54156aba256e91e6e073d7cb9e3819dffece +SIZE (HTTP-Async-0.31.tar.gz) = 24515 From owner-svn-ports-head@freebsd.org Mon Oct 10 21:04:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D629C0C6D2; Mon, 10 Oct 2016 21:04:02 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E943F60; Mon, 10 Oct 2016 21:04:01 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AL41qM072240; Mon, 10 Oct 2016 21:04:01 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AL40ZY072237; Mon, 10 Oct 2016 21:04:00 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102104.u9AL40ZY072237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 21:04:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423722 - head/www/p5-LWPx-ParanoidAgent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 21:04:02 -0000 Author: adamw Date: Mon Oct 10 21:04:00 2016 New Revision: 423722 URL: https://svnweb.freebsd.org/changeset/ports/423722 Log: Update to 1.12, sort plist, and add NO_ARCH. Changes: https://metacpan.org/changes/distribution/LWPx-ParanoidAgent Modified: head/www/p5-LWPx-ParanoidAgent/Makefile head/www/p5-LWPx-ParanoidAgent/distinfo head/www/p5-LWPx-ParanoidAgent/pkg-plist Modified: head/www/p5-LWPx-ParanoidAgent/Makefile ============================================================================== --- head/www/p5-LWPx-ParanoidAgent/Makefile Mon Oct 10 21:02:17 2016 (r423721) +++ head/www/p5-LWPx-ParanoidAgent/Makefile Mon Oct 10 21:04:00 2016 (r423722) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= LWPx-ParanoidAgent -PORTVERSION= 1.10 -PORTREVISION= 1 +PORTVERSION= 1.12 CATEGORIES= www security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,5 +20,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/www/p5-LWPx-ParanoidAgent/distinfo ============================================================================== --- head/www/p5-LWPx-ParanoidAgent/distinfo Mon Oct 10 21:02:17 2016 (r423721) +++ head/www/p5-LWPx-ParanoidAgent/distinfo Mon Oct 10 21:04:00 2016 (r423722) @@ -1,2 +1,3 @@ -SHA256 (LWPx-ParanoidAgent-1.10.tar.gz) = 84130aa89cba829fe6a25c9356474e3bf15eaccd6319a71d4ea0e356cf356044 -SIZE (LWPx-ParanoidAgent-1.10.tar.gz) = 17665 +TIMESTAMP = 1476113257 +SHA256 (LWPx-ParanoidAgent-1.12.tar.gz) = cc041aedb74e183cdf91cbebca1c7bd6d764fdee68fbdc84f2be08bde4e0d03d +SIZE (LWPx-ParanoidAgent-1.12.tar.gz) = 57426 Modified: head/www/p5-LWPx-ParanoidAgent/pkg-plist ============================================================================== --- head/www/p5-LWPx-ParanoidAgent/pkg-plist Mon Oct 10 21:02:17 2016 (r423721) +++ head/www/p5-LWPx-ParanoidAgent/pkg-plist Mon Oct 10 21:04:00 2016 (r423722) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/LWPx::ParanoidAgent.3.gz %%SITE_PERL%%/LWPx/ParanoidAgent.pm %%SITE_PERL%%/LWPx/Protocol/http_paranoid.pm %%SITE_PERL%%/LWPx/Protocol/https_paranoid.pm +%%PERL5_MAN3%%/LWPx::ParanoidAgent.3.gz From owner-svn-ports-head@freebsd.org Mon Oct 10 21:05:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2E2BC0C711; Mon, 10 Oct 2016 21:05:40 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FA0614B; Mon, 10 Oct 2016 21:05:40 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AL5dk7072410; Mon, 10 Oct 2016 21:05:39 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AL5dl0072408; Mon, 10 Oct 2016 21:05:39 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102105.u9AL5dl0072408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 21:05:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423723 - head/www/p5-Toadfarm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 21:05:40 -0000 Author: adamw Date: Mon Oct 10 21:05:39 2016 New Revision: 423723 URL: https://svnweb.freebsd.org/changeset/ports/423723 Log: Update to 0.75. Changes: https://metacpan.org/changes/distribution/Toadfarm Modified: head/www/p5-Toadfarm/Makefile head/www/p5-Toadfarm/distinfo Modified: head/www/p5-Toadfarm/Makefile ============================================================================== --- head/www/p5-Toadfarm/Makefile Mon Oct 10 21:04:00 2016 (r423722) +++ head/www/p5-Toadfarm/Makefile Mon Oct 10 21:05:39 2016 (r423723) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Toadfarm -PORTVERSION= 0.74 +PORTVERSION= 0.75 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JHTHORSEN Modified: head/www/p5-Toadfarm/distinfo ============================================================================== --- head/www/p5-Toadfarm/distinfo Mon Oct 10 21:04:00 2016 (r423722) +++ head/www/p5-Toadfarm/distinfo Mon Oct 10 21:05:39 2016 (r423723) @@ -1,2 +1,3 @@ -SHA256 (Toadfarm-0.74.tar.gz) = 973594b1834f73a5ab43f229e54162859df889e2c11ea7662963374982b94e05 -SIZE (Toadfarm-0.74.tar.gz) = 29780 +TIMESTAMP = 1476113366 +SHA256 (Toadfarm-0.75.tar.gz) = a975b26fc7a081ddb924aca230f173aeb2ea1277b04389ef75a05b2644ed1ab2 +SIZE (Toadfarm-0.75.tar.gz) = 30035 From owner-svn-ports-head@freebsd.org Mon Oct 10 21:11:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDFDEC0C853; Mon, 10 Oct 2016 21:11:21 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D4ED355; Mon, 10 Oct 2016 21:11:21 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ALBKlg074025; Mon, 10 Oct 2016 21:11:20 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ALBKHc074023; Mon, 10 Oct 2016 21:11:20 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102111.u9ALBKHc074023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 21:11:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423724 - head/www/p5-WWW-Mechanize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 21:11:22 -0000 Author: adamw Date: Mon Oct 10 21:11:20 2016 New Revision: 423724 URL: https://svnweb.freebsd.org/changeset/ports/423724 Log: Update to 1.82. Changes: https://metacpan.org/changes/distribution/WWW-Mechanize Modified: head/www/p5-WWW-Mechanize/Makefile head/www/p5-WWW-Mechanize/distinfo Modified: head/www/p5-WWW-Mechanize/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize/Makefile Mon Oct 10 21:05:39 2016 (r423723) +++ head/www/p5-WWW-Mechanize/Makefile Mon Oct 10 21:11:20 2016 (r423724) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Mechanize -PORTVERSION= 1.79 +PORTVERSION= 1.82 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,13 +21,17 @@ BUILD_DEPENDS= p5-CGI>=4.08:www/p5-CGI \ p5-URI>=0:net/p5-URI \ p5-libwww>=5.829:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ +TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ + p5-Test-Exception>=0:devel/p5-Test-Exception \ + p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle \ + p5-Test-Needs>=0:devel/p5-Test-Needs \ p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ - p5-Test-Pod>=1.14:devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \ + p5-Test-Output>=0:devel/p5-Test-Output \ + p5-Test-RequiresInternet>=0:devel/p5-Test-RequiresInternet \ p5-Test-Taint>=0:devel/p5-Test-Taint \ - p5-Test-Warn>=0.11:devel/p5-Test-Warn + p5-Test-Warn>=0.11:devel/p5-Test-Warn \ + p5-Test-Warnings>=0:devel/p5-Test-Warnings NO_ARCH= yes USES= perl5 @@ -41,6 +45,5 @@ OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .include Modified: head/www/p5-WWW-Mechanize/distinfo ============================================================================== --- head/www/p5-WWW-Mechanize/distinfo Mon Oct 10 21:05:39 2016 (r423723) +++ head/www/p5-WWW-Mechanize/distinfo Mon Oct 10 21:11:20 2016 (r423724) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474186068 -SHA256 (WWW-Mechanize-1.79.tar.gz) = 196c29aeb74ada424d79781770e3e4ff7e293cee0c210b8f50e0e34d3c124708 -SIZE (WWW-Mechanize-1.79.tar.gz) = 156998 +TIMESTAMP = 1476113463 +SHA256 (WWW-Mechanize-1.82.tar.gz) = 1a4a38961797340e6c66a73bd1492fd18630b3afc8317d82aa53558f821f59a9 +SIZE (WWW-Mechanize-1.82.tar.gz) = 159245 From owner-svn-ports-head@freebsd.org Mon Oct 10 21:13:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F17AEC0C8B4; Mon, 10 Oct 2016 21:13:27 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDED7961; Mon, 10 Oct 2016 21:13:27 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ALDQcC076265; Mon, 10 Oct 2016 21:13:26 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ALDQSG076264; Mon, 10 Oct 2016 21:13:26 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102113.u9ALDQSG076264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 21:13:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423725 - head/x11-fonts/p5-Font-TTF X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 21:13:28 -0000 Author: adamw Date: Mon Oct 10 21:13:26 2016 New Revision: 423725 URL: https://svnweb.freebsd.org/changeset/ports/423725 Log: Update to 1.06 and add NO_ARCH. Changes: https://metacpan.org/changes/distribution/Font-TTF Modified: head/x11-fonts/p5-Font-TTF/Makefile head/x11-fonts/p5-Font-TTF/distinfo Modified: head/x11-fonts/p5-Font-TTF/Makefile ============================================================================== --- head/x11-fonts/p5-Font-TTF/Makefile Mon Oct 10 21:11:20 2016 (r423724) +++ head/x11-fonts/p5-Font-TTF/Makefile Mon Oct 10 21:13:26 2016 (r423725) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Font-TTF -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= x11-fonts perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,5 +16,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/x11-fonts/p5-Font-TTF/distinfo ============================================================================== --- head/x11-fonts/p5-Font-TTF/distinfo Mon Oct 10 21:11:20 2016 (r423724) +++ head/x11-fonts/p5-Font-TTF/distinfo Mon Oct 10 21:13:26 2016 (r423725) @@ -1,2 +1,3 @@ -SHA256 (Font-TTF-1.05.tar.gz) = 26c48e4e76e00f0ac00766b3cfba79f0cb8cbf005b7a39033f0e8e0d9eeafb50 -SIZE (Font-TTF-1.05.tar.gz) = 256957 +TIMESTAMP = 1476113818 +SHA256 (Font-TTF-1.06.tar.gz) = 4b697d444259759ea02d2c442c9bffe5ffe14c9214084a01f743693a944cc293 +SIZE (Font-TTF-1.06.tar.gz) = 256048 From owner-svn-ports-head@freebsd.org Mon Oct 10 21:59:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAF9AC0C775; Mon, 10 Oct 2016 21:59:40 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88B588E; Mon, 10 Oct 2016 21:59:40 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ALxdNJ091459; Mon, 10 Oct 2016 21:59:39 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ALxdgL091457; Mon, 10 Oct 2016 21:59:39 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102159.u9ALxdgL091457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 21:59:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423726 - head/graphics/p5-GraphViz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 21:59:40 -0000 Author: adamw Date: Mon Oct 10 21:59:39 2016 New Revision: 423726 URL: https://svnweb.freebsd.org/changeset/ports/423726 Log: Update to 2.22. Changes: https://metacpan.org/changes/distribution/GraphViz Modified: head/graphics/p5-GraphViz/Makefile head/graphics/p5-GraphViz/distinfo Modified: head/graphics/p5-GraphViz/Makefile ============================================================================== --- head/graphics/p5-GraphViz/Makefile Mon Oct 10 21:13:26 2016 (r423725) +++ head/graphics/p5-GraphViz/Makefile Mon Oct 10 21:59:39 2016 (r423726) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GraphViz -PORTVERSION= 2.21 +PORTVERSION= 2.22 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/graphics/p5-GraphViz/distinfo ============================================================================== --- head/graphics/p5-GraphViz/distinfo Mon Oct 10 21:13:26 2016 (r423725) +++ head/graphics/p5-GraphViz/distinfo Mon Oct 10 21:59:39 2016 (r423726) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464328776 -SHA256 (GraphViz-2.21.tgz) = 96db3f6bfa566c5027f5e2c4c061aedb4232cd0ca1118b2f278437b36541fc7d -SIZE (GraphViz-2.21.tgz) = 94771 +TIMESTAMP = 1476113981 +SHA256 (GraphViz-2.22.tgz) = 72ee8892421152ecd5d91a822fbfaeccb5ad83d7191c4b6e2f57f99e27d046a3 +SIZE (GraphViz-2.22.tgz) = 94927 From owner-svn-ports-head@freebsd.org Mon Oct 10 22:09:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15728C0CBFB; Mon, 10 Oct 2016 22:09:33 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEF16A7D; Mon, 10 Oct 2016 22:09:32 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AM9VqT095227; Mon, 10 Oct 2016 22:09:31 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AM9V77095225; Mon, 10 Oct 2016 22:09:31 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610102209.u9AM9V77095225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Mon, 10 Oct 2016 22:09:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423727 - head/ftp/filezilla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 22:09:33 -0000 Author: pawel Date: Mon Oct 10 22:09:31 2016 New Revision: 423727 URL: https://svnweb.freebsd.org/changeset/ports/423727 Log: - Update to version 3.22.1 - Fix typo in BROKEN message PR: 213198 Submitted by: maintainer Modified: head/ftp/filezilla/Makefile head/ftp/filezilla/distinfo Modified: head/ftp/filezilla/Makefile ============================================================================== --- head/ftp/filezilla/Makefile Mon Oct 10 21:59:39 2016 (r423726) +++ head/ftp/filezilla/Makefile Mon Oct 10 22:09:31 2016 (r423727) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= filezilla -PORTVERSION= 3.21.0 +PORTVERSION= 3.22.1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -23,10 +23,10 @@ LIB_DEPENDS= libfilezilla.so:ftp/libfile libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -BROKEN_FreeBSD_9= requires C++14 complier, 9.x lacks C++11 standard library +BROKEN_FreeBSD_9= requires C++14 compiler, 9.x lacks C++11 standard library INSTALLS_ICONS= yes -USES= compiler:c++14-lang gmake localbase pkgconfig sqlite tar:bzip2 +USES= compiler:c++14-lang gmake iconv:wchar_t localbase pkgconfig sqlite tar:bzip2 USE_GNOME= cairo gtk20 USE_WX= 3.0 WX_CONF_ARGS= relative Modified: head/ftp/filezilla/distinfo ============================================================================== --- head/ftp/filezilla/distinfo Mon Oct 10 21:59:39 2016 (r423726) +++ head/ftp/filezilla/distinfo Mon Oct 10 22:09:31 2016 (r423727) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472044995 -SHA256 (FileZilla_3.21.0_src.tar.bz2) = 209bcdfcd60ae2278fa2fa8d99421682e0db146add9e96cb1e8455c3378c80e4 -SIZE (FileZilla_3.21.0_src.tar.bz2) = 4428270 +TIMESTAMP = 1475575356 +SHA256 (FileZilla_3.22.1_src.tar.bz2) = 2ea8a0d613e062c34c01b0a1c0860e1328bb8247eb02aa73ef4597d984e4285f +SIZE (FileZilla_3.22.1_src.tar.bz2) = 4446400 From owner-svn-ports-head@freebsd.org Mon Oct 10 22:11:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1FEBC0CE89; Mon, 10 Oct 2016 22:11:48 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B04A2E00; Mon, 10 Oct 2016 22:11:48 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AMBlIx096840; Mon, 10 Oct 2016 22:11:47 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AMBl38096838; Mon, 10 Oct 2016 22:11:47 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610102211.u9AMBl38096838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 10 Oct 2016 22:11:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423728 - head/databases/p5-MongoDB X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 22:11:49 -0000 Author: adamw Date: Mon Oct 10 22:11:47 2016 New Revision: 423728 URL: https://svnweb.freebsd.org/changeset/ports/423728 Log: Update to 1.4.5. Changes: https://metacpan.org/changes/distribution/MongoDB Modified: head/databases/p5-MongoDB/Makefile head/databases/p5-MongoDB/distinfo Modified: head/databases/p5-MongoDB/Makefile ============================================================================== --- head/databases/p5-MongoDB/Makefile Mon Oct 10 22:09:31 2016 (r423727) +++ head/databases/p5-MongoDB/Makefile Mon Oct 10 22:11:47 2016 (r423728) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MongoDB -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.5 DISTVERSIONPREFIX= v CATEGORIES= databases perl5 MASTER_SITES= CPAN @@ -30,6 +30,7 @@ BUILD_DEPENDS+= p5-Config-AutoConf>=0.22 p5-Path-Tiny>=0.052:devel/p5-Path-Tiny TEST_DEPENDS= p5-Data-Dump>=0:devel/p5-Data-Dump \ p5-JSON>=2:converters/p5-JSON \ + p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ p5-Test-Deep>=0.111:devel/p5-Test-Deep \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-Warn>=0:devel/p5-Test-Warn Modified: head/databases/p5-MongoDB/distinfo ============================================================================== --- head/databases/p5-MongoDB/distinfo Mon Oct 10 22:09:31 2016 (r423727) +++ head/databases/p5-MongoDB/distinfo Mon Oct 10 22:11:47 2016 (r423728) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466508961 -SHA256 (MongoDB-v1.4.2.tar.gz) = 471dd3700c19876336745e35270fd7c6f947daf9f50099d1a21b5952d690bdb5 -SIZE (MongoDB-v1.4.2.tar.gz) = 2532631 +TIMESTAMP = 1476117243 +SHA256 (MongoDB-v1.4.5.tar.gz) = c07249a8896478b00e0dcfe5f9ffe905316b45a1044ce71f616aa1579c837657 +SIZE (MongoDB-v1.4.5.tar.gz) = 2533307 From owner-svn-ports-head@freebsd.org Mon Oct 10 22:59:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46283C0CFF4; Mon, 10 Oct 2016 22:59:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 152FDA06; Mon, 10 Oct 2016 22:59:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AMx6xc014219; Mon, 10 Oct 2016 22:59:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AMx69J014218; Mon, 10 Oct 2016 22:59:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610102259.u9AMx69J014218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 22:59:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423729 - head/audio/wxguitar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 22:59:07 -0000 Author: amdmi3 Date: Mon Oct 10 22:59:05 2016 New Revision: 423729 URL: https://svnweb.freebsd.org/changeset/ports/423729 Log: - This port is not unfetchable Modified: head/audio/wxguitar/Makefile Modified: head/audio/wxguitar/Makefile ============================================================================== --- head/audio/wxguitar/Makefile Mon Oct 10 22:11:47 2016 (r423728) +++ head/audio/wxguitar/Makefile Mon Oct 10 22:59:05 2016 (r423729) @@ -5,14 +5,11 @@ PORTNAME= wxguitar PORTVERSION= 1.01 PORTREVISION= 6 CATEGORIES= audio -MASTER_SITES= GOOGLE_CODE \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simple guitar tuning assistant -BROKEN= Unfetchable (google code has gone away) - RUN_DEPENDS= wavplay:audio/wavplay USES= compiler:c++11-lib From owner-svn-ports-head@freebsd.org Mon Oct 10 23:03:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B044C072A9; Mon, 10 Oct 2016 23:03:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE486E33; Mon, 10 Oct 2016 23:03:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AN3AYA017775; Mon, 10 Oct 2016 23:03:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AN3AsI017774; Mon, 10 Oct 2016 23:03:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610102303.u9AN3AsI017774@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 23:03:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423730 - head/games/pingus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 23:03:11 -0000 Author: amdmi3 Date: Mon Oct 10 23:03:09 2016 New Revision: 423730 URL: https://svnweb.freebsd.org/changeset/ports/423730 Log: - This port is not unfetchable Modified: head/games/pingus/Makefile Modified: head/games/pingus/Makefile ============================================================================== --- head/games/pingus/Makefile Mon Oct 10 22:59:05 2016 (r423729) +++ head/games/pingus/Makefile Mon Oct 10 23:03:09 2016 (r423730) @@ -5,14 +5,11 @@ PORTNAME= pingus PORTVERSION= 0.7.6 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= GOOGLE_CODE \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Free Lemmings-like game -BROKEN= Unfetchable (google code has gone away) - LIB_DEPENDS= libpng.so:graphics/png \ libboost_signals.so:devel/boost-libs From owner-svn-ports-head@freebsd.org Mon Oct 10 23:05:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03CA1C073C0; Mon, 10 Oct 2016 23:05:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C73FCFEC; Mon, 10 Oct 2016 23:05:36 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AN5ZDB017997; Mon, 10 Oct 2016 23:05:35 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AN5Znx017996; Mon, 10 Oct 2016 23:05:35 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610102305.u9AN5Znx017996@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 23:05:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423731 - head/games/memonix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 23:05:37 -0000 Author: amdmi3 Date: Mon Oct 10 23:05:35 2016 New Revision: 423731 URL: https://svnweb.freebsd.org/changeset/ports/423731 Log: - Pet portlint - Fix LICENSE_DISTFILES spelling Modified: head/games/memonix/Makefile Modified: head/games/memonix/Makefile ============================================================================== --- head/games/memonix/Makefile Mon Oct 10 23:03:09 2016 (r423730) +++ head/games/memonix/Makefile Mon Oct 10 23:05:35 2016 (r423731) @@ -17,11 +17,11 @@ COMMENT= Brain teasers, puzzle, and memo LICENSE= unknown GPLv2 LICENSE_COMB= dual LICENSE_NAME_unknown= Freeware License -LICENSE_PERMS_unknown= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_FILE_unknown= ${WRKDIR}/Memonix/License -LICENSE_DISTFILE_unknown= memx16.tar.gz -LICENSE_DISTFILE_GPLv2= ${DISTNAME}${EXTRACT_SUFX} LICENSE_FILE_GPLv2= ${WRKSRC}/License.txt +LICENSE_PERMS_unknown= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_DISTFILES_unknown= memx16.tar.gz +LICENSE_DISTFILES_GPLv2= ${DISTNAME}${EXTRACT_SUFX} USES= cmake zip USE_SDL= sdl mixer image @@ -41,7 +41,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Memonix ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKDIR}/Memonix/gamedata.vfs ${STAGEDIR}${DATADIR} .include From owner-svn-ports-head@freebsd.org Mon Oct 10 23:27:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE3A0C07B3E; Mon, 10 Oct 2016 23:27:45 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9ABACD3A; Mon, 10 Oct 2016 23:27:45 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ANRikN025574; Mon, 10 Oct 2016 23:27:44 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ANRij3025572; Mon, 10 Oct 2016 23:27:44 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610102327.u9ANRij3025572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 10 Oct 2016 23:27:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423732 - head/net/py-ipaddress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 23:27:45 -0000 Author: wen Date: Mon Oct 10 23:27:44 2016 New Revision: 423732 URL: https://svnweb.freebsd.org/changeset/ports/423732 Log: - Update to 1.0.17 Modified: head/net/py-ipaddress/Makefile head/net/py-ipaddress/distinfo Modified: head/net/py-ipaddress/Makefile ============================================================================== --- head/net/py-ipaddress/Makefile Mon Oct 10 23:05:35 2016 (r423731) +++ head/net/py-ipaddress/Makefile Mon Oct 10 23:27:44 2016 (r423732) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ipaddress -PORTVERSION= 1.0.16 +PORTVERSION= 1.0.17 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-ipaddress/distinfo ============================================================================== --- head/net/py-ipaddress/distinfo Mon Oct 10 23:05:35 2016 (r423731) +++ head/net/py-ipaddress/distinfo Mon Oct 10 23:27:44 2016 (r423732) @@ -1,2 +1,3 @@ -SHA256 (ipaddress-1.0.16.tar.gz) = 5a3182b322a706525c46282ca6f064d27a02cffbd449f9f47416f1dc96aa71b0 -SIZE (ipaddress-1.0.16.tar.gz) = 31765 +TIMESTAMP = 1476104877 +SHA256 (ipaddress-1.0.17.tar.gz) = 3a21c5a15f433710aaa26f1ae174b615973a25182006ae7f9c26de151cd51716 +SIZE (ipaddress-1.0.17.tar.gz) = 32434 From owner-svn-ports-head@freebsd.org Mon Oct 10 23:37:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A26ECC07EC3; Mon, 10 Oct 2016 23:37:44 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5492267A; Mon, 10 Oct 2016 23:37:44 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ANbhjO029448; Mon, 10 Oct 2016 23:37:43 GMT (envelope-from cperciva@FreeBSD.org) Received: (from cperciva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ANbhvQ029445; Mon, 10 Oct 2016 23:37:43 GMT (envelope-from cperciva@FreeBSD.org) Message-Id: <201610102337.u9ANbhvQ029445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cperciva set sender to cperciva@FreeBSD.org using -f From: Colin Percival Date: Mon, 10 Oct 2016 23:37:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423733 - in head/ports-mgmt: . port-index-uniquifier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 23:37:44 -0000 Author: cperciva Date: Mon Oct 10 23:37:42 2016 New Revision: 423733 URL: https://svnweb.freebsd.org/changeset/ports/423733 Log: Add port-index-uniquifier, which is a dummy port taking its version number from ${OSVERSION}. This should work around a bug in portsnap whereby the "Fetching N metadata files" step will fail if the identical INDEX files are generated for different major FreeBSD versions. Added: head/ports-mgmt/port-index-uniquifier/ head/ports-mgmt/port-index-uniquifier/Makefile (contents, props changed) head/ports-mgmt/port-index-uniquifier/pkg-descr (contents, props changed) Modified: head/ports-mgmt/Makefile Modified: head/ports-mgmt/Makefile ============================================================================== --- head/ports-mgmt/Makefile Mon Oct 10 23:27:44 2016 (r423732) +++ head/ports-mgmt/Makefile Mon Oct 10 23:37:42 2016 (r423733) @@ -39,6 +39,7 @@ SUBDIR += pkgcompare SUBDIR += pkgs_which SUBDIR += port-authoring-tools + SUBDIR += port-index-uniquifier SUBDIR += port-maintenance-tools SUBDIR += portal SUBDIR += portconf Added: head/ports-mgmt/port-index-uniquifier/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/port-index-uniquifier/Makefile Mon Oct 10 23:37:42 2016 (r423733) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= port-index-uniquifier +PORTVERSION= ${OSVERSION} +CATEGORIES= ports-mgmt +MASTER_SITES= # none +DISTFILES= # none +EXTRACT_ONLY= # none + +MAINTAINER= cperciva@FreeBSD.org +COMMENT= Dummy port to ensure major versions have different INDEX files + +NO_WRKSUBDIR= yes +NO_BUILD= yes +NO_INSTALL= yes + +.include Added: head/ports-mgmt/port-index-uniquifier/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/port-index-uniquifier/pkg-descr Mon Oct 10 23:37:42 2016 (r423733) @@ -0,0 +1,3 @@ +This is a dummy port which takes its version number from ${OSVERSION}, in +order to work around a bug in portsnap triggered by having identical INDEX +files on different major versions. From owner-svn-ports-head@freebsd.org Mon Oct 10 23:46:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D123CC0C091; Mon, 10 Oct 2016 23:46:40 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A08AFA30; Mon, 10 Oct 2016 23:46:40 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ANkdnS033131; Mon, 10 Oct 2016 23:46:39 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ANkdX2033130; Mon, 10 Oct 2016 23:46:39 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201610102346.u9ANkdX2033130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 10 Oct 2016 23:46:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423734 - head/graphics/appleseed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 23:46:40 -0000 Author: danfe Date: Mon Oct 10 23:46:39 2016 New Revision: 423734 URL: https://svnweb.freebsd.org/changeset/ports/423734 Log: Try to unbreak the build on recent FreeBSD versions. Reported by: pkg-fallout Modified: head/graphics/appleseed/Makefile Modified: head/graphics/appleseed/Makefile ============================================================================== --- head/graphics/appleseed/Makefile Mon Oct 10 23:37:42 2016 (r423733) +++ head/graphics/appleseed/Makefile Mon Oct 10 23:46:39 2016 (r423734) @@ -57,6 +57,8 @@ DISNEY_LIB_DEPENDS= libOpenImageIO.so:gr libSeExprEditor.so:graphics/seexpr post-patch: + @${REINPLACE_CMD} -e 's,atomic From owner-svn-ports-head@freebsd.org Mon Oct 10 23:46:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17CE8C0C0B6; Mon, 10 Oct 2016 23:46:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6455A4B; Mon, 10 Oct 2016 23:46:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ANkiWw033321; Mon, 10 Oct 2016 23:46:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ANkhqB033316; Mon, 10 Oct 2016 23:46:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610102346.u9ANkhqB033316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 23:46:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423735 - in head/games/cave9: . 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 23:46:45 -0000 Author: amdmi3 Date: Mon Oct 10 23:46:43 2016 New Revision: 423735 URL: https://svnweb.freebsd.org/changeset/ports/423735 Log: - Update to latest git - Move to new github home - Add LICENSE - Add missing GL depends - Add desktop file - Switch to options helpers Added: head/games/cave9/files/patch-src_GNUmakefile - copied, changed from r423734, head/games/cave9/files/patch-src-GNUmakefile head/games/cave9/files/patch-src_game.c - copied, changed from r423734, head/games/cave9/files/patch-src-game.c Deleted: head/games/cave9/files/patch-src-GNUmakefile head/games/cave9/files/patch-src-game.c Modified: head/games/cave9/Makefile head/games/cave9/distinfo head/games/cave9/pkg-descr Modified: head/games/cave9/Makefile ============================================================================== --- head/games/cave9/Makefile Mon Oct 10 23:46:39 2016 (r423734) +++ head/games/cave9/Makefile Mon Oct 10 23:46:43 2016 (r423735) @@ -2,26 +2,25 @@ # $FreeBSD$ PORTNAME= cave9 -PORTVERSION= 0.4 -PORTREVISION= 2 +PORTVERSION= 0.4.1.git20150408 CATEGORIES= games -MASTER_SITES= GOOGLE_CODE \ - http://mirror.amdmi3.ru/distfiles/ -DISTNAME= ${PORTNAME}_src-${PORTVERSION} -DISTFILES= ${DISTNAME}.tgz \ - ${PORTNAME}_data-${DATAVER}.tgz MAINTAINER= amdmi3@FreeBSD.org COMMENT= Gravity cave-exploration game -BROKEN= Unfetchable (google code has gone away) - -DATAVER= 4 +LICENSE= GPLv3+ CC-BY-SA-3.0 CC-BY-2.5 +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/data/README.txt # CC licenses +LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING.txt + +USE_GITHUB= yes +GH_ACCOUNT= bart9h +GH_TAGNAME= e6896eb USES= gmake USE_SDL= sdl ttf image +USE_GL= gl glu -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/src MAKEFILE= GNUmakefile @@ -31,16 +30,24 @@ PLIST_FILES= bin/${PORTNAME} PORTDOCS= * PORTDATA= * -OPTIONS_DEFINE= DOCS +DESKTOP_ENTRIES="${PORTNAME}" \ + "" \ + "${DATADIR}/icon.png" \ + "${PORTNAME}" \ + "Game;ArcadeGame;" \ + "" -post-extract: - @${MV} ${WRKDIR}/data ${WRKSRC}/ +OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cave9 ${STAGEDIR}${PREFIX}/bin/ - ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/data/* ${STAGEDIR}${DATADIR}/ - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DATADIR} +.for d in wav png ttf jpg + ${INSTALL_DATA} ${WRKSRC}/data/*.$d ${STAGEDIR}${DATADIR}/ +.endfor + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/AUTHORS.txt ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}/ .include Modified: head/games/cave9/distinfo ============================================================================== --- head/games/cave9/distinfo Mon Oct 10 23:46:39 2016 (r423734) +++ head/games/cave9/distinfo Mon Oct 10 23:46:43 2016 (r423735) @@ -1,4 +1,3 @@ -SHA256 (cave9_src-0.4.tgz) = 285fd1070e9fadade890ddd64f30db6bcfeaa5326c99d6e69744abab80da93d8 -SIZE (cave9_src-0.4.tgz) = 28517 -SHA256 (cave9_data-4.tgz) = 89a1ef99f2399bf7638b25ce4b51c5c088e01c29bc407eab689ccbb39c5b8d39 -SIZE (cave9_data-4.tgz) = 857330 +TIMESTAMP = 1476140318 +SHA256 (bart9h-cave9-0.4.1.git20150408-e6896eb_GH0.tar.gz) = f869d3e4044787550acc7d87d93e328598c7f0f55b9ca5ce33c69c4003825a60 +SIZE (bart9h-cave9-0.4.1.git20150408-e6896eb_GH0.tar.gz) = 887183 Copied and modified: head/games/cave9/files/patch-src_GNUmakefile (from r423734, head/games/cave9/files/patch-src-GNUmakefile) ============================================================================== --- head/games/cave9/files/patch-src-GNUmakefile Mon Oct 10 23:46:39 2016 (r423734, copy source) +++ head/games/cave9/files/patch-src_GNUmakefile Mon Oct 10 23:46:43 2016 (r423735) @@ -1,17 +1,17 @@ ---- src/GNUmakefile.orig 2008-09-15 23:11:44.000000000 +0400 -+++ src/GNUmakefile 2008-09-17 20:31:28.000000000 +0400 +--- src/GNUmakefile.orig 2015-04-07 14:37:56 UTC ++++ src/GNUmakefile @@ -2,8 +2,8 @@ TARGET = ../cave9 -CFLAGS += -std=c99 -Wall -Werror -ggdb `sdl-config --cflags` --LDFLAGS += `sdl-config --libs` -lm -L/usr/X11/lib -lGL -lGLU -lSDL_ttf -lSDL_image -+CFLAGS += -std=c99 -Wall -Werror `$(SDL_CONFIG) --cflags` -+LDFLAGS += `$(SDL_CONFIG) --libs` -lm -lGL -lGLU -lSDL_ttf -lSDL_image +-LDFLAGS += -lSDL_ttf -lSDL_image `sdl-config --libs` -L/usr/X11/lib -lGL -lGLU -lm ++CFLAGS += -std=c99 -Wall -Werror -isystem ${LOCALBASE}/include `sdl-config --cflags` ++LDFLAGS += -lSDL_ttf -lSDL_image -L${LOCALBASE}/lib `sdl-config --libs` -lGL -lGLU -lm ifdef GLOBAL_SCORE CFLAGS += -DGLOBAL_SCORE -@@ -11,7 +11,6 @@ +@@ -11,7 +11,6 @@ LDFLAGS += -lSDL_net endif # necessary when some SDL libs are on /usr/local, and others on /usr @@ -19,12 +19,12 @@ #{{{1 build rules -@@ -28,6 +27,8 @@ +@@ -29,6 +28,8 @@ SRCS = \ OBJS = $(subst .c,.o,$(SRCS)) +all: $(TARGET) + $(TARGET): $(OBJS) - $(CC) $(LDFLAGS) -o $@ $^ + $(CC) $^ $(LDFLAGS) -o $@ Copied and modified: head/games/cave9/files/patch-src_game.c (from r423734, head/games/cave9/files/patch-src-game.c) ============================================================================== --- head/games/cave9/files/patch-src-game.c Mon Oct 10 23:46:39 2016 (r423734, copy source) +++ head/games/cave9/files/patch-src_game.c Mon Oct 10 23:46:43 2016 (r423735) @@ -1,6 +1,6 @@ ---- src/game.c.orig 2008-09-15 23:11:44.000000000 +0400 -+++ src/game.c 2008-09-23 23:06:05.000000000 +0400 -@@ -29,11 +29,7 @@ +--- src/game.c.orig 2015-04-07 14:37:56 UTC ++++ src/game.c +@@ -31,11 +31,7 @@ const char* data_paths[] = { Modified: head/games/cave9/pkg-descr ============================================================================== --- head/games/cave9/pkg-descr Mon Oct 10 23:46:39 2016 (r423734) +++ head/games/cave9/pkg-descr Mon Oct 10 23:46:43 2016 (r423735) @@ -3,4 +3,4 @@ cave9 is a gravity cave-exploration game Use only two buttons to activate the thrust jets of your ship in this first-person 3D version of the classic SF-Cave game. -WWW: http://code.google.com/p/cave9/ +WWW: https://github.com/bart9h/cave9 From owner-svn-ports-head@freebsd.org Mon Oct 10 23:54:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 517D5C0C22C; Mon, 10 Oct 2016 23:54:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18890EB5; Mon, 10 Oct 2016 23:54:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ANsQ02037158; Mon, 10 Oct 2016 23:54:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ANsQMA037157; Mon, 10 Oct 2016 23:54:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610102354.u9ANsQMA037157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 10 Oct 2016 23:54:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423736 - head/lang/rust X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 23:54:27 -0000 Author: amdmi3 Date: Mon Oct 10 23:54:26 2016 New Revision: 423736 URL: https://svnweb.freebsd.org/changeset/ports/423736 Log: - Unconditionally verbosify build as per PHB Approved by: portmgr blanket Modified: head/lang/rust/Makefile Modified: head/lang/rust/Makefile ============================================================================== --- head/lang/rust/Makefile Mon Oct 10 23:46:43 2016 (r423735) +++ head/lang/rust/Makefile Mon Oct 10 23:54:26 2016 (r423736) @@ -70,9 +70,7 @@ CONFIGURE_ARGS= --disable-valgrind \ PORTDOCS= * -.if defined(BATCH) || defined(PACKAGE_BUILDING) MAKE_ARGS+= VERBOSE=1 -.endif OPTIONS_DEFINE= DOCS GDB LLNEXTGEN PORT_LLVM GDB_DESC= Install ports gdb (necessary for debugging rust programs) From owner-svn-ports-head@freebsd.org Tue Oct 11 00:01:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7C9FC0C56E; Tue, 11 Oct 2016 00:01:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A99DD239; Tue, 11 Oct 2016 00:01:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B01RON039566; Tue, 11 Oct 2016 00:01:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B01RsB039565; Tue, 11 Oct 2016 00:01:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610110001.u9B01RsB039565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 11 Oct 2016 00:01:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423737 - head/www/twms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 00:01:28 -0000 Author: amdmi3 Date: Tue Oct 11 00:01:27 2016 New Revision: 423737 URL: https://svnweb.freebsd.org/changeset/ports/423737 Log: - Fix LICENSE - Fix fetch Modified: head/www/twms/Makefile Modified: head/www/twms/Makefile ============================================================================== --- head/www/twms/Makefile Mon Oct 10 23:54:26 2016 (r423736) +++ head/www/twms/Makefile Tue Oct 11 00:01:27 2016 (r423737) @@ -5,16 +5,14 @@ PORTNAME= twms PORTVERSION= 0.02w PORTREVISION= 2 CATEGORIES= www astro -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tiny WMS server -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) - RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyproj/__init__.py:graphics/py-pyproj \ ${PYTHON_SITELIBDIR}/web/__init__.py:www/webpy \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow From owner-svn-ports-head@freebsd.org Tue Oct 11 00:57:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF703C0CD87; Tue, 11 Oct 2016 00:57:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C22683D; Tue, 11 Oct 2016 00:57:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B0vd5K059587; Tue, 11 Oct 2016 00:57:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B0vdLQ059581; Tue, 11 Oct 2016 00:57:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610110057.u9B0vdLQ059581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 11 Oct 2016 00:57:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423738 - in head/games: . wordwarvi wordwarvi/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.23 Precedence: list List-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, 11 Oct 2016 00:57:40 -0000 Author: amdmi3 Date: Tue Oct 11 00:57:39 2016 New Revision: 423738 URL: https://svnweb.freebsd.org/changeset/ports/423738 Log: - Add games/wordwarvi Word War vi is your basic side-scrolling shoot 'em up '80s style arcade game. You pilot your "vi"per craft through core memory, rescuing lost .swp files, avoiding OS defenses, and wiping out those memory hogging emacs processes. When all the lost .swp files are rescued, head for the socket which will take you to the next node in the cluster. WWW: http://smcameron.github.io/wordwarvi/ Added: head/games/wordwarvi/ head/games/wordwarvi/Makefile (contents, props changed) head/games/wordwarvi/distinfo (contents, props changed) head/games/wordwarvi/files/ head/games/wordwarvi/files/patch-Makefile (contents, props changed) head/games/wordwarvi/files/patch-wordwarvi.c (contents, props changed) head/games/wordwarvi/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Tue Oct 11 00:01:27 2016 (r423737) +++ head/games/Makefile Tue Oct 11 00:57:39 2016 (r423738) @@ -1038,6 +1038,7 @@ SUBDIR += wolfpack SUBDIR += wop SUBDIR += wordplay + SUBDIR += wordwarvi SUBDIR += worldofpadman SUBDIR += wtf SUBDIR += wxlauncher Added: head/games/wordwarvi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/wordwarvi/Makefile Tue Oct 11 00:57:39 2016 (r423738) @@ -0,0 +1,43 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= wordwarvi +PORTVERSION= 1.0.2 +DISTVERSIONPREFIX= v +CATEGORIES= games + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Side-scrolling shoot'em up '80s style arcade game + +LICENSE= GPLv2+ CC-BY-2.0 CC-BY-SA-3.0 +LICENSE_COMB= multi +LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING + +USE_GITHUB= yes +GH_ACCOUNT= smcameron + +USES= gmake pkgconfig +USE_GNOME= gtk20 + +PORTDOCS= AAA_HOW_TO_MAKE_NEW_LEVELS.txt AUTHORS README changelog.txt +PORTDATA= * +PLIST_FILES= bin/${PORTNAME} \ + man/man6/${PORTNAME}.6.gz + +OPTIONS_DEFINE= SOUND DOCS +OPTIONS_DEFAULT=SOUND + +SOUND_LIB_DEPENDS= libportaudio.so:audio/portaudio \ + libvorbisfile.so:audio/libvorbis +SOUND_MAKE_ARGS_OFF= WITHAUDIO=no + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ +.endfor + +.include Added: head/games/wordwarvi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/wordwarvi/distinfo Tue Oct 11 00:57:39 2016 (r423738) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475776055 +SHA256 (smcameron-wordwarvi-v1.0.2_GH0.tar.gz) = 361d15af6edbe6db032db24de54e8f489a05b230572a8793b9889e2b8308a7ad +SIZE (smcameron-wordwarvi-v1.0.2_GH0.tar.gz) = 8814650 Added: head/games/wordwarvi/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/wordwarvi/files/patch-Makefile Tue Oct 11 00:57:39 2016 (r423738) @@ -0,0 +1,43 @@ +--- Makefile.orig 2016-03-11 15:16:11 UTC ++++ Makefile +@@ -1,6 +1,6 @@ +-PREFIX=/usr ++PREFIX?=/usr + DATADIR=${PREFIX}/share/wordwarvi +-MANDIR?=${PREFIX}/share/man ++MANDIR?=${PREFIX}/man + MANPAGEDIR=${MANDIR}/man6 + + SCREENSAVERFLAG= +@@ -45,7 +45,7 @@ OPENLASELIBDIR= + endif + + CC ?= gcc +-BUILD_CC ?= gcc ++BUILD_CC ?= ${CC} + + # DEBUG=-g + # DEBUG= +@@ -54,7 +54,8 @@ BUILD_CC ?= gcc + #OPTIMIZE_FLAG= + # OPTIMIZE_FLAG=-O3 + #OPTIMIZE_FLAG=-O3 -pedantic -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security +-CFLAGS ?= -O3 -pedantic ++CFLAGS ?= -O3 ++CFLAGS += -pedantic + OPTIMIZE_FLAG = ${CFLAGS} ${CPPFLAGS} + WARNFLAG=-pedantic -W -Wall + +@@ -116,10 +117,10 @@ wordwarvi.6.gz: wordwarvi.6 + gzip -c wordwarvi.6 > wordwarvi.6.gz + + install: wordwarvi wordwarvi.6.gz +- mkdir -p $(DESTDIR)$(PREFIX)/games ++ mkdir -p $(DESTDIR)$(PREFIX)/bin + mkdir -p $(DESTDIR)$(DATADIR)/sounds + mkdir -p $(DESTDIR)$(MANPAGEDIR) +- install -p -m 755 wordwarvi $(DESTDIR)$(PREFIX)/games ++ install -p -m 755 wordwarvi $(DESTDIR)$(PREFIX)/bin + install -p -m 644 sounds/*.ogg $(DESTDIR)$(DATADIR)/sounds + install -p -m 644 wordwarvi.6.gz $(DESTDIR)$(MANPAGEDIR) + Added: head/games/wordwarvi/files/patch-wordwarvi.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/wordwarvi/files/patch-wordwarvi.c Tue Oct 11 00:57:39 2016 (r423738) @@ -0,0 +1,17 @@ +--- wordwarvi.c.orig 2016-03-11 15:16:11 UTC ++++ wordwarvi.c +@@ -11559,12 +11559,14 @@ void start_level() + srandom(level.random_seed); + generate_terrain(&terrain); + ++#if 0 + add_buildings(&terrain);/* Some FreeBSD users report that */ + /*add_buildings() causes crashes. */ + /* Commenting this out on FreeBSD */ + /* may help, but, no buildings. */ + /* I've looked at the code, but */ + /* don't see anything wrong with it. */ ++#endif + add_humanoids(&terrain); + add_bridges(&terrain); + add_socket(&terrain); Added: head/games/wordwarvi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/wordwarvi/pkg-descr Tue Oct 11 00:57:39 2016 (r423738) @@ -0,0 +1,8 @@ +Word War vi is your basic side-scrolling shoot 'em up '80s style +arcade game. You pilot your "vi"per craft through core memory, +rescuing lost .swp files, avoiding OS defenses, and wiping out those +memory hogging emacs processes. When all the lost .swp files are +rescued, head for the socket which will take you to the next node +in the cluster. + +WWW: http://smcameron.github.io/wordwarvi/ From owner-svn-ports-head@freebsd.org Tue Oct 11 00:59:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B468CC0CDC9; Tue, 11 Oct 2016 00:59:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76AD1934; Tue, 11 Oct 2016 00:59:37 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B0xaZX059800; Tue, 11 Oct 2016 00:59:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B0xaL9059796; Tue, 11 Oct 2016 00:59:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610110059.u9B0xaL9059796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 11 Oct 2016 00:59:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423739 - in head/games/pink-pony: . 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.23 Precedence: list List-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, 11 Oct 2016 00:59:37 -0000 Author: amdmi3 Date: Tue Oct 11 00:59:36 2016 New Revision: 423739 URL: https://svnweb.freebsd.org/changeset/ports/423739 Log: - Update to 1.4.1 - Fix fetch - Fix LICENSE Deleted: head/games/pink-pony/files/patch-lib-GL-GLee.h Modified: head/games/pink-pony/Makefile head/games/pink-pony/distinfo head/games/pink-pony/files/patch-SConstruct head/games/pink-pony/pkg-descr Modified: head/games/pink-pony/Makefile ============================================================================== --- head/games/pink-pony/Makefile Tue Oct 11 00:57:39 2016 (r423738) +++ head/games/pink-pony/Makefile Tue Oct 11 00:59:36 2016 (r423739) @@ -2,18 +2,13 @@ # $FreeBSD$ PORTNAME= pink-pony -PORTVERSION= 1.3.1 -PORTREVISION= 7 +PORTVERSION= 1.4.1 CATEGORIES= games -MASTER_SITES= GOOGLE_CODE \ - http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tron-like multiplayer racing game -LICENSE= GPLv3 - -BROKEN= Unfetchable (google code has gone away) +LICENSE= GPLv3+ LIB_DEPENDS= libIL.so:graphics/devil \ libprotobuf.so:devel/protobuf \ @@ -22,18 +17,22 @@ LIB_DEPENDS= libIL.so:graphics/devil \ libftgl.so:graphics/ftgl \ libsigc-2.0.so:devel/libsigc++20 -USES= dos2unix pkgconfig scons tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= ginkgo + +USES= pkgconfig scons tar:bzip2 USE_GL= gl glu USE_SDL= mixer SUB_FILES= pink-pony.sh -DOS2UNIX_FILES= lib/GL/GLee.h PORTDOCS= * PORTDATA= * +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -Ee 's,resources/,${DATADIR}/,' \ - ${WRKSRC}/pony.options ${WRKSRC}/lib/Config.cc + ${WRKSRC}/pony.options ${WRKSRC}/src/Config.cc @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' ${WRKSRC}/install/pink-pony.desktop do-install: @@ -43,7 +42,9 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/pink-pony.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/install/pink-pony.png ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_DATA} ${WRKSRC}/install/pink-pony.desktop ${STAGEDIR}${PREFIX}/share/applications/ - ${MKDIR} ${STAGEDIR}${DOCSDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .include Modified: head/games/pink-pony/distinfo ============================================================================== --- head/games/pink-pony/distinfo Tue Oct 11 00:57:39 2016 (r423738) +++ head/games/pink-pony/distinfo Tue Oct 11 00:59:36 2016 (r423739) @@ -1,2 +1,3 @@ -SHA256 (pink-pony-1.3.1.tar.bz2) = c6d78f56dc76c97ff9bee392fd00e5302050e02f2549a977f76659fd7f04d5a6 -SIZE (pink-pony-1.3.1.tar.bz2) = 11104054 +TIMESTAMP = 1476143571 +SHA256 (ginkgo-pink-pony-1.4.1_GH0.tar.gz) = 20f0da9498bcb75421f0dc9d7b9e5d92aea99510a0c632be3278bd83c4fb9395 +SIZE (ginkgo-pink-pony-1.4.1_GH0.tar.gz) = 11292590 Modified: head/games/pink-pony/files/patch-SConstruct ============================================================================== --- head/games/pink-pony/files/patch-SConstruct Tue Oct 11 00:57:39 2016 (r423738) +++ head/games/pink-pony/files/patch-SConstruct Tue Oct 11 00:59:36 2016 (r423739) @@ -1,13 +1,17 @@ ---- SConstruct.orig 2013-09-12 00:21:39.000000000 +0400 -+++ SConstruct 2013-09-18 21:30:59.110518891 +0400 -@@ -1,8 +1,7 @@ - import os +--- SConstruct.orig 2014-01-01 01:39:36 UTC ++++ SConstruct +@@ -3,11 +3,10 @@ import os + optimization_flags = ['-O3'] + #optimization_flags = ['-O0', '-ggdb'] -env = Environment() --env['CC'] = 'g++' --env['CCFLAGS'] = '-Wall -Wextra -Wno-reorder -Wno-unused-parameter -O3 -I/usr/include/OpenEXR -I./lib -I./external/tinyXML' +env = Environment(ENV=os.environ, **dict((k, v.split()) for k, v in ARGUMENTS.iteritems())) -+env.Append(CCFLAGS = '-Wall -Wextra -Wno-reorder -Wno-unused-parameter -I./lib -I./external/tinyXML'.split()) +-env['CC'] = 'g++' +-env['CCFLAGS'] = ['-Wall', '-Wextra', '-Wno-reorder', '-Wno-unused-parameter'] + optimization_flags ++env.Append(CCFLAGS = ['-Wall', '-Wextra', '-Wno-reorder', '-Wno-unused-parameter']) env['LIBS'] = ['GLU', 'GL', 'protobuf', 'IL'] +-env['CPPPATH'] = ['#', '#/src', '#/external/tinyXML', '#/external/flextGL/', '/usr/include/OpenEXR'] ++env['CPPPATH'] = ['#', '#/src', '#/external/tinyXML', '#/external/flextGL/'] + env.ParseConfig("pkg-config IlmBase --cflags --libs") env.ParseConfig("pkg-config libglfw --cflags --libs") Modified: head/games/pink-pony/pkg-descr ============================================================================== --- head/games/pink-pony/pkg-descr Tue Oct 11 00:57:39 2016 (r423738) +++ head/games/pink-pony/pkg-descr Tue Oct 11 00:59:36 2016 (r423739) @@ -3,4 +3,4 @@ little ponies that leave a trail of flow You have to evade these trails and force other ponies into them. The last pony standing wins the game. -WWW: http://code.google.com/p/pink-pony/ +WWW: https://github.com/ginkgo/pink-pony From owner-svn-ports-head@freebsd.org Tue Oct 11 01:07:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1207C0CF16; Tue, 11 Oct 2016 01:07:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 801BFC8C; Tue, 11 Oct 2016 01:07:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B17IBa063668; Tue, 11 Oct 2016 01:07:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B17IJB063666; Tue, 11 Oct 2016 01:07:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610110107.u9B17IJB063666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 11 Oct 2016 01:07:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423740 - head/games/pipewalker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 01:07:19 -0000 Author: amdmi3 Date: Tue Oct 11 01:07:18 2016 New Revision: 423740 URL: https://svnweb.freebsd.org/changeset/ports/423740 Log: - Update to 0.9.4 - Switch to USES=localbase Modified: head/games/pipewalker/Makefile head/games/pipewalker/distinfo Modified: head/games/pipewalker/Makefile ============================================================================== --- head/games/pipewalker/Makefile Tue Oct 11 00:59:36 2016 (r423739) +++ head/games/pipewalker/Makefile Tue Oct 11 01:07:18 2016 (r423740) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= pipewalker -PORTVERSION= 0.9.1 -PORTREVISION= 3 +PORTVERSION= 0.9.4 CATEGORIES= games MASTER_SITES= SF -EXTRACT_SUFX= -src.tar.gz MAINTAINER= amdmi3@FreeBSD.org COMMENT= Clone of the NetWalk game @@ -14,14 +12,13 @@ COMMENT= Clone of the NetWalk game LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= desktop-file-utils +LIB_DEPENDS= libpng.so:graphics/png + +USES= desktop-file-utils localbase GNU_CONFIGURE= yes USE_SDL= sdl USE_GL= gl glu -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -pthread - PLIST_FILES= bin/${PORTNAME} \ share/applications/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.xpm Modified: head/games/pipewalker/distinfo ============================================================================== --- head/games/pipewalker/distinfo Tue Oct 11 00:59:36 2016 (r423739) +++ head/games/pipewalker/distinfo Tue Oct 11 01:07:18 2016 (r423740) @@ -1,2 +1,3 @@ -SHA256 (pipewalker-0.9.1-src.tar.gz) = 4ea2f698e1275e493fa262004f97385c6f4758ad05a07db7e9f731ce8ff0d8b3 -SIZE (pipewalker-0.9.1-src.tar.gz) = 930790 +TIMESTAMP = 1473636653 +SHA256 (pipewalker-0.9.4.tar.gz) = d6d7717f1f333847cc4a2e9d83e97b971b3bfb539d99d4ae30a5140de6e386f4 +SIZE (pipewalker-0.9.4.tar.gz) = 948399 From owner-svn-ports-head@freebsd.org Tue Oct 11 01:32:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 676D4C0B891; Tue, 11 Oct 2016 01:32:42 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3766EB5D; Tue, 11 Oct 2016 01:32:42 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B1Wf2a074483; Tue, 11 Oct 2016 01:32:41 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B1WfUr074481; Tue, 11 Oct 2016 01:32:41 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610110132.u9B1WfUr074481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 11 Oct 2016 01:32:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423741 - head/www/py-pastescript X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 01:32:42 -0000 Author: wen Date: Tue Oct 11 01:32:41 2016 New Revision: 423741 URL: https://svnweb.freebsd.org/changeset/ports/423741 Log: - Update to 2.0.2 Modified: head/www/py-pastescript/Makefile head/www/py-pastescript/distinfo Modified: head/www/py-pastescript/Makefile ============================================================================== --- head/www/py-pastescript/Makefile Tue Oct 11 01:07:18 2016 (r423740) +++ head/www/py-pastescript/Makefile Tue Oct 11 01:32:41 2016 (r423741) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= PasteScript -PORTVERSION= 1.7.5 -PORTREVISION= 2 +PORTVERSION= 2.0.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ch ${PYTHON_PKGNAMEPREFIX}flup>0:www/py-flup \ ${PYTHON_PKGNAMEPREFIX}Paste>=1.7.2:www/py-paste \ ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.3.2:www/py-pastedeploy \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}wsgiutils>0:devel/py-wsgiutils RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/www/py-pastescript/distinfo ============================================================================== --- head/www/py-pastescript/distinfo Tue Oct 11 01:07:18 2016 (r423740) +++ head/www/py-pastescript/distinfo Tue Oct 11 01:32:41 2016 (r423741) @@ -1,2 +1,3 @@ -SHA256 (PasteScript-1.7.5.tar.gz) = 2b685be69d6ac8bc0fe6f558f119660259db26a15e16a4943c515fbee8093539 -SIZE (PasteScript-1.7.5.tar.gz) = 129738 +TIMESTAMP = 1476142208 +SHA256 (PasteScript-2.0.2.tar.gz) = c03f249805538cc2328741ae8d262a9200ae1c993119b3d9bac4cd422cb476c0 +SIZE (PasteScript-2.0.2.tar.gz) = 117521 From owner-svn-ports-head@freebsd.org Tue Oct 11 02:24:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A91B2C0C7B7; Tue, 11 Oct 2016 02:24:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 742BB10C; Tue, 11 Oct 2016 02:24:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B2OmK7093349; Tue, 11 Oct 2016 02:24:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B2Omff093347; Tue, 11 Oct 2016 02:24:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610110224.u9B2Omff093347@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 11 Oct 2016 02:24:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423742 - head/devel/cppcheck X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 02:24:49 -0000 Author: amdmi3 Date: Tue Oct 11 02:24:48 2016 New Revision: 423742 URL: https://svnweb.freebsd.org/changeset/ports/423742 Log: - Update to 1.76 Modified: head/devel/cppcheck/Makefile head/devel/cppcheck/distinfo Modified: head/devel/cppcheck/Makefile ============================================================================== --- head/devel/cppcheck/Makefile Tue Oct 11 01:32:41 2016 (r423741) +++ head/devel/cppcheck/Makefile Tue Oct 11 02:24:48 2016 (r423742) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cppcheck -PORTVERSION= 1.75 +PORTVERSION= 1.76 CATEGORIES= devel MASTER_SITES= SF Modified: head/devel/cppcheck/distinfo ============================================================================== --- head/devel/cppcheck/distinfo Tue Oct 11 01:32:41 2016 (r423741) +++ head/devel/cppcheck/distinfo Tue Oct 11 02:24:48 2016 (r423742) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471085262 -SHA256 (cppcheck-1.75.tar.bz2) = 57c70043c1330ed915cbd1a17ecc5408f2637a05062970508e990b1ba28760a0 -SIZE (cppcheck-1.75.tar.bz2) = 1152511 +TIMESTAMP = 1476148432 +SHA256 (cppcheck-1.76.tar.bz2) = d3b54c448bc9ecefc2e1a854be582cc9896effeaaa433b15da1d1f496464e40b +SIZE (cppcheck-1.76.tar.bz2) = 1166421 From owner-svn-ports-head@freebsd.org Tue Oct 11 02:54:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 052EAC0B1AE; Tue, 11 Oct 2016 02:54:33 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB2DA1FD; Tue, 11 Oct 2016 02:54:32 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B2sVcU004718; Tue, 11 Oct 2016 02:54:31 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B2sVWC004716; Tue, 11 Oct 2016 02:54:31 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610110254.u9B2sVWC004716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 11 Oct 2016 02:54:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423743 - head/textproc/py-whoosh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 02:54:33 -0000 Author: wen Date: Tue Oct 11 02:54:31 2016 New Revision: 423743 URL: https://svnweb.freebsd.org/changeset/ports/423743 Log: - Update to 2.7.4 Modified: head/textproc/py-whoosh/Makefile head/textproc/py-whoosh/distinfo Modified: head/textproc/py-whoosh/Makefile ============================================================================== --- head/textproc/py-whoosh/Makefile Tue Oct 11 02:24:48 2016 (r423742) +++ head/textproc/py-whoosh/Makefile Tue Oct 11 02:54:31 2016 (r423743) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= whoosh -PORTVERSION= 2.7.2 +PORTVERSION= 2.7.4 CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-whoosh/distinfo ============================================================================== --- head/textproc/py-whoosh/distinfo Tue Oct 11 02:24:48 2016 (r423742) +++ head/textproc/py-whoosh/distinfo Tue Oct 11 02:54:31 2016 (r423743) @@ -1,2 +1,3 @@ -SHA256 (Whoosh-2.7.2.tar.gz) = baa11544c788ddbefc8fb48d900862fc02d48cf65e0c99f8f1984c281abad7e1 -SIZE (Whoosh-2.7.2.tar.gz) = 967942 +TIMESTAMP = 1476152348 +SHA256 (Whoosh-2.7.4.tar.gz) = 7ca5633dbfa9e0e0fa400d3151a8a0c4bec53bd2ecedc0a67705b17565c31a83 +SIZE (Whoosh-2.7.4.tar.gz) = 968741 From owner-svn-ports-head@freebsd.org Tue Oct 11 03:12:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D207BC0B85D; Tue, 11 Oct 2016 03:12:05 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC35B1E5; Tue, 11 Oct 2016 03:12:05 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B3C4f6013138; Tue, 11 Oct 2016 03:12:04 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B3C4t4013130; Tue, 11 Oct 2016 03:12:04 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201610110312.u9B3C4t4013130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Tue, 11 Oct 2016 03:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423744 - in head/net/packetdrill: . 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.23 Precedence: list List-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, 11 Oct 2016 03:12:05 -0000 Author: hrs Date: Tue Oct 11 03:12:03 2016 New Revision: 423744 URL: https://svnweb.freebsd.org/changeset/ports/423744 Log: - Update to use freebsd-net/packetdrill repository instead of Google's one. It includes various fixes for FreeBSD and has been maintained by FreeBSD developers. - Drop binaries for testing. - Set maintainership to gnn@. Discussed with: tuexen and gnn Deleted: head/net/packetdrill/files/Makefile.checksum_test head/net/packetdrill/files/Makefile.packet_parser_test head/net/packetdrill/files/Makefile.packet_to_string_test head/net/packetdrill/pkg-plist Modified: head/net/packetdrill/Makefile head/net/packetdrill/distinfo head/net/packetdrill/files/Makefile head/net/packetdrill/files/Makefile.inc head/net/packetdrill/files/Makefile.libpd head/net/packetdrill/files/patch-platforms.h head/net/packetdrill/files/patch-symbols_freebsd.c head/net/packetdrill/pkg-descr Modified: head/net/packetdrill/Makefile ============================================================================== --- head/net/packetdrill/Makefile Tue Oct 11 02:54:31 2016 (r423743) +++ head/net/packetdrill/Makefile Tue Oct 11 03:12:03 2016 (r423744) @@ -1,37 +1,29 @@ # $FreeBSD$ PORTNAME= packetdrill -PORTVERSION= 0.0.20130820 +PORTVERSION= 0.0.20161001 CATEGORIES= net ipv6 -MASTER_SITES= LOCAL/hrs -DISTNAME= ${PORTNAME}-ea8f2fec724d -MAINTAINER= hrs@FreeBSD.org +MAINTAINER= gnn@FreeBSD.org COMMENT= Network stack testing tool LICENSE= GPLv2 USES= bison uidfix +USE_GITHUB= yes +GH_ACCOUNT= freebsd-net +GH_TAGNAME= 467b39b +WRKSRC= ${WRKDIR}/${PORTNAME}-${GH_TAGNAME}/gtests/net/packetdrill +PLIST_FILES= bin/${PORTNAME} PORTDATA= packetdrill.el packetdrill.vim PORTDOCS= README PORTEXAMPLES= tests OPTIONS_DEFINE= DOCS EXAMPLES -do-configure: - ${PRINTF} "%s\n" "#include " "int main(void) {" \ - "char *p = fmemopen; char *q = open_memstream; return 0; }" \ - > ${WRKDIR}/configure.c - ${TOUCH} ${WRKSRC}/ports_config.h - cd ${WRKDIR} && \ - if ${CC} -o /dev/null configure.c > /dev/null 2>&1; then \ - ${PRINTF} "%s\n" "#define HAVE_FMEMOPEN 1" \ - "#define HAVE_OPEN_MEMSTREAM 1" > ${WRKSRC}/ports_config.h; \ - fi - pre-build: ${INSTALL_DATA} ${FILESDIR}/Makefile ${FILESDIR}/Makefile.inc ${WRKSRC} -.for F in libpd packetdrill checksum_test packet_parser_test packet_to_string_test +.for F in libpd packetdrill ${MKDIR} ${WRKSRC}/${F} ${INSTALL_DATA} ${FILESDIR}/Makefile.${F} ${WRKSRC}/${F}/Makefile .endfor @@ -45,7 +37,6 @@ post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} ${PORTEXAMPLES} \ ${STAGEDIR}${EXAMPLESDIR} - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} Modified: head/net/packetdrill/distinfo ============================================================================== --- head/net/packetdrill/distinfo Tue Oct 11 02:54:31 2016 (r423743) +++ head/net/packetdrill/distinfo Tue Oct 11 03:12:03 2016 (r423744) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475852995 -SHA256 (packetdrill-ea8f2fec724d.tar.gz) = f07c46f4adfd273f09c0bb98e0eadef83d8d13b080d2c9f5a59c6fd91120aa2b -SIZE (packetdrill-ea8f2fec724d.tar.gz) = 146043 +TIMESTAMP = 1475877519 +SHA256 (freebsd-net-packetdrill-0.0.20161001-467b39b_GH0.tar.gz) = c5d948d2d56c829dbba95eefcc3f10fcac77f32b70c059de23b37aab968b47f5 +SIZE (freebsd-net-packetdrill-0.0.20161001-467b39b_GH0.tar.gz) = 316573 Modified: head/net/packetdrill/files/Makefile ============================================================================== --- head/net/packetdrill/files/Makefile Tue Oct 11 02:54:31 2016 (r423743) +++ head/net/packetdrill/files/Makefile Tue Oct 11 03:12:03 2016 (r423744) @@ -1,5 +1,5 @@ # $FreeBSD$ -SUBDIR= libpd packetdrill checksum_test packet_parser_test packet_to_string_test +SUBDIR= libpd packetdrill .include Modified: head/net/packetdrill/files/Makefile.inc ============================================================================== --- head/net/packetdrill/files/Makefile.inc Tue Oct 11 02:54:31 2016 (r423743) +++ head/net/packetdrill/files/Makefile.inc Tue Oct 11 03:12:03 2016 (r423744) @@ -8,4 +8,5 @@ MAN= .PATH: ${.CURDIR}/.. CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR} -LDADD= ${.CURDIR}/../libpd/libpd.a -lpthread -lpcap +LDADD= ${.CURDIR}/../libpd/libpd.a -lprocstat -lutil \ + -lkvm -lelf -lpthread -lpcap Modified: head/net/packetdrill/files/Makefile.libpd ============================================================================== --- head/net/packetdrill/files/Makefile.libpd Tue Oct 11 02:54:31 2016 (r423743) +++ head/net/packetdrill/files/Makefile.libpd Tue Oct 11 03:12:03 2016 (r423744) @@ -1,18 +1,20 @@ # $FreeBSD$ LIB= pd -SRCS= checksum.c code.c config.c hash.c hash_map.c \ - ip_address.c netdev.c net_utils.c packet.c \ +SRCS= checksum.c code.c config.c hash.c hash_map.c ip_address.c \ + ip_prefix.c netdev.c net_utils.c packet.c \ packet_socket_linux.c packet_socket_pcap.c packet_checksum.c \ packet_parser.c packet_to_string.c symbols_linux.c \ symbols_freebsd.c symbols_openbsd.c symbols_netbsd.c \ - icmp_packet.c ip_packet.c tcp_packet.c udp_packet.c run.c \ - run_command.c run_packet.c run_system_call.c script.c \ - socket.c system.c tcp_options.c tcp_options_iterator.c \ - tcp_options_to_string.c logging.c types.c lexer.c parser.c \ - fmemopen.c open_memstream.c link_layer.c wire_conn.c \ - wire_protocol.c wire_client.c wire_client_netdev.c \ - wire_server.c wire_server_netdev.c + gre_packet.c icmp_packet.c ip_packet.c sctp_packet.c \ + tcp_packet.c udp_packet.c udplite_packet.c mpls_packet.c \ + run.c run_command.c run_packet.c run_system_call.c script.c \ + socket.c system.c sctp_chunk_to_string.c sctp_iterator.c \ + tcp_options.c tcp_options_iterator.c tcp_options_to_string.c \ + logging.c types.c lexer.c parser.c fmemopen.c \ + open_memstream.c link_layer.c wire_conn.c wire_protocol.c \ + wire_client.c wire_client_netdev.c wire_server.c \ + wire_server_netdev.c .PATH: ${.CURDIR}/.. Modified: head/net/packetdrill/files/patch-platforms.h ============================================================================== --- head/net/packetdrill/files/patch-platforms.h Tue Oct 11 02:54:31 2016 (r423743) +++ head/net/packetdrill/files/patch-platforms.h Tue Oct 11 03:12:03 2016 (r423744) @@ -1,18 +1,16 @@ ---- platforms.h.orig 2013-07-21 04:53:41.000000000 +0900 -+++ platforms.h 2013-09-04 10:34:56.000000000 +0900 -@@ -43,12 +43,14 @@ - - #if defined(__FreeBSD__) +--- platforms.h.orig 2016-10-01 08:55:57 UTC ++++ platforms.h +@@ -50,11 +50,12 @@ + #include + #include +#include + #if __FreeBSD_version >= 1001000 + #include + #endif #define USE_LIBPCAP 1 -#define TUN_PATH "/dev/tun0" +#define TUN_PATH _PATH_DEV "tun0" #define TUN_DEV "tun0" - #define HAVE_TCP_INFO 1 - -+#include "ports_config.h" - #include "open_memstream.h" - #include "fmemopen.h" - + #if (__FreeBSD_version < 1000000 && __FreeBSD_version > 902000) || __FreeBSD_version > 1000028 Modified: head/net/packetdrill/files/patch-symbols_freebsd.c ============================================================================== --- head/net/packetdrill/files/patch-symbols_freebsd.c Tue Oct 11 02:54:31 2016 (r423743) +++ head/net/packetdrill/files/patch-symbols_freebsd.c Tue Oct 11 03:12:03 2016 (r423744) @@ -1,6 +1,6 @@ ---- symbols_freebsd.c.orig 2013-09-04 15:08:25.000000000 +0900 -+++ symbols_freebsd.c 2013-09-04 15:08:28.000000000 +0900 -@@ -76,7 +76,9 @@ +--- symbols_freebsd.c.orig 2016-10-01 08:55:57 UTC ++++ symbols_freebsd.c +@@ -76,7 +76,9 @@ struct int_symbol platform_symbols_table { SO_LISTENQLEN, "SO_LISTENQLEN" }, { SO_LISTENINCQLEN, "SO_LISTENINCQLEN" }, { SO_SETFIB, "SO_SETFIB" }, @@ -8,9 +8,9 @@ { SO_USER_COOKIE, "SO_USER_COOKIE" }, +#endif - /* /usr/include/netinet/tcp.h */ - { TCP_NODELAY, "TCP_NODELAY" }, -@@ -296,7 +298,9 @@ + /* /usr/include/netinet/sctp.h and /usr/include/netinet/sctp_uio.h */ + { SCTP_RTOINFO, "SCTP_RTOINFO" }, +@@ -525,7 +527,9 @@ struct int_symbol platform_symbols_table { ENOLINK, "ENOLINK" }, { EPROTO, "EPROTO" }, { ENOTCAPABLE, "ENOTCAPABLE" }, @@ -18,5 +18,5 @@ { ECAPMODE, "ECAPMODE" }, +#endif - }; - + /* Sentinel marking the end of the table. */ + { 0, NULL }, Modified: head/net/packetdrill/pkg-descr ============================================================================== --- head/net/packetdrill/pkg-descr Tue Oct 11 02:54:31 2016 (r423743) +++ head/net/packetdrill/pkg-descr Tue Oct 11 03:12:03 2016 (r423744) @@ -5,4 +5,5 @@ OpenBSD, and NetBSD. It can test network NICs on a LAN, or on a single machine using a tun virtual network device. -WWW: https://code.google.com/p/packetdrill/ +WWW: https://github.com/google/packetdrill +WWW: https://github.com/freebsd-net/packetdrill From owner-svn-ports-head@freebsd.org Tue Oct 11 05:37:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C84D7C07275; Tue, 11 Oct 2016 05:37:14 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86005F43; Tue, 11 Oct 2016 05:37:14 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B5bDrs065389; Tue, 11 Oct 2016 05:37:13 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B5bDoC065385; Tue, 11 Oct 2016 05:37:13 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201610110537.u9B5bDoC065385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 11 Oct 2016 05:37:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423745 - in head/sysutils/kshutdown-kde4: . 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.23 Precedence: list List-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, 11 Oct 2016 05:37:14 -0000 Author: tcberner Date: Tue Oct 11 05:37:13 2016 New Revision: 423745 URL: https://svnweb.freebsd.org/changeset/ports/423745 Log: Update sysutils/kshutdown-kde4 to 4.0 * Update to 4.0 * Define the LICENSE * Make qa.sh happy by adding some Qt and KDE dependencies * Replace install/strip patch by upstreamed one by rakuco@ [1] [1] https://sourceforge.net/p/kshutdown/patches/6/ Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7727 Modified: head/sysutils/kshutdown-kde4/Makefile head/sysutils/kshutdown-kde4/distinfo head/sysutils/kshutdown-kde4/files/patch-src__CMakeLists.txt head/sysutils/kshutdown-kde4/pkg-plist Modified: head/sysutils/kshutdown-kde4/Makefile ============================================================================== --- head/sysutils/kshutdown-kde4/Makefile Tue Oct 11 03:12:03 2016 (r423744) +++ head/sysutils/kshutdown-kde4/Makefile Tue Oct 11 05:37:13 2016 (r423745) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kshutdown -DISTVERSION= 3.2 +DISTVERSION= 4.0 CATEGORIES= sysutils kde MASTER_SITES= SF/${PORTNAME}/KShutdown/${DISTVERSION}/ DISTNAME= ${PORTNAME}-source-${DISTVERSION} @@ -9,10 +9,17 @@ DISTNAME= ${PORTNAME}-source-${DISTVERSI MAINTAINER= kde@FreeBSD.org COMMENT= Advanced shutdown utility for KDE +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= alias cmake:outsource compiler:c++0x gettext kde:4 zip -USE_QT4= moc_build qmake_build rcc_build uic_build -USE_KDE= automoc4 workspace +USE_QT4= corelib dbus gui moc_build qmake_build rcc_build svg uic_build +USE_KDE= automoc4 kdelibs workspace WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} +# Make sure, we're building the KDE4 version. +CMAKE_ARGS= -DKS_KF5:BOOL=FALSE \ + -DKS_PURE_QT:BOOL=FALSE + .include Modified: head/sysutils/kshutdown-kde4/distinfo ============================================================================== --- head/sysutils/kshutdown-kde4/distinfo Tue Oct 11 03:12:03 2016 (r423744) +++ head/sysutils/kshutdown-kde4/distinfo Tue Oct 11 05:37:13 2016 (r423745) @@ -1,2 +1,3 @@ -SHA256 (kshutdown-source-3.2.zip) = 8be6c2a15bb539919f94ec0caf20f00b144185f996b7663c464fbf7ce8f4a39f -SIZE (kshutdown-source-3.2.zip) = 435553 +TIMESTAMP = 1472666353 +SHA256 (kshutdown-source-4.0.zip) = 75733e5b55b36add775a2788365ee6f5fe8b3d21598e2a17e68b2f8dd62199fc +SIZE (kshutdown-source-4.0.zip) = 459493 Modified: head/sysutils/kshutdown-kde4/files/patch-src__CMakeLists.txt ============================================================================== --- head/sysutils/kshutdown-kde4/files/patch-src__CMakeLists.txt Tue Oct 11 03:12:03 2016 (r423744) +++ head/sysutils/kshutdown-kde4/files/patch-src__CMakeLists.txt Tue Oct 11 05:37:13 2016 (r423745) @@ -1,14 +1,51 @@ ---- src/CMakeLists.txt.orig 2014-10-12 13:00:51 UTC -+++ src/CMakeLists.txt -@@ -47,10 +47,7 @@ - - target_link_libraries(kshutdown kdecore kdeui kio ${KDE4_KNOTIFYCONFIG_LIBS} ${KDE4_KUTILS_LIBS}) - --install( -- PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/kshutdown" -- DESTINATION bin --) -+install(TARGETS kshutdown RUNTIME DESTINATION bin) - install(FILES kshutdown.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) - install(FILES kshutdown.notifyrc DESTINATION ${DATA_INSTALL_DIR}/kshutdown) - +From https://sourceforge.net/p/kshutdown/patches/6/: + +The attached patch switches the INSTALL(PROGRAMS) calls in src/CMakeLists.txt +to calls to INSTALL(TARGETS). +CMake's documentation for INSTALL(PROGRAMS) says: + This form is intended to install programs that are not + targets, such as shell scripts. Use the TARGETS form to + install targets built within the project. +Additionally, installing a target also causes CMake to create additional +targets, suchas install/strip, to automatically strip the binary (useful +for packagers and people building in release mode). + + +Index: src/CMakeLists.txt +=================================================================== +--- src/CMakeLists.txt (revision 835) ++++ src/CMakeLists.txt (working copy) +@@ -54,6 +54,7 @@ + include_directories(${CMAKE_CURRENT_BINARY_DIR}) + + if(KS_PURE_QT) ++ set_target_properties(kshutdown PROPERTIES OUTPUT_NAME kshutdown-qt) + target_link_libraries(kshutdown ${Qt5Widgets_LIBRARIES} ${Qt5DBus_LIBRARIES}) + elseif(KS_KF5) + target_link_libraries(kshutdown Qt5::DBus Qt5::Widgets KF5::ConfigCore KF5::ConfigWidgets KF5::DBusAddons KF5::GlobalAccel KF5::I18n KF5::IdleTime KF5::Notifications KF5::NotifyConfig KF5::XmlGui) +@@ -66,14 +67,13 @@ + set(XDG_APPS_INSTALL_DIR ${DATA_INSTALL_DIR}/applications) + + install( +- PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/kshutdown" ++ TARGETS kshutdown + DESTINATION bin +- RENAME kshutdown-qt + ) + install(FILES kshutdown-qt.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) + elseif(KS_KF5) + install( +- PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/kshutdown" ++ TARGETS kshutdown + DESTINATION bin + ) + install(FILES kshutdown.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) +@@ -80,7 +80,7 @@ + install(FILES kshutdown.notifyrc DESTINATION ${KNOTIFYRC_INSTALL_DIR}) + else() + install( +- PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/kshutdown" ++ TARGETS kshutdown + DESTINATION bin + ) + install(FILES kshutdown.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) Modified: head/sysutils/kshutdown-kde4/pkg-plist ============================================================================== --- head/sysutils/kshutdown-kde4/pkg-plist Tue Oct 11 03:12:03 2016 (r423744) +++ head/sysutils/kshutdown-kde4/pkg-plist Tue Oct 11 05:37:13 2016 (r423745) @@ -18,7 +18,6 @@ share/icons/hicolor/22x22/apps/kshutdown share/icons/hicolor/32x32/apps/kshutdown.png share/icons/hicolor/48x48/apps/kshutdown.png share/icons/hicolor/64x64/apps/kshutdown.png -share/icons/hicolor/scalable/apps/kshutdown.svgz share/locale/ar/LC_MESSAGES/kshutdown.mo share/locale/bg/LC_MESSAGES/kshutdown.mo share/locale/cs/LC_MESSAGES/kshutdown.mo From owner-svn-ports-head@freebsd.org Tue Oct 11 06:32:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 084E1C0C839; Tue, 11 Oct 2016 06:32:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3611FF7; Tue, 11 Oct 2016 06:32:47 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B6WkFW087921; Tue, 11 Oct 2016 06:32:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B6Wk2k087918; Tue, 11 Oct 2016 06:32:46 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201610110632.u9B6Wk2k087918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 11 Oct 2016 06:32:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423746 - head/www/kcgi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 06:32:48 -0000 Author: bapt Date: Tue Oct 11 06:32:46 2016 New Revision: 423746 URL: https://svnweb.freebsd.org/changeset/ports/423746 Log: Update to 0.9.0 Modified: head/www/kcgi/Makefile head/www/kcgi/distinfo head/www/kcgi/pkg-plist Modified: head/www/kcgi/Makefile ============================================================================== --- head/www/kcgi/Makefile Tue Oct 11 05:37:13 2016 (r423745) +++ head/www/kcgi/Makefile Tue Oct 11 06:32:46 2016 (r423746) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kcgi -PORTVERSION= 0.8.5 +PORTVERSION= 0.9.0 CATEGORIES= www devel MASTER_SITES= http://kristaps.bsd.lv/kcgi/snapshots/ Modified: head/www/kcgi/distinfo ============================================================================== --- head/www/kcgi/distinfo Tue Oct 11 05:37:13 2016 (r423745) +++ head/www/kcgi/distinfo Tue Oct 11 06:32:46 2016 (r423746) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472210206 -SHA256 (kcgi-0.8.5.tgz) = edd12c3a23932d3ac2b65210701d3f5d08e3d1a08ede0e72dabf048ea07f207a -SIZE (kcgi-0.8.5.tgz) = 129139 +TIMESTAMP = 1476167395 +SHA256 (kcgi-0.9.0.tgz) = 7b4931fd4ebbf127efed0959a8157e3cf86e82e388f5322d67440c477e30ee5a +SIZE (kcgi-0.9.0.tgz) = 136285 Modified: head/www/kcgi/pkg-plist ============================================================================== --- head/www/kcgi/pkg-plist Tue Oct 11 05:37:13 2016 (r423745) +++ head/www/kcgi/pkg-plist Tue Oct 11 06:32:46 2016 (r423746) @@ -1,10 +1,12 @@ include/kcgi.h include/kcgihtml.h include/kcgijson.h +include/kcgiregress.h include/kcgixml.h lib/libkcgi.a lib/libkcgihtml.a lib/libkcgijson.a +lib/libkcgiregress.a lib/libkcgixml.a man/man3/kcgi.3.gz man/man3/kcgihtml.3.gz @@ -24,6 +26,7 @@ man/man3/khttp_write.3.gz man/man3/khttpbasic_validate.3.gz man/man3/khttpdigest_validate.3.gz man/man3/kmalloc.3.gz +man/man3/kutil_epoch2str.3.gz man/man3/kutil_urlencode.3.gz man/man3/kvalid_string.3.gz man/man8/kfcgi.8.gz From owner-svn-ports-head@freebsd.org Tue Oct 11 07:38:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67CE7C0DDB0; Tue, 11 Oct 2016 07:38:36 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30FD39F9; Tue, 11 Oct 2016 07:38:36 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B7cZ4D011314; Tue, 11 Oct 2016 07:38:35 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B7cZWx011310; Tue, 11 Oct 2016 07:38:35 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <201610110738.u9B7cZWx011310@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Tue, 11 Oct 2016 07:38:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423747 - in head: . net-im/ejabberd net-im/ejabberd/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.23 Precedence: list List-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, 11 Oct 2016 07:38:36 -0000 Author: ashish Date: Tue Oct 11 07:38:34 2016 New Revision: 423747 URL: https://svnweb.freebsd.org/changeset/ports/423747 Log: - Update to 16.09 - Add a note about probable crash during startup, to UPDATING file Deleted: head/net-im/ejabberd/files/patch-.._deps_riakc_rebar.config Modified: head/UPDATING head/net-im/ejabberd/Makefile head/net-im/ejabberd/distinfo head/net-im/ejabberd/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Oct 11 06:32:46 2016 (r423746) +++ head/UPDATING Tue Oct 11 07:38:34 2016 (r423747) @@ -5,6 +5,25 @@ 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. +20161011: + AFFECTS: Users of net-im/ejabberd + AUTHOR: ashish@FreeBSD.org + + Before upgrading ejabberd to 16.09, please make sure to backup your + ejabberd data using: + + % sudo -u ejabberd -H ejabberdctl backup /path/to/backup/file + + In some cases, ejabberd may fail to start, for which a workaround is to + remove the schema.DAT file from /var/spool/ejabberd before starting, and + then restoring everything from the backup using: + + % sudo -u ejabberd -H ejabberdctl restore /path/to/backup/file + + For more details: + + https://github.com/processone/ejabberd/issues/1305 + 20161005: AFFECTS: Users of audio/squeezeboxserver (now audio/logitechmediaserver) AUTHOR: woodsb02@FreeBSD.org Modified: head/net-im/ejabberd/Makefile ============================================================================== --- head/net-im/ejabberd/Makefile Tue Oct 11 06:32:46 2016 (r423746) +++ head/net-im/ejabberd/Makefile Tue Oct 11 07:38:34 2016 (r423747) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= ejabberd -PORTVERSION= 16.08 +PORTVERSION= 16.09 CATEGORIES= net-im MASTER_SITES= http://www.process-one.net/downloads/${PORTNAME}/${PORTVERSION}/:p1 \ http://distfiles.pirateparty.in/ashish/:deps \ LOCAL/ashish:deps -DISTFILES+= ${DISTNAME}.tgz:p1 ejabberd-deps-8.tar.xz:deps +DISTFILES+= ${DISTNAME}.tgz:p1 ejabberd-deps-9.tar.xz:deps MAINTAINER= ashish@FreeBSD.org COMMENT= Free and Open Source distributed fault-tolerant Jabber server Modified: head/net-im/ejabberd/distinfo ============================================================================== --- head/net-im/ejabberd/distinfo Tue Oct 11 06:32:46 2016 (r423746) +++ head/net-im/ejabberd/distinfo Tue Oct 11 07:38:34 2016 (r423747) @@ -1,5 +1,5 @@ -TIMESTAMP = 1473240311 -SHA256 (ejabberd-16.08.tgz) = b45598a6f2f1b398a19f23e3280b45eccc833d3339b1aeb6ec08ded7c19b1137 -SIZE (ejabberd-16.08.tgz) = 1739542 -SHA256 (ejabberd-deps-8.tar.xz) = 18025948a812a47cec268479ccd9098905eee96e03fe1c1cda829e836e3dd390 -SIZE (ejabberd-deps-8.tar.xz) = 29150936 +TIMESTAMP = 1475493034 +SHA256 (ejabberd-16.09.tgz) = 7b44ab3af3310ca73624c47b65cf30a651d5a1398413e8af51c610d788fb8f14 +SIZE (ejabberd-16.09.tgz) = 1687485 +SHA256 (ejabberd-deps-9.tar.xz) = ce492bbafc816358ffd6d0aa170dc51967dbaacb39eb1f01b8db855ab57a8678 +SIZE (ejabberd-deps-9.tar.xz) = 29589388 Modified: head/net-im/ejabberd/pkg-plist ============================================================================== --- head/net-im/ejabberd/pkg-plist Tue Oct 11 06:32:46 2016 (r423746) +++ head/net-im/ejabberd/pkg-plist Tue Oct 11 07:38:34 2016 (r423747) @@ -111,6 +111,7 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_configure.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_configure2.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_disco.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_delegation.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_echo.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_fail2ban.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_http_api.beam @@ -155,6 +156,7 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_private_mnesia.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_private_riak.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_private_sql.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_privilege.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_proxy65.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_proxy65_lib.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/mod_proxy65_service.beam @@ -198,6 +200,7 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_hometree.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_hometree_sql.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_mb.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_mb_sql.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_mix.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_mix_sql.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/ebin/node_online.beam @@ -233,6 +236,7 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_http.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_oauth.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_sm.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_service.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_sql_pt.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/%%PORTNAME%%_web_admin.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/eldap.hrl @@ -257,10 +261,10 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/mod_vcard_xupdate.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/ns.hrl %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/include/pubsub.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.3/ebin/cache_tab.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.3/ebin/cache_tab.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.3/ebin/cache_tab_app.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.3/ebin/cache_tab_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.4/ebin/cache_tab.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.4/ebin/cache_tab.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.4/ebin/cache_tab_app.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/cache_tab-1.0.4/ebin/cache_tab_sup.beam %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/ebin/basho_bench_driver_eredis.beam %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/ebin/basho_bench_driver_erldis.beam %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/ebin/eredis.app @@ -274,53 +278,53 @@ %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/priv/basho_bench_eredis.config %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/priv/basho_bench_eredis_pipeline.config %%REDIS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/eredis-1.0.8/priv/basho_bench_erldis.config -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.7/ebin/esip.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.7/ebin/esip.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.7/ebin/esip_app.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.7/ebin/esip_client_transaction.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.7/ebin/esip_codec.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.7/ebin/esip_dialog.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.7/ebin/esip_listener.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.7/ebin/esip_server_transaction.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.7/ebin/esip_socket.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.7/ebin/esip_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.7/ebin/esip_tmp_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.7/ebin/esip_transaction.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.7/ebin/esip_transport.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.7/ebin/esip_udp_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.7/include/esip.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.7/include/esip_lib.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.7/priv/lib/esip_drv.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_app.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_client_transaction.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_codec.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_dialog.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_listener.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_server_transaction.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_socket.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_tmp_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_transaction.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_transport.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/ebin/esip_udp_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/include/esip.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/include/esip_lib.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/esip-1.0.8/priv/lib/esip_drv.so %%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/ebin/ezlib.app %%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/ebin/ezlib.beam %%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/ebin/ezlib_app.beam %%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/ebin/ezlib_sup.beam %%ZLIB%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/ezlib-1.0.1/priv/lib/ezlib_drv.so -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.6/ebin/fast_tls.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.6/ebin/fast_tls.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.6/ebin/fast_tls_app.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.6/ebin/fast_tls_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.6/ebin/p1_sha.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.6/priv/lib/fast_tls_drv.so -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.6/priv/lib/p1_sha.so -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.14/ebin/fast_xml.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.14/ebin/fast_xml.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.14/ebin/fxml.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.14/ebin/fxml_gen.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.14/ebin/fxml_gen_pt.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.14/ebin/fxml_stream.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.14/ebin/fxml_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.14/ebin/fxmlrpc.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.14/ebin/fxmlrpc_codec.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.14/include/fxml.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.14/include/fxml_gen.hrl -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.14/priv/lib/fxml.so -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.14/priv/lib/fxml_stream.so -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.5/ebin/fast_yaml.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.5/ebin/fast_yaml.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.5/ebin/fast_yaml_app.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.5/ebin/fast_yaml_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.5/priv/lib/fast_yaml.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.7/ebin/fast_tls.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.7/ebin/fast_tls.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.7/ebin/fast_tls_app.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.7/ebin/fast_tls_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.7/ebin/p1_sha.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.7/priv/lib/fast_tls_drv.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_tls-1.0.7/priv/lib/p1_sha.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fast_xml.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fast_xml.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fxml.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fxml_gen.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fxml_gen_pt.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fxml_stream.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fxml_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fxmlrpc.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/ebin/fxmlrpc_codec.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/include/fxml.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/include/fxml_gen.hrl +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/priv/lib/fxml.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_xml-1.1.15/priv/lib/fxml_stream.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.6/ebin/fast_yaml.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.6/ebin/fast_yaml.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.6/ebin/fast_yaml_app.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.6/ebin/fast_yaml_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/fast_yaml-1.0.6/priv/lib/fast_yaml.so %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/glc.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/glc_code.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/goldrush-0.1.7/ebin/glc_lib.beam @@ -406,21 +410,21 @@ %%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/meck-0.8.4/ebin/meck_proc.beam %%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/meck-0.8.4/ebin/meck_ret_spec.beam %%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/meck-0.8.4/ebin/meck_util.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5b/ebin/moka.app -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5b/ebin/moka.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5b/ebin/moka_app.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5b/ebin/moka_call_handler.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5b/ebin/moka_history.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5b/ebin/moka_main_sup.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5b/ebin/moka_mod_utils.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5b/ebin/moka_server.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5b/ebin/moka_sup.beam -%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5b/ebin/moka_utils.beam -%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.1/ebin/iconv.app -%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.1/ebin/iconv.beam -%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.1/ebin/iconv_app.beam -%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.1/ebin/iconv_sup.beam -%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.1/priv/lib/iconv.so +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5c/ebin/moka.app +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5c/ebin/moka.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5c/ebin/moka_app.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5c/ebin/moka_call_handler.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5c/ebin/moka_history.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5c/ebin/moka_main_sup.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5c/ebin/moka_mod_utils.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5c/ebin/moka_server.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5c/ebin/moka_sup.beam +%%TOOLS%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/moka-1.0.5c/ebin/moka_utils.beam +%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.2/ebin/iconv.app +%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.2/ebin/iconv.beam +%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.2/ebin/iconv_app.beam +%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.2/ebin/iconv_sup.beam +%%ICONV%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/iconv-1.0.2/priv/lib/iconv.so %%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.1/ebin/p1_mysql.app %%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.1/ebin/p1_mysql.beam %%MYSQL%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_mysql-1.0.1/ebin/p1_mysql_app.beam @@ -457,17 +461,6 @@ %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.5/ebin/p1_time_compat.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.5/ebin/p1_utils.app %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_utils-1.0.5/ebin/treap.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_xmlrpc-1.15.1/ebin/beam_util.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_xmlrpc-1.15.1/ebin/p1_xmlrpc.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_xmlrpc-1.15.1/ebin/tcp_serv.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_xmlrpc-1.15.1/ebin/url_util.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_xmlrpc-1.15.1/ebin/xmlrpc.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_xmlrpc-1.15.1/ebin/xmlrpc_decode.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_xmlrpc-1.15.1/ebin/xmlrpc_encode.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_xmlrpc-1.15.1/ebin/xmlrpc_http.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_xmlrpc-1.15.1/ebin/xmlrpc_tests.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_xmlrpc-1.15.1/ebin/xmlrpc_util.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/p1_xmlrpc-1.15.1/include/xmlrpc.hrl %%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.2-4-g6e7fc92/ebin/pokemon_pb.beam %%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.2-4-g6e7fc92/ebin/protobuffs.app %%RIAK%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/protobuffs-0.8.2-4-g6e7fc92/ebin/protobuffs.beam @@ -524,11 +517,11 @@ %%SQLITE%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/sqlite3-1.1.5/ebin/sqlite3_lib.beam %%SQLITE%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/sqlite3-1.1.5/include/sqlite3.hrl %%SQLITE%%%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/sqlite3-1.1.5/priv/sqlite3_drv.so -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.5/ebin/stringprep.app -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.5/ebin/stringprep.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.5/ebin/stringprep_app.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.5/ebin/stringprep_sup.beam -%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.5/priv/lib/stringprep.so +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.6/ebin/stringprep.app +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.6/ebin/stringprep.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.6/ebin/stringprep_app.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.6/ebin/stringprep_sup.beam +%%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stringprep-1.0.6/priv/lib/stringprep.so %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.6/ebin/stun.app %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.6/ebin/stun.beam %%EJABBERD_LIBDIR%%/%%PORTNAME%%-%%PORTVERSION%%/lib/stun-1.0.6/ebin/stun_app.beam From owner-svn-ports-head@freebsd.org Tue Oct 11 07:49:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A9CBC0D114; Tue, 11 Oct 2016 07:49:56 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B42E7C; Tue, 11 Oct 2016 07:49:56 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B7ntXM015351; Tue, 11 Oct 2016 07:49:55 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B7nsN7015341; Tue, 11 Oct 2016 07:49:54 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610110749.u9B7nsN7015341@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 11 Oct 2016 07:49:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423748 - in head/www: aws aws-demos aws-demos/files aws/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.23 Precedence: list List-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, 11 Oct 2016 07:49:56 -0000 Author: marino Date: Tue Oct 11 07:49:54 2016 New Revision: 423748 URL: https://svnweb.freebsd.org/changeset/ports/423748 Log: www/aws(-demos): Upgrade version 17.0.0 => 17.0.1 Using a separately built templates_parser is just too much work. Instead, use the framework's GITHUB support to pull template_parser from github and install in the source tree (as designed). This allows removal and simplification of several patches. Rework the -demos port to install several missing files and maintain the directory tree so that web_elements are relatively in the intended location. Added: head/www/aws/files/patch-src_core_aws-server-http__utils.adb (contents, props changed) Deleted: head/www/aws-demos/files/patch-Makefile head/www/aws-demos/files/templates.tads head/www/aws/files/patch-Makefile head/www/aws/files/patch-gps_Makefile head/www/aws/files/patch-tools_tools.gpr Modified: head/www/aws-demos/Makefile head/www/aws-demos/pkg-plist head/www/aws/Makefile head/www/aws/distinfo head/www/aws/files/aws.gpr.in head/www/aws/files/patch-aws.gpr head/www/aws/files/patch-src_src.gpr head/www/aws/pkg-plist Modified: head/www/aws-demos/Makefile ============================================================================== --- head/www/aws-demos/Makefile Tue Oct 11 07:38:34 2016 (r423747) +++ head/www/aws-demos/Makefile Tue Oct 11 07:49:54 2016 (r423748) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= aws -PORTVERSION= 17.0.0 -PORTREVISION= 1 +PORTVERSION= 17.0.1 CATEGORIES= www PKGNAMESUFFIX= -demos @@ -20,8 +19,8 @@ BUILD_DEPENDS= gprbuild:devel/gprbuild \ USES= ada gmake python tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= AdaCore -GH_PROJECT= aws -GH_TAGNAME= 31d491e +GH_TAGNAME= 17.0 +GH_TUPLE= AdaCore:templates-parser:17.0:tp/templates_parser DISTINFO_FILE= ${PORTSDIR}/www/aws/distinfo @@ -45,7 +44,6 @@ DEMO_DIRS+= dowload_manager DEMO_DIRS+= hello_world DEMO_DIRS+= hello_wsdl DEMO_DIRS+= hotplug -DEMO_DIRS+= https DEMO_DIRS+= interoplab DEMO_DIRS+= jabber_demo DEMO_DIRS+= multiple_sessions @@ -69,6 +67,42 @@ DEMO_DIRS+= ws DEMO_DIRS+= ws_candy DEMO_DIRS+= zdemo +PROGS= multiple_sessions/multiple_sessions \ + jabber_demo/jabber_demo \ + auth/auth \ + text_input/text_input \ + web_block/web_block \ + web_mail/web_mail \ + websockets/websock \ + wps/wps \ + interoplab/interoplab_main \ + soap_demo/soap_server \ + soap_demo/soap_client \ + web_block_ajax/web_block_ajax \ + web_elements/web_elements_program \ + cert/cert \ + com/com_2 \ + com/com_1 \ + dowload_manager/download_manager \ + hello_world/hello_world \ + hello_wsdl/wsdl_demo_client \ + hello_wsdl/wsdl_demo_server \ + hotplug/main \ + hotplug/hotplug \ + res_demo/res_demo \ + soap_vs/soap_svs \ + soap_vs/soap_cvs \ + test_mail/test_mail \ + upload/upload \ + vh_demo/vh_demo \ + ws/ws \ + ws_candy/candy \ + split/split \ + dispatch/dispatch \ + zdemo/zdemo \ + soap_disp/soap_server_disp \ + soap_disp/soap_client + .include .if ${SSL_DEFAULT} == base @@ -78,50 +112,51 @@ IGNORE_FreeBSD_9= Requires newer OpenSSL .if ${PORT_OPTIONS:MSSL} CONF_ARGS+= SOCKET=openssl DEMO_DIRS+= agent +DEMO_DIRS+= https DEMO_DIRS+= runme +PROGS+= agent/agent \ + https/https \ + runme/runme .endif .if ${PORT_OPTIONS:MLDAP} CONF_ARGS+= LDAP=true DEMO_DIRS+= test_ldap +PROGS+= test_ldap/test_ldap .endif post-patch: @${REINPLACE_CMD} -e 's|@PREFIX@|${LOCALBASE}|g' \ ${WRKSRC}/demos/test_ldap/test_ldap.gpr - @${REINPLACE_CMD} -e 's| setup_tp | |' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|latexpdf||' ${WRKSRC}/Makefile +.for dd in ${DEMO_DIRS} + @${REINPLACE_CMD} -i '' -e 's|gprclean|gprclean -c|' \ + ${WRKSRC}/demos/${dd}/Makefile +.endfor do-configure: ${MKDIR} ${WRKSRC}/.build/native/debug/static/obj - cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${MAKE_CMD} setup ${CONF_ARGS} + (cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + ${MAKE_CMD} setup ${CONF_ARGS}) do-build: .for dd in ${DEMO_DIRS} @${ECHO_MSG} "=== BUILD ${dd} ===" - cd ${WRKSRC}/demos/${dd} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} + (cd ${WRKSRC}/demos/${dd} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}) + (cd ${WRKSRC}/demos/${dd} && ${SETENV} ${MAKE_ENV} \ + ${MAKE_CMD} clean && ${RM} -r Makefile *.ad[bs] *.gpr src) .endfor do-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/templates \ - ${STAGEDIR}${EXAMPLESDIR}/images + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/demos + (cd ${WRKSRC} && ${COPYTREE_SHARE} web_elements \ + ${STAGEDIR}${EXAMPLESDIR}) .for dd in ${DEMO_DIRS:Nautobahn} - ${FIND} ${WRKSRC}/demos/${dd} -type f -perm -0001 \ - -exec ${INSTALL_PROGRAM} {} ${STAGEDIR}${EXAMPLESDIR}/ \; + (cd ${WRKSRC}/demos && ${COPYTREE_SHARE} ${dd} \ + ${STAGEDIR}${EXAMPLESDIR}/demos) +.endfor +.for prog in ${PROGS} + ${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/demos/${prog} .endfor - ${INSTALL_PROGRAM} ${WRKSRC}/demos/autobahn/obj/autobahn \ - ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/demos/autobahn/autobahn/run.sh \ - ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/demos/autobahn/autobahn/aws.json \ - ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC} && \ - ${COPYTREE_SHARE} web_elements ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/demos/runme/aws_*.png \ - ${STAGEDIR}${EXAMPLESDIR}/images - ${INSTALL_DATA} ${WRKSRC}/demos/web_mail/*html \ - ${STAGEDIR}${EXAMPLESDIR}/templates - ${INSTALL_DATA} ${FILESDIR}/templates.tads \ - ${STAGEDIR}${EXAMPLESDIR}/templates .include Modified: head/www/aws-demos/pkg-plist ============================================================================== --- head/www/aws-demos/pkg-plist Tue Oct 11 07:38:34 2016 (r423747) +++ head/www/aws-demos/pkg-plist Tue Oct 11 07:49:54 2016 (r423748) @@ -1,47 +1,138 @@ -%%SSL%%%%EXAMPLESDIR%%/agent -%%EXAMPLESDIR%%/auth -%%EXAMPLESDIR%%/autobahn -%%EXAMPLESDIR%%/aws.json -%%EXAMPLESDIR%%/candy -%%EXAMPLESDIR%%/cert -%%EXAMPLESDIR%%/com_1 -%%EXAMPLESDIR%%/com_2 -%%EXAMPLESDIR%%/dispatch -%%EXAMPLESDIR%%/download_manager -%%EXAMPLESDIR%%/hello_world -%%EXAMPLESDIR%%/hotplug -%%EXAMPLESDIR%%/https -%%EXAMPLESDIR%%/images/aws_down.png -%%EXAMPLESDIR%%/images/aws_logo.png -%%EXAMPLESDIR%%/images/aws_up.png -%%EXAMPLESDIR%%/interoplab_main -%%EXAMPLESDIR%%/jabber_demo -%%EXAMPLESDIR%%/main -%%EXAMPLESDIR%%/multiple_sessions -%%EXAMPLESDIR%%/res_demo -%%EXAMPLESDIR%%/run.sh -%%SSL%%%%EXAMPLESDIR%%/runme -%%EXAMPLESDIR%%/soap_client -%%EXAMPLESDIR%%/soap_cvs -%%EXAMPLESDIR%%/soap_server -%%EXAMPLESDIR%%/soap_server_disp -%%EXAMPLESDIR%%/soap_svs -%%EXAMPLESDIR%%/split -%%LDAP%%%%EXAMPLESDIR%%/test_ldap -%%EXAMPLESDIR%%/templates/templates.tads -%%EXAMPLESDIR%%/templates/wm_error.thtml -%%EXAMPLESDIR%%/templates/wm_login.html -%%EXAMPLESDIR%%/templates/wm_message.thtml -%%EXAMPLESDIR%%/templates/wm_reply.thtml -%%EXAMPLESDIR%%/templates/wm_summary.thtml -%%EXAMPLESDIR%%/test_mail -%%EXAMPLESDIR%%/text_input -%%EXAMPLESDIR%%/upload -%%EXAMPLESDIR%%/vh_demo -%%EXAMPLESDIR%%/web_block -%%EXAMPLESDIR%%/web_block_ajax -%%EXAMPLESDIR%%/web_block_ajax_templates -%%EXAMPLESDIR%%/web_elements_program +%%SSL%%%%EXAMPLESDIR%%/demos/agent/agent +%%SSL%%%%EXAMPLESDIR%%/demos/agent/cert.pem +%%EXAMPLESDIR%%/demos/auth/auth +%%EXAMPLESDIR%%/demos/cert/README +%%EXAMPLESDIR%%/demos/cert/aws-client1.p12 +%%EXAMPLESDIR%%/demos/cert/aws-client2.p12 +%%EXAMPLESDIR%%/demos/cert/aws-server.crt +%%EXAMPLESDIR%%/demos/cert/aws-server.key +%%EXAMPLESDIR%%/demos/cert/aws.ini +%%EXAMPLESDIR%%/demos/cert/cert +%%EXAMPLESDIR%%/demos/cert/crl1.pem +%%EXAMPLESDIR%%/demos/cert/crl2.pem +%%EXAMPLESDIR%%/demos/cert/private-ca.crt +%%EXAMPLESDIR%%/demos/com/com_1 +%%EXAMPLESDIR%%/demos/com/com_2 +%%EXAMPLESDIR%%/demos/dispatch/dispatch +%%EXAMPLESDIR%%/demos/dowload_manager/aws_download_manager_start.thtml +%%EXAMPLESDIR%%/demos/dowload_manager/aws_download_manager_waiting.thtml +%%EXAMPLESDIR%%/demos/dowload_manager/download_manager +%%EXAMPLESDIR%%/demos/dowload_manager/main.html +%%EXAMPLESDIR%%/demos/gSOAP/README +%%EXAMPLESDIR%%/demos/gSOAP/c_client_doc.c +%%EXAMPLESDIR%%/demos/gSOAP/c_client_rpc.c +%%EXAMPLESDIR%%/demos/gSOAP/c_server_doc.c +%%EXAMPLESDIR%%/demos/gSOAP/c_server_rpc.c +%%EXAMPLESDIR%%/demos/gSOAP/hello_doc.wsdl +%%EXAMPLESDIR%%/demos/gSOAP/hello_rpc.wsdl +%%EXAMPLESDIR%%/demos/hello_world/hello_world +%%EXAMPLESDIR%%/demos/hello_wsdl/hello.wsdl +%%EXAMPLESDIR%%/demos/hello_wsdl/wsdl_demo_client +%%EXAMPLESDIR%%/demos/hello_wsdl/wsdl_demo_server +%%EXAMPLESDIR%%/demos/hotplug/hotplug +%%EXAMPLESDIR%%/demos/hotplug/hotplug_module.ini +%%EXAMPLESDIR%%/demos/hotplug/main +%%SSL%%%%EXAMPLESDIR%%/demos/https/aws-server.crt +%%SSL%%%%EXAMPLESDIR%%/demos/https/aws-server.key +%%SSL%%%%EXAMPLESDIR%%/demos/https/aws.ini +%%SSL%%%%EXAMPLESDIR%%/demos/https/https +%%EXAMPLESDIR%%/demos/interoplab/interoplab_main +%%EXAMPLESDIR%%/demos/interoplab/interoplab_main.wsdl +%%EXAMPLESDIR%%/demos/jabber_demo/jabber_demo +%%EXAMPLESDIR%%/demos/multiple_sessions/multiple_sessions +%%EXAMPLESDIR%%/demos/res_demo/adains.png +%%EXAMPLESDIR%%/demos/res_demo/page3.html +%%EXAMPLESDIR%%/demos/res_demo/res_demo +%%SSL%%%%EXAMPLESDIR%%/demos/runme/adains.png +%%SSL%%%%EXAMPLESDIR%%/demos/runme/aws_down.png +%%SSL%%%%EXAMPLESDIR%%/demos/runme/aws_logo.png +%%SSL%%%%EXAMPLESDIR%%/demos/runme/aws_status.thtml +%%SSL%%%%EXAMPLESDIR%%/demos/runme/aws_up.png +%%SSL%%%%EXAMPLESDIR%%/demos/runme/cert.pem +%%SSL%%%%EXAMPLESDIR%%/demos/runme/runme +%%SSL%%%%EXAMPLESDIR%%/demos/runme/runme.ini +%%EXAMPLESDIR%%/demos/soap_demo/soap_client +%%EXAMPLESDIR%%/demos/soap_demo/soap_server +%%EXAMPLESDIR%%/demos/soap_disp/soap_client +%%EXAMPLESDIR%%/demos/soap_disp/soap_server_disp +%%EXAMPLESDIR%%/demos/soap_vs/soap_cvs +%%EXAMPLESDIR%%/demos/soap_vs/soap_svs +%%EXAMPLESDIR%%/demos/split/404.thtml +%%EXAMPLESDIR%%/demos/split/bounded_index.thtml +%%EXAMPLESDIR%%/demos/split/bounded_s_index.thtml +%%EXAMPLESDIR%%/demos/split/simple_index.thtml +%%EXAMPLESDIR%%/demos/split/simple_s_index.thtml +%%EXAMPLESDIR%%/demos/split/sliding_index.thtml +%%EXAMPLESDIR%%/demos/split/sliding_s_index.thtml +%%EXAMPLESDIR%%/demos/split/split +%%EXAMPLESDIR%%/demos/split/split.thtml +%%LDAP%%%%EXAMPLESDIR%%/demos/test_ldap/test_ldap +%%EXAMPLESDIR%%/demos/test_mail/test_mail +%%EXAMPLESDIR%%/demos/text_input/text_input +%%EXAMPLESDIR%%/demos/upload/aws.ini +%%EXAMPLESDIR%%/demos/upload/main.html +%%EXAMPLESDIR%%/demos/upload/upload +%%EXAMPLESDIR%%/demos/vh_demo/vh_demo +%%EXAMPLESDIR%%/demos/web_block/counter.thtml +%%EXAMPLESDIR%%/demos/web_block/page.thtml +%%EXAMPLESDIR%%/demos/web_block/web_block +%%EXAMPLESDIR%%/demos/web_block_ajax/page.thtml +%%EXAMPLESDIR%%/demos/web_block_ajax/r_widget_counter.txml +%%EXAMPLESDIR%%/demos/web_block_ajax/web_block_ajax +%%EXAMPLESDIR%%/demos/web_block_ajax/widget_counter.thtml +%%EXAMPLESDIR%%/demos/web_block_ajax_templates/page.thtml +%%EXAMPLESDIR%%/demos/web_block_ajax_templates/r_widget_counter.txml +%%EXAMPLESDIR%%/demos/web_block_ajax_templates/templates.tada +%%EXAMPLESDIR%%/demos/web_block_ajax_templates/widget_counter.thtml +%%EXAMPLESDIR%%/demos/web_elements/page1.html +%%EXAMPLESDIR%%/demos/web_elements/page2.html +%%EXAMPLESDIR%%/demos/web_elements/we_ajax_group.html +%%EXAMPLESDIR%%/demos/web_elements/we_ajax_user.html +%%EXAMPLESDIR%%/demos/web_elements/we_library.html +%%EXAMPLESDIR%%/demos/web_elements/we_test_ajax.html +%%EXAMPLESDIR%%/demos/web_elements/we_test_menu_css.html +%%EXAMPLESDIR%%/demos/web_elements/we_test_notebook.html +%%EXAMPLESDIR%%/demos/web_elements/we_test_rounded_boxes.html +%%EXAMPLESDIR%%/demos/web_elements/web_elements.gpr.orig +%%EXAMPLESDIR%%/demos/web_elements/web_elements_program +%%EXAMPLESDIR%%/demos/web_elements/xml1.xml +%%EXAMPLESDIR%%/demos/web_elements/xml10.xml +%%EXAMPLESDIR%%/demos/web_elements/xml11.xml +%%EXAMPLESDIR%%/demos/web_elements/xml2.xml +%%EXAMPLESDIR%%/demos/web_elements/xml3.xml +%%EXAMPLESDIR%%/demos/web_elements/xml4.xml +%%EXAMPLESDIR%%/demos/web_elements/xml5.xml +%%EXAMPLESDIR%%/demos/web_elements/xml6.xml +%%EXAMPLESDIR%%/demos/web_elements/xml7.xml +%%EXAMPLESDIR%%/demos/web_elements/xml8.xml +%%EXAMPLESDIR%%/demos/web_elements/xml9.xml +%%EXAMPLESDIR%%/demos/web_elements/xml_action.txml +%%EXAMPLESDIR%%/demos/web_elements/xml_clear.xml +%%EXAMPLESDIR%%/demos/web_elements/xml_clear_no.xml +%%EXAMPLESDIR%%/demos/web_elements/xml_get_list.txml +%%EXAMPLESDIR%%/demos/web_elements/xml_showdata.txml +%%EXAMPLESDIR%%/demos/web_mail/web_mail +%%EXAMPLESDIR%%/demos/web_mail/wm_error.thtml +%%EXAMPLESDIR%%/demos/web_mail/wm_login.html +%%EXAMPLESDIR%%/demos/web_mail/wm_message.thtml +%%EXAMPLESDIR%%/demos/web_mail/wm_reply.thtml +%%EXAMPLESDIR%%/demos/web_mail/wm_summary.thtml +%%EXAMPLESDIR%%/demos/websockets/echo.xml +%%EXAMPLESDIR%%/demos/websockets/page.thtml +%%EXAMPLESDIR%%/demos/websockets/resp.xml +%%EXAMPLESDIR%%/demos/websockets/websock +%%EXAMPLESDIR%%/demos/wps/aws_directory.thtml +%%EXAMPLESDIR%%/demos/wps/wps +%%EXAMPLESDIR%%/demos/wps/wps.ini +%%EXAMPLESDIR%%/demos/ws/aws_directory.thtml +%%EXAMPLESDIR%%/demos/ws/page1.html +%%EXAMPLESDIR%%/demos/ws/websocket-messages-test.html +%%EXAMPLESDIR%%/demos/ws/ws +%%EXAMPLESDIR%%/demos/ws/ws.ini +%%EXAMPLESDIR%%/demos/ws_candy/candy +%%EXAMPLESDIR%%/demos/ws_candy/page.thtml +%%EXAMPLESDIR%%/demos/zdemo/adains.png.gz +%%EXAMPLESDIR%%/demos/zdemo/zdemo %%EXAMPLESDIR%%/web_elements/icons/ada.gif %%EXAMPLESDIR%%/web_elements/icons/adb.gif %%EXAMPLESDIR%%/web_elements/icons/ads.gif @@ -107,10 +198,3 @@ %%EXAMPLESDIR%%/web_elements/readme.txt %%EXAMPLESDIR%%/web_elements/rounded_boxes/rcorner.gif %%EXAMPLESDIR%%/web_elements/rounded_boxes/rounded_boxes.tcss -%%EXAMPLESDIR%%/web_mail -%%EXAMPLESDIR%%/websock -%%EXAMPLESDIR%%/wps -%%EXAMPLESDIR%%/ws -%%EXAMPLESDIR%%/wsdl_demo_client -%%EXAMPLESDIR%%/wsdl_demo_server -%%EXAMPLESDIR%%/zdemo Modified: head/www/aws/Makefile ============================================================================== --- head/www/aws/Makefile Tue Oct 11 07:38:34 2016 (r423747) +++ head/www/aws/Makefile Tue Oct 11 07:49:54 2016 (r423748) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= aws -PORTVERSION= 17.0.0 -PORTREVISION= 1 +PORTVERSION= 17.0.1 CATEGORIES= www MAINTAINER= marino@FreeBSD.org @@ -13,18 +12,16 @@ LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi BUILD_DEPENDS= gprbuild:devel/gprbuild \ - templates_parser>11:textproc/templates_parser \ xmlada>=4.4:textproc/xmlada \ asis>=2013:lang/asis \ gnatpython>=20101207:devel/gnatpython -RUN_DEPENDS= templates_parser>11:textproc/templates_parser \ - xmlada>=4.4:textproc/xmlada +RUN_DEPENDS= xmlada>=4.4:textproc/xmlada USES= ada:run gmake python shebangfix tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= AdaCore -GH_PROJECT= aws -GH_TAGNAME= 31d491e +GH_TAGNAME= 17.0 +GH_TUPLE= AdaCore:templates-parser:17.0:tp/templates_parser GNU_CONFIGURE= yes NO_MTREE= yes @@ -36,8 +33,6 @@ NAME_IP6= -- NAME_STD= -- BUILD_TYPE= release ADDL_RPATH= ${LOCALBASE}/lib:${LOCALBASE}/lib/aws/native/relocatable -AUX_TARGET= ${ARCH:S/amd64/x86_64/}-aux-${OPSYS:tl}${OSREL} -TEMPARSE= ${WRKSRC}/.build/${AUX_TARGET}/${BUILD_TYPE} SHEBANG_FILES= tools/awsascb OPTIONS_SINGLE= Secure-Socket-Layer @@ -61,7 +56,6 @@ CONF_ARGS+= PYTHON=python${PYTHON_VER} CONF_ARGS+= XMLADA=true CONF_ARGS+= PRJ_BUILD=${DOTBUILD} CONF_ARGS+= prefix=${PREFIX} -CONF_ARGS+= LPATH=${PREFIX}/lib CONF_ARGS+= ZPATH=/usr/lib CONF_ARGS+= ZLIB=true CONF_ARGS+= ASIS=true @@ -81,8 +75,9 @@ IGNORE_FreeBSD_9= Requires newer OpenSSL CONF_ARGS+= SOCKET=openssl CONF_ARGS+= LPATH=${OPENSSLLIB} LINK_SSL= -.endif -.if ${PORT_OPTIONS:MGNUTLS} +.else +# it's not SSL so it must be GNUTLS +CONF_ARGS+= LPATH=${PREFIX}/lib CONF_ARGS+= SOCKET=gnutls LINK_TLS= .endif @@ -126,42 +121,27 @@ CONF_ARGS+= ENABLE_SHARED=false .endif post-patch: - @${MKDIR} ${WRKSRC}/templates_parser \ - ${TEMPARSE}/static/obj/temparse \ - ${TEMPARSE}/static/lib/temparse \ - ${TEMPARSE}/relocatable/obj/temparse \ - ${TEMPARSE}/relocatable/lib/temparse \ - ${WRKSRC}/templates_parser/tools \ - ${WRKSRC}/templates_parser/xsrc \ - ${WRKSRC}/templates_parser/src @${REINPLACE_CMD} \ -e 's|@ADDITIONAL_RPATH@|${ADDL_RPATH}|' \ -e 's|@PREFIX@|${LOCALBASE}|g' \ ${WRKSRC}/aws.gpr \ ${WRKSRC}/src/src.gpr \ ${WRKSRC}/include/include.gpr - @${SED} -e 's|@PREFIX@|${LOCALBASE}|g' ${FILESDIR}/temparse.gpr.in \ - > ${WRKSRC}/templates_parser/temparse.gpr + @${REINPLACE_CMD} -e 's|latexpdf||' ${WRKSRC}/Makefile do-configure: -# If we want to do templates_parser copy in an earlier target then -# templates_parser needs to be listed as an EXTRACT_DEPENDS - @${CP} ${LOCALBASE}/lib/templates_parser/* \ - ${TEMPARSE}/static/lib/temparse - @${CP} ${LOCALBASE}/lib/templates_parser.relocatable/*.ali \ - ${TEMPARSE}/relocatable/lib/temparse - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${MAKE_CMD} setup ${CONF_ARGS} + (cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + ${MAKE_CMD} setup ${CONF_ARGS}) do-build: # We cannot use a redefined ALL_TARGET because MAKE_JOBS_SAFE is set # for PROCESSORS, but that also sets -j for gmake which breaks build cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${MAKE_CMD} ${MAKE_ARGS} build -.if ${PORT_OPTIONS:MDOCS} + +do-build-DOCS-on: cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} \ ${MAKE_CMD} ${MAKE_ARGS} html -.endif test: .if exists(${LOCALBASE}/bin/awsres) Modified: head/www/aws/distinfo ============================================================================== --- head/www/aws/distinfo Tue Oct 11 07:38:34 2016 (r423747) +++ head/www/aws/distinfo Tue Oct 11 07:49:54 2016 (r423748) @@ -1,3 +1,5 @@ -TIMESTAMP = 1465542815 -SHA256 (AdaCore-aws-17.0.0-31d491e_GH0.tar.gz) = ffa837c757164b9f0c7383f43f6e846f19ab80f77ade8ce43d9efc68e6e0b99d -SIZE (AdaCore-aws-17.0.0-31d491e_GH0.tar.gz) = 2079967 +TIMESTAMP = 1476161971 +SHA256 (AdaCore-aws-17.0.1-17.0_GH0.tar.gz) = 3dfaca1fd965300d2e1506874f3bfacd6d913032cc7c6ae0ed148672634a870e +SIZE (AdaCore-aws-17.0.1-17.0_GH0.tar.gz) = 2085711 +SHA256 (AdaCore-templates-parser-17.0_GH0.tar.gz) = 837693c5a5ff6acc0140b341a8e363e7e4e036e9316e516a53116eb0db3b88a7 +SIZE (AdaCore-templates-parser-17.0_GH0.tar.gz) = 216629 Modified: head/www/aws/files/aws.gpr.in ============================================================================== --- head/www/aws/files/aws.gpr.in Tue Oct 11 07:38:34 2016 (r423747) +++ head/www/aws/files/aws.gpr.in Tue Oct 11 07:49:54 2016 (r423748) @@ -1,4 +1,3 @@ -with "templates_parser"; with "xmlada"; project AWS is Modified: head/www/aws/files/patch-aws.gpr ============================================================================== --- head/www/aws/files/patch-aws.gpr Tue Oct 11 07:38:34 2016 (r423747) +++ head/www/aws/files/patch-aws.gpr Tue Oct 11 07:49:54 2016 (r423748) @@ -1,15 +1,5 @@ --- aws.gpr.orig 2014-11-15 19:27:52 UTC +++ aws.gpr -@@ -44,7 +44,8 @@ aggregate library project AWS is - when "Windows_NT" => - for Library_Options use ("-lwsock32", "-lws2_32"); - when others => -- null; -+ for Library_Options use ("-R", "-Wl,-R,@PREFIX@/lib" & -+ ":@PREFIX@/lib/templates_parser.relocatable"); - end case; - - case Shared.LDAP is @@ -55,7 +56,7 @@ aggregate library project AWS is Project'Library_Options & ("-lwldap32"); when others => Added: head/www/aws/files/patch-src_core_aws-server-http__utils.adb ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/aws/files/patch-src_core_aws-server-http__utils.adb Tue Oct 11 07:49:54 2016 (r423748) @@ -0,0 +1,22 @@ +Current_Process_Id is not available on GCC 6.x + +--- src/core/aws-server-http_utils.adb.orig 2016-09-28 15:14:26 UTC ++++ src/core/aws-server-http_utils.adb +@@ -39,7 +39,6 @@ with Ada.Strings.Unbounded; + with Ada.Text_IO; + + with GNAT.MD5; +-with GNAT.OS_Lib; + with GNAT.Regexp; + + with AWS.Attachments; +@@ -924,8 +923,7 @@ package body AWS.Server.HTTP_Utils is + + function Get_File_Upload_UID return String is + use GNAT; +- Pid : constant Natural := Integer'Max +- (0, OS_Lib.Pid_To_Integer (OS_Lib.Current_Process_Id)); ++ Pid : constant Natural := 0; + -- On OS where Current_Process_Id is not support -1 is returned. We + -- ensure that in this case the Pid is set to 0 in this case. + UID : Natural; Modified: head/www/aws/files/patch-src_src.gpr ============================================================================== --- head/www/aws/files/patch-src_src.gpr Tue Oct 11 07:38:34 2016 (r423747) +++ head/www/aws/files/patch-src_src.gpr Tue Oct 11 07:49:54 2016 (r423748) @@ -1,31 +1,6 @@ --- src/src.gpr.orig 2015-06-22 10:52:10 UTC +++ src/src.gpr -@@ -21,13 +21,14 @@ with "../.build/projects/aws_xmlada"; - with "../shared"; - with "../include/include"; - with "../ssl/ssl"; -+with "../templates_parser/temparse"; - - library project Src is - - for Languages use ("Ada", "Project file", "Makefile"); - - for Source_Dirs use -- ("core", "extended", "../templates_parser/src", "../config/src", -+ ("core", "extended", "../config/src", - "../config/ssl", "../" & Shared.Target_Dir & "/setup/src", "."); - - -- XMLAda Installed, add xsrc and soap directories -@@ -35,7 +36,7 @@ library project Src is - case Shared.XMLAda is - when "Installed" => - for Source_Dirs use project'Source_Dirs & -- ("xsrc", "soap", "../templates_parser/xsrc"); -+ ("xsrc", "soap"); - when "Disabled" => - null; - end case; -@@ -68,7 +69,7 @@ library project Src is +@@ -68,7 +68,7 @@ library project Src is when "Windows_NT" => for Library_Options use ("-lwsock32", "-lws2_32"); when others => @@ -34,7 +9,7 @@ end case; case Shared.LDAP is -@@ -79,7 +80,7 @@ library project Src is +@@ -79,7 +79,7 @@ library project Src is Project'Library_Options & ("-lwldap32"); when others => for Library_Options use @@ -43,21 +18,3 @@ end case; when "Disabled" => -@@ -124,17 +125,6 @@ library project Src is - for Implementation_Suffix ("Makefile") use ".txt"; - for Implementation_Exceptions ("Makefile") use ("Makefile"); - -- -- Templates Parser -- -- for Specification ("Templates_Parser.Configuration") -- use "templates_parser-configuration__aws.ads"; -- -- for Implementation ("Templates_Parser.Input") -- use "templates_parser-input__aws.adb"; -- -- for Implementation ("Templates_Parser_Tasking") -- use "templates_parser_tasking__standard_tasking.adb"; -- - -- SOCKLIB - - case Shared.SOCKLIB is Modified: head/www/aws/pkg-plist ============================================================================== --- head/www/aws/pkg-plist Tue Oct 11 07:38:34 2016 (r423747) +++ head/www/aws/pkg-plist Tue Oct 11 07:49:54 2016 (r423748) @@ -332,6 +332,29 @@ %%SHARED%%include/aws.relocatable/ssl.ads %%SHARED%%include/aws.relocatable/ssl.gpr %%SHARED%%include/aws.relocatable/ssl_lib.gpr +%%SHARED%%include/aws.relocatable/templates_parser-cached_files.adb +%%SHARED%%include/aws.relocatable/templates_parser-configuration__aws.ads +%%SHARED%%include/aws.relocatable/templates_parser-data.adb +%%SHARED%%include/aws.relocatable/templates_parser-debug.adb +%%SHARED%%include/aws.relocatable/templates_parser-debug.ads +%%SHARED%%include/aws.relocatable/templates_parser-definitions.adb +%%SHARED%%include/aws.relocatable/templates_parser-expr.adb +%%SHARED%%include/aws.relocatable/templates_parser-filter.adb +%%SHARED%%include/aws.relocatable/templates_parser-input.ads +%%SHARED%%include/aws.relocatable/templates_parser-input__aws.adb +%%SHARED%%include/aws.relocatable/templates_parser-macro.adb +%%SHARED%%include/aws.relocatable/templates_parser-print_tree.adb +%%SHARED%%include/aws.relocatable/templates_parser-query.adb +%%SHARED%%include/aws.relocatable/templates_parser-query.ads +%%SHARED%%include/aws.relocatable/templates_parser-simplifier.adb +%%SHARED%%include/aws.relocatable/templates_parser-utils.adb +%%SHARED%%include/aws.relocatable/templates_parser-utils.ads +%%SHARED%%include/aws.relocatable/templates_parser-xml.adb +%%SHARED%%include/aws.relocatable/templates_parser-xml.ads +%%SHARED%%include/aws.relocatable/templates_parser.adb +%%SHARED%%include/aws.relocatable/templates_parser.ads +%%SHARED%%include/aws.relocatable/templates_parser_tasking.ads +%%SHARED%%include/aws.relocatable/templates_parser_tasking__standard_tasking.adb %%SHARED%%include/aws.relocatable/wrappers.c %%SHARED%%include/aws.relocatable/zlib-streams.adb %%SHARED%%include/aws.relocatable/zlib-streams.ads @@ -490,6 +513,14 @@ %%SHARED%%lib/aws.relocatable/soap-xml.ali %%SHARED%%lib/aws.relocatable/soap.ali %%SHARED%%lib/aws.relocatable/ssl.ali +%%SHARED%%lib/aws.relocatable/templates_parser-configuration__aws.ali +%%SHARED%%lib/aws.relocatable/templates_parser-debug.ali +%%SHARED%%lib/aws.relocatable/templates_parser-input__aws.ali +%%SHARED%%lib/aws.relocatable/templates_parser-query.ali +%%SHARED%%lib/aws.relocatable/templates_parser-utils.ali +%%SHARED%%lib/aws.relocatable/templates_parser-xml.ali +%%SHARED%%lib/aws.relocatable/templates_parser.ali +%%SHARED%%lib/aws.relocatable/templates_parser_tasking__standard_tasking.ali %%SHARED%%lib/aws.relocatable/zlib-streams.ali %%SHARED%%lib/aws.relocatable/zlib-thin.ali %%SHARED%%lib/aws.relocatable/zlib.ali @@ -512,6 +543,8 @@ bin/ada2wsdl bin/aws_password bin/awsascb bin/awsres +bin/templates2ada +bin/templatespp bin/webxref bin/wsdl2aws include/aws/aws-attachments.adb @@ -810,6 +843,29 @@ include/aws/src.gpr include/aws/ssl.ads include/aws/ssl.gpr include/aws/ssl_lib.gpr +include/aws/templates_parser-cached_files.adb +include/aws/templates_parser-configuration__aws.ads +include/aws/templates_parser-data.adb +include/aws/templates_parser-debug.adb +include/aws/templates_parser-debug.ads +include/aws/templates_parser-definitions.adb +include/aws/templates_parser-expr.adb +include/aws/templates_parser-filter.adb +include/aws/templates_parser-input.ads +include/aws/templates_parser-input__aws.adb +include/aws/templates_parser-macro.adb +include/aws/templates_parser-print_tree.adb +include/aws/templates_parser-query.adb +include/aws/templates_parser-query.ads +include/aws/templates_parser-simplifier.adb +include/aws/templates_parser-utils.adb +include/aws/templates_parser-utils.ads +include/aws/templates_parser-xml.adb +include/aws/templates_parser-xml.ads +include/aws/templates_parser.adb +include/aws/templates_parser.ads +include/aws/templates_parser_tasking.ads +include/aws/templates_parser_tasking__standard_tasking.adb include/aws/wrappers.c include/aws/zlib-streams.adb include/aws/zlib-streams.ads @@ -968,6 +1024,14 @@ lib/aws/soap-wsdl.ali lib/aws/soap-xml.ali lib/aws/soap.ali lib/aws/ssl.ali +lib/aws/templates_parser-configuration__aws.ali +lib/aws/templates_parser-debug.ali +lib/aws/templates_parser-input__aws.ali +lib/aws/templates_parser-query.ali +lib/aws/templates_parser-utils.ali +lib/aws/templates_parser-xml.ali +lib/aws/templates_parser.ali +lib/aws/templates_parser_tasking__standard_tasking.ali lib/aws/zlib-streams.ali lib/aws/zlib-thin.ali lib/aws/zlib.ali From owner-svn-ports-head@freebsd.org Tue Oct 11 08:08:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4C63C0D7C8; Tue, 11 Oct 2016 08:08:23 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B427FD7A; Tue, 11 Oct 2016 08:08:23 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B88MrC023121; Tue, 11 Oct 2016 08:08:22 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B88Mfa023119; Tue, 11 Oct 2016 08:08:22 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610110808.u9B88Mfa023119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 11 Oct 2016 08:08:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423749 - head/lang/abcl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 08:08:24 -0000 Author: olgeni Date: Tue Oct 11 08:08:22 2016 New Revision: 423749 URL: https://svnweb.freebsd.org/changeset/ports/423749 Log: Update lang/abcl to version 1.4.0. Modified: head/lang/abcl/Makefile head/lang/abcl/distinfo Modified: head/lang/abcl/Makefile ============================================================================== --- head/lang/abcl/Makefile Tue Oct 11 07:49:54 2016 (r423748) +++ head/lang/abcl/Makefile Tue Oct 11 08:08:22 2016 (r423749) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= abcl -PORTVERSION= 1.3.3 +PORTVERSION= 1.4.0 CATEGORIES= lang lisp java MASTER_SITES= http://abcl.org/releases/${PORTVERSION}/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} Modified: head/lang/abcl/distinfo ============================================================================== --- head/lang/abcl/distinfo Tue Oct 11 07:49:54 2016 (r423748) +++ head/lang/abcl/distinfo Tue Oct 11 08:08:22 2016 (r423749) @@ -1,2 +1,3 @@ -SHA256 (abcl-src-1.3.3.tar.gz) = 2186e3670bc9778472f5589109a79f13f0e487444e0602b6fcdc96b7c68f7d0f -SIZE (abcl-src-1.3.3.tar.gz) = 1096351 +TIMESTAMP = 1476172349 +SHA256 (abcl-src-1.4.0.tar.gz) = 51981aa8749308cb2ac64ca0165e162c24a7198d6d462384812c15126a8f96f8 +SIZE (abcl-src-1.4.0.tar.gz) = 1090214 From owner-svn-ports-head@freebsd.org Tue Oct 11 08:15:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7148FC0DCFC; Tue, 11 Oct 2016 08:15:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40EC6751; Tue, 11 Oct 2016 08:15:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B8FSb0026830; Tue, 11 Oct 2016 08:15:28 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B8FSbZ026828; Tue, 11 Oct 2016 08:15:28 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610110815.u9B8FSbZ026828@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 11 Oct 2016 08:15:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423750 - head/net-im/py-python-telegram-bot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 08:15:29 -0000 Author: olgeni Date: Tue Oct 11 08:15:28 2016 New Revision: 423750 URL: https://svnweb.freebsd.org/changeset/ports/423750 Log: Update net-im/py-python-telegram-bot to version 5.1.1. PR: 213358 Submitted by: olgeni Approved by: maintainer Modified: head/net-im/py-python-telegram-bot/Makefile head/net-im/py-python-telegram-bot/distinfo Modified: head/net-im/py-python-telegram-bot/Makefile ============================================================================== --- head/net-im/py-python-telegram-bot/Makefile Tue Oct 11 08:08:22 2016 (r423749) +++ head/net-im/py-python-telegram-bot/Makefile Tue Oct 11 08:15:28 2016 (r423750) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-telegram-bot -PORTVERSION= 5.1.0 +PORTVERSION= 5.1.1 CATEGORIES= net-im devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net-im/py-python-telegram-bot/distinfo ============================================================================== --- head/net-im/py-python-telegram-bot/distinfo Tue Oct 11 08:08:22 2016 (r423749) +++ head/net-im/py-python-telegram-bot/distinfo Tue Oct 11 08:15:28 2016 (r423750) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474794045 -SHA256 (python-telegram-bot-5.1.0.tar.gz) = 0280493499aa7948a0ed5eff3339e4c12a897c0592abbf4cc1b3ed57b18587ec -SIZE (python-telegram-bot-5.1.0.tar.gz) = 74797 +TIMESTAMP = 1476111132 +SHA256 (python-telegram-bot-5.1.1.tar.gz) = d919f32fcde7b3c83220a1bf993471472cf158be7646a93442507e7855dab4e6 +SIZE (python-telegram-bot-5.1.1.tar.gz) = 75464 From owner-svn-ports-head@freebsd.org Tue Oct 11 08:15:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 993E5C0DD3F; Tue, 11 Oct 2016 08:15:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5ED3A83B; Tue, 11 Oct 2016 08:15:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id CA8A6BDC93; Tue, 11 Oct 2016 10:15:48 +0200 (CEST) Received: from atuin.in.mat.cc (48.196.7.109.rev.sfr.net [109.7.196.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 8C950BDC86; Tue, 11 Oct 2016 10:15:48 +0200 (CEST) Subject: Re: svn commit: r423733 - in head/ports-mgmt: . port-index-uniquifier To: Colin Percival , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610102337.u9ANbhvQ029445@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Tue, 11 Oct 2016 10:15:43 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610102337.u9ANbhvQ029445@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="fDsMTwbJM4mNrlM1lXoStU09cP25VWqvg" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 08:15:51 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --fDsMTwbJM4mNrlM1lXoStU09cP25VWqvg Content-Type: multipart/mixed; boundary="qCXXx0WFp1OV9XBFQAXcnJ2udRmHiGJOp"; protected-headers="v1" From: Mathieu Arnold To: Colin Percival , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r423733 - in head/ports-mgmt: . port-index-uniquifier References: <201610102337.u9ANbhvQ029445@repo.freebsd.org> In-Reply-To: <201610102337.u9ANbhvQ029445@repo.freebsd.org> --qCXXx0WFp1OV9XBFQAXcnJ2udRmHiGJOp Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 11/10/2016 =C3=A0 01:37, Colin Percival a =C3=A9crit : > +# $FreeBSD$ > + > +PORTNAME=3D port-index-uniquifier > +PORTVERSION=3D ${OSVERSION} > +CATEGORIES=3D ports-mgmt > +MASTER_SITES=3D # none > +DISTFILES=3D # none > +EXTRACT_ONLY=3D # none > + > +MAINTAINER=3D cperciva@FreeBSD.org > +COMMENT=3D Dummy port to ensure major versions have different INDEX fi= les > + > +NO_WRKSUBDIR=3D yes > +NO_BUILD=3D yes > +NO_INSTALL=3D yes All the empty/none/NO_* variables can be replaced by: USES=3Dmetaport --=20 Mathieu Arnold --qCXXx0WFp1OV9XBFQAXcnJ2udRmHiGJOp-- --fDsMTwbJM4mNrlM1lXoStU09cP25VWqvg Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJX/J+wXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IQo0P/3rjlP4Wup4s+ZEqoXsFszLS Gca6DOBEWTLHgJxu8ok0vh34J3Tc9ro+RONDkFd+DN2h72lQZVhgilL+9i+RfxoA ly2FADUG8+cnbEnrhG8bTqj/LSHYav1XZMVLoYh6Fmys2F+djj8Yhw/EPZ6n2sM4 XfrabJAwmQ1iPZaNCGuPFah0kQeYaH/PreCR3ZTYoQM4biXt/WH9wkwisFTtBh/Z Rj+lbMKbksgq66OTu4Y90h7OVwc3ek+rT4oZ0HWULARdSe8ctVWpuNeyNCo4Mivr Gr81OYbIeRQikM+maqQpWEd9/TFtr4KVEhMMnaPAp98tSh1u8nzAiY8MWuYD2P2f RoWkjChDVm+SQhf6oDoAdzCqmwOVO820Dp01SkWvVkP4HZ71ouEq7a5322VKjva4 ZOrKtVhUNFYYAENWJUxEHFQ4PyNJIDqgX8/+1KPzlwGtboWqO1+AqqNQTxCecx4r uti9eQ6lUxQ98EkNkM1zX+kwPDbhA+Kjb7wULJSlmFYWBiHJkbMABfh0uIgkWoEK 70diNVFY06bcUI3Ijg/jKyYRO55wNaz5KajSNAMbsHvlcmJVoy0TVa0dUERm81oX +bQMRKsBRpTxxN9A/CCGiiLosdrcL8aPIm7LM5g9Rmn6UgsVY7G5CQBGQVGA5vHR JcA3K9+i8Hp4J5oZ1M5e =RwfN -----END PGP SIGNATURE----- --fDsMTwbJM4mNrlM1lXoStU09cP25VWqvg-- From owner-svn-ports-head@freebsd.org Tue Oct 11 08:18:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3D1DC0DDDB; Tue, 11 Oct 2016 08:18:33 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A60C968; Tue, 11 Oct 2016 08:18:33 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 2284BBDC93; Tue, 11 Oct 2016 10:18:32 +0200 (CEST) Received: from atuin.in.mat.cc (48.196.7.109.rev.sfr.net [109.7.196.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 8A34ABDC86; Tue, 11 Oct 2016 10:18:31 +0200 (CEST) Subject: Re: svn commit: r423744 - in head/net/packetdrill: . files To: Hiroki Sato , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610110312.u9B3C4t4013130@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Tue, 11 Oct 2016 10:18:28 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610110312.u9B3C4t4013130@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="BxssvOiWsOHcrVaJNIFTFiGcMr0AqaBuW" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 08:18:33 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --BxssvOiWsOHcrVaJNIFTFiGcMr0AqaBuW Content-Type: multipart/mixed; boundary="ldwIUI88eD3vATtEaO8KDEcTTP9UN5Bf3"; protected-headers="v1" From: Mathieu Arnold To: Hiroki Sato , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r423744 - in head/net/packetdrill: . files References: <201610110312.u9B3C4t4013130@repo.freebsd.org> In-Reply-To: <201610110312.u9B3C4t4013130@repo.freebsd.org> --ldwIUI88eD3vATtEaO8KDEcTTP9UN5Bf3 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 11/10/2016 =C3=A0 05:12, Hiroki Sato a =C3=A9crit : > +WRKSRC=3D ${WRKDIR}/${PORTNAME}-${GH_TAGNAME}/gtests/net/packetdrill This should be: WRKSRC_SUBDIR=3D gtests/net/packetdrill --=20 Mathieu Arnold --ldwIUI88eD3vATtEaO8KDEcTTP9UN5Bf3-- --BxssvOiWsOHcrVaJNIFTFiGcMr0AqaBuW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJX/KBUXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IWLcP/iN8rG8094eMeA9JxJekq8ip vQjzEqXsoC0sKrGZ6leos9UC5jt+xkYmzeBxAm63b8tCHDA+Zb+vlMb7bEfzU7/G sA2LwJFqLjlDQALxWkdF5gg3RJrmtgY7Dy6Rto5/uV2iUWSPURNemOk61qxuTC87 xI0FWV1GlN189onGyiyl6ZNdMulxs0A+WGEVg3KQsBRwkfn4Nss+MIy4Q1a2L+jL fFlvwhuu2LmRJu+duBWoTTvobtntZiKJeegKkT8/STnah9dbPiJzCs/NuDUK+cfq zVGTG2eRwHOgblsQe0Ox4gOAbGtZSgTfNa/mbltJVDhEfib4Ihu6Vh2MNyKyB8tz cWVkvcGs24tg8SVGIIe0ewgQd5I4OAHEojkoXHzywZSTJCjsPeYvIsnQNLjF7hWg Sw6WxdgyLXaNi54F330LC39IRQlAfUrX94VmLiulX9Q/bDQBnhptIkC57i6e4z4o UXM7x+81Y0UKaXaDXgA8h+ZQb01/mzrsCNoRGwkszRrgjx0vRyN7i3UKf9n7CTMP ZiL6D85rn1MhuGKVy1urv5osrK8+8trnxeiUFOvGO5DLT0LrVMmfFbM9oZ8Dee99 iYTozkO7HVnM0CHtIefKlQjLpsIo22EuaT4gmy8IYK9wTy6C7bmXIdI/zxf76uHo fqS4UfaqVhmAMV24vsR3 =O35q -----END PGP SIGNATURE----- --BxssvOiWsOHcrVaJNIFTFiGcMr0AqaBuW-- From owner-svn-ports-head@freebsd.org Tue Oct 11 08:22:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F465C0DFDA; Tue, 11 Oct 2016 08:22:58 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 615B1E38; Tue, 11 Oct 2016 08:22:58 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B8Mv1k030546; Tue, 11 Oct 2016 08:22:57 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B8MvOE030545; Tue, 11 Oct 2016 08:22:57 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201610110822.u9B8MvOE030545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Tue, 11 Oct 2016 08:22:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423751 - head/net/packetdrill X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 08:22:58 -0000 Author: hrs Date: Tue Oct 11 08:22:57 2016 New Revision: 423751 URL: https://svnweb.freebsd.org/changeset/ports/423751 Log: Use WRKSRC_SUBDIR instead of redefining WRKSRC. Spotted by: mat Modified: head/net/packetdrill/Makefile Modified: head/net/packetdrill/Makefile ============================================================================== --- head/net/packetdrill/Makefile Tue Oct 11 08:15:28 2016 (r423750) +++ head/net/packetdrill/Makefile Tue Oct 11 08:22:57 2016 (r423751) @@ -13,7 +13,7 @@ USES= bison uidfix USE_GITHUB= yes GH_ACCOUNT= freebsd-net GH_TAGNAME= 467b39b -WRKSRC= ${WRKDIR}/${PORTNAME}-${GH_TAGNAME}/gtests/net/packetdrill +WRKSRC_SUBDIR= gtests/net/packetdrill PLIST_FILES= bin/${PORTNAME} PORTDATA= packetdrill.el packetdrill.vim PORTDOCS= README From owner-svn-ports-head@freebsd.org Tue Oct 11 08:23:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DE03C0C043; Tue, 11 Oct 2016 08:23:59 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (gatekeeper.allbsd.org [IPv6:2001:2f0:104:e001::32]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.allbsd.org", Issuer "RapidSSL SHA256 CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9AC4CF2F; Tue, 11 Oct 2016 08:23:58 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail-d.allbsd.org (p2027-ipbf1605funabasi.chiba.ocn.ne.jp [123.225.191.27]) (authenticated bits=56) by mail.allbsd.org (8.15.2/8.15.2) with ESMTPSA id u9B8NiUj013007 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) (Client CN "/OU=GT07882699/OU=See+20www.rapidssl.com/resources/cps+20+28c+2915/OU=Domain+20Control+20Validated+20-+20RapidSSL+28R+29/CN=*.allbsd.org", Issuer "/C=US/O=GeoTrust+20Inc./CN=RapidSSL+20SHA256+20CA+20-+20G3"); Tue, 11 Oct 2016 17:23:54 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from alph.allbsd.org ([IPv6:2400:402e:a012:6300:16:ceff:fe34:2700]) by mail-d.allbsd.org (8.15.2/8.15.2) with ESMTPS id u9B8NV1X087889 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 11 Oct 2016 17:23:31 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) (authenticated bits=0) by alph.allbsd.org (8.15.2/8.15.2) with ESMTPA id u9B8NVDp087886; Tue, 11 Oct 2016 17:23:31 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Tue, 11 Oct 2016 17:23:25 +0900 (JST) Message-Id: <20161011.172325.1870496894820529423.hrs@allbsd.org> To: mat@FreeBSD.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r423744 - in head/net/packetdrill: . files,Re: svn commit: r423744 - in head/net/packetdrill: . files From: Hiroki Sato In-Reply-To: References: <201610110312.u9B3C4t4013130@repo.freebsd.org> <201610110312.u9B3C4t4013130@repo.freebsd.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Tue_Oct_11_17_23_25_2016_366)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.99 at gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-4.4.3 (mail.allbsd.org [133.31.130.32]); Tue, 11 Oct 2016 17:23:55 +0900 (JST) X-Spam-Status: No, score=-96.2 required=13.0 tests=CONTENT_TYPE_PRESENT, MIMEQENC, QENCPTR1, QENCPTR2, RCVD_IN_AHBL, RCVD_IN_AHBL_PROXY, RCVD_IN_AHBL_SPAM, RCVD_IN_CHINA,RCVD_IN_CHINA_KR,RCVD_IN_TAIWAN,RDNS_NONE,SPF_SOFTFAIL, USER_IN_WHITELIST autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on gatekeeper.allbsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 08:23:59 -0000 ----Security_Multipart(Tue_Oct_11_17_23_25_2016_366)-- Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Mathieu Arnold wrote in ,: ma> Le 11/10/2016 =E0 05:12, Hiroki Sato a =E9crit : ma> > +WRKSRC=3D ${WRKDIR}/${PORTNAME}-${GH_TAGNAME}/gtests/net/packet= drill ma> = ma> This should be: ma> WRKSRC_SUBDIR=3D gtests/net/packetdrill Fixed, thanks! -- Hiroki ----Security_Multipart(Tue_Oct_11_17_23_25_2016_366)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEABECAAYFAlf8oX0ACgkQTyzT2CeTzy0OPwCg1Y/sIBvkbyyb8gal7vX5oqan tIYAoL/SuRC9HmvedbyRk9dV3CZIBAb7 =whcH -----END PGP SIGNATURE----- ----Security_Multipart(Tue_Oct_11_17_23_25_2016_366)---- From owner-svn-ports-head@freebsd.org Tue Oct 11 08:38:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A082CC0C324; Tue, 11 Oct 2016 08:38:07 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CE98781; Tue, 11 Oct 2016 08:38:07 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B8c63A034502; Tue, 11 Oct 2016 08:38:06 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B8c6xi034501; Tue, 11 Oct 2016 08:38:06 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201610110838.u9B8c6xi034501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 11 Oct 2016 08:38:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423752 - head/devel/zeal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 08:38:07 -0000 Author: rakuco Date: Tue Oct 11 08:38:06 2016 New Revision: 423752 URL: https://svnweb.freebsd.org/changeset/ports/423752 Log: Fix typo introduced in r423249. Modified: head/devel/zeal/Makefile Modified: head/devel/zeal/Makefile ============================================================================== --- head/devel/zeal/Makefile Tue Oct 11 08:22:57 2016 (r423751) +++ head/devel/zeal/Makefile Tue Oct 11 08:38:06 2016 (r423752) @@ -18,7 +18,7 @@ USES= compiler:c++11-lib desktop-file-u pkgconfig qmake:outsource USE_GL= gl # Dependency added by qt5-gui. USE_GITHUB= yes -USE_QT5= concurrent core gui network sql webkit wigets x11extras \ +USE_QT5= concurrent core gui network sql webkit widgets x11extras \ buildtools_build USE_XORG= x11 xcb From owner-svn-ports-head@freebsd.org Tue Oct 11 09:01:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFB82C0CCDC; Tue, 11 Oct 2016 09:01:55 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF301834; Tue, 11 Oct 2016 09:01:55 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9B91svI045021; Tue, 11 Oct 2016 09:01:54 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9B91swA045020; Tue, 11 Oct 2016 09:01:54 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610110901.u9B91swA045020@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 11 Oct 2016 09:01:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423753 - head/devel/php-composer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 09:01:56 -0000 Author: tz Date: Tue Oct 11 09:01:54 2016 New Revision: 423753 URL: https://svnweb.freebsd.org/changeset/ports/423753 Log: devel/php-composer: add missing PHP-module "filter" The port is not usable without the module. Approved by: cyberbotx@cyberbotx.com (maintainer), pi (mentor) Modified: head/devel/php-composer/Makefile Modified: head/devel/php-composer/Makefile ============================================================================== --- head/devel/php-composer/Makefile Tue Oct 11 08:38:06 2016 (r423752) +++ head/devel/php-composer/Makefile Tue Oct 11 09:01:54 2016 (r423753) @@ -3,6 +3,7 @@ PORTNAME= composer DISTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://getcomposer.org/download/${DISTVERSION}/ PKGNAMEPREFIX= php- @@ -20,7 +21,7 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_r NO_BUILD= yes NO_WRKSUBDIR= yes USES= php -USE_PHP= intl openssl phar json ctype +USE_PHP= intl openssl phar json ctype filter PLIST_FILES= bin/composer \ bin/composer.phar From owner-svn-ports-head@freebsd.org Tue Oct 11 09:03:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBC94C0CD7D; Tue, 11 Oct 2016 09:03:20 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8957EAD8; Tue, 11 Oct 2016 09:03:20 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pa0-x233.google.com with SMTP id ry6so11856269pac.3; Tue, 11 Oct 2016 02:03:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=qwAer/yATrvEvMrn6Ugy9dDXThc+acYWRQdD2CP4JbY=; b=LHFWd9uFqDwAwZ6f0Rz5Jj9yhBcSRb/ob6f0yABRImd/XIQQ5Us1+ImEZeegjGNMNj Q9oGQz7VjQ1mteoIxk079APst+Rxk7+G8CSfj1dCgYhWRFB02UjV1j5PIcoNs6OMzdjM bnd16RBV2dlKjPfTpHPzej2O3VmM0D23CWDYSJR1GbAF/hd7ePveycEzCaCsoTO0k/Qs nZdpl4cOyLRxlYKkBiR+egt1VL5fIITTDKY7lmWiFMf14HaPifaErqzGDQVdTtD5Aqjj GvxhlS42x/j/nVKT8p7OAvX1w64QU/G78cSPHytPWylLg1F+vmP0ARWvLpUsz6FonJBJ fxaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:reply-to:subject:to:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=qwAer/yATrvEvMrn6Ugy9dDXThc+acYWRQdD2CP4JbY=; b=IudYJ/r/fx/OwkLazKV6Pp0mToYnq+1gm3uxRIrd1Hx38DWopYe8M9xLuj5Xvak/we MmTpsCVKlDq1y01dJGurRS5NqpExcaMlO1wWYZJ9zg/plKL8h+tdHBlk7XDUu1fK9Orp NdDS4u0scWSBhU6YW0gWh3UDT6V2TExu1SR8afTZ6gjbq+vPZT5rW1g9wbDpJ58wtoIB 4+83q9QxgIrXK9YdXG9BcYpgCC1mcO/vb0QAsR21QhSUEPv3kAVcqZl9LjhB54CpNInr JMkNLNa3DuiebG1QAq4yLGrnIx3qJZnwhm6IjjKdPxYPyxy7iei1yi1BuHTWy/dWRbm4 pu/g== X-Gm-Message-State: AA6/9Rl9oNU/CbuEdePkNx3R0rZYPVaEUD3Q58M5yNjXbg5HdqXObRRtb3uD7hmaOZKOlQ== X-Received: by 10.66.78.9 with SMTP id x9mr5170432paw.201.1476176598942; Tue, 11 Oct 2016 02:03:18 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01:1c1a:5103:265d:bfaf? (2001-44b8-31ae-7b01-1c1a-5103-265d-bfaf.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:1c1a:5103:265d:bfaf]) by smtp.gmail.com with ESMTPSA id e1sm3035741pap.11.2016.10.11.02.03.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Oct 2016 02:03:18 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r423750 - head/net-im/py-python-telegram-bot To: Jimmy Olgeni , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610110815.u9B8FSbZ026828@repo.freebsd.org> From: Kubilay Kocak Message-ID: <700a94cf-27e4-1026-180a-cd8a1a751c5e@FreeBSD.org> Date: Tue, 11 Oct 2016 20:02:25 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Thunderbird/51.0a2 MIME-Version: 1.0 In-Reply-To: <201610110815.u9B8FSbZ026828@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 09:03:20 -0000 On 11/10/2016 7:15 PM, Jimmy Olgeni wrote: > Approved by: maintainer Approved by: demon (maintainer) explicit > implicit From owner-svn-ports-head@freebsd.org Tue Oct 11 10:01:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69711C0D119; Tue, 11 Oct 2016 10:01:27 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 399FFBA5; Tue, 11 Oct 2016 10:01:27 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BA1QE6066188; Tue, 11 Oct 2016 10:01:26 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BA1QWa066186; Tue, 11 Oct 2016 10:01:26 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201610111001.u9BA1QWa066186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 11 Oct 2016 10:01:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423754 - head/devel/zeal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 10:01:27 -0000 Author: rakuco Date: Tue Oct 11 10:01:26 2016 New Revision: 423754 URL: https://svnweb.freebsd.org/changeset/ports/423754 Log: Update to 0.3.1. Release notes: https://github.com/zealdocs/zeal/releases/tag/v0.3.1 Modified: head/devel/zeal/Makefile head/devel/zeal/distinfo Modified: head/devel/zeal/Makefile ============================================================================== --- head/devel/zeal/Makefile Tue Oct 11 09:01:54 2016 (r423753) +++ head/devel/zeal/Makefile Tue Oct 11 10:01:26 2016 (r423754) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zeal -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 DISTVERSIONPREFIX=v CATEGORIES= devel Modified: head/devel/zeal/distinfo ============================================================================== --- head/devel/zeal/distinfo Tue Oct 11 09:01:54 2016 (r423753) +++ head/devel/zeal/distinfo Tue Oct 11 10:01:26 2016 (r423754) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475568050 -SHA256 (zealdocs-zeal-v0.3.0_GH0.tar.gz) = d723c6bc3cb08398d10e7c204929853c9d40d57431a5a16752630b258ae96dc1 -SIZE (zealdocs-zeal-v0.3.0_GH0.tar.gz) = 920276 +TIMESTAMP = 1476180018 +SHA256 (zealdocs-zeal-v0.3.1_GH0.tar.gz) = 55f8511977818612e00ae87a4fddaa346210189531469690f2e3961bb4c2c318 +SIZE (zealdocs-zeal-v0.3.1_GH0.tar.gz) = 920814 From owner-svn-ports-head@freebsd.org Tue Oct 11 10:01:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2807FC0D146; Tue, 11 Oct 2016 10:01:55 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D04A7CD6; Tue, 11 Oct 2016 10:01:54 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BA1sUn066317; Tue, 11 Oct 2016 10:01:54 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BA1rId066314; Tue, 11 Oct 2016 10:01:53 GMT (envelope-from des@FreeBSD.org) Message-Id: <201610111001.u9BA1rId066314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: des set sender to des@FreeBSD.org using -f From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= Date: Tue, 11 Oct 2016 10:01:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423755 - head/graphics/sam2p X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 10:01:55 -0000 Author: des Date: Tue Oct 11 10:01:53 2016 New Revision: 423755 URL: https://svnweb.freebsd.org/changeset/ports/423755 Log: Take maintainership and upgrade to latest version. Modified: head/graphics/sam2p/Makefile head/graphics/sam2p/distinfo Modified: head/graphics/sam2p/Makefile ============================================================================== --- head/graphics/sam2p/Makefile Tue Oct 11 10:01:26 2016 (r423754) +++ head/graphics/sam2p/Makefile Tue Oct 11 10:01:53 2016 (r423755) @@ -2,30 +2,28 @@ # $FreeBSD$ PORTNAME= sam2p -PORTVERSION= 0.49.2 -PORTREVISION= 2 +PORTVERSION= 0.49.3 PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= des@FreeBSD.org COMMENT= Converts raster (bitmap) image formats into PS or PDF files LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) +#USE_GITHUB= yes +GH_ACCOUNT= pts RUN_DEPENDS= zip:archivers/zip \ tif22pnm:graphics/tif22pnm USES= ghostscript:run gmake jpeg:run perl5 USE_PERL5= build -USE_GCC= any GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_pts_bash="${SH}" CONFIGURE_ARGS= --enable-gif -MAKE_ARGS= CXXX="${CXX}" LDALL="${CXX}" CXXFLAGSB="${CXXFLAGS}" CC="${CC}" CXX="${CXX}" ALL_TARGET= ${PORTNAME} PORTDOCS= * Modified: head/graphics/sam2p/distinfo ============================================================================== --- head/graphics/sam2p/distinfo Tue Oct 11 10:01:26 2016 (r423754) +++ head/graphics/sam2p/distinfo Tue Oct 11 10:01:53 2016 (r423755) @@ -1,2 +1,3 @@ -SHA256 (sam2p-0.49.2.tar.gz) = 0e75d94bed380f8d8bd629f7797a0ca533b5d0b40eba2dab339146dedc1f79bf -SIZE (sam2p-0.49.2.tar.gz) = 562733 +TIMESTAMP = 1476179820 +SHA256 (sam2p-0.49.3.tar.gz) = 33b1bf018a19b19c30d41defcb8b20c7cdcbc7ddd7703040c3a54d9cb1fcaaea +SIZE (sam2p-0.49.3.tar.gz) = 564098 From owner-svn-ports-head@freebsd.org Tue Oct 11 10:12:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 998B6C0D2C7; Tue, 11 Oct 2016 10:12:15 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 68B60116; Tue, 11 Oct 2016 10:12:15 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BACEAp072088; Tue, 11 Oct 2016 10:12:14 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BACE7q072086; Tue, 11 Oct 2016 10:12:14 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201610111012.u9BACE7q072086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 11 Oct 2016 10:12:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423756 - head/lang/gcc7-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.23 Precedence: list List-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, 11 Oct 2016 10:12:15 -0000 Author: gerald Date: Tue Oct 11 10:12:14 2016 New Revision: 423756 URL: https://svnweb.freebsd.org/changeset/ports/423756 Log: Update to the 20161009 development snapshot of GCC 7. Modified: head/lang/gcc7-devel/Makefile head/lang/gcc7-devel/distinfo Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Tue Oct 11 10:01:53 2016 (r423755) +++ head/lang/gcc7-devel/Makefile Tue Oct 11 10:12:14 2016 (r423756) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.0.0.s20161002 -PORTREVISION= 1 +PORTVERSION= 7.0.0.s20161009 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc7-devel/distinfo ============================================================================== --- head/lang/gcc7-devel/distinfo Tue Oct 11 10:01:53 2016 (r423755) +++ head/lang/gcc7-devel/distinfo Tue Oct 11 10:12:14 2016 (r423756) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475476492 -SHA256 (gcc-7-20161002.tar.bz2) = f76589e4240f9bcc5e29fc55f5d9088728f4e38fc25a63f943cae00883e694a6 -SIZE (gcc-7-20161002.tar.bz2) = 78670634 +TIMESTAMP = 1476177395 +SHA256 (gcc-7-20161009.tar.bz2) = 86495fb9f2a6389381d1631ed8cb1ac0c6b7d7551c17481e8b01208067553000 +SIZE (gcc-7-20161009.tar.bz2) = 78716257 From owner-svn-ports-head@freebsd.org Tue Oct 11 10:42:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0095C0D994; Tue, 11 Oct 2016 10:42:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB74427A; Tue, 11 Oct 2016 10:42:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BAg56E082580; Tue, 11 Oct 2016 10:42:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BAg5VJ082096; Tue, 11 Oct 2016 10:42:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610111042.u9BAg5VJ082096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 11 Oct 2016 10:42:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423757 - in head/games/wmtictactoe: . 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.23 Precedence: list List-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, 11 Oct 2016 10:42:07 -0000 Author: amdmi3 Date: Tue Oct 11 10:42:05 2016 New Revision: 423757 URL: https://svnweb.freebsd.org/changeset/ports/423757 Log: - Switch to upstream versioning - Add LICENSE - Add missing depends - Fix segfault due to buffer overflow Added: head/games/wmtictactoe/files/patch-wmtictactoe.c (contents, props changed) Modified: head/games/wmtictactoe/Makefile head/games/wmtictactoe/files/patch-Makefile Modified: head/games/wmtictactoe/Makefile ============================================================================== --- head/games/wmtictactoe/Makefile Tue Oct 11 10:12:14 2016 (r423756) +++ head/games/wmtictactoe/Makefile Tue Oct 11 10:42:05 2016 (r423757) @@ -2,27 +2,21 @@ # $FreeBSD$ PORTNAME= wmtictactoe -PORTVERSION= 1.1 -DISTVERSIONSUFFIX= -1 -PORTREVISION= 3 +DISTVERSION= 1.1-1 CATEGORIES= games windowmaker afterstep MASTER_SITES= LOCAL/jim MAINTAINER= ports@FreeBSD.org COMMENT= Dockable TicTacToe game for WindowMaker and AfterStep +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/../COPYING + WRKSRC= ${WRKDIR}/wmtictactoe.app/wmtictactoe -USE_XORG= xpm +USE_XORG= x11 xext xpm USES= gmake PLIST_FILES= bin/wmtictactoe -post-patch: - @${REINPLACE_CMD} -e \ - 's|^void .*main|int main|' ${WRKSRC}/wmtictactoe.c - -post-install: - @${ECHO_MSG} "===> Run 'wmtictactoe --help' for the available options" - .include Modified: head/games/wmtictactoe/files/patch-Makefile ============================================================================== --- head/games/wmtictactoe/files/patch-Makefile Tue Oct 11 10:12:14 2016 (r423756) +++ head/games/wmtictactoe/files/patch-Makefile Tue Oct 11 10:42:05 2016 (r423757) @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Mar 29 07:41:40 1999 -+++ Makefile Sat Jun 26 18:00:10 1999 +--- Makefile.orig 1999-08-30 14:14:17 UTC ++++ Makefile @@ -1,14 +1,17 @@ -LIBDIR = -L/usr/X11R6/lib +CC ?= gcc @@ -21,10 +21,10 @@ clean: for i in $(OBJS) ; do \ -@@ -17,5 +20,4 @@ - rm wmtictactoe +@@ -17,5 +20,4 @@ clean: + rm -rf wmtictactoe core *~ install: - /usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe /usr/local/bin/wmtictactoe - -+ @/usr/bin/install -c -s -m 755 wmtictactoe ${DESTDIR}${PREFIX}/bin/wmtictactoe ++ ${BSD_INSTALL_PROGRAM} wmtictactoe ${DESTDIR}${PREFIX}/bin/wmtictactoe Added: head/games/wmtictactoe/files/patch-wmtictactoe.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/wmtictactoe/files/patch-wmtictactoe.c Tue Oct 11 10:42:05 2016 (r423757) @@ -0,0 +1,29 @@ +--- wmtictactoe.c.orig 1999-08-30 14:25:10 UTC ++++ wmtictactoe.c +@@ -123,7 +123,7 @@ int wmtictactoe_mask_height = 64; + // ---------------------------------------------------------- + // declaracao das funcoes do sistema + +-void main (int argc, char *argv[]); ++int main (int argc, char *argv[]); + void usage (void); + void printversion (void); + void readfile (void); +@@ -168,7 +168,7 @@ void game_over (void); + // in: argc - numero de argumentos passados por linha d comando + // argv - vetor com os argumentos + // out: nada +-void main (int argc, char *argv[]) ++int main (int argc, char *argv[]) + { + int i; + +@@ -544,7 +544,7 @@ escreve_placar () + int coluna_xpm = 65; + int coluna_score[6] = + {8, 15, 26, 33, 43, 50 }; +- char placar[6]; ++ char placar[7]; + + if (isDeadmatch){ + copyXPMArea(97, 74, 13, 9, 43, 88); From owner-svn-ports-head@freebsd.org Tue Oct 11 11:16:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A647C0D06E; Tue, 11 Oct 2016 11:16:49 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDD78300; Tue, 11 Oct 2016 11:16:48 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BBGlCZ094566; Tue, 11 Oct 2016 11:16:47 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BBGlT7094564; Tue, 11 Oct 2016 11:16:47 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201610111116.u9BBGlT7094564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Tue, 11 Oct 2016 11:16:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423758 - head/devel/py-serpent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 11:16:49 -0000 Author: rm Date: Tue Oct 11 11:16:47 2016 New Revision: 423758 URL: https://svnweb.freebsd.org/changeset/ports/423758 Log: devel/py-serpent: update to 1.15 Modified: head/devel/py-serpent/Makefile head/devel/py-serpent/distinfo Modified: head/devel/py-serpent/Makefile ============================================================================== --- head/devel/py-serpent/Makefile Tue Oct 11 10:42:05 2016 (r423757) +++ head/devel/py-serpent/Makefile Tue Oct 11 11:16:47 2016 (r423758) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= serpent -PORTVERSION= 1.13 +PORTVERSION= 1.15 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-serpent/distinfo ============================================================================== --- head/devel/py-serpent/distinfo Tue Oct 11 10:42:05 2016 (r423757) +++ head/devel/py-serpent/distinfo Tue Oct 11 11:16:47 2016 (r423758) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471796554 -SHA256 (serpent-1.13.tar.gz) = 32941d185e28249a7babc754ab7df9c9808e1d5d3cdbf3c461aba9790e710a9e -SIZE (serpent-1.13.tar.gz) = 11204 +TIMESTAMP = 1476184142 +SHA256 (serpent-1.15.tar.gz) = f5bc2cd19b79e7ac0821cc8278c4be7a69b2eef07d96f3c6f7977e14b2098c79 +SIZE (serpent-1.15.tar.gz) = 11590 From owner-svn-ports-head@freebsd.org Tue Oct 11 12:37:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4702AC0B700; Tue, 11 Oct 2016 12:37:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18BE21F0; Tue, 11 Oct 2016 12:37:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BCbTfG024351; Tue, 11 Oct 2016 12:37:29 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BCbTuT024350; Tue, 11 Oct 2016 12:37:29 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201610111237.u9BCbTuT024350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 11 Oct 2016 12:37:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423759 - head/archivers/dpkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 12:37:30 -0000 Author: linimon Date: Tue Oct 11 12:37:29 2016 New Revision: 423759 URL: https://svnweb.freebsd.org/changeset/ports/423759 Log: I have been advised by the maintainer of debootstrap that this port can be used as a cross-tool. Revert previous commit. Submitted by: Nikolai Lifanov Modified: head/archivers/dpkg/Makefile Modified: head/archivers/dpkg/Makefile ============================================================================== --- head/archivers/dpkg/Makefile Tue Oct 11 11:16:47 2016 (r423758) +++ head/archivers/dpkg/Makefile Tue Oct 11 12:37:29 2016 (r423759) @@ -17,9 +17,6 @@ BUILD_DEPENDS= po4a:textproc/po4a RUN_DEPENDS= gtar:archivers/gtar \ gpatch:devel/patch -NOT_FOR_ARCHS= sparc64 -NOT_FOR_ARCHS_REASON= Debian does is not available for ${ARCH} - GNU_CONFIGURE= yes USES= cpe gmake iconv libtool ncurses perl5 pkgconfig tar:xz CPE_VENDOR= debian From owner-svn-ports-head@freebsd.org Tue Oct 11 13:56:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FD98C0CF61; Tue, 11 Oct 2016 13:56:32 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D8B7F6B; Tue, 11 Oct 2016 13:56:32 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BDuVVS054276; Tue, 11 Oct 2016 13:56:31 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BDuV63054273; Tue, 11 Oct 2016 13:56:31 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610111356.u9BDuV63054273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 11 Oct 2016 13:56:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423760 - head/devel/p5-DateTime-Locale X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 13:56:32 -0000 Author: adamw Date: Tue Oct 11 13:56:30 2016 New Revision: 423760 URL: https://svnweb.freebsd.org/changeset/ports/423760 Log: Update to 1.09. Changes: https://metacpan.org/changes/distribution/DateTime-Locale Modified: head/devel/p5-DateTime-Locale/Makefile head/devel/p5-DateTime-Locale/distinfo head/devel/p5-DateTime-Locale/pkg-plist Modified: head/devel/p5-DateTime-Locale/Makefile ============================================================================== --- head/devel/p5-DateTime-Locale/Makefile Tue Oct 11 12:37:29 2016 (r423759) +++ head/devel/p5-DateTime-Locale/Makefile Tue Oct 11 13:56:30 2016 (r423760) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Locale -PORTVERSION= 1.08 +PORTVERSION= 1.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-DateTime-Locale/distinfo ============================================================================== --- head/devel/p5-DateTime-Locale/distinfo Tue Oct 11 12:37:29 2016 (r423759) +++ head/devel/p5-DateTime-Locale/distinfo Tue Oct 11 13:56:30 2016 (r423760) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474981868 -SHA256 (DateTime-Locale-1.08.tar.gz) = f1f3f17f3cb3f3140daa88583302974e2d1517640f16f9cb586bf9803815c4c5 -SIZE (DateTime-Locale-1.08.tar.gz) = 960851 +TIMESTAMP = 1476193966 +SHA256 (DateTime-Locale-1.09.tar.gz) = 4abe19a1c5caddc3b3a15dabd76b8193eee761acde44d898357c123a5ca7e9f1 +SIZE (DateTime-Locale-1.09.tar.gz) = 1013311 Modified: head/devel/p5-DateTime-Locale/pkg-plist ============================================================================== --- head/devel/p5-DateTime-Locale/pkg-plist Tue Oct 11 12:37:29 2016 (r423759) +++ head/devel/p5-DateTime-Locale/pkg-plist Tue Oct 11 13:56:30 2016 (r423760) @@ -112,6 +112,7 @@ %%SITE_PERL%%/DateTime/Locale/de_BE.pod %%SITE_PERL%%/DateTime/Locale/de_CH.pod %%SITE_PERL%%/DateTime/Locale/de_DE.pod +%%SITE_PERL%%/DateTime/Locale/de_IT.pod %%SITE_PERL%%/DateTime/Locale/de_LI.pod %%SITE_PERL%%/DateTime/Locale/de_LU.pod %%SITE_PERL%%/DateTime/Locale/dje.pod @@ -504,6 +505,9 @@ %%SITE_PERL%%/DateTime/Locale/nb_SJ.pod %%SITE_PERL%%/DateTime/Locale/nd.pod %%SITE_PERL%%/DateTime/Locale/nd_ZW.pod +%%SITE_PERL%%/DateTime/Locale/nds.pod +%%SITE_PERL%%/DateTime/Locale/nds_DE.pod +%%SITE_PERL%%/DateTime/Locale/nds_NL.pod %%SITE_PERL%%/DateTime/Locale/ne.pod %%SITE_PERL%%/DateTime/Locale/ne_IN.pod %%SITE_PERL%%/DateTime/Locale/ne_NP.pod @@ -833,6 +837,7 @@ %%PERL5_MAN3%%/DateTime::Locale::de_BE.3.gz %%PERL5_MAN3%%/DateTime::Locale::de_CH.3.gz %%PERL5_MAN3%%/DateTime::Locale::de_DE.3.gz +%%PERL5_MAN3%%/DateTime::Locale::de_IT.3.gz %%PERL5_MAN3%%/DateTime::Locale::de_LI.3.gz %%PERL5_MAN3%%/DateTime::Locale::de_LU.3.gz %%PERL5_MAN3%%/DateTime::Locale::dje.3.gz @@ -1225,6 +1230,9 @@ %%PERL5_MAN3%%/DateTime::Locale::nb_SJ.3.gz %%PERL5_MAN3%%/DateTime::Locale::nd.3.gz %%PERL5_MAN3%%/DateTime::Locale::nd_ZW.3.gz +%%PERL5_MAN3%%/DateTime::Locale::nds.3.gz +%%PERL5_MAN3%%/DateTime::Locale::nds_DE.3.gz +%%PERL5_MAN3%%/DateTime::Locale::nds_NL.3.gz %%PERL5_MAN3%%/DateTime::Locale::ne.3.gz %%PERL5_MAN3%%/DateTime::Locale::ne_IN.3.gz %%PERL5_MAN3%%/DateTime::Locale::ne_NP.3.gz From owner-svn-ports-head@freebsd.org Tue Oct 11 13:59:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A678DC0D063; Tue, 11 Oct 2016 13:59:54 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75D5C110E; Tue, 11 Oct 2016 13:59:54 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BDxr4e054493; Tue, 11 Oct 2016 13:59:53 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BDxrjX054491; Tue, 11 Oct 2016 13:59:53 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610111359.u9BDxrjX054491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 11 Oct 2016 13:59:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423761 - head/devel/p5-DateTime-Set X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 13:59:54 -0000 Author: adamw Date: Tue Oct 11 13:59:53 2016 New Revision: 423761 URL: https://svnweb.freebsd.org/changeset/ports/423761 Log: Update to 0.39. Changes: https://metacpan.org/changes/distribution/DateTime-Set Modified: head/devel/p5-DateTime-Set/Makefile head/devel/p5-DateTime-Set/distinfo Modified: head/devel/p5-DateTime-Set/Makefile ============================================================================== --- head/devel/p5-DateTime-Set/Makefile Tue Oct 11 13:56:30 2016 (r423760) +++ head/devel/p5-DateTime-Set/Makefile Tue Oct 11 13:59:53 2016 (r423761) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Set -PORTVERSION= 0.38 +PORTVERSION= 0.39 DISTVERSIONSUFFIX= 00 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -15,6 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-DateTime>=0.12:devel/p5-DateTime \ + p5-Params-Validate>=0:devel/p5-Params-Validate \ p5-Set-Infinite>=0.59:devel/p5-Set-Infinite RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -29,6 +30,5 @@ PORTDOCS= Changes README TODO post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .include Modified: head/devel/p5-DateTime-Set/distinfo ============================================================================== --- head/devel/p5-DateTime-Set/distinfo Tue Oct 11 13:56:30 2016 (r423760) +++ head/devel/p5-DateTime-Set/distinfo Tue Oct 11 13:59:53 2016 (r423761) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464328719 -SHA256 (DateTime-Set-0.3800.tar.gz) = cea11398869a378c826482fa5c73e3491c8ba17fc58c5bf209c68aab89166026 -SIZE (DateTime-Set-0.3800.tar.gz) = 45125 +TIMESTAMP = 1476194258 +SHA256 (DateTime-Set-0.3900.tar.gz) = 94f41c3924aafde4ef7fa6b58e0595d4038d8ac5ffd62ba111b13c5f4dbc0946 +SIZE (DateTime-Set-0.3900.tar.gz) = 45158 From owner-svn-ports-head@freebsd.org Tue Oct 11 14:01:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8964CC0D1DE; Tue, 11 Oct 2016 14:01:20 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5980C12D8; Tue, 11 Oct 2016 14:01:20 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BE1JNf055494; Tue, 11 Oct 2016 14:01:19 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BE1Jtv055491; Tue, 11 Oct 2016 14:01:19 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610111401.u9BE1Jtv055491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 11 Oct 2016 14:01:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423762 - head/textproc/p5-PDF-API2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 14:01:20 -0000 Author: adamw Date: Tue Oct 11 14:01:19 2016 New Revision: 423762 URL: https://svnweb.freebsd.org/changeset/ports/423762 Log: Update to 2.029. Changes: https://metacpan.org/changes/distribution/PDF-API2 Modified: head/textproc/p5-PDF-API2/Makefile head/textproc/p5-PDF-API2/distinfo Modified: head/textproc/p5-PDF-API2/Makefile ============================================================================== --- head/textproc/p5-PDF-API2/Makefile Tue Oct 11 13:59:53 2016 (r423761) +++ head/textproc/p5-PDF-API2/Makefile Tue Oct 11 14:01:19 2016 (r423762) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PDF-API2 -PORTVERSION= 2.028 +PORTVERSION= 2.029 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-PDF-API2/distinfo ============================================================================== --- head/textproc/p5-PDF-API2/distinfo Tue Oct 11 13:59:53 2016 (r423761) +++ head/textproc/p5-PDF-API2/distinfo Tue Oct 11 14:01:19 2016 (r423762) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466519987 -SHA256 (PDF-API2-2.028.tar.gz) = a642b41362884b7005e421ec93c7d3a54f7adef7657540331e0d4ca89d106b04 -SIZE (PDF-API2-2.028.tar.gz) = 3501011 +TIMESTAMP = 1476194358 +SHA256 (PDF-API2-2.029.tar.gz) = a22a0d471bb9b1c3e437587475398f231874016fe17cc2cdfc3a6cbfab64a1eb +SIZE (PDF-API2-2.029.tar.gz) = 3502682 From owner-svn-ports-head@freebsd.org Tue Oct 11 14:15:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FC88C0D7AC; Tue, 11 Oct 2016 14:15:39 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30D941D58; Tue, 11 Oct 2016 14:15:39 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BEFc6E062181; Tue, 11 Oct 2016 14:15:38 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BEFbwx062177; Tue, 11 Oct 2016 14:15:37 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610111415.u9BEFbwx062177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 11 Oct 2016 14:15:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423763 - in head/x11-toolkits/p5-Prima: . 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.23 Precedence: list List-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, 11 Oct 2016 14:15:39 -0000 Author: adamw Date: Tue Oct 11 14:15:37 2016 New Revision: 423763 URL: https://svnweb.freebsd.org/changeset/ports/423763 Log: Update to 1.49. Changes: https://metacpan.org/changes/distribution/Prima Modified: head/x11-toolkits/p5-Prima/Makefile head/x11-toolkits/p5-Prima/distinfo head/x11-toolkits/p5-Prima/files/patch-Makefile.PL head/x11-toolkits/p5-Prima/files/patch-img-codec_ungif.c head/x11-toolkits/p5-Prima/pkg-plist Modified: head/x11-toolkits/p5-Prima/Makefile ============================================================================== --- head/x11-toolkits/p5-Prima/Makefile Tue Oct 11 14:01:19 2016 (r423762) +++ head/x11-toolkits/p5-Prima/Makefile Tue Oct 11 14:15:37 2016 (r423763) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Prima -PORTVERSION= 1.47 +PORTVERSION= 1.49 CATEGORIES= x11-toolkits graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -38,7 +38,7 @@ XFT_USE= XORG=xft post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Prima/Prima.so - ${REINPLACE_CMD} -i '' -e 's|${STAGEDIR}||' \ + @${REINPLACE_CMD} -e 's|${STAGEDIR}||' \ ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/Prima/Config.pm .include Modified: head/x11-toolkits/p5-Prima/distinfo ============================================================================== --- head/x11-toolkits/p5-Prima/distinfo Tue Oct 11 14:01:19 2016 (r423762) +++ head/x11-toolkits/p5-Prima/distinfo Tue Oct 11 14:15:37 2016 (r423763) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466520561 -SHA256 (Prima-1.47.tar.gz) = 46567771b6e06376a55fc0ed5efbbd680502f4a441bbc4be88076551efc13f59 -SIZE (Prima-1.47.tar.gz) = 1418231 +TIMESTAMP = 1476194720 +SHA256 (Prima-1.49.tar.gz) = 8ab38c7d7596067754d59220ee1ff575035da1a9d85af2005ffb5f1afbe5a4d4 +SIZE (Prima-1.49.tar.gz) = 1514349 Modified: head/x11-toolkits/p5-Prima/files/patch-Makefile.PL ============================================================================== --- head/x11-toolkits/p5-Prima/files/patch-Makefile.PL Tue Oct 11 14:01:19 2016 (r423762) +++ head/x11-toolkits/p5-Prima/files/patch-Makefile.PL Tue Oct 11 14:15:37 2016 (r423763) @@ -1,8 +1,8 @@ ---- Makefile.PL.orig 2015-08-05 07:18:10 UTC +--- Makefile.PL.orig 2016-09-18 18:14:36 UTC +++ Makefile.PL -@@ -1270,13 +1270,13 @@ EOF - $cmd_options{WITH_ICONV} = 0 unless $cmd_options{WITH_XFT}; # iconv is used for xft only - if ( $cmd_options{WITH_ICONV} && have_header( "iconv.h")) { +@@ -1428,13 +1428,13 @@ sub setup_iconv + { + if ( have_header( "iconv.h")) { printlog "Checking for presence of libiconv... "; - if ( defined find_lib( 'iconv', '', '')) { - push @LIBS, 'iconv'; Modified: head/x11-toolkits/p5-Prima/files/patch-img-codec_ungif.c ============================================================================== --- head/x11-toolkits/p5-Prima/files/patch-img-codec_ungif.c Tue Oct 11 14:01:19 2016 (r423762) +++ head/x11-toolkits/p5-Prima/files/patch-img-codec_ungif.c Tue Oct 11 14:15:37 2016 (r423763) @@ -1,6 +1,6 @@ ---- img/codec_ungif.c.orig 2011-07-25 17:52:32 UTC +--- img/codec_ungif.c.orig 2016-09-05 09:17:09 UTC +++ img/codec_ungif.c -@@ -37,6 +37,10 @@ +@@ -9,6 +9,10 @@ extern "C" { #endif Modified: head/x11-toolkits/p5-Prima/pkg-plist ============================================================================== --- head/x11-toolkits/p5-Prima/pkg-plist Tue Oct 11 14:01:19 2016 (r423762) +++ head/x11-toolkits/p5-Prima/pkg-plist Tue Oct 11 14:15:37 2016 (r423763) @@ -49,7 +49,9 @@ bin/tmlink %%SITE_ARCH%%/Prima/Drawable.pod %%SITE_ARCH%%/Prima/Drawable/Basic.pm %%SITE_ARCH%%/Prima/Drawable/CurvedText.pm +%%SITE_ARCH%%/Prima/Drawable/Markup.pm %%SITE_ARCH%%/Prima/Drawable/Subcanvas.pm +%%SITE_ARCH%%/Prima/Drawable/TextBlock.pm %%SITE_ARCH%%/Prima/Edit.pm %%SITE_ARCH%%/Prima/EditDialog.pm %%SITE_ARCH%%/Prima/EventHook.pm @@ -186,6 +188,7 @@ bin/tmlink %%SITE_ARCH%%/Prima/examples/animate.pl %%SITE_ARCH%%/Prima/examples/async.pl %%SITE_ARCH%%/Prima/examples/bidi.pl +%%SITE_ARCH%%/Prima/examples/blend.pl %%SITE_ARCH%%/Prima/examples/buttons.pl %%SITE_ARCH%%/Prima/examples/buttons2.pl %%SITE_ARCH%%/Prima/examples/calendar.pl @@ -208,10 +211,13 @@ bin/tmlink %%SITE_ARCH%%/Prima/examples/grip.pl %%SITE_ARCH%%/Prima/examples/iv.pl %%SITE_ARCH%%/Prima/examples/keys.pl +%%SITE_ARCH%%/Prima/examples/keyselector.pl %%SITE_ARCH%%/Prima/examples/label.pl %%SITE_ARCH%%/Prima/examples/launch.pl +%%SITE_ARCH%%/Prima/examples/layered.pl %%SITE_ARCH%%/Prima/examples/listbox.pl %%SITE_ARCH%%/Prima/examples/macro.pl +%%SITE_ARCH%%/Prima/examples/markup.pl %%SITE_ARCH%%/Prima/examples/matrix.gif %%SITE_ARCH%%/Prima/examples/matrix.pl %%SITE_ARCH%%/Prima/examples/mdi.pl @@ -225,6 +231,7 @@ bin/tmlink %%SITE_ARCH%%/Prima/examples/pitch.pl %%SITE_ARCH%%/Prima/examples/pointers.pl %%SITE_ARCH%%/Prima/examples/print.pl +%%SITE_ARCH%%/Prima/examples/ps_fonts.pl %%SITE_ARCH%%/Prima/examples/ps_setup.pl %%SITE_ARCH%%/Prima/examples/rot.pl %%SITE_ARCH%%/Prima/examples/rtc.pl @@ -249,6 +256,8 @@ bin/tmlink %%SITE_ARCH%%/Prima/linepats.gif %%SITE_ARCH%%/Prima/noARGV.pm %%SITE_ARCH%%/Prima/noX11.pm +%%SITE_ARCH%%/Prima/rop1.gif +%%SITE_ARCH%%/Prima/rop2.gif %%SITE_ARCH%%/Prima/scalings.gif %%SITE_ARCH%%/Prima/sys/gtk2/FileDialog.pm %%SITE_ARCH%%/Prima/sys/win32/FileDialog.pm @@ -294,7 +303,9 @@ bin/tmlink %%PERL5_MAN3%%/Prima::Docks.3.gz %%PERL5_MAN3%%/Prima::Drawable::Basic.3.gz %%PERL5_MAN3%%/Prima::Drawable::CurvedText.3.gz +%%PERL5_MAN3%%/Prima::Drawable::Markup.3.gz %%PERL5_MAN3%%/Prima::Drawable::Subcanvas.3.gz +%%PERL5_MAN3%%/Prima::Drawable::TextBlock.3.gz %%PERL5_MAN3%%/Prima::Edit.3.gz %%PERL5_MAN3%%/Prima::EditDialog.3.gz %%PERL5_MAN3%%/Prima::EventHook.3.gz From owner-svn-ports-head@freebsd.org Tue Oct 11 15:02:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2C45C0D153; Tue, 11 Oct 2016 15:02:06 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 969D41C3A; Tue, 11 Oct 2016 15:02:06 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BF25Dm081357; Tue, 11 Oct 2016 15:02:05 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BF25Gd081353; Tue, 11 Oct 2016 15:02:05 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610111502.u9BF25Gd081353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Tue, 11 Oct 2016 15:02:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423766 - in head/devel: . arduino-builder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 15:02:06 -0000 Author: bsam Date: Tue Oct 11 15:02:05 2016 New Revision: 423766 URL: https://svnweb.freebsd.org/changeset/ports/423766 Log: arduino-builder is a command line tool for compiling Arduino sketches. It is used by newer versions of the Arduino IDE, and may also be used standalone if provided hardware definitions and a tools directory. WWW: https://github.com/arduino/arduino-builder PR: 212964 Submitted by: bsdports@kyle-evans.net Added: head/devel/arduino-builder/ head/devel/arduino-builder/Makefile (contents, props changed) head/devel/arduino-builder/distinfo (contents, props changed) head/devel/arduino-builder/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 11 14:40:36 2016 (r423765) +++ head/devel/Makefile Tue Oct 11 15:02:05 2016 (r423766) @@ -95,6 +95,7 @@ SUBDIR += apr2 SUBDIR += arcanist SUBDIR += arduino + SUBDIR += arduino-builder SUBDIR += arduino-glcd SUBDIR += arduino-irremote SUBDIR += arduino-mk Added: head/devel/arduino-builder/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-builder/Makefile Tue Oct 11 15:02:05 2016 (r423766) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= arduino-builder +PORTVERSION= 1.3.21 +CATEGORIES= devel + +MAINTAINER= bsdports@kyle-evans.net +COMMENT= Command line tool for building Arduino sketches + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= go:lang/go + +USE_GITHUB= yes +GH_ACCOUNT= arduino +GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} +GH_TUPLE= go-errors:errors:a418503:goerrors/src/github.com/go-errors/errors \ + stretchr:testify:v1.1.3:stretchr/src/github.com/stretchr/testify \ + jstemmer:go-junit-report:833f8ea:jstemmer/src/github.com/jstemmer/go-junit-report + +STRIP= # stripping can break go binaries + +do-build: + @( cd ${WRKSRC} ; ${SETENV} GOPATH=${WRKSRC} go build arduino.cc/arduino-builder ) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} + +.include Added: head/devel/arduino-builder/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-builder/distinfo Tue Oct 11 15:02:05 2016 (r423766) @@ -0,0 +1,9 @@ +TIMESTAMP = 1474688787 +SHA256 (arduino-arduino-builder-1.3.21_GH0.tar.gz) = 3ccdc5657370600c350fdd7259755723640c6018a8f7c3e4393908365f8abc10 +SIZE (arduino-arduino-builder-1.3.21_GH0.tar.gz) = 202545 +SHA256 (go-errors-errors-a418503_GH0.tar.gz) = 6ab9a4b65930b72d0b94110670d22c6bdb0fe69d333dc5835f5ffd2b7a1d1080 +SIZE (go-errors-errors-a418503_GH0.tar.gz) = 7842 +SHA256 (stretchr-testify-v1.1.3_GH0.tar.gz) = 36c8493b914485dab92670fb39c4c105596fdc03493d4c007c6917c9637cd672 +SIZE (stretchr-testify-v1.1.3_GH0.tar.gz) = 81051 +SHA256 (jstemmer-go-junit-report-833f8ea_GH0.tar.gz) = 74519a9276270bc98e787b05ebcc9b8e90226d9594461d305e41bf648bc75f75 +SIZE (jstemmer-go-junit-report-833f8ea_GH0.tar.gz) = 6903 Added: head/devel/arduino-builder/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-builder/pkg-descr Tue Oct 11 15:02:05 2016 (r423766) @@ -0,0 +1,5 @@ +arduino-builder is a command line tool for compiling Arduino sketches. +It is used by newer versions of the Arduino IDE, and may also be used +standalone if provided hardware definitions and a tools directory. + +WWW: https://github.com/arduino/arduino-builder From owner-svn-ports-head@freebsd.org Tue Oct 11 15:02:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1734C0D1BA; Tue, 11 Oct 2016 15:02:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 909381D9A; Tue, 11 Oct 2016 15:02:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BF2q8L081484; Tue, 11 Oct 2016 15:02:52 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BF2qQ4081483; Tue, 11 Oct 2016 15:02:52 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610111502.u9BF2qQ4081483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 11 Oct 2016 15:02:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423767 - 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.23 Precedence: list List-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, 11 Oct 2016 15:02:53 -0000 Author: feld Date: Tue Oct 11 15:02:52 2016 New Revision: 423767 URL: https://svnweb.freebsd.org/changeset/ports/423767 Log: Document redis vulnerability PR: 211709 Security: CVE-2013-7458 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 11 15:02:05 2016 (r423766) +++ head/security/vuxml/vuln.xml Tue Oct 11 15:02:52 2016 (r423767) @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + redis -- sensitive information leak through command history file + + + redis + redis-devel + 3.2.3 + + + + +

Redis team reports:

+
+

The redis-cli history file (in linenoise) is created with the + default OS umask value which makes it world readable in most systems + and could potentially expose authentication credentials to other + users.

+
+ +
+ + https://github.com/antirez/redis/pull/1418 + https://github.com/antirez/redis/issues/3284 + CVE-2013-7458 + + + 2013-11-30 + 2016-10-11 + +
+ FreeBSD -- Multiple libarchive vulnerabilities From owner-svn-ports-head@freebsd.org Tue Oct 11 15:07:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EB5EC0D221; Tue, 11 Oct 2016 15:07:42 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3834A1F1E; Tue, 11 Oct 2016 15:07:42 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BF7fGc081769; Tue, 11 Oct 2016 15:07:41 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BF7fdr081767; Tue, 11 Oct 2016 15:07:41 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201610111507.u9BF7fdr081767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 11 Oct 2016 15:07:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423768 - head/devel/jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 15:07:42 -0000 Author: lwhsu Date: Tue Oct 11 15:07:40 2016 New Revision: 423768 URL: https://svnweb.freebsd.org/changeset/ports/423768 Log: - Update to 2.25 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Tue Oct 11 15:02:52 2016 (r423767) +++ head/devel/jenkins/Makefile Tue Oct 11 15:07:40 2016 (r423768) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.24 +PORTVERSION= 2.25 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Tue Oct 11 15:02:52 2016 (r423767) +++ head/devel/jenkins/distinfo Tue Oct 11 15:07:40 2016 (r423768) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475563063 -SHA256 (jenkins/2.24/jenkins.war) = 9362f9c0aff7c43b339bb22adc7dbc080cd59d5e2286a7e69dc067d99e1dc20b -SIZE (jenkins/2.24/jenkins.war) = 69904211 +TIMESTAMP = 1476198241 +SHA256 (jenkins/2.25/jenkins.war) = 121324e60edcae69d1292067b307d718e9a0cb0406bcdee49c97a18475e625d5 +SIZE (jenkins/2.25/jenkins.war) = 69911618 From owner-svn-ports-head@freebsd.org Tue Oct 11 15:07:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BECD5C0D247; Tue, 11 Oct 2016 15:07:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75BDE1FFB; Tue, 11 Oct 2016 15:07:55 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BF7snc081870; Tue, 11 Oct 2016 15:07:54 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BF7sih081868; Tue, 11 Oct 2016 15:07:54 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610111507.u9BF7sih081868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 11 Oct 2016 15:07:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423769 - 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.23 Precedence: list List-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, 11 Oct 2016 15:07:55 -0000 Author: feld Date: Tue Oct 11 15:07:54 2016 New Revision: 423769 URL: https://svnweb.freebsd.org/changeset/ports/423769 Log: Document openjpeg vulnerability PR: 212672 Security: CVE-2016-5157 Security: CVE-2016-7163 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 11 15:07:40 2016 (r423768) +++ head/security/vuxml/vuln.xml Tue Oct 11 15:07:54 2016 (r423769) @@ -58,6 +58,43 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + openjpeg -- multiple vulnerabilities + + + openjpeg + 2.1.1_1 + + + + +

Tencent's Xuanwu LAB reports:

+
+

A Heap Buffer Overflow (Out-of-Bounds Write) issue was found in + function opj_dwt_interleave_v of dwt.c. This vulnerability allows + remote attackers to execute arbitrary code on vulnerable installations + of OpenJPEG.

+

An integer overflow issue exists in function opj_pi_create_decode of + pi.c. It can lead to Out-Of-Bounds Read and Out-Of-Bounds Write in + function opj_pi_next_cprl of pi.c (function opj_pi_next_lrcp, + opj_pi_next_rlcp, opj_pi_next_rpcl, opj_pi_next_pcrl may also be + vulnerable). This vulnerability allows remote attackers to execute + arbitrary code on vulnerable installations of OpenJPEG.

+
+ +
+ + "http://www.openwall.com/lists/oss-security/2016/09/08/2" + "http://www.openwall.com/lists/oss-security/2016/09/08/3" + CVE-2016-5157 + CVE-2016-7163 + + + 2016-09-08 + 2016-10-11 + +
+ redis -- sensitive information leak through command history file From owner-svn-ports-head@freebsd.org Tue Oct 11 15:09:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CF64C0D2D0; Tue, 11 Oct 2016 15:09:31 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CD82233; Tue, 11 Oct 2016 15:09:31 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BF9UjK082052; Tue, 11 Oct 2016 15:09:30 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BF9UC2082050; Tue, 11 Oct 2016 15:09:30 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610111509.u9BF9UC2082050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 11 Oct 2016 15:09:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423770 - head/devel/py-botocore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 15:09:31 -0000 Author: pawel Date: Tue Oct 11 15:09:30 2016 New Revision: 423770 URL: https://svnweb.freebsd.org/changeset/ports/423770 Log: Update to version 1.4.58 https://github.com/boto/botocore/blob/1.4.58/CHANGELOG.rst PR: 213204 Submitted by: Bradley T.Hughes Approved by: maintainer Modified: head/devel/py-botocore/Makefile head/devel/py-botocore/distinfo Modified: head/devel/py-botocore/Makefile ============================================================================== --- head/devel/py-botocore/Makefile Tue Oct 11 15:07:54 2016 (r423769) +++ head/devel/py-botocore/Makefile Tue Oct 11 15:09:30 2016 (r423770) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 1.4.53 +PORTVERSION= 1.4.58 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-botocore/distinfo ============================================================================== --- head/devel/py-botocore/distinfo Tue Oct 11 15:07:54 2016 (r423769) +++ head/devel/py-botocore/distinfo Tue Oct 11 15:09:30 2016 (r423770) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473665049 -SHA256 (botocore-1.4.53.tar.gz) = 7d6c96999e57145fb0b0c9534c3c7bfa9dfd30a58a4d9ccaa89f734211d987ad -SIZE (botocore-1.4.53.tar.gz) = 2772347 +TIMESTAMP = 1475480071 +SHA256 (botocore-1.4.58.tar.gz) = a464bb803faffdd689c732768e472da8732b87795bc03ed4342a2ab99338e9f7 +SIZE (botocore-1.4.58.tar.gz) = 2906349 From owner-svn-ports-head@freebsd.org Tue Oct 11 15:13:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D7DCC0D48B; Tue, 11 Oct 2016 15:13:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF19E8B3; Tue, 11 Oct 2016 15:13:16 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BFDGE0085686; Tue, 11 Oct 2016 15:13:16 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BFDFSH085681; Tue, 11 Oct 2016 15:13:15 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610111513.u9BFDFSH085681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 11 Oct 2016 15:13:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423771 - in head/graphics/openjpeg: . 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.23 Precedence: list List-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, 11 Oct 2016 15:13:17 -0000 Author: feld Date: Tue Oct 11 15:13:15 2016 New Revision: 423771 URL: https://svnweb.freebsd.org/changeset/ports/423771 Log: graphics/openjpeg: Add patches to resolve CVEs PR: 212672 MFH: 2016Q4 Security: CVE-2016-5157 Security: CVE-2016-7163 Added: head/graphics/openjpeg/files/patch-src_lib_openjp2_pi.c (contents, props changed) head/graphics/openjpeg/files/patch-src_lib_openjp2_tcd.c (contents, props changed) head/graphics/openjpeg/files/patch-tests_compare__dump__files.c (contents, props changed) head/graphics/openjpeg/files/patch-tests_nonregression_test__suite.ctest.in (contents, props changed) Modified: head/graphics/openjpeg/Makefile Modified: head/graphics/openjpeg/Makefile ============================================================================== --- head/graphics/openjpeg/Makefile Tue Oct 11 15:09:30 2016 (r423770) +++ head/graphics/openjpeg/Makefile Tue Oct 11 15:13:15 2016 (r423771) @@ -3,6 +3,7 @@ PORTNAME= openjpeg PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org Added: head/graphics/openjpeg/files/patch-src_lib_openjp2_pi.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/openjpeg/files/patch-src_lib_openjp2_pi.c Tue Oct 11 15:13:15 2016 (r423771) @@ -0,0 +1,17 @@ +--- src/lib/openjp2/pi.c.orig 2016-09-14 00:01:22 UTC ++++ src/lib/openjp2/pi.c +@@ -1236,7 +1236,13 @@ opj_pi_iterator_t *opj_pi_create_decode( + l_current_pi = l_pi; + + /* memory allocation for include */ +- l_current_pi->include = (OPJ_INT16*) opj_calloc((l_tcp->numlayers +1) * l_step_l, sizeof(OPJ_INT16)); ++ /* prevent an integer overflow issue */ ++ l_current_pi->include = 00; ++ if (l_step_l <= (SIZE_MAX / (l_tcp->numlayers + 1U))) ++ { ++ l_current_pi->include = (OPJ_INT16*) opj_calloc((l_tcp->numlayers +1) * l_step_l, sizeof(OPJ_INT16)); ++ } ++ + if + (!l_current_pi->include) + { Added: head/graphics/openjpeg/files/patch-src_lib_openjp2_tcd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/openjpeg/files/patch-src_lib_openjp2_tcd.c Tue Oct 11 15:13:15 2016 (r423771) @@ -0,0 +1,23 @@ +--- src/lib/openjp2/tcd.c.orig 2016-09-14 00:02:27 UTC ++++ src/lib/openjp2/tcd.c +@@ -706,9 +706,20 @@ static INLINE OPJ_BOOL opj_tcd_init_tile + l_tx0 = l_cp->tx0 + p * l_cp->tdx; /* can't be greater than l_image->x1 so won't overflow */ + l_tile->x0 = (OPJ_INT32)opj_uint_max(l_tx0, l_image->x0); + l_tile->x1 = (OPJ_INT32)opj_uint_min(opj_uint_adds(l_tx0, l_cp->tdx), l_image->x1); ++ /* all those OPJ_UINT32 are casted to OPJ_INT32, let's do some sanity check */ ++ if ((l_tile->x0 < 0) || (l_tile->x1 <= l_tile->x0)) { ++ opj_event_msg(manager, EVT_ERROR, "Tile X coordinates are not supported\n"); ++ return OPJ_FALSE; ++ } + l_ty0 = l_cp->ty0 + q * l_cp->tdy; /* can't be greater than l_image->y1 so won't overflow */ + l_tile->y0 = (OPJ_INT32)opj_uint_max(l_ty0, l_image->y0); + l_tile->y1 = (OPJ_INT32)opj_uint_min(opj_uint_adds(l_ty0, l_cp->tdy), l_image->y1); ++ /* all those OPJ_UINT32 are casted to OPJ_INT32, let's do some sanity check */ ++ if ((l_tile->y0 < 0) || (l_tile->y1 <= l_tile->y0)) { ++ opj_event_msg(manager, EVT_ERROR, "Tile Y coordinates are not supported\n"); ++ return OPJ_FALSE; ++ } ++ + + /* testcase 1888.pdf.asan.35.988 */ + if (l_tccp->numresolutions == 0) { Added: head/graphics/openjpeg/files/patch-tests_compare__dump__files.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/openjpeg/files/patch-tests_compare__dump__files.c Tue Oct 11 15:13:15 2016 (r423771) @@ -0,0 +1,30 @@ +--- tests/compare_dump_files.c.orig 2016-09-14 00:05:13 UTC ++++ tests/compare_dump_files.c +@@ -118,10 +118,10 @@ int main(int argc, char **argv) + test_cmp_parameters inParam; + FILE *fbase=NULL, *ftest=NULL; + int same = 0; +- char lbase[256]; +- char strbase[256]; +- char ltest[256]; +- char strtest[256]; ++ char lbase[512]; ++ char strbase[512]; ++ char ltest[512]; ++ char strtest[512]; + + if( parse_cmdline_cmp(argc, argv, &inParam) == 1 ) + { +@@ -154,9 +154,9 @@ int main(int argc, char **argv) + + while (fgets(lbase, sizeof(lbase), fbase) && fgets(ltest,sizeof(ltest),ftest)) + { +- int nbase = sscanf(lbase, "%255[^\r\n]", strbase); +- int ntest = sscanf(ltest, "%255[^\r\n]", strtest); +- assert( nbase != 255 && ntest != 255 ); ++ int nbase = sscanf(lbase, "%511[^\r\n]", strbase); ++ int ntest = sscanf(ltest, "%511[^\r\n]", strtest); ++ assert( nbase != 511 && ntest != 511 ); + if( nbase != 1 || ntest != 1 ) + { + fprintf(stderr, "could not parse line from files\n" ); Added: head/graphics/openjpeg/files/patch-tests_nonregression_test__suite.ctest.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/openjpeg/files/patch-tests_nonregression_test__suite.ctest.in Tue Oct 11 15:13:15 2016 (r423771) @@ -0,0 +1,9 @@ +--- tests/nonregression/test_suite.ctest.in.orig 2016-09-14 00:06:50 UTC ++++ tests/nonregression/test_suite.ctest.in +@@ -505,3 +505,6 @@ opj_decompress -i @INPUT_NR_PATH@/issue2 + # issue 326 + PR 559: CIELab colorspace + opj_decompress -i @INPUT_NR_PATH@/issue559-eci-090-CIELab.jp2 -o @TEMP_PATH@/issue559-eci-090-CIELab.jp2.pgx + opj_decompress -i @INPUT_NR_PATH@/issue559-eci-091-CIELab.jp2 -o @TEMP_PATH@/issue559-eci-091-CIELab.jp2.pgx ++# issue 823 (yes, not a typo, test image is issue822) ++!opj_decompress -i @INPUT_NR_PATH@/issue822.jp2 -o @TEMP_PATH@/issue822.png ++ From owner-svn-ports-head@freebsd.org Tue Oct 11 15:30:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C89E3C0D97A; Tue, 11 Oct 2016 15:30:13 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99F30108F; Tue, 11 Oct 2016 15:30:13 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BFUCQf090380; Tue, 11 Oct 2016 15:30:12 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BFUCu7090374; Tue, 11 Oct 2016 15:30:12 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201610111530.u9BFUCu7090374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 11 Oct 2016 15:30:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423773 - 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.23 Precedence: list List-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, 11 Oct 2016 15:30:13 -0000 Author: danilo Date: Tue Oct 11 15:30:12 2016 New Revision: 423773 URL: https://svnweb.freebsd.org/changeset/ports/423773 Log: - Update to 7.400.4 Modified: head/math/armadillo/Makefile head/math/armadillo/distinfo head/math/armadillo/pkg-plist Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Tue Oct 11 15:14:20 2016 (r423772) +++ head/math/armadillo/Makefile Tue Oct 11 15:30:12 2016 (r423773) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= armadillo -PORTVERSION= 7.400.3 +PORTVERSION= 7.400.4 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/armadillo/distinfo ============================================================================== --- head/math/armadillo/distinfo Tue Oct 11 15:14:20 2016 (r423772) +++ head/math/armadillo/distinfo Tue Oct 11 15:30:12 2016 (r423773) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475263015 -SHA256 (armadillo-7.400.3.tar.xz) = 3fca5060da60e7d738344df919c71773a78d473ca999f356e204a2fd37837fbb -SIZE (armadillo-7.400.3.tar.xz) = 3994792 +TIMESTAMP = 1476199746 +SHA256 (armadillo-7.400.4.tar.xz) = f736894893f0f4c49b6e12ed220de8d30a2dca975c1036c9451ef07a7e969c39 +SIZE (armadillo-7.400.4.tar.xz) = 3995060 Modified: head/math/armadillo/pkg-plist ============================================================================== --- head/math/armadillo/pkg-plist Tue Oct 11 15:14:20 2016 (r423772) +++ head/math/armadillo/pkg-plist Tue Oct 11 15:30:12 2016 (r423773) @@ -483,7 +483,7 @@ include/armadillo_bits/xvec_htrans_bones include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.7 -lib/libarmadillo.so.7.400.2 +lib/libarmadillo.so.7.400.4 share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake share/Armadillo/CMake/ArmadilloLibraryDepends-release.cmake From owner-svn-ports-head@freebsd.org Tue Oct 11 15:32:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC111C0DAC3; Tue, 11 Oct 2016 15:32:57 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A6F01448; Tue, 11 Oct 2016 15:32:57 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BFWuPY093947; Tue, 11 Oct 2016 15:32:56 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BFWubA093945; Tue, 11 Oct 2016 15:32:56 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201610111532.u9BFWubA093945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 11 Oct 2016 15:32:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423774 - head/japanese/p5-Number-Phone-JP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 15:32:57 -0000 Author: danilo Date: Tue Oct 11 15:32:56 2016 New Revision: 423774 URL: https://svnweb.freebsd.org/changeset/ports/423774 Log: - Update to 0.20161003 Modified: head/japanese/p5-Number-Phone-JP/Makefile head/japanese/p5-Number-Phone-JP/distinfo Modified: head/japanese/p5-Number-Phone-JP/Makefile ============================================================================== --- head/japanese/p5-Number-Phone-JP/Makefile Tue Oct 11 15:30:12 2016 (r423773) +++ head/japanese/p5-Number-Phone-JP/Makefile Tue Oct 11 15:32:56 2016 (r423774) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Number-Phone-JP -PORTVERSION= 0.20160801 +PORTVERSION= 0.20161003 CATEGORIES= japanese perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TANIGUCHI Modified: head/japanese/p5-Number-Phone-JP/distinfo ============================================================================== --- head/japanese/p5-Number-Phone-JP/distinfo Tue Oct 11 15:30:12 2016 (r423773) +++ head/japanese/p5-Number-Phone-JP/distinfo Tue Oct 11 15:32:56 2016 (r423774) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470340574 -SHA256 (Number-Phone-JP-0.20160801.tar.gz) = f2ce431a93c55ac06f1e52f3ec45312ca4f81b3233224f0272cda34dc093abc7 -SIZE (Number-Phone-JP-0.20160801.tar.gz) = 409621 +TIMESTAMP = 1476199830 +SHA256 (Number-Phone-JP-0.20161003.tar.gz) = 4c19fb821e6c0b0475e3d539242471702e49e24b979715d1a83044c80d8562e4 +SIZE (Number-Phone-JP-0.20161003.tar.gz) = 409615 From owner-svn-ports-head@freebsd.org Tue Oct 11 15:33:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C89A3C0DAE5; Tue, 11 Oct 2016 15:33:00 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A6211449; Tue, 11 Oct 2016 15:33:00 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BFWxnr094065; Tue, 11 Oct 2016 15:32:59 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BFWx5v094063; Tue, 11 Oct 2016 15:32:59 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610111532.u9BFWx5v094063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 11 Oct 2016 15:32:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423775 - head/devel/awscli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 15:33:00 -0000 Author: pawel Date: Tue Oct 11 15:32:59 2016 New Revision: 423775 URL: https://svnweb.freebsd.org/changeset/ports/423775 Log: Update to version 1.11.0 https://github.com/aws/aws-cli/blob/1.11.0/CHANGELOG.rst PR: 213205 Submitted by: Bradley T. Hughes Approved by: maintainer Modified: head/devel/awscli/Makefile head/devel/awscli/distinfo Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Tue Oct 11 15:32:56 2016 (r423774) +++ head/devel/awscli/Makefile Tue Oct 11 15:32:59 2016 (r423775) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= awscli -PORTVERSION= 1.10.63 +PORTVERSION= 1.11.0 CATEGORIES= devel MASTER_SITES= CHEESESHOP @@ -11,7 +11,7 @@ COMMENT= Universal Command Line Interfac LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.53:devel/py-botocore \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.4.58:devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama \ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.0:net/py-s3transfer \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils \ Modified: head/devel/awscli/distinfo ============================================================================== --- head/devel/awscli/distinfo Tue Oct 11 15:32:56 2016 (r423774) +++ head/devel/awscli/distinfo Tue Oct 11 15:32:59 2016 (r423775) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473665049 -SHA256 (awscli-1.10.63.tar.gz) = a50c242a90343e14fc5c74b0f84959fe35c76e316ee205f53247a6aecec55141 -SIZE (awscli-1.10.63.tar.gz) = 488426 +TIMESTAMP = 1475481441 +SHA256 (awscli-1.11.0.tar.gz) = 48f26765be66689ef073e086873b016885f443471e542156d46376b527aa2d63 +SIZE (awscli-1.11.0.tar.gz) = 497631 From owner-svn-ports-head@freebsd.org Tue Oct 11 16:06:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C4D0C0D3F2; Tue, 11 Oct 2016 16:06:54 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED485B0B; Tue, 11 Oct 2016 16:06:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BG6reI005845; Tue, 11 Oct 2016 16:06:53 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BG6rWW005844; Tue, 11 Oct 2016 16:06:53 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610111606.u9BG6rWW005844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 11 Oct 2016 16:06:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423777 - head/security/p5-Crypt-LE X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 16:06:54 -0000 Author: pi Date: Tue Oct 11 16:06:52 2016 New Revision: 423777 URL: https://svnweb.freebsd.org/changeset/ports/423777 Log: security/p5-Crypt-LE: add missing dependencies Submitted by: des Modified: head/security/p5-Crypt-LE/Makefile Modified: head/security/p5-Crypt-LE/Makefile ============================================================================== --- head/security/p5-Crypt-LE/Makefile Tue Oct 11 16:05:42 2016 (r423776) +++ head/security/p5-Crypt-LE/Makefile Tue Oct 11 16:06:52 2016 (r423777) @@ -2,6 +2,7 @@ PORTNAME= Crypt-LE PORTVERSION= 0.18 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +12,11 @@ COMMENT= Let's Encrypt API interfacing m LICENSE= ART20 -RUN_DEPENDS= p5-Crypt-PKCS10>=0:security/p5-Crypt-PKCS10 +RUN_DEPENDS= p5-Crypt-PKCS10>=0:security/p5-Crypt-PKCS10 \ + p5-Crypt-OpenSSL-PKCS10>=0:security/p5-Crypt-OpenSSL-PKCS10 \ + p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \ + p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ + p5-Crypt-Format>=0:security/p5-Crypt-Format USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Tue Oct 11 16:22:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16214C0D99D; Tue, 11 Oct 2016 16:22:25 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA9468E9; Tue, 11 Oct 2016 16:22:24 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BGMO2j013660; Tue, 11 Oct 2016 16:22:24 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BGMNHg013659; Tue, 11 Oct 2016 16:22:23 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610111622.u9BGMNHg013659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 11 Oct 2016 16:22:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423780 - 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.23 Precedence: list List-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, 11 Oct 2016 16:22:25 -0000 Author: jbeich Date: Tue Oct 11 16:22:23 2016 New Revision: 423780 URL: https://svnweb.freebsd.org/changeset/ports/423780 Log: gecko: back out r423631 for 10.x bustage - DTRACE=on crashes building probes with libstdc++ - libc++ by default conflicts with libstdc++ from USE_GCC PR: 213378 Reported by: dhw, tz, pkg-fallout, Philip Homburg Modified: head/Mk/bsd.gecko.mk (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Tue Oct 11 16:12:05 2016 (r423779) +++ head/Mk/bsd.gecko.mk Tue Oct 11 16:22:23 2016 (r423780) @@ -85,7 +85,7 @@ MOZILLA_VER?= ${PORTVERSION} MOZILLA_BIN?= ${PORTNAME}-bin MOZILLA_EXEC_NAME?=${MOZILLA} MOZ_RPATH?= ${MOZILLA} -USES+= cpe gmake iconv perl5 pkgconfig \ +USES+= cpe compiler:c++11-lang gmake iconv perl5 pkgconfig \ python:2.7,build desktop-file-utils CPE_VENDOR?=mozilla USE_PERL5= build @@ -96,11 +96,9 @@ BUNDLE_LIBS= yes .endif # call to implicitly-deleted copy constructor of 'mozilla::WidevineVideoFrame' -.if ${MOZILLA_VER:R:R} >= 49 -USES+= compiler:c++14-lang -FAVORITE_COMPILER= gcc # c++14-lib -.else -USES+= compiler:c++11-lang +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000019 && ${MOZILLA_VER:R:R} >= 49 +# XXX USES=compiler:c++11-lib cannot be used due to ports/208538 +USE_GCC= 5+ .endif MOZILLA_SUFX?= none From owner-svn-ports-head@freebsd.org Tue Oct 11 16:43:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8000EC0C554; Tue, 11 Oct 2016 16:43:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 517AF131; Tue, 11 Oct 2016 16:43:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BGhar0021979; Tue, 11 Oct 2016 16:43:36 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BGhagJ021977; Tue, 11 Oct 2016 16:43:36 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610111643.u9BGhagJ021977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 11 Oct 2016 16:43:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423781 - in head/emulators: citra citra-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 16:43:37 -0000 Author: jbeich Date: Tue Oct 11 16:43:36 2016 New Revision: 423781 URL: https://svnweb.freebsd.org/changeset/ports/423781 Log: emulators/citra: don't use GCC to build on 10.x libstdc++ in ports is still built against libsupc++ rather than libcxxrt, so it's unsafe to use together libc++. This means USE_GCC is practically forbidden with C++ ports on >= 10.0 systems. Modified: head/emulators/citra-qt5/Makefile (contents, props changed) head/emulators/citra/Makefile (contents, props changed) Modified: head/emulators/citra-qt5/Makefile ============================================================================== --- head/emulators/citra-qt5/Makefile Tue Oct 11 16:22:23 2016 (r423780) +++ head/emulators/citra-qt5/Makefile Tue Oct 11 16:43:36 2016 (r423781) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../citra Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Tue Oct 11 16:22:23 2016 (r423780) +++ head/emulators/citra/Makefile Tue Oct 11 16:43:36 2016 (r423781) @@ -2,7 +2,7 @@ PORTNAME= citra PORTVERSION= s20161007 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org @@ -33,7 +33,7 @@ GH_TUPLE= citra-emu:${PORTNAME}:136cbbe svn2github:inih:603729d:inih/externals/inih/inih USES= cmake:outsource compiler:c++14-lang iconv localbase:ldflags -FAVORITE_COMPILER= gcc # c++14-lib +FAVORITE_COMPILER= ${COMPILER_TYPE} # c++14-lib CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 LDFLAGS+= -Wl,--as-needed # GL From owner-svn-ports-head@freebsd.org Tue Oct 11 16:54:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C94AC0CD3C; Tue, 11 Oct 2016 16:54:51 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BC47378; Tue, 11 Oct 2016 16:54:51 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BGsoNI026413; Tue, 11 Oct 2016 16:54:50 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BGsoHu026411; Tue, 11 Oct 2016 16:54:50 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201610111654.u9BGsoHu026411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Tue, 11 Oct 2016 16:54:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423782 - head/devel/py-setuptools_scm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 16:54:51 -0000 Author: wg Date: Tue Oct 11 16:54:50 2016 New Revision: 423782 URL: https://svnweb.freebsd.org/changeset/ports/423782 Log: devel/py-setuptools_scm: update to 1.13.1 Modified: head/devel/py-setuptools_scm/Makefile head/devel/py-setuptools_scm/distinfo Modified: head/devel/py-setuptools_scm/Makefile ============================================================================== --- head/devel/py-setuptools_scm/Makefile Tue Oct 11 16:43:36 2016 (r423781) +++ head/devel/py-setuptools_scm/Makefile Tue Oct 11 16:54:50 2016 (r423782) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= setuptools_scm -PORTVERSION= 1.10.1 +PORTVERSION= 1.13.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ COMMENT= Setuptools plugin to manage you LICENSE= MIT -USES= python tar:bz2 +USES= python USE_PYTHON= distutils autoplist .include Modified: head/devel/py-setuptools_scm/distinfo ============================================================================== --- head/devel/py-setuptools_scm/distinfo Tue Oct 11 16:43:36 2016 (r423781) +++ head/devel/py-setuptools_scm/distinfo Tue Oct 11 16:54:50 2016 (r423782) @@ -1,2 +1,3 @@ -SHA256 (setuptools_scm-1.10.1.tar.bz2) = 1cdea91bbe1ec4d52b3e9c451ab32ae6e1f3aa3fd91e90580490a9eb75bea286 -SIZE (setuptools_scm-1.10.1.tar.bz2) = 16244 +TIMESTAMP = 1476204846 +SHA256 (setuptools_scm-1.13.1.tar.gz) = dfb59aa2c50e3e6e0bfde5267eff552e167b296cd67ef27443bbfa22fdcb7036 +SIZE (setuptools_scm-1.13.1.tar.gz) = 22200 From owner-svn-ports-head@freebsd.org Tue Oct 11 18:02:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE36EC0D1C5; Tue, 11 Oct 2016 18:02:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BFEC2819; Tue, 11 Oct 2016 18:02:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BI2ocO052868; Tue, 11 Oct 2016 18:02:50 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BI2o5w052865; Tue, 11 Oct 2016 18:02:50 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201610111802.u9BI2o5w052865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 11 Oct 2016 18:02:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423784 - head/textproc/p5-Text-vCard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 18:02:52 -0000 Author: ehaupt Date: Tue Oct 11 18:02:50 2016 New Revision: 423784 URL: https://svnweb.freebsd.org/changeset/ports/423784 Log: Update to 3.08 Modified: head/textproc/p5-Text-vCard/Makefile head/textproc/p5-Text-vCard/distinfo Modified: head/textproc/p5-Text-vCard/Makefile ============================================================================== --- head/textproc/p5-Text-vCard/Makefile Tue Oct 11 17:59:26 2016 (r423783) +++ head/textproc/p5-Text-vCard/Makefile Tue Oct 11 18:02:50 2016 (r423784) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Text-vCard -PORTVERSION= 3.07 -PORTREVISION= 2 +PORTVERSION= 3.08 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Text-vCard/distinfo ============================================================================== --- head/textproc/p5-Text-vCard/distinfo Tue Oct 11 17:59:26 2016 (r423783) +++ head/textproc/p5-Text-vCard/distinfo Tue Oct 11 18:02:50 2016 (r423784) @@ -1,2 +1,3 @@ -SHA256 (Text-vCard-3.07.tar.gz) = e722e014a9886ae0c9d54357b1d4ce95290ecfd6fbde13bef96a13232b0624aa -SIZE (Text-vCard-3.07.tar.gz) = 43933 +TIMESTAMP = 1476208842 +SHA256 (Text-vCard-3.08.tar.gz) = 9bce392dffda839ad310d3bb8fccb26c82326eac12652668040b21555b956f4d +SIZE (Text-vCard-3.08.tar.gz) = 44939 From owner-svn-ports-head@freebsd.org Tue Oct 11 18:25:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 936DEC0D832; Tue, 11 Oct 2016 18:25:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62A2A30E; Tue, 11 Oct 2016 18:25:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BIP2wt060339; Tue, 11 Oct 2016 18:25:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BIP2Qr060337; Tue, 11 Oct 2016 18:25:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610111825.u9BIP2Qr060337@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 11 Oct 2016 18:25:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423785 - head/audio/moc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 18:25:03 -0000 Author: amdmi3 Date: Tue Oct 11 18:25:02 2016 New Revision: 423785 URL: https://svnweb.freebsd.org/changeset/ports/423785 Log: - Update to 2.5.1 PR: 212100 Submitted by: joneum@bsdproject.de Approved by: rzinkov@gmail.com (maintainer) Modified: head/audio/moc/Makefile head/audio/moc/distinfo Modified: head/audio/moc/Makefile ============================================================================== --- head/audio/moc/Makefile Tue Oct 11 18:02:50 2016 (r423784) +++ head/audio/moc/Makefile Tue Oct 11 18:25:02 2016 (r423785) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moc -PORTVERSION= 2.5.0 +PORTVERSION= 2.5.1 CATEGORIES= audio MASTER_SITES= http://ftp.daper.net/pub/soft/moc/stable/ Modified: head/audio/moc/distinfo ============================================================================== --- head/audio/moc/distinfo Tue Oct 11 18:02:50 2016 (r423784) +++ head/audio/moc/distinfo Tue Oct 11 18:25:02 2016 (r423785) @@ -1,2 +1,3 @@ -SHA256 (moc-2.5.0.tar.bz2) = d29ea52240af76c4aa56fa293553da9d66675823e689249cee5f8a60657a6091 -SIZE (moc-2.5.0.tar.bz2) = 594532 +TIMESTAMP = 1472028956 +SHA256 (moc-2.5.1.tar.bz2) = 1b419c75a92a85ff4ee7670c65d660c86fef32032c65e89e868b988f80fac4f2 +SIZE (moc-2.5.1.tar.bz2) = 580329 From owner-svn-ports-head@freebsd.org Tue Oct 11 19:20:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 642ABC0D7E4; Tue, 11 Oct 2016 19:20:03 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1874DA8; Tue, 11 Oct 2016 19:20:03 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BJK2On079105; Tue, 11 Oct 2016 19:20:02 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BJK2Gi079103; Tue, 11 Oct 2016 19:20:02 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201610111920.u9BJK2Gi079103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 11 Oct 2016 19:20:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423786 - head/mail/postfix-current X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 19:20:03 -0000 Author: ohauer Date: Tue Oct 11 19:20:01 2016 New Revision: 423786 URL: https://svnweb.freebsd.org/changeset/ports/423786 Log: - update to 3.2-20161008 Changelog: 20161007 Bitrot: API for the ersatz inet_ntop() function, when compiling with -DNO_IPV6 (which exists only for debugging). Files: util/sys_defs.h, util/sys_compat.c. 20161008 Feature: smtp_tcp_port, similar to the existing lmtp_tcp_port. Files: mantools/postlink, proto/postconf.proto, global/mail_params.h, smtp/smtp.c, smtp/smtp_connect.c, smtp/smtp_params.c. Feature: "PASS" and "STRIP" actions in header/body_checks. "STRIP" is similar to "IGNORE" but also logs the action, and "PASS" disables header, body, and Milter inspection for the remainder of the message content. Contributed by Hobbit. Files: cleanup/cleanup_message.c, global/header_body_checks.c. Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Tue Oct 11 18:25:02 2016 (r423785) +++ head/mail/postfix-current/Makefile Tue Oct 11 19:20:01 2016 (r423786) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.2-20160925 +DISTVERSION= 3.2-20161008 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Tue Oct 11 18:25:02 2016 (r423785) +++ head/mail/postfix-current/distinfo Tue Oct 11 19:20:01 2016 (r423786) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474820719 -SHA256 (postfix/postfix-3.2-20160925.tar.gz) = ad52ae14d0ca8411d769c44612fdcce4597846bbc1800f02fe543401b5824f8e -SIZE (postfix/postfix-3.2-20160925.tar.gz) = 4371654 +TIMESTAMP = 1475973023 +SHA256 (postfix/postfix-3.2-20161008.tar.gz) = 9abd0e09767d19ac03d8eb44c806d865cdbe83e9881e17d7c60f8fc9be34a14c +SIZE (postfix/postfix-3.2-20161008.tar.gz) = 4350036 From owner-svn-ports-head@freebsd.org Tue Oct 11 19:20:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 665DAC0D834; Tue, 11 Oct 2016 19:20:40 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 332081BA; Tue, 11 Oct 2016 19:20:40 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BJKd9w079240; Tue, 11 Oct 2016 19:20:39 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BJKd94079239; Tue, 11 Oct 2016 19:20:39 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201610111920.u9BJKd94079239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Tue, 11 Oct 2016 19:20:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423787 - head/multimedia/mkvtoolnix/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.23 Precedence: list List-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, 11 Oct 2016 19:20:40 -0000 Author: riggs Date: Tue Oct 11 19:20:39 2016 New Revision: 423787 URL: https://svnweb.freebsd.org/changeset/ports/423787 Log: Fix build on archs where sizeof(size_t) != sizeof(uint64_t) Added: head/multimedia/mkvtoolnix/files/patch-src_input_r__qtmp4.cpp (contents, props changed) Added: head/multimedia/mkvtoolnix/files/patch-src_input_r__qtmp4.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/mkvtoolnix/files/patch-src_input_r__qtmp4.cpp Tue Oct 11 19:20:39 2016 (r423787) @@ -0,0 +1,11 @@ +--- src/input/r_qtmp4.cpp.orig 2016-09-11 12:16:51 UTC ++++ src/input/r_qtmp4.cpp +@@ -107,7 +107,7 @@ read_qtmp4_atom(mm_io_c *read_from, + if (exit_on_error) + mxerror(boost::format(Y("Quicktime/MP4 reader: Invalid chunk size %1% at %2%.\n")) % a.size % a.pos); + else +- throw mtx::atom_chunk_size_x{a.size, a.pos}; ++ throw mtx::atom_chunk_size_x{static_cast(a.size), static_cast(a.pos)}; + } + + return a; From owner-svn-ports-head@freebsd.org Tue Oct 11 19:21:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4AF1C0D9DB; Tue, 11 Oct 2016 19:21:48 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B0E039D; Tue, 11 Oct 2016 19:21:48 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BJLl33079419; Tue, 11 Oct 2016 19:21:47 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BJLlwp079415; Tue, 11 Oct 2016 19:21:47 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610111921.u9BJLlwp079415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 11 Oct 2016 19:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423788 - head/sysutils/pick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 19:21:48 -0000 Author: pawel Date: Tue Oct 11 19:21:47 2016 New Revision: 423788 URL: https://svnweb.freebsd.org/changeset/ports/423788 Log: Update to version 1.5.1 PR: 213246 Submitted by: Neel Chauhan (maintainer) Modified: head/sysutils/pick/Makefile head/sysutils/pick/distinfo head/sysutils/pick/pkg-descr Modified: head/sysutils/pick/Makefile ============================================================================== --- head/sysutils/pick/Makefile Tue Oct 11 19:20:39 2016 (r423787) +++ head/sysutils/pick/Makefile Tue Oct 11 19:21:47 2016 (r423788) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= pick -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= sysutils -MASTER_SITES= http://github.com/thoughtbot/pick/releases/download/v${PORTVERSION}/ +MASTER_SITES= http://github.com/calleerlandsson/pick/releases/download/v${PORTVERSION}/ MAINTAINER= neel@neelc.org COMMENT= Tool for choosing one option from a set of choices with an interface Modified: head/sysutils/pick/distinfo ============================================================================== --- head/sysutils/pick/distinfo Tue Oct 11 19:20:39 2016 (r423787) +++ head/sysutils/pick/distinfo Tue Oct 11 19:21:47 2016 (r423788) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474372111 -SHA256 (pick-1.5.0.tar.gz) = 1dac1c9cf0b14b0bbb4d9eefb6af72cdf5314af7b2ff9e4c7c8858014ad63549 -SIZE (pick-1.5.0.tar.gz) = 103859 +TIMESTAMP = 1475767683 +SHA256 (pick-1.5.1.tar.gz) = d41db6c0f1a87e8463c01a15670a96ec90d978dc83dcec7619a46dfe52acbe26 +SIZE (pick-1.5.1.tar.gz) = 104067 Modified: head/sysutils/pick/pkg-descr ============================================================================== --- head/sysutils/pick/pkg-descr Tue Oct 11 19:20:39 2016 (r423787) +++ head/sysutils/pick/pkg-descr Tue Oct 11 19:21:47 2016 (r423788) @@ -1,4 +1,4 @@ pick allows users to choose one option from a set of choices using an interface with fuzzy search functionality. -WWW: https://www.github.com/thoughtbot/pick +WWW: https://github.com/calleerlandsson/pick From owner-svn-ports-head@freebsd.org Tue Oct 11 19:27:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40416C0DAF0; Tue, 11 Oct 2016 19:27:56 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F395A0A; Tue, 11 Oct 2016 19:27:55 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BJRtSJ083241; Tue, 11 Oct 2016 19:27:55 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BJRtwI083239; Tue, 11 Oct 2016 19:27:55 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610111927.u9BJRtwI083239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 11 Oct 2016 19:27:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423790 - head/games/opengfx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 19:27:56 -0000 Author: pawel Date: Tue Oct 11 19:27:54 2016 New Revision: 423790 URL: https://svnweb.freebsd.org/changeset/ports/423790 Log: Update to version 0.5.4 PR: 213248 Submitted by: maintainer Modified: head/games/opengfx/Makefile head/games/opengfx/distinfo Modified: head/games/opengfx/Makefile ============================================================================== --- head/games/opengfx/Makefile Tue Oct 11 19:23:49 2016 (r423789) +++ head/games/opengfx/Makefile Tue Oct 11 19:27:54 2016 (r423790) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= opengfx -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.4 CATEGORIES= games -MASTER_SITES= http://hu.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \ - http://us.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \ - http://cz.binaries.openttd.org/openttd/binaries/extra/${PORTNAME}/${PORTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-all +MASTER_SITES= http://bundles.openttdcoop.org/${PORTNAME}/releases/${PORTVERSION}/ \ + http://m1cro.me/ports/distfiles/${PORTNAME}/releases/${PORTVERSION}/ MAINTAINER= rum1cro@yandex.ru COMMENT= Free alternative graphics for OpenTTD game engine Modified: head/games/opengfx/distinfo ============================================================================== --- head/games/opengfx/distinfo Tue Oct 11 19:23:49 2016 (r423789) +++ head/games/opengfx/distinfo Tue Oct 11 19:27:54 2016 (r423790) @@ -1,2 +1,3 @@ -SHA256 (opengfx-0.5.2-all.zip) = 19be61f1cb04cbb3cb9602f0b8eb6e6f56ecbefbfdd6e0e03f9579e5a5c1cbc8 -SIZE (opengfx-0.5.2-all.zip) = 3547661 +TIMESTAMP = 1475770623 +SHA256 (opengfx-0.5.4.zip) = 3d136d776906dbe8b5df1434cb9a68d1249511a3c4cfaca55cc24cc0028ae078 +SIZE (opengfx-0.5.4.zip) = 3547720 From owner-svn-ports-head@freebsd.org Tue Oct 11 19:38:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E3D1C0DDFD; Tue, 11 Oct 2016 19:38:24 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBEA8EFD; Tue, 11 Oct 2016 19:38:23 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BJcNN7087019; Tue, 11 Oct 2016 19:38:23 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BJcMgx087017; Tue, 11 Oct 2016 19:38:22 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610111938.u9BJcMgx087017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 11 Oct 2016 19:38:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423791 - head/devel/cvsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 19:38:24 -0000 Author: pawel Date: Tue Oct 11 19:38:22 2016 New Revision: 423791 URL: https://svnweb.freebsd.org/changeset/ports/423791 Log: Update to version 1.0.24 PR: 213249 Submitted by: maintainer Modified: head/devel/cvsd/Makefile head/devel/cvsd/distinfo Modified: head/devel/cvsd/Makefile ============================================================================== --- head/devel/cvsd/Makefile Tue Oct 11 19:27:54 2016 (r423790) +++ head/devel/cvsd/Makefile Tue Oct 11 19:38:22 2016 (r423791) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cvsd -PORTVERSION= 1.0.18 +PORTVERSION= 1.0.24 CATEGORIES= devel MASTER_SITES= http://arthurdejong.org/cvsd/ \ http://wiftp.com/ Modified: head/devel/cvsd/distinfo ============================================================================== --- head/devel/cvsd/distinfo Tue Oct 11 19:27:54 2016 (r423790) +++ head/devel/cvsd/distinfo Tue Oct 11 19:38:22 2016 (r423791) @@ -1,2 +1,3 @@ -SHA256 (cvsd-1.0.18.tar.gz) = da3402ea0504ca0f5939d8f21c5b7e852ddac22076b7d101485347d1c6c73544 -SIZE (cvsd-1.0.18.tar.gz) = 247326 +TIMESTAMP = 1475772161 +SHA256 (cvsd-1.0.24.tar.gz) = 46bc517760c1070ae408693b89603986b53e6f068ae6bdc744e2e830e46b8cba +SIZE (cvsd-1.0.24.tar.gz) = 258139 From owner-svn-ports-head@freebsd.org Tue Oct 11 19:56:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37A3BC0D49C; Tue, 11 Oct 2016 19:56:45 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 122E1B6E; Tue, 11 Oct 2016 19:56:44 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BJuihU094681; Tue, 11 Oct 2016 19:56:44 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BJuhvG094676; Tue, 11 Oct 2016 19:56:43 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610111956.u9BJuhvG094676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 11 Oct 2016 19:56:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423792 - head/net/self-service-password X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 19:56:45 -0000 Author: pawel Date: Tue Oct 11 19:56:43 2016 New Revision: 423792 URL: https://svnweb.freebsd.org/changeset/ports/423792 Log: - Update to version 0.9, now hosted on GitHub [1] - Sort USE_PHP, move to correct place PR: 213259 [1] Submitted by: maintainer [1] Modified: head/net/self-service-password/Makefile head/net/self-service-password/distinfo (contents, props changed) head/net/self-service-password/pkg-descr (contents, props changed) head/net/self-service-password/pkg-plist (contents, props changed) Modified: head/net/self-service-password/Makefile ============================================================================== --- head/net/self-service-password/Makefile Tue Oct 11 19:38:22 2016 (r423791) +++ head/net/self-service-password/Makefile Tue Oct 11 19:56:43 2016 (r423792) @@ -2,23 +2,22 @@ # $FreeBSD$ PORTNAME= self-service-password -PORTVERSION= 0.8 -PORTREVISION= 1 +PORTVERSION= 0.9 CATEGORIES= net www -MASTER_SITES= http://tools.ltb-project.org/attachments/download/497/ -DISTNAME= ltb-project-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@bsdserwis.com COMMENT= Set of PHP-scripts to change LDAP password over the web LICENSE= GPLv2 -NO_BUILD= yes -NO_ARCH= yes +USE_GITHUB= yes +GH_ACCOUNT= ltb-project -USE_PHP= ldap openssl session hash hash mcrypt mbstring filter +USES= php:web +USE_PHP= filter hash ldap mbstring mcrypt openssl session -WANT_PHP_WEB= yes +NO_BUILD= yes +NO_ARCH= yes CFGDIR= conf CFGFILE= config.inc.php @@ -31,8 +30,9 @@ SUB_FILES= pkg-message post-extract: @${MV} ${WRKSRC}/${CFGDIR}/${CFGFILE} ${WRKSRC}/${CFGDIR}/${CFGFILE}.sample + @${RM} -r ${WRKSRC}/packaging/ do-install: - @cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ + @cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ "-not -name checklang.pl" .include Modified: head/net/self-service-password/distinfo ============================================================================== --- head/net/self-service-password/distinfo Tue Oct 11 19:38:22 2016 (r423791) +++ head/net/self-service-password/distinfo Tue Oct 11 19:56:43 2016 (r423792) @@ -1,2 +1,3 @@ -SHA256 (ltb-project-self-service-password-0.8.tar.gz) = e26d299ed6d2352056d545c3c5c826d296ff7a6152434db25196982dc14359d3 -SIZE (ltb-project-self-service-password-0.8.tar.gz) = 63084 +TIMESTAMP = 1476215618 +SHA256 (ltb-project-self-service-password-0.9_GH0.tar.gz) = 7f265f2c5acdbfecaace6f2b3fe27300c2550886a9343dd09e8fba3ab8550766 +SIZE (ltb-project-self-service-password-0.9_GH0.tar.gz) = 77598 Modified: head/net/self-service-password/pkg-descr ============================================================================== --- head/net/self-service-password/pkg-descr Tue Oct 11 19:38:22 2016 (r423791) +++ head/net/self-service-password/pkg-descr Tue Oct 11 19:56:43 2016 (r423792) @@ -3,4 +3,4 @@ anywhere-accessible, multi-language serv Since it is a web application, this LDAP browser works on many platforms, making change of your LDAP/AD password accessible from any location. -WWW: http://ltb-project.org/wiki/documentation/self-service-password/latest/start +WWW: http://ltb-project.org/wiki/documentation/self-service-password Modified: head/net/self-service-password/pkg-plist ============================================================================== --- head/net/self-service-password/pkg-plist Tue Oct 11 19:38:22 2016 (r423791) +++ head/net/self-service-password/pkg-plist Tue Oct 11 19:56:43 2016 (r423792) @@ -3,6 +3,7 @@ @sample %%WWWDIR%%/conf/config.inc.php.sample %%WWWDIR%%/index.php %%WWWDIR%%/lang/ca.inc.php +%%WWWDIR%%/lang/cn.inc.php %%WWWDIR%%/lang/de.inc.php %%WWWDIR%%/lang/en.inc.php %%WWWDIR%%/lang/es.inc.php @@ -11,7 +12,11 @@ %%WWWDIR%%/lang/nl.inc.php %%WWWDIR%%/lang/pl.inc.php %%WWWDIR%%/lang/pt-BR.inc.php +%%WWWDIR%%/lang/pt-PT.inc.php %%WWWDIR%%/lang/ru.inc.php +%%WWWDIR%%/lang/sk.inc.php +%%WWWDIR%%/lang/sl.inc.php +%%WWWDIR%%/lang/zh-CN.inc.php %%WWWDIR%%/lib/detectbrowserlanguage.php %%WWWDIR%%/lib/functions.inc.php %%WWWDIR%%/lib/recaptchalib.php From owner-svn-ports-head@freebsd.org Tue Oct 11 19:59:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82A78C0D530; Tue, 11 Oct 2016 19:59:57 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F459D3E; Tue, 11 Oct 2016 19:59:57 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BJxu57094887; Tue, 11 Oct 2016 19:59:56 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BJxuMx094885; Tue, 11 Oct 2016 19:59:56 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610111959.u9BJxuMx094885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 11 Oct 2016 19:59:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423793 - 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.23 Precedence: list List-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, 11 Oct 2016 19:59:57 -0000 Author: feld Date: Tue Oct 11 19:59:56 2016 New Revision: 423793 URL: https://svnweb.freebsd.org/changeset/ports/423793 Log: Fix OpenSSL vuln version range Reported by: mat Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 11 19:56:43 2016 (r423792) +++ head/security/vuxml/vuln.xml Tue Oct 11 19:59:56 2016 (r423793) @@ -469,7 +469,7 @@ Notes: openssl - 1.0.2_16,1 + 1.0.2i,1 linux-c6-openssl @@ -526,7 +526,7 @@ Notes: 2016-09-22 2016-09-22 - 2016-09-30 + 2016-10-11 From owner-svn-ports-head@freebsd.org Tue Oct 11 20:11:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33AFEC0D828; Tue, 11 Oct 2016 20:11:28 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 033643D2; Tue, 11 Oct 2016 20:11:27 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BKBR1c098737; Tue, 11 Oct 2016 20:11:27 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BKBQPm098734; Tue, 11 Oct 2016 20:11:26 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610112011.u9BKBQPm098734@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 11 Oct 2016 20:11:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423794 - head/devel/acsccid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 20:11:28 -0000 Author: pawel Date: Tue Oct 11 20:11:26 2016 New Revision: 423794 URL: https://svnweb.freebsd.org/changeset/ports/423794 Log: Update to version 1.1.3 PR: 213277 Submitted by: maintainer Modified: head/devel/acsccid/Makefile head/devel/acsccid/distinfo (contents, props changed) Modified: head/devel/acsccid/Makefile ============================================================================== --- head/devel/acsccid/Makefile Tue Oct 11 19:59:56 2016 (r423793) +++ head/devel/acsccid/Makefile Tue Oct 11 20:11:26 2016 (r423794) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acsccid -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= devel MASTER_SITES= SF Modified: head/devel/acsccid/distinfo ============================================================================== --- head/devel/acsccid/distinfo Tue Oct 11 19:59:56 2016 (r423793) +++ head/devel/acsccid/distinfo Tue Oct 11 20:11:26 2016 (r423794) @@ -1,2 +1,3 @@ -SHA256 (acsccid-1.1.2.tar.bz2) = 451c60400f6f4417f75892549283ab3a0301019a5ef2801abde3ab7580dae708 -SIZE (acsccid-1.1.2.tar.bz2) = 438206 +TIMESTAMP = 1475851414 +SHA256 (acsccid-1.1.3.tar.bz2) = 9ec8dea8ff6c6d480d107e1ceece4a286d75d738565c9b9c6d60224bee221903 +SIZE (acsccid-1.1.3.tar.bz2) = 439146 From owner-svn-ports-head@freebsd.org Tue Oct 11 20:37:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6F65C0DF69; Tue, 11 Oct 2016 20:37:06 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8CF135C; Tue, 11 Oct 2016 20:37:06 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BKb5nc010003; Tue, 11 Oct 2016 20:37:05 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BKb5Y4010001; Tue, 11 Oct 2016 20:37:05 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610112037.u9BKb5Y4010001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 11 Oct 2016 20:37:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423795 - head/textproc/pecl-yaml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 20:37:06 -0000 Author: pawel Date: Tue Oct 11 20:37:05 2016 New Revision: 423795 URL: https://svnweb.freebsd.org/changeset/ports/423795 Log: - Update to version 1.3.0 - Take maintainership PR: 213316 Submitted by: Danilo G. Baio Modified: head/textproc/pecl-yaml/Makefile head/textproc/pecl-yaml/distinfo Modified: head/textproc/pecl-yaml/Makefile ============================================================================== --- head/textproc/pecl-yaml/Makefile Tue Oct 11 20:11:26 2016 (r423794) +++ head/textproc/pecl-yaml/Makefile Tue Oct 11 20:37:05 2016 (r423795) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= yaml -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= YAML-1.1 parser and emitter LICENSE= MIT @@ -17,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libyaml.so:textproc/libyaml +PORTSCOUT= limit:^1.* + USES= php:ext tar:tgz IGNORE_WITH_PHP= 70 Modified: head/textproc/pecl-yaml/distinfo ============================================================================== --- head/textproc/pecl-yaml/distinfo Tue Oct 11 20:11:26 2016 (r423794) +++ head/textproc/pecl-yaml/distinfo Tue Oct 11 20:37:05 2016 (r423795) @@ -1,2 +1,3 @@ -SHA256 (PECL/yaml-1.2.0.tgz) = fdf0eec6bf16b0c45e58076a2048f96140a778463724fb82ab49ab5fb4c7e19a -SIZE (PECL/yaml-1.2.0.tgz) = 38606 +TIMESTAMP = 1475959575 +SHA256 (PECL/yaml-1.3.0.tgz) = bf4696386fbd4e8435628d84ccb8c261c9e481888c7e1ce537cccceadcb57500 +SIZE (PECL/yaml-1.3.0.tgz) = 37075 From owner-svn-ports-head@freebsd.org Tue Oct 11 20:56:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DDD9C0E275; Tue, 11 Oct 2016 20:56:40 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE21DD35; Tue, 11 Oct 2016 20:56:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BKudb5017930; Tue, 11 Oct 2016 20:56:39 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BKuc0f017926; Tue, 11 Oct 2016 20:56:38 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610112056.u9BKuc0f017926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 11 Oct 2016 20:56:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423796 - in head: comms/uhd devel/libflatarray print/apsfilter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 20:56:40 -0000 Author: mat Date: Tue Oct 11 20:56:38 2016 New Revision: 423796 URL: https://svnweb.freebsd.org/changeset/ports/423796 Log: Whatever you do, ${PORTSDIR} always creeps in depends. Sponsored by: Absolight Modified: head/comms/uhd/Makefile (contents, props changed) head/devel/libflatarray/Makefile (contents, props changed) head/print/apsfilter/Makefile (contents, props changed) Modified: head/comms/uhd/Makefile ============================================================================== --- head/comms/uhd/Makefile Tue Oct 11 20:37:05 2016 (r423795) +++ head/comms/uhd/Makefile Tue Oct 11 20:56:38 2016 (r423796) @@ -17,12 +17,12 @@ GH_TAGNAME= 32951af2f3e7b1ddb56486c9 CONFLICTS= usrp-[0-9]* -LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs -BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs \ - cheetah-analyze:${PORTSDIR}/devel/py-cheetah \ - rst2html:${PORTSDIR}/textproc/py-docutils \ - orcc:${PORTSDIR}/devel/orc \ - ${PYTHON_PKGNAMEPREFIX}mako>0:${PORTSDIR}/textproc/py-mako +LIB_DEPENDS= libboost_python.so:devel/boost-python-libs +BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \ + cheetah-analyze:devel/py-cheetah \ + rst2html:textproc/py-docutils \ + orcc:devel/orc \ + ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako USES= compiler:c++0x cmake:outsource gmake pkgconfig dos2unix python:2.7 pathfix USE_LDCONFIG= yes @@ -44,7 +44,7 @@ DOXYGEN_BUILD_DEPENDS= doxygen:devel/do .include .if ${PORT_OPTIONS:MDOXYGEN} -BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen +BUILD_DEPENDS+= doxygen:devel/doxygen CMAKE_ARGS+= -DENABLE_DOXYGEN:STRING="ON" HAVEDOCS= YES .endif Modified: head/devel/libflatarray/Makefile ============================================================================== --- head/devel/libflatarray/Makefile Tue Oct 11 20:37:05 2016 (r423795) +++ head/devel/libflatarray/Makefile Tue Oct 11 20:56:38 2016 (r423796) @@ -11,7 +11,7 @@ COMMENT= Struct of arrays library with o LICENSE= BSL -BUILD_DEPENDS= boost-libs>=1.48:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= boost-libs>=1.48:devel/boost-libs USES= cmake:outsource Modified: head/print/apsfilter/Makefile ============================================================================== --- head/print/apsfilter/Makefile Tue Oct 11 20:37:05 2016 (r423795) +++ head/print/apsfilter/Makefile Tue Oct 11 20:56:38 2016 (r423796) @@ -82,9 +82,9 @@ PSUFX= -letter PSUFX= -letterdj .endif .if !empty(PORT_OPTIONS:MHPIJS) -RUN_DEPENDS+= hpijs:${PORTSDIR}/print/hpijs +RUN_DEPENDS+= hpijs:print/hpijs .elif !empty(PORT_OPTIONS:MHPLIP) -RUN_DEPENDS+= hpijs:${PORTSDIR}/print/hplip +RUN_DEPENDS+= hpijs:print/hplip .endif _DEPENDS_ASCII= a2ps:print/a2ps \ From owner-svn-ports-head@freebsd.org Tue Oct 11 21:03:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BF1DC0E514; Tue, 11 Oct 2016 21:03:40 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF7F825D; Tue, 11 Oct 2016 21:03:39 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BL3ck2021587; Tue, 11 Oct 2016 21:03:38 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BL3cqH021583; Tue, 11 Oct 2016 21:03:38 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610112103.u9BL3cqH021583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 11 Oct 2016 21:03:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423797 - head/math/ipopt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 21:03:40 -0000 Author: pawel Date: Tue Oct 11 21:03:38 2016 New Revision: 423797 URL: https://svnweb.freebsd.org/changeset/ports/423797 Log: - Update to version 3.12.6 [1] - Convert to test framework Changelog: - better support for custom algorithm development [r2659] - extend build system to work without Fortran compiler [r2660,r2661] PR: 213341 [1] Submitted by: pfg (maintainer) [1] Modified: head/math/ipopt/Makefile head/math/ipopt/distinfo head/math/ipopt/pkg-plist Modified: head/math/ipopt/Makefile ============================================================================== --- head/math/ipopt/Makefile Tue Oct 11 20:56:38 2016 (r423796) +++ head/math/ipopt/Makefile Tue Oct 11 21:03:38 2016 (r423797) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Ipopt -PORTVERSION= 3.12.5 +PORTVERSION= 3.12.6 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/Ipopt/ \ http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/:metis \ @@ -19,6 +19,7 @@ LICENSE= EPL USES= blaslapack fortran libtool pkgconfig tar:tgz GNU_CONFIGURE= yes USE_LDCONFIG= yes +TEST_TARGET= test INSTALL_TARGET= install-strip CONFIGURE_ENV+= PKG_CONFIG_PATH=${STAGEDIR}${PREFIX}/libdata/pkgconfig \ @@ -33,7 +34,7 @@ PORTDOCS= * DEBUG_CXXFLAGS= -fomit-frame-pointer -post-patch:: +pre-build: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ -e 's|$$(DESTDIR)$$(addlibsdir)|$$(addlibsdir)|g' @@ -55,8 +56,4 @@ post-install-DOCS-on: ${MV} ${STAGEDIR}${PREFIX}/share/coin/doc ${STAGEDIR}${DOCSDIR} ${RM} -rf ${STAGEDIR}${PREFIX}/share/coin -check regression-test test: build - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} \ - ${MAKE_ARGS} test) - .include Modified: head/math/ipopt/distinfo ============================================================================== --- head/math/ipopt/distinfo Tue Oct 11 20:56:38 2016 (r423796) +++ head/math/ipopt/distinfo Tue Oct 11 21:03:38 2016 (r423797) @@ -1,5 +1,6 @@ -SHA256 (Ipopt-3.12.5.tgz) = 53e7af6eefcb6de1f8e936c9c887c7bcb5a9fa4fcf7673a227f16de131147325 -SIZE (Ipopt-3.12.5.tgz) = 4515902 +TIMESTAMP = 1476029922 +SHA256 (Ipopt-3.12.6.tgz) = 6aaa6bd862d54eba6fb966950fa6928ca01d66cf4cb842b2f41a7ebfa61eee2b +SIZE (Ipopt-3.12.6.tgz) = 4526724 SHA256 (metis-4.0.3.tar.gz) = 5efa35de80703c1b2c4d0de080fafbcf4e0d363a21149a1ad2f96e0144841a55 SIZE (metis-4.0.3.tar.gz) = 522624 SHA256 (MUMPS_4.10.0.tar.gz) = d0f86f91a74c51a17a2ff1be9c9cee2338976f13a6d00896ba5b43a5ca05d933 Modified: head/math/ipopt/pkg-plist ============================================================================== --- head/math/ipopt/pkg-plist Tue Oct 11 20:56:38 2016 (r423796) +++ head/math/ipopt/pkg-plist Tue Oct 11 21:03:38 2016 (r423797) @@ -1,44 +1,69 @@ include/coin/HSLLoader.h +include/coin/IpAlgBuilder.hpp +include/coin/IpAlgStrategy.hpp include/coin/IpAlgTypes.hpp +include/coin/IpAugSystemSolver.hpp include/coin/IpBlas.hpp include/coin/IpCachedResults.hpp +include/coin/IpCompoundMatrix.hpp +include/coin/IpCompoundSymMatrix.hpp include/coin/IpCompoundVector.hpp +include/coin/IpConvCheck.hpp include/coin/IpDebug.hpp include/coin/IpDenseVector.hpp +include/coin/IpDiagMatrix.hpp +include/coin/IpEqMultCalculator.hpp include/coin/IpException.hpp include/coin/IpExpansionMatrix.hpp +include/coin/IpGenTMatrix.hpp +include/coin/IpHessianUpdater.hpp +include/coin/IpIdentityMatrix.hpp +include/coin/IpIpoptAlg.hpp include/coin/IpIpoptApplication.hpp include/coin/IpIpoptCalculatedQuantities.hpp include/coin/IpIpoptData.hpp include/coin/IpIpoptNLP.hpp +include/coin/IpIterateInitializer.hpp include/coin/IpIteratesVector.hpp +include/coin/IpIterationOutput.hpp include/coin/IpJournalist.hpp include/coin/IpLapack.hpp +include/coin/IpLineSearch.hpp include/coin/IpMatrix.hpp +include/coin/IpMuUpdate.hpp include/coin/IpNLP.hpp include/coin/IpNLPScaling.hpp include/coin/IpObserver.hpp include/coin/IpOptionsList.hpp include/coin/IpOrigIpoptNLP.hpp +include/coin/IpPDSystemSolver.hpp include/coin/IpReferenced.hpp include/coin/IpRegOptions.hpp include/coin/IpReturnCodes.h include/coin/IpReturnCodes.hpp include/coin/IpReturnCodes.inc include/coin/IpReturnCodes_inc.h +include/coin/IpScaledMatrix.hpp +include/coin/IpSearchDirCalculator.hpp include/coin/IpSmartPtr.hpp include/coin/IpSolveStatistics.hpp include/coin/IpStdCInterface.h +include/coin/IpSumSymMatrix.hpp +include/coin/IpSymLinearSolver.hpp include/coin/IpSymMatrix.hpp +include/coin/IpSymScaledMatrix.hpp +include/coin/IpSymTMatrix.hpp include/coin/IpTNLP.hpp include/coin/IpTNLPAdapter.hpp include/coin/IpTNLPReducer.hpp include/coin/IpTaggedObject.hpp include/coin/IpTimedTask.hpp include/coin/IpTimingStatistics.hpp +include/coin/IpTripletHelper.hpp include/coin/IpTypes.hpp include/coin/IpUtils.hpp include/coin/IpVector.hpp +include/coin/IpZeroSymMatrix.hpp include/coin/IpoptConfig.h include/coin/PardisoLoader.h include/coin/ThirdParty/defs.h @@ -56,10 +81,10 @@ lib/libcoinmetis.so.1 lib/libcoinmetis.so.1.3.4 lib/libcoinmumps.so lib/libcoinmumps.so.1 -lib/libcoinmumps.so.1.5.4 +lib/libcoinmumps.so.1.5.5 lib/libipopt.so lib/libipopt.so.1 -lib/libipopt.so.1.10.5 +lib/libipopt.so.1.10.6 libdata/pkgconfig/coinmetis.pc libdata/pkgconfig/coinmumps.pc libdata/pkgconfig/ipopt.pc From owner-svn-ports-head@freebsd.org Tue Oct 11 21:16:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 376A5C0E8EE; Tue, 11 Oct 2016 21:16:27 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0419FAE4; Tue, 11 Oct 2016 21:16:26 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BLGQMv025702; Tue, 11 Oct 2016 21:16:26 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BLGPeB025698; Tue, 11 Oct 2016 21:16:25 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610112116.u9BLGPeB025698@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Tue, 11 Oct 2016 21:16:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423798 - in head/devel/arduino-irremote: . 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.23 Precedence: list List-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, 11 Oct 2016 21:16:27 -0000 Author: bsam Date: Tue Oct 11 21:16:25 2016 New Revision: 423798 URL: https://svnweb.freebsd.org/changeset/ports/423798 Log: devel/arduino-irremote: Update to 2.1.0 PR: 210367 Submitted by: leres@ee.lbl.gov (maintainer) Deleted: head/devel/arduino-irremote/files/ Modified: head/devel/arduino-irremote/Makefile head/devel/arduino-irremote/distinfo head/devel/arduino-irremote/pkg-descr Modified: head/devel/arduino-irremote/Makefile ============================================================================== --- head/devel/arduino-irremote/Makefile Tue Oct 11 21:03:38 2016 (r423797) +++ head/devel/arduino-irremote/Makefile Tue Oct 11 21:16:25 2016 (r423798) @@ -2,11 +2,8 @@ # $FreeBSD$ PORTNAME= arduino-irremote -PORTVERSION= 0.1 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= devel -MASTER_SITES= http://files.arcfn.com/files/ -DISTNAME= IRremote MAINTAINER= leres@ee.lbl.gov COMMENT= Multi-protocol infrared remote library for the Arduino @@ -15,23 +12,30 @@ LICENSE= LGPL21 RUN_DEPENDS= arduino:devel/arduino -WRKSRC= ${WRKDIR}/IRremote -USES= zip dos2unix +USES= dos2unix +USE_GITHUB= yes +GH_ACCOUNT= z3t0 +GH_PROJECT= Arduino-IRremote +GH_TAGNAME= 2.1.0 NO_BUILD= yes -PLIST_FILES= arduino/libraries/IRremote/IRremote.cpp \ - arduino/libraries/IRremote/IRremote.h \ - arduino/libraries/IRremote/IRremoteInt.h \ - arduino/libraries/IRremote/keywords.txt +FILES= IRremote.cpp IRremote.h IRremoteInt.h irPronto.cpp \ + irRecv.cpp irSend.cpp ir_Aiwa.cpp ir_Denon.cpp \ + ir_Dish.cpp ir_JVC.cpp ir_LG.cpp ir_Mitsubishi.cpp \ + ir_NEC.cpp ir_Panasonic.cpp ir_RC5_RC6.cpp \ + ir_Samsung.cpp ir_Sanyo.cpp ir_Sharp.cpp ir_Sony.cpp \ + ir_Template.cpp ir_Whynter.cpp keywords.txt \ + +PLIST_FILES= ${FILES:S,^,arduino/libraries/IRremote/,} PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/arduino/libraries/IRremote - (cd ${WRKSRC} && ${INSTALL_DATA} IRremote.cpp IRremote.h IRremoteInt.h \ - keywords.txt ${STAGEDIR}${PREFIX}/arduino/libraries/IRremote) + (cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} \ + ${STAGEDIR}${PREFIX}/arduino/libraries/IRremote) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} Modified: head/devel/arduino-irremote/distinfo ============================================================================== --- head/devel/arduino-irremote/distinfo Tue Oct 11 21:03:38 2016 (r423797) +++ head/devel/arduino-irremote/distinfo Tue Oct 11 21:16:25 2016 (r423798) @@ -1,2 +1,3 @@ -SHA256 (IRremote.zip) = 2eff9847285330796b1fc8bf007f4a2f16dea7546ba1fcbaef1592a2235a60d4 -SIZE (IRremote.zip) = 23732 +TIMESTAMP = 1465001274 +SHA256 (z3t0-Arduino-IRremote-2.1.0_GH0.tar.gz) = 4cd26f5037590e99b3d065f17c4327542625a986fe421e25288209e713aece5b +SIZE (z3t0-Arduino-IRremote-2.1.0_GH0.tar.gz) = 50373 Modified: head/devel/arduino-irremote/pkg-descr ============================================================================== --- head/devel/arduino-irremote/pkg-descr Tue Oct 11 21:03:38 2016 (r423797) +++ head/devel/arduino-irremote/pkg-descr Tue Oct 11 21:16:25 2016 (r423798) @@ -1,7 +1,7 @@ -A Multi-Protocol Infrared Remote Library for the Arduino +Infrared remote library for Arduino: send and receive infrared +signals with multiple protocols -This IR remote library, written by Ken Shirriff, lets you both send -and receive IR remote codes in multiple protocols. It supports NEC, -Sony SIRC, Philips RC5, Philips RC6, and raw protocols. +This library enables you to send and receive using infra-red signals +on an Arduino. -WWW: http://www.arcfn.com/2009/08/multi-protocol-infrared-remote-library.html +WWW: http://z3t0.github.io/Arduino-IRremote/ From owner-svn-ports-head@freebsd.org Tue Oct 11 21:19:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0AE5C0E943; Tue, 11 Oct 2016 21:19:36 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93A48BFD; Tue, 11 Oct 2016 21:19:36 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BLJZxY025975; Tue, 11 Oct 2016 21:19:35 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BLJZUg025971; Tue, 11 Oct 2016 21:19:35 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610112119.u9BLJZUg025971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Tue, 11 Oct 2016 21:19:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423799 - in head/devel: . arduino-sevseg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 21:19:36 -0000 Author: bsam Date: Tue Oct 11 21:19:35 2016 New Revision: 423799 URL: https://svnweb.freebsd.org/changeset/ports/423799 Log: Arduino seven segment display library This library turns your Arduino into a seven segment display controller! Use it to easily display numbers on your seven segment display without any additional controllers. It supports common cathode and common anode displays, and the use of switching transistors. Displays with 1 to 9 digits can be used, and decimal places are supported. Characters and strings are not supported. WWW: https://github.com/DeanIsMe/SevSeg PR: 212806 Submitted by: Craig Leres Added: head/devel/arduino-sevseg/ head/devel/arduino-sevseg/Makefile (contents, props changed) head/devel/arduino-sevseg/distinfo (contents, props changed) head/devel/arduino-sevseg/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 11 21:16:25 2016 (r423798) +++ head/devel/Makefile Tue Oct 11 21:19:35 2016 (r423799) @@ -99,6 +99,7 @@ SUBDIR += arduino-glcd SUBDIR += arduino-irremote SUBDIR += arduino-mk + SUBDIR += arduino-sevseg SUBDIR += argouml SUBDIR += argp-standalone SUBDIR += argtable Added: head/devel/arduino-sevseg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-sevseg/Makefile Tue Oct 11 21:19:35 2016 (r423799) @@ -0,0 +1,36 @@ +# Created by: Craig Leres +# $FreeBSD$ + +PORTNAME= arduino-sevseg +PORTVERSION= 3.1 +DISTVERSIONPREFIX= v +CATEGORIES= devel + +MAINTAINER= leres@ee.lbl.gov +COMMENT= Arduino seven segment display library + +LICENSE= APACHE20 + +RUN_DEPENDS= arduino:devel/arduino + +USE_GITHUB= yes +GH_ACCOUNT= DeanIsMe +GH_PROJECT= SevSeg + +NO_BUILD= yes + +FILES= SevSeg.cpp SevSeg.h keywords.txt + +PLIST_FILES= ${FILES:S,^,arduino/libraries/SevSeg/,} +PORTEXAMPLES= * + +OPTIONS_DEFINE= EXAMPLES + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/arduino/libraries/SevSeg + (cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} \ + ${STAGEDIR}${PREFIX}/arduino/libraries/SevSeg) + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + +.include Added: head/devel/arduino-sevseg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-sevseg/distinfo Tue Oct 11 21:19:35 2016 (r423799) @@ -0,0 +1,3 @@ +TIMESTAMP = 1474167691 +SHA256 (DeanIsMe-SevSeg-v3.1_GH0.tar.gz) = 818b35ce6634774851dad395ba9c2d4a383fc2562d8f9bd6a5ddaa4601602146 +SIZE (DeanIsMe-SevSeg-v3.1_GH0.tar.gz) = 10865 Added: head/devel/arduino-sevseg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-sevseg/pkg-descr Tue Oct 11 21:19:35 2016 (r423799) @@ -0,0 +1,12 @@ +Arduino seven segment display library + +This library turns your Arduino into a seven segment display +controller! Use it to easily display numbers on your seven segment +display without any additional controllers. + +It supports common cathode and common anode displays, and the use +of switching transistors. Displays with 1 to 9 digits can be used, +and decimal places are supported. Characters and strings are not +supported. + +WWW: https://github.com/DeanIsMe/SevSeg From owner-svn-ports-head@freebsd.org Tue Oct 11 21:32:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28539C0EC86; Tue, 11 Oct 2016 21:32:32 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EACD53A4; Tue, 11 Oct 2016 21:32:31 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BLWVvV033225; Tue, 11 Oct 2016 21:32:31 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BLWU3R033223; Tue, 11 Oct 2016 21:32:30 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610112132.u9BLWU3R033223@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 11 Oct 2016 21:32:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423800 - head/net/go-cs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 21:32:32 -0000 Author: pawel Date: Tue Oct 11 21:32:30 2016 New Revision: 423800 URL: https://svnweb.freebsd.org/changeset/ports/423800 Log: Update to version 0.6 PR: 213366 Submitted by: Andy Kosela (maintainer) Modified: head/net/go-cs/Makefile head/net/go-cs/distinfo (contents, props changed) Modified: head/net/go-cs/Makefile ============================================================================== --- head/net/go-cs/Makefile Tue Oct 11 21:19:35 2016 (r423799) +++ head/net/go-cs/Makefile Tue Oct 11 21:32:30 2016 (r423800) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go-cs -PORTVERSION= 0.5 +PORTVERSION= 0.6 DISTVERSIONPREFIX= v CATEGORIES= net Modified: head/net/go-cs/distinfo ============================================================================== --- head/net/go-cs/distinfo Tue Oct 11 21:19:35 2016 (r423799) +++ head/net/go-cs/distinfo Tue Oct 11 21:32:30 2016 (r423800) @@ -1,2 +1,3 @@ -SHA256 (akosela-go-cs-v0.5_GH0.tar.gz) = fc7e3a6515b72ff4c7067e57fb36b0c3fc85661218262bf9fff0f66ed6feec6f -SIZE (akosela-go-cs-v0.5_GH0.tar.gz) = 6170 +TIMESTAMP = 1476221383 +SHA256 (akosela-go-cs-v0.6_GH0.tar.gz) = f5bd4e3d2b7853d77bfa209b69e56f6d79058f25e8e56a2d8a468834b3e6d9c9 +SIZE (akosela-go-cs-v0.6_GH0.tar.gz) = 6296 From owner-svn-ports-head@freebsd.org Tue Oct 11 21:57:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEF2DC0B1E2; Tue, 11 Oct 2016 21:57:00 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95205145; Tue, 11 Oct 2016 21:57:00 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BLux5I041142; Tue, 11 Oct 2016 21:56:59 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BLuxjw041139; Tue, 11 Oct 2016 21:56:59 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610112156.u9BLuxjw041139@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Tue, 11 Oct 2016 21:56:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423801 - head/devel/libserialport X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 21:57:01 -0000 Author: bsam Date: Tue Oct 11 21:56:59 2016 New Revision: 423801 URL: https://svnweb.freebsd.org/changeset/ports/423801 Log: devel/libserialport: Update to version 0.1.1. It is a drop-in replacement of the previous vesion, no need to rebuild dependent ports. PR: 213053 Submitted by: bsam (me) Modified: head/devel/libserialport/Makefile head/devel/libserialport/distinfo head/devel/libserialport/pkg-plist Modified: head/devel/libserialport/Makefile ============================================================================== --- head/devel/libserialport/Makefile Tue Oct 11 21:32:30 2016 (r423800) +++ head/devel/libserialport/Makefile Tue Oct 11 21:56:59 2016 (r423801) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libserialport -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= devel MASTER_SITES= http://sigrok.org/download/source/libserialport/ @@ -12,7 +12,7 @@ COMMENT= Framework for hardware logic an LICENSE= LGPL3 USE_LDCONFIG= yes -USES= gmake libtool pathfix pkgconfig +USES= libtool pathfix pkgconfig GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/devel/libserialport/distinfo ============================================================================== --- head/devel/libserialport/distinfo Tue Oct 11 21:32:30 2016 (r423800) +++ head/devel/libserialport/distinfo Tue Oct 11 21:56:59 2016 (r423801) @@ -1,2 +1,3 @@ -SHA256 (libserialport-0.1.0.tar.gz) = ec905bd64bd8b82234b68a5eded5fd79b67704fe0cd73bf092666b9679a319af -SIZE (libserialport-0.1.0.tar.gz) = 382395 +TIMESTAMP = 1468437932 +SHA256 (libserialport-0.1.1.tar.gz) = 4a2af9d9c3ff488e92fb75b4ba38b35bcf9b8a66df04773eba2a7bbf1fa7529d +SIZE (libserialport-0.1.1.tar.gz) = 405251 Modified: head/devel/libserialport/pkg-plist ============================================================================== --- head/devel/libserialport/pkg-plist Tue Oct 11 21:32:30 2016 (r423800) +++ head/devel/libserialport/pkg-plist Tue Oct 11 21:56:59 2016 (r423801) @@ -2,5 +2,5 @@ include/libserialport.h lib/libserialport.a lib/libserialport.so lib/libserialport.so.0 -lib/libserialport.so.0.0.0 +lib/libserialport.so.0.1.0 libdata/pkgconfig/libserialport.pc From owner-svn-ports-head@freebsd.org Tue Oct 11 21:59:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DD77C0B296; Tue, 11 Oct 2016 21:59:40 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC98F3FE; Tue, 11 Oct 2016 21:59:39 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BLxdoV041409; Tue, 11 Oct 2016 21:59:39 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BLxc5l041408; Tue, 11 Oct 2016 21:59:38 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610112159.u9BLxc5l041408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 11 Oct 2016 21:59:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423802 - head/mail/dovecot2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 21:59:40 -0000 Author: adamw Date: Tue Oct 11 21:59:38 2016 New Revision: 423802 URL: https://svnweb.freebsd.org/changeset/ports/423802 Log: - When DOCS is enabled but EXAMPLES is not, two files that are supposed to be examples are bundled into DOCSDIR. Fix this by installing them into EXAMPLESDIR regardless of the EXAMPLES knob and trust pkg to DTRT - Make vpopmail depend on vpopmail-the-package, instead of vchkpw-the-silly-looking-path-under-LOCALBASE - Turn the curl dependency in the SOLR knob to a LIB_DEPENDS instead of a BUILD_DEPENDS, so that curl is available at runtime as well - Categorize the OPTIONS helpers under the same categories they're listed under in the OPTIONS dialogue, to aid with organization PORTREVISION bump for the potential plist and dependency changes. Modified: head/mail/dovecot2/Makefile Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Tue Oct 11 21:56:59 2016 (r423801) +++ head/mail/dovecot2/Makefile Tue Oct 11 21:59:38 2016 (r423802) @@ -14,7 +14,7 @@ PORTNAME= dovecot PORTVERSION= 2.2.25 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ PKGNAMESUFFIX= 2 @@ -72,50 +72,54 @@ GSSAPI_BASE_DESC= Use GSSAPI from base GSSAPI_HEIMDAL_DESC= Use Heimdal GSSAPI from security/heimdal GSSAPI_MIT_DESC= Use MIT GSSAPI from security/krb5 -CDB_CONFIGURE_WITH= cdb -CDB_LIB_DEPENDS= libcdb.so:databases/tinycdb - -GSSAPI_NONE_CONFIGURE_ON= --without-gssapi -GSSAPI_NONE_CONFIGURE_OFF= --with-gssapi ${GSSAPI_CONFIGURE_ARGS} -GSSAPI_BASE_USES= gssapi -GSSAPI_HEIMDAL_USES= gssapi:heimdal -GSSAPI_MIT_USES= gssapi:mit - -ICU_CONFIGURE_WITH= icu -ICU_LIB_DEPENDS= libicui18n.so:devel/icu -ICU_USES= pkgconfig - +# General options KQUEUE_CONFIGURE_OFF= --with-ioloop=poll --with-notify=none KQUEUE_CONFIGURE_ON= --with-ioloop=kqueue --with-notify=kqueue -LDAP_USE= OPENLDAP=yes -LDAP_CONFIGURE_WITH= ldap - LIBWRAP_CONFIGURE_WITH= libwrap -LUCENE_CONFIGURE_WITH= lucene -LUCENE_LIB_DEPENDS= libclucene-core.so:textproc/clucene - LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 +VPOPMAIL_BUILD_DEPENDS= vpopmail>=0:mail/vpopmail +VPOPMAIL_CONFIGURE_WITH=vpopmail + +# Databases +CDB_CONFIGURE_WITH= cdb +CDB_LIB_DEPENDS= libcdb.so:databases/tinycdb + +LDAP_USE= OPENLDAP=yes +LDAP_CONFIGURE_WITH= ldap + MYSQL_USES= mysql MYSQL_CONFIGURE_WITH= mysql PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= pgsql -SOLR_CONFIGURE_WITH= solr -SOLR_BUILD_DEPENDS= curl:ftp/curl -SOLR_LIB_DEPENDS= libexpat.so:textproc/expat2 - SQLITE_USES= sqlite:3 SQLITE_CONFIGURE_WITH= sqlite +# FTS +ICU_CONFIGURE_WITH= icu +ICU_LIB_DEPENDS= libicui18n.so:devel/icu +ICU_USES= pkgconfig + +LUCENE_CONFIGURE_WITH= lucene +LUCENE_LIB_DEPENDS= libclucene-core.so:textproc/clucene + +SOLR_CONFIGURE_WITH= solr +SOLR_LIB_DEPENDS= libcurl.so:ftp/curl \ + libexpat.so:textproc/expat2 + TEXTCAT_CONFIGURE_WITH= textcat TEXTCAT_LIB_DEPENDS= libtextcat.so:textproc/libtextcat -VPOPMAIL_BUILD_DEPENDS= ${LOCALBASE}/vpopmail/bin/vchkpw:mail/vpopmail -VPOPMAIL_CONFIGURE_WITH=vpopmail +# GSSAPI +GSSAPI_NONE_CONFIGURE_ON= --without-gssapi +GSSAPI_NONE_CONFIGURE_OFF= --with-gssapi ${GSSAPI_CONFIGURE_ARGS} +GSSAPI_BASE_USES= gssapi +GSSAPI_HEIMDAL_USES= gssapi:heimdal +GSSAPI_MIT_USES= gssapi:mit DOCS= AUTHORS COPYING COPYING.LGPL COPYING.MIT INSTALL NEWS TODO README PORTDOCS= * @@ -156,13 +160,13 @@ post-patch: @${REINPLACE_CMD} -e '/^[^#]/s|/usr|${LOCALBASE}|' \ ${WRKSRC}/src/plugins/fts/decode2text.sh -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) - -post-install-EXAMPLES-on: +post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${MV} ${STAGEDIR}${DOCSDIR}/dovecot-openssl.cnf ${STAGEDIR}${EXAMPLESDIR} ${MV} ${STAGEDIR}${DOCSDIR}/mkcert.sh ${STAGEDIR}${EXAMPLESDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) + .include From owner-svn-ports-head@freebsd.org Tue Oct 11 22:03:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 761EBC0B45E; Tue, 11 Oct 2016 22:03:28 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F3A59C7; Tue, 11 Oct 2016 22:03:28 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BM3ROY045002; Tue, 11 Oct 2016 22:03:27 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BM3QWu044998; Tue, 11 Oct 2016 22:03:26 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610112203.u9BM3QWu044998@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Tue, 11 Oct 2016 22:03:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423803 - in head/devel: . listserialc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 22:03:28 -0000 Author: bsam Date: Tue Oct 11 22:03:26 2016 New Revision: 423803 URL: https://svnweb.freebsd.org/changeset/ports/423803 Log: Simple multi-platform program to list serial ports with vid/pid/iserial fields. WWW: https://github.com/arduino/listSerialPortsC PR: 213391 Submitted by: bsdports@kyle-evans.net Added: head/devel/listserialc/ head/devel/listserialc/Makefile (contents, props changed) head/devel/listserialc/distinfo (contents, props changed) head/devel/listserialc/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 11 21:59:38 2016 (r423802) +++ head/devel/Makefile Tue Oct 11 22:03:26 2016 (r423803) @@ -1454,6 +1454,7 @@ SUBDIR += linux_kdump SUBDIR += linux_libusb SUBDIR += lion + SUBDIR += listserialc SUBDIR += liteide SUBDIR += lldb37 SUBDIR += lldb38 Added: head/devel/listserialc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/listserialc/Makefile Tue Oct 11 22:03:26 2016 (r423803) @@ -0,0 +1,37 @@ +# $FreeBSD$ + +PORTNAME= listserialc +PORTVERSION= 1.1.0 +CATEGORIES= devel java + +MAINTAINER= bsdports@kyle-evans.net +COMMENT= Simple multiplatform program to list serial ports with vid/pid/iserial + +LICENSE= LGPL3+ + +LIB_DEPENDS= libserialport.so:devel/libserialport + +USE_GITHUB= yes +GH_ACCOUNT= arduino +GH_PROJECT= listSerialPortsC + +USE_JAVA= yes +USE_LDCONFIG= yes +MAKE_ARGS+= JAVA_HOME=${JAVA_HOME} + +CFLAGS+= -I${LOCALBASE}/include -I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd +LDFLAGS+= -L${LOCALBASE}/lib -lusb -lserialport + +PLIST_FILES= bin/listSerialC lib/jni/liblistSerialsj.so + +do-build: + @(cd ${WRKSRC} && \ + ${CC} ${CFLAGS} main.c ${LDFLAGS} -o listSerialC && \ + ${CC} ${CFLAGS} jnilib.c ${LDFLAGS} -shared -fPIC -o liblistSerialsj.so) + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/jni + ${INSTALL_PROGRAM} ${WRKSRC}/listSerialC ${STAGEDIR}${PREFIX}/bin + ${INSTALL_LIB} ${WRKSRC}/liblistSerialsj.so ${STAGEDIR}${PREFIX}/lib/jni + +.include Added: head/devel/listserialc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/listserialc/distinfo Tue Oct 11 22:03:26 2016 (r423803) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476212947 +SHA256 (arduino-listSerialPortsC-1.1.0_GH0.tar.gz) = 1a0ce4d9d2390f036f5ad83d7b82b24cf5c3ebc6359ac208f33aa95722e4ec5e +SIZE (arduino-listSerialPortsC-1.1.0_GH0.tar.gz) = 2628 Added: head/devel/listserialc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/listserialc/pkg-descr Tue Oct 11 22:03:26 2016 (r423803) @@ -0,0 +1,3 @@ +Simple multi-platform program to list serial ports with vid/pid/iserial fields. + +WWW: https://github.com/arduino/listSerialPortsC From owner-svn-ports-head@freebsd.org Tue Oct 11 23:32:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15B64C0DD0E; Tue, 11 Oct 2016 23:32:05 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7AD3D18; Tue, 11 Oct 2016 23:32:04 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BNW4hX079310; Tue, 11 Oct 2016 23:32:04 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BNW3ql079308; Tue, 11 Oct 2016 23:32:03 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201610112332.u9BNW3ql079308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 11 Oct 2016 23:32:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423804 - head/audio/deadbeef-mpris2-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.23 Precedence: list List-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, 11 Oct 2016 23:32:05 -0000 Author: danfe Date: Tue Oct 11 23:32:03 2016 New Revision: 423804 URL: https://svnweb.freebsd.org/changeset/ports/423804 Log: Update to version 1.10. Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1475314642 which corresponds to commit 57ef482 tagged as this release. Reported by: portscout Modified: head/audio/deadbeef-mpris2-plugin/Makefile head/audio/deadbeef-mpris2-plugin/distinfo Modified: head/audio/deadbeef-mpris2-plugin/Makefile ============================================================================== --- head/audio/deadbeef-mpris2-plugin/Makefile Tue Oct 11 22:03:26 2016 (r423803) +++ head/audio/deadbeef-mpris2-plugin/Makefile Tue Oct 11 23:32:03 2016 (r423804) @@ -3,7 +3,7 @@ PORTNAME= deadbeef-mpris2-plugin DISTVERSIONPREFIX= v -DISTVERSION= 1.9 +DISTVERSION= 1.10 CATEGORIES= audio MAINTAINER= danfe@FreeBSD.org Modified: head/audio/deadbeef-mpris2-plugin/distinfo ============================================================================== --- head/audio/deadbeef-mpris2-plugin/distinfo Tue Oct 11 22:03:26 2016 (r423803) +++ head/audio/deadbeef-mpris2-plugin/distinfo Tue Oct 11 23:32:03 2016 (r423804) @@ -1,2 +1,3 @@ -SHA256 (Serranya-deadbeef-mpris2-plugin-v1.9_GH0.tar.gz) = 787319629fcd89b138402140f29998a382dbdb414323010773cc2667a8956a40 -SIZE (Serranya-deadbeef-mpris2-plugin-v1.9_GH0.tar.gz) = 9634 +TIMESTAMP = 1475314642 +SHA256 (Serranya-deadbeef-mpris2-plugin-v1.10_GH0.tar.gz) = 050d6fd3d77558f66b3f527b85e336bfe99e62ed49b05832881f4020e02269ab +SIZE (Serranya-deadbeef-mpris2-plugin-v1.10_GH0.tar.gz) = 9638 From owner-svn-ports-head@freebsd.org Tue Oct 11 23:54:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5887C0E061; Tue, 11 Oct 2016 23:54:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8518269E; Tue, 11 Oct 2016 23:54:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BNsg6R086736; Tue, 11 Oct 2016 23:54:42 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BNsgYu086734; Tue, 11 Oct 2016 23:54:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610112354.u9BNsgYu086734@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 11 Oct 2016 23:54:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423805 - head/devel/onscripter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 11 Oct 2016 23:54:43 -0000 Author: jbeich Date: Tue Oct 11 23:54:42 2016 New Revision: 423805 URL: https://svnweb.freebsd.org/changeset/ports/423805 Log: devel/onscripter: update to 20161010 Modified: head/devel/onscripter/Makefile (contents, props changed) head/devel/onscripter/distinfo (contents, props changed) Modified: head/devel/onscripter/Makefile ============================================================================== --- head/devel/onscripter/Makefile Tue Oct 11 23:32:03 2016 (r423804) +++ head/devel/onscripter/Makefile Tue Oct 11 23:54:42 2016 (r423805) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= onscripter -PORTVERSION= 20161004 +PORTVERSION= 20161010 CATEGORIES= devel games MASTER_SITES= http://onscripter.osdn.jp/ Modified: head/devel/onscripter/distinfo ============================================================================== --- head/devel/onscripter/distinfo Tue Oct 11 23:32:03 2016 (r423804) +++ head/devel/onscripter/distinfo Tue Oct 11 23:54:42 2016 (r423805) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475184682 -SHA256 (onscripter-20161004.tar.gz) = c21ce9755be4d47bd98bcae271151c90770aa6d9f5718047c71d8680acb799cc -SIZE (onscripter-20161004.tar.gz) = 245317 +TIMESTAMP = 1475314642 +SHA256 (onscripter-20161010.tar.gz) = 90aeda16004ab14e93efd1c65cbd8ccd86f253ef6470046d7ac1135e457de3d2 +SIZE (onscripter-20161010.tar.gz) = 245315 From owner-svn-ports-head@freebsd.org Wed Oct 12 00:10:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8D1EC0E484; Wed, 12 Oct 2016 00:10:52 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70C30AE9; Wed, 12 Oct 2016 00:10:52 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C0ApFt090733; Wed, 12 Oct 2016 00:10:51 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C0Ap52090730; Wed, 12 Oct 2016 00:10:51 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201610120010.u9C0Ap52090730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 12 Oct 2016 00:10:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423806 - in head/www/nginx-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 00:10:52 -0000 Author: osa Date: Wed Oct 12 00:10:51 2016 New Revision: 423806 URL: https://svnweb.freebsd.org/changeset/ports/423806 Log: Upgrade from 1.11.4 to 1.11.5. Upgrade third-party njs module to its latest version ee84984. *) Change: the --with-ipv6 configure option was removed, now IPv6 support is configured automatically. *) Change: now if there are no available servers in an upstream, nginx will not reset number of failures of all servers as it previously did, but will wait for fail_timeout to expire. *) Feature: the ngx_stream_ssl_preread_module. *) Feature: the "server" directive in the "upstream" context supports the "max_conns" parameter. *) Feature: the --with-compat configure option. *) Feature: "manager_files", "manager_threshold", and "manager_sleep" parameters of the "proxy_cache_path", "fastcgi_cache_path", "scgi_cache_path", and "uwsgi_cache_path" directives. *) Bugfix: flags passed by the --with-ld-opt configure option were not used while building perl module. *) Bugfix: in the "add_after_body" directive when used with the "sub_filter" directive. *) Bugfix: in the $realip_remote_addr variable. *) Bugfix: the "dav_access", "proxy_store_access", "fastcgi_store_access", "scgi_store_access", and "uwsgi_store_access" directives ignored permissions specified for user. *) Bugfix: unix domain listen sockets might not be inherited during binary upgrade on Linux. *) Bugfix: nginx returned the 400 response on requests with the "-" character in the HTTP method. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-src-http-ngx_http_upstream_round_robin.h Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Tue Oct 11 23:54:42 2016 (r423805) +++ head/www/nginx-devel/Makefile Wed Oct 12 00:10:51 2016 (r423806) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.11.4 -PORTREVISION= 1 +PORTVERSION= 1.11.5 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa @@ -1010,7 +1009,7 @@ CONFIGURE_ARGS+=--with-http_v2_module .if ${PORT_OPTIONS:MNJS} GH_ACCOUNT+= nginx:njs GH_PROJECT+= njs:njs -GH_TAGNAME+= 0f11ace:njs +GH_TAGNAME+= ee84984:njs .if !empty(PORT_OPTIONS:MDSO) CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_njs}/nginx .else Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Tue Oct 11 23:54:42 2016 (r423805) +++ head/www/nginx-devel/distinfo Wed Oct 12 00:10:51 2016 (r423806) @@ -1,6 +1,6 @@ -TIMESTAMP = 1473890109 -SHA256 (nginx-1.11.4.tar.gz) = 06221c1f43f643bc6bfe5b2c26d19e09f2588d5cde6c65bdb77dfcce7c026b3b -SIZE (nginx-1.11.4.tar.gz) = 949793 +TIMESTAMP = 1476229849 +SHA256 (nginx-1.11.5.tar.gz) = 223f8a2345a75f891098cf26ccdf208b293350388f51ce69083674c9432db6f6 +SIZE (nginx-1.11.5.tar.gz) = 956517 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 @@ -123,8 +123,8 @@ SHA256 (gabor-nginx-x-rid-header-0daa3cc SIZE (gabor-nginx-x-rid-header-0daa3cc_GH0.tar.gz) = 2711 SHA256 (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 958bd8de773601d8d3138501cc4be0420f1c818a3987a70cc9c0023371e432cf SIZE (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 11477 -SHA256 (nginx-njs-0f11ace_GH0.tar.gz) = 364bd2728c3ee3f5115a0a0115e81639b1c8eca501ac9a9a12156d0cd216cc26 -SIZE (nginx-njs-0f11ace_GH0.tar.gz) = 173651 +SHA256 (nginx-njs-ee84984_GH0.tar.gz) = 5ab1274aa3130cb225d5662afac2caecfd1ff8182c0709c3a2e9c7cfb5124536 +SIZE (nginx-njs-ee84984_GH0.tar.gz) = 184701 SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e2937046448dc8d8def25c0e0fa6f4e805144cea45eabe80 SIZE (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = 11280 SHA256 (google-ngx_brotli-ada972b_GH0.tar.gz) = d3d0e22a2629cd017280e05bd3bf05aa7b5c820ebe8c79932ce161243911e776 Modified: head/www/nginx-devel/files/extra-patch-src-http-ngx_http_upstream_round_robin.h ============================================================================== --- head/www/nginx-devel/files/extra-patch-src-http-ngx_http_upstream_round_robin.h Tue Oct 11 23:54:42 2016 (r423805) +++ head/www/nginx-devel/files/extra-patch-src-http-ngx_http_upstream_round_robin.h Wed Oct 12 00:10:51 2016 (r423806) @@ -1,13 +1,14 @@ ---- src/http/ngx_http_upstream_round_robin.h.orig 2016-02-24 14:53:24 UTC -+++ src/http/ngx_http_upstream_round_robin.h -@@ -35,6 +35,10 @@ struct ngx_http_upstream_rr_peer_s { +--- src/http/ngx_http_upstream_round_robin.h.orig 2016-10-11 11:03:02.000000000 -0400 ++++ src/http/ngx_http_upstream_round_robin.h 2016-10-11 19:56:33.262307000 -0400 +@@ -35,6 +35,11 @@ + ngx_uint_t max_fails; time_t fail_timeout; - ++ +#if (NGX_HTTP_UPSTREAM_CHECK) + ngx_uint_t check_index; +#endif + - ngx_uint_t down; /* unsigned down:1; */ + ngx_msec_t slow_start; + ngx_msec_t start_time; - #if (NGX_HTTP_SSL) From owner-svn-ports-head@freebsd.org Wed Oct 12 00:11:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 441A8C0E4AB; Wed, 12 Oct 2016 00:11:09 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 086BDBFD; Wed, 12 Oct 2016 00:11:08 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C0B84b090968; Wed, 12 Oct 2016 00:11:08 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C0B7xE090961; Wed, 12 Oct 2016 00:11:07 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610120011.u9C0B7xE090961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 12 Oct 2016 00:11:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423807 - in head/graphics: llpp mupdf mupdf/files zathura-pdf-mupdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 00:11:09 -0000 Author: feld Date: Wed Oct 12 00:11:07 2016 New Revision: 423807 URL: https://svnweb.freebsd.org/changeset/ports/423807 Log: graphics/mupdf: Patch to resolve CVEs PR: 212207 MFH: 2016Q4 Security: CVE-2016-6525 Security: CVE-2016-6265 Added: head/graphics/mupdf/files/patch-source_pdf_pdf-shade.c (contents, props changed) head/graphics/mupdf/files/patch-source_pdf_pdf-xref.c (contents, props changed) Modified: head/graphics/llpp/Makefile head/graphics/mupdf/Makefile head/graphics/mupdf/files/patch-scripts_fontdump.c head/graphics/mupdf/files/patch-source__fitz__load-jpx.c head/graphics/zathura-pdf-mupdf/Makefile Modified: head/graphics/llpp/Makefile ============================================================================== --- head/graphics/llpp/Makefile Wed Oct 12 00:10:51 2016 (r423806) +++ head/graphics/llpp/Makefile Wed Oct 12 00:11:07 2016 (r423807) @@ -3,7 +3,7 @@ PORTNAME= llpp PORTVERSION= 22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://repo.or.cz/llpp.git/snapshot/ DISTNAME= 561dc5673cea431e930668b0d87b0c4b31a36b39 Modified: head/graphics/mupdf/Makefile ============================================================================== --- head/graphics/mupdf/Makefile Wed Oct 12 00:10:51 2016 (r423806) +++ head/graphics/mupdf/Makefile Wed Oct 12 00:11:07 2016 (r423807) @@ -3,6 +3,7 @@ PORTNAME= mupdf PORTVERSION= 1.9a +PORTREVISION= 1 DISTVERSIONSUFFIX= -source PORTEPOCH= 1 CATEGORIES= graphics Modified: head/graphics/mupdf/files/patch-scripts_fontdump.c ============================================================================== --- head/graphics/mupdf/files/patch-scripts_fontdump.c Wed Oct 12 00:10:51 2016 (r423806) +++ head/graphics/mupdf/files/patch-scripts_fontdump.c Wed Oct 12 00:11:07 2016 (r423807) @@ -1,4 +1,4 @@ ---- scripts/fontdump.c.orig 2016-06-12 09:11:56 UTC +--- scripts/fontdump.c.orig 2016-04-21 11:14:32 UTC +++ scripts/fontdump.c @@ -50,7 +50,6 @@ main(int argc, char **argv) fprintf(fo, "#ifndef __STRICT_ANSI__\n"); Modified: head/graphics/mupdf/files/patch-source__fitz__load-jpx.c ============================================================================== --- head/graphics/mupdf/files/patch-source__fitz__load-jpx.c Wed Oct 12 00:10:51 2016 (r423806) +++ head/graphics/mupdf/files/patch-source__fitz__load-jpx.c Wed Oct 12 00:11:07 2016 (r423807) @@ -1,4 +1,4 @@ ---- source/fitz/load-jpx.c.orig 2015-04-16 08:57:45 UTC +--- source/fitz/load-jpx.c.orig 2016-04-21 11:14:32 UTC +++ source/fitz/load-jpx.c @@ -1,14 +1,6 @@ #include "mupdf/fitz.h" Added: head/graphics/mupdf/files/patch-source_pdf_pdf-shade.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/mupdf/files/patch-source_pdf_pdf-shade.c Wed Oct 12 00:11:07 2016 (r423807) @@ -0,0 +1,17 @@ +$OpenBSD: patch-source_pdf_pdf-shade_c,v 1.1 2016/08/27 20:58:48 jca Exp $ + + CVE-2016-6525 + + http://git.ghostscript.com/?p=mupdf.git;a=commitdiff;h=39b0f07dd960f34e7e6bf230ffc3d87c41ef0f2e;hp=fa1936405b6a84e5c9bb440912c23d532772f958 + +--- source/pdf/pdf-shade.c.orig 2016-04-21 11:14:32 UTC ++++ source/pdf/pdf-shade.c +@@ -206,7 +206,7 @@ pdf_load_mesh_params(fz_context *ctx, pd + obj = pdf_dict_get(ctx, dict, PDF_NAME_Decode); + if (pdf_array_len(ctx, obj) >= 6) + { +- n = (pdf_array_len(ctx, obj) - 4) / 2; ++ n = fz_mini(FZ_MAX_COLORS, (pdf_array_len(ctx, obj) - 4) / 2); + shade->u.m.x0 = pdf_to_real(ctx, pdf_array_get(ctx, obj, 0)); + shade->u.m.x1 = pdf_to_real(ctx, pdf_array_get(ctx, obj, 1)); + shade->u.m.y0 = pdf_to_real(ctx, pdf_array_get(ctx, obj, 2)); Added: head/graphics/mupdf/files/patch-source_pdf_pdf-xref.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/mupdf/files/patch-source_pdf_pdf-xref.c Wed Oct 12 00:11:07 2016 (r423807) @@ -0,0 +1,25 @@ +$OpenBSD: patch-source_pdf_pdf-xref_c,v 1.1 2016/08/27 20:58:48 jca Exp $ + + CVE-2016-6265 + + http://git.ghostscript.com/?p=mupdf.git;a=commitdiff;h=fa1936405b6a84e5c9bb440912c23d532772f958 + +--- source/pdf/pdf-xref.c.orig 2016-04-21 11:14:32 UTC ++++ source/pdf/pdf-xref.c +@@ -1191,8 +1191,14 @@ pdf_load_xref(fz_context *ctx, pdf_docum + fz_throw(ctx, FZ_ERROR_GENERIC, "object offset out of range: %d (%d 0 R)", (int)entry->ofs, i); + } + if (entry->type == 'o') +- if (entry->ofs <= 0 || entry->ofs >= xref_len || pdf_get_xref_entry(ctx, doc, entry->ofs)->type != 'n') +- fz_throw(ctx, FZ_ERROR_GENERIC, "invalid reference to an objstm that does not exist: %d (%d 0 R)", (int)entry->ofs, i); ++ { ++ /* Read this into a local variable here, because pdf_get_xref_entry ++ * may solidify the xref, hence invalidating "entry", meaning we ++ * need a stashed value for the throw. */ ++ fz_off_t ofs = entry->ofs; ++ if (ofs <= 0 || ofs >= xref_len || pdf_get_xref_entry(ctx, doc, ofs)->type != 'n') ++ fz_throw(ctx, FZ_ERROR_GENERIC, "invalid reference to an objstm that does not exist: %d (%d 0 R)", (int)ofs, i); ++ } + } + } + Modified: head/graphics/zathura-pdf-mupdf/Makefile ============================================================================== --- head/graphics/zathura-pdf-mupdf/Makefile Wed Oct 12 00:10:51 2016 (r423806) +++ head/graphics/zathura-pdf-mupdf/Makefile Wed Oct 12 00:11:07 2016 (r423807) @@ -3,7 +3,7 @@ PORTNAME= zathura-pdf-mupdf PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura-pdf-mupdf/download/ From owner-svn-ports-head@freebsd.org Wed Oct 12 00:18:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3C04C0E5B1; Wed, 12 Oct 2016 00:18:32 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDF787F; Wed, 12 Oct 2016 00:18:32 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C0IVaU095104; Wed, 12 Oct 2016 00:18:31 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C0IV9f095100; Wed, 12 Oct 2016 00:18:31 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201610120018.u9C0IV9f095100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 12 Oct 2016 00:18:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423809 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 00:18:33 -0000 Author: osa Date: Wed Oct 12 00:18:31 2016 New Revision: 423809 URL: https://svnweb.freebsd.org/changeset/ports/423809 Log: Upgrade third-party lua module from 0.10.6rc1 to 0.10.6. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed Oct 12 00:12:13 2016 (r423808) +++ head/www/nginx-devel/Makefile Wed Oct 12 00:18:31 2016 (r423809) @@ -799,7 +799,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_le LIB_DEPENDS+= libluajit-5.1.so:lang/luajit CONFIGURE_ENV+= "LUAJIT_INC=${LOCALBASE}/include/luajit-2.0" CONFIGURE_ENV+= "LUAJIT_LIB=${LOCALBASE}/lib" -NGINX_LUA_VERSION= 0.10.6rc1 +NGINX_LUA_VERSION= 0.10.6 GH_ACCOUNT+= openresty:lua GH_PROJECT+= lua-nginx-module:lua GH_TAGNAME+= v${NGINX_LUA_VERSION}:lua Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed Oct 12 00:12:13 2016 (r423808) +++ head/www/nginx-devel/distinfo Wed Oct 12 00:18:31 2016 (r423809) @@ -91,8 +91,8 @@ SHA256 (mongodb-mongo-c-driver-v0.3.1_GH SIZE (mongodb-mongo-c-driver-v0.3.1_GH0.tar.gz) = 53024 SHA256 (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = cbf6fcddc00a7e30289134bdeace12565e000cc7d4efee2d2ebb8799d0b88270 SIZE (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = 20534 -SHA256 (openresty-lua-nginx-module-v0.10.6rc1_GH0.tar.gz) = 86806a1893c775d813a58912b6f3b99b55efa7ab126ac5f28a57bc9a10b6044e -SIZE (openresty-lua-nginx-module-v0.10.6rc1_GH0.tar.gz) = 581366 +SHA256 (openresty-lua-nginx-module-v0.10.6_GH0.tar.gz) = b98c4f648589bbf3e2c3d5fd18664e7a7ef89ac083e96c8e984fa919e7a7c073 +SIZE (openresty-lua-nginx-module-v0.10.6_GH0.tar.gz) = 597217 SHA256 (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 24f3c3270831aed2d157c01ef74cb26eab26b832971fe7b9f42a03dbfac10ce4 SIZE (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 38560 SHA256 (nbs-system-naxsi-0.54_GH0.tar.gz) = 9cc2c09405bc71f78ef26a8b6d70afcea3fccbe8125df70cb0cfc480133daba5 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Wed Oct 12 00:12:13 2016 (r423808) +++ head/www/nginx/Makefile Wed Oct 12 00:18:31 2016 (r423809) @@ -795,7 +795,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_le LIB_DEPENDS+= libluajit-5.1.so:lang/luajit CONFIGURE_ENV+= "LUAJIT_INC=${LOCALBASE}/include/luajit-2.0" CONFIGURE_ENV+= "LUAJIT_LIB=${LOCALBASE}/lib" -NGINX_LUA_VERSION= 0.10.6rc1 +NGINX_LUA_VERSION= 0.10.6 GH_ACCOUNT+= openresty:lua GH_PROJECT+= lua-nginx-module:lua GH_TAGNAME+= v${NGINX_LUA_VERSION}:lua Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Wed Oct 12 00:12:13 2016 (r423808) +++ head/www/nginx/distinfo Wed Oct 12 00:18:31 2016 (r423809) @@ -1,4 +1,4 @@ -TIMESTAMP = 1473890109 +TIMESTAMP = 1476231167 SHA256 (nginx-1.10.1.tar.gz) = 1fd35846566485e03c0e318989561c135c598323ff349c503a6c14826487a801 SIZE (nginx-1.10.1.tar.gz) = 909077 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 @@ -91,8 +91,8 @@ SHA256 (mongodb-mongo-c-driver-v0.3.1_GH SIZE (mongodb-mongo-c-driver-v0.3.1_GH0.tar.gz) = 53024 SHA256 (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = cbf6fcddc00a7e30289134bdeace12565e000cc7d4efee2d2ebb8799d0b88270 SIZE (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = 20534 -SHA256 (openresty-lua-nginx-module-v0.10.6rc1_GH0.tar.gz) = 86806a1893c775d813a58912b6f3b99b55efa7ab126ac5f28a57bc9a10b6044e -SIZE (openresty-lua-nginx-module-v0.10.6rc1_GH0.tar.gz) = 581366 +SHA256 (openresty-lua-nginx-module-v0.10.6_GH0.tar.gz) = b98c4f648589bbf3e2c3d5fd18664e7a7ef89ac083e96c8e984fa919e7a7c073 +SIZE (openresty-lua-nginx-module-v0.10.6_GH0.tar.gz) = 597217 SHA256 (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 24f3c3270831aed2d157c01ef74cb26eab26b832971fe7b9f42a03dbfac10ce4 SIZE (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 38560 SHA256 (nbs-system-naxsi-0.54_GH0.tar.gz) = 9cc2c09405bc71f78ef26a8b6d70afcea3fccbe8125df70cb0cfc480133daba5 From owner-svn-ports-head@freebsd.org Wed Oct 12 00:31:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF3B3C0E941; Wed, 12 Oct 2016 00:31:29 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DA7097F; Wed, 12 Oct 2016 00:31:29 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C0VSku001983; Wed, 12 Oct 2016 00:31:28 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C0VSa6001982; Wed, 12 Oct 2016 00:31:28 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201610120031.u9C0VSa6001982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 12 Oct 2016 00:31:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423810 - head/x11/nvidia-driver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 00:31:29 -0000 Author: danfe Date: Wed Oct 12 00:31:28 2016 New Revision: 423810 URL: https://svnweb.freebsd.org/changeset/ports/423810 Log: Fix `linux.ko' false dependency. Starting with version 358.09, the driver includes a new kernel module, `nvidia-modeset.ko', a driver component that works in conjunction with the `nvidia.ko' kernel module. However, previously the build process did not respect LINUX compile (port) option. Adopt the same way this is done for the core driver. PR: 213222 Submitted by: peter Modified: head/x11/nvidia-driver/Makefile Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Wed Oct 12 00:18:31 2016 (r423809) +++ head/x11/nvidia-driver/Makefile Wed Oct 12 00:31:28 2016 (r423810) @@ -195,6 +195,10 @@ post-patch: .SILENT .if ! ${PORT_OPTIONS:MLINUX} ${REINPLACE_CMD} -E 's/define (NV_SUPPORT_LINUX_COMPAT)/undef \1/' \ ${WRKSRC}/src/${NVSRC}/nv-freebsd.h +. if ${NVVERSION} >= 358.009 + ${REINPLACE_CMD} -E 's/define (NVKMS_SUPPORT_LINUX_COMPAT)/undef \1/' \ + ${WRKSRC}/src/nvidia-modeset/nvidia-modeset-freebsd.c +. endif .endif .if ${PORT_OPTIONS:MPAE} ${REINPLACE_CMD} -E 's/undef (NV_SUPPORT_PAE)/define \1/' \ From owner-svn-ports-head@freebsd.org Wed Oct 12 00:44:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C737DC0EC8F; Wed, 12 Oct 2016 00:44:53 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8717E91; Wed, 12 Oct 2016 00:44:53 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C0iqwH006870; Wed, 12 Oct 2016 00:44:52 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C0iqUH006864; Wed, 12 Oct 2016 00:44:52 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201610120044.u9C0iqUH006864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 12 Oct 2016 00:44:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423811 - in head/www: nginx nginx-devel nginx-devel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 00:44:53 -0000 Author: osa Date: Wed Oct 12 00:44:51 2016 New Revision: 423811 URL: https://svnweb.freebsd.org/changeset/ports/423811 Log: Upgrade third-party upstream_sticky module to its latest version 08a395c66e42 to fix crashing with SIGSEGV. PR: 213113 Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-ngx_http_sticky_misc.c head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed Oct 12 00:31:28 2016 (r423810) +++ head/www/nginx-devel/Makefile Wed Oct 12 00:44:51 2016 (r423811) @@ -700,10 +700,10 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- .if ${PORT_OPTIONS:MHTTP_UPSTREAM_STICKY} USE_HTTP_SSL= yes -NGINX_UPSTREAM_STICKY_VERSION= 1.2.4 +NGINX_UPSTREAM_STICKY_VERSION= 08a395c66e42 MASTER_SITES+= https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng/get/:upstreamsticky DISTFILES+= ${NGINX_UPSTREAM_STICKY_VERSION}.tar.gz:upstreamsticky -CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx-goodies-nginx-sticky-module-ng-c825ea7c5c91/ +CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx-goodies-nginx-sticky-module-ng-${NGINX_UPSTREAM_STICKY_VERSION}/ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_sticky_misc.c .endif Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed Oct 12 00:31:28 2016 (r423810) +++ head/www/nginx-devel/distinfo Wed Oct 12 00:44:51 2016 (r423811) @@ -17,8 +17,8 @@ SHA256 (ngx_http_response-0.3.tar.gz) = SIZE (ngx_http_response-0.3.tar.gz) = 2244 SHA256 (nginx_upstream_fair-20090923.tar.gz) = ec9ed7f856263e17faadee3dc7209932364ded4e546b829841c2454aa432450b SIZE (nginx_upstream_fair-20090923.tar.gz) = 10024 -SHA256 (1.2.4.tar.gz) = f79521a25322cb4f504547a0b0f76fd9d024c14440e5d790e26dda70ea4f701a -SIZE (1.2.4.tar.gz) = 120448 +SHA256 (08a395c66e42.tar.gz) = 53e440737ed1aff1f09fae150219a45f16add0c8d6e84546cb7d80f73ebffd90 +SIZE (08a395c66e42.tar.gz) = 120603 SHA256 (modsecurity-2.9.1.tar.gz) = 958cc5a7a7430f93fac0fd6f8b9aa92fc1801efce0cda797d6029d44080a9b24 SIZE (modsecurity-2.9.1.tar.gz) = 4261212 SHA256 (passenger-5.0.30.tar.gz) = f367e0c1d808d7356c3749222194a72ea03efe61a3bf1b682bd05d47f087b4e3 Modified: head/www/nginx-devel/files/extra-patch-ngx_http_sticky_misc.c ============================================================================== --- head/www/nginx-devel/files/extra-patch-ngx_http_sticky_misc.c Wed Oct 12 00:31:28 2016 (r423810) +++ head/www/nginx-devel/files/extra-patch-ngx_http_sticky_misc.c Wed Oct 12 00:44:51 2016 (r423811) @@ -1,5 +1,5 @@ ---- ../nginx-goodies-nginx-sticky-module-ng-c825ea7c5c91/ngx_http_sticky_misc.c.orig 2016-07-10 11:39:07.943834000 -0400 -+++ ../nginx-goodies-nginx-sticky-module-ng-c825ea7c5c91/ngx_http_sticky_misc.c 2016-07-10 11:43:05.601078000 -0400 +--- ../nginx-goodies-nginx-sticky-module-ng-08a395c66e42/ngx_http_sticky_misc.c.orig 2016-07-10 11:39:07.943834000 -0400 ++++ ../nginx-goodies-nginx-sticky-module-ng-08a395c66e42/ngx_http_sticky_misc.c 2016-07-10 11:43:05.601078000 -0400 @@ -12,6 +12,14 @@ #include "ngx_http_sticky_misc.h" Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Wed Oct 12 00:31:28 2016 (r423810) +++ head/www/nginx/Makefile Wed Oct 12 00:44:51 2016 (r423811) @@ -698,10 +698,10 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- .if ${PORT_OPTIONS:MHTTP_UPSTREAM_STICKY} USE_HTTP_SSL= yes -NGINX_UPSTREAM_STICKY_VERSION= 1.2.4 +NGINX_UPSTREAM_STICKY_VERSION= 08a395c66e42 MASTER_SITES+= https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng/get/:upstreamsticky DISTFILES+= ${NGINX_UPSTREAM_STICKY_VERSION}.tar.gz:upstreamsticky -CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx-goodies-nginx-sticky-module-ng-c825ea7c5c91/ +CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx-goodies-nginx-sticky-module-ng-${NGINX_UPSTREAM_STICKY_VERSION}/ .endif .if ${PORT_OPTIONS:MHTTP_VIDEO_THUMBEXTRACTOR} Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Wed Oct 12 00:31:28 2016 (r423810) +++ head/www/nginx/distinfo Wed Oct 12 00:44:51 2016 (r423811) @@ -17,8 +17,8 @@ SHA256 (ngx_http_response-0.3.tar.gz) = SIZE (ngx_http_response-0.3.tar.gz) = 2244 SHA256 (nginx_upstream_fair-20090923.tar.gz) = ec9ed7f856263e17faadee3dc7209932364ded4e546b829841c2454aa432450b SIZE (nginx_upstream_fair-20090923.tar.gz) = 10024 -SHA256 (1.2.4.tar.gz) = f79521a25322cb4f504547a0b0f76fd9d024c14440e5d790e26dda70ea4f701a -SIZE (1.2.4.tar.gz) = 120448 +SHA256 (08a395c66e42.tar.gz) = 53e440737ed1aff1f09fae150219a45f16add0c8d6e84546cb7d80f73ebffd90 +SIZE (08a395c66e42.tar.gz) = 120603 SHA256 (modsecurity-2.9.1.tar.gz) = 958cc5a7a7430f93fac0fd6f8b9aa92fc1801efce0cda797d6029d44080a9b24 SIZE (modsecurity-2.9.1.tar.gz) = 4261212 SHA256 (passenger-5.0.30.tar.gz) = f367e0c1d808d7356c3749222194a72ea03efe61a3bf1b682bd05d47f087b4e3 From owner-svn-ports-head@freebsd.org Wed Oct 12 00:46:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFF82C0ECF0; Wed, 12 Oct 2016 00:46:36 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B18921D7; Wed, 12 Oct 2016 00:46:36 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C0kZaZ007066; Wed, 12 Oct 2016 00:46:35 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C0kZBx007063; Wed, 12 Oct 2016 00:46:35 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201610120046.u9C0kZBx007063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Wed, 12 Oct 2016 00:46:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423812 - in head: . net net/py-uritemplate.py X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 00:46:37 -0000 Author: cpm Date: Wed Oct 12 00:46:35 2016 New Revision: 423812 URL: https://svnweb.freebsd.org/changeset/ports/423812 Log: - Remove net/py-uritemplate.py since upstream has consolidated on net/py-uritemplate (https://github.com/sigmavirus24/uritemplate/issues/27) Approved by: feld (mentor) Differential Revision: D7896 Deleted: head/net/py-uritemplate.py/ Modified: head/MOVED head/net/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Oct 12 00:44:51 2016 (r423811) +++ head/MOVED Wed Oct 12 00:46:35 2016 (r423812) @@ -8676,3 +8676,4 @@ audio/squeezeboxserver-lazysearch|audio/ audio/squeezeboxserver-sqlplaylist|audio/logitechmediaserver-sqlplaylist|2016-10-05|Squeezebox Server renamed to Logitech Media Server audio/squeezeboxserver-superdatetime|audio/logitechmediaserver-superdatetime|2016-10-05|Squeezebox Server renamed to Logitech Media Server audio/squeezeboxserver-trackstat|audio/logitechmediaserver-trackstat|2016-10-05|Squeezebox Server renamed to Logitech Media Server +net/py-uritemplate.py|net/py-uritemplate|2016-10-12|Upstream has consolidated on net/py-uritemplate Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Oct 12 00:44:51 2016 (r423811) +++ head/net/Makefile Wed Oct 12 00:46:35 2016 (r423812) @@ -1039,7 +1039,6 @@ SUBDIR += py-txrestapi SUBDIR += py-upnp-inspector SUBDIR += py-uritemplate - SUBDIR += py-uritemplate.py SUBDIR += py-urllib3 SUBDIR += py-wolframalpha SUBDIR += py-xmlrpc From owner-svn-ports-head@freebsd.org Wed Oct 12 00:49:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DB3CC0ED69; Wed, 12 Oct 2016 00:49:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4AC3324; Wed, 12 Oct 2016 00:49:01 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C0n0X4007232; Wed, 12 Oct 2016 00:49:00 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C0n0SJ007230; Wed, 12 Oct 2016 00:49:00 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610120049.u9C0n0SJ007230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 12 Oct 2016 00:49:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423813 - 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 00:49:02 -0000 Author: feld Date: Wed Oct 12 00:49:00 2016 New Revision: 423813 URL: https://svnweb.freebsd.org/changeset/ports/423813 Log: Document mupdf vulnerabilites PR: 212207 Security: CVE-2016-6525 Security: CVE-2016-6265 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 12 00:46:35 2016 (r423812) +++ head/security/vuxml/vuln.xml Wed Oct 12 00:49:00 2016 (r423813) @@ -58,6 +58,50 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + mupdf -- multiple vulnerabilities + + + mupdf + 1.9a_1,1 + + + llpp + 22_2 + + + zathura-pdf-mupdf + 0.3.0_2 + + + + +

Tobias Kortkamp reports:

+
+

Heap-based buffer overflow in the pdf_load_mesh_params + function in pdf/pdf-shade.c in MuPDF allows remote attackers to cause a + denial of service (crash) or execute arbitrary code via a large decode + array.

+

Use-after-free vulnerability in the pdf_load_xref function in + pdf/pdf-xref.c in MuPDF allows remote attackers to cause a denial of + service (crash) via a crafted PDF file.

+
+ +
+ + http://openbsd-archive.7691.n7.nabble.com/mupdf-CVE-2016-6525-amp-CVE-2016-6265-td302904.html + http://bugs.ghostscript.com/show_bug.cgi?id=696941 + http://bugs.ghostscript.com/show_bug.cgi?id=696954 + CVE-2016-6525 + CVE-2016-6265 + 212207 + + + 2016-08-27 + 2016-10-12 + +
+ openjpeg -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Wed Oct 12 01:17:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6F07C0C1AA; Wed, 12 Oct 2016 01:17:14 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96044FCD; Wed, 12 Oct 2016 01:17:14 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C1HDdi018326; Wed, 12 Oct 2016 01:17:13 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C1HDci018324; Wed, 12 Oct 2016 01:17:13 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610120117.u9C1HDci018324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 12 Oct 2016 01:17:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423814 - 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 01:17:14 -0000 Author: feld Date: Wed Oct 12 01:17:13 2016 New Revision: 423814 URL: https://svnweb.freebsd.org/changeset/ports/423814 Log: Document OpenOffice vulnerability PR: 212379 Security: CVE-2014-3575 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 12 00:49:00 2016 (r423813) +++ head/security/vuxml/vuln.xml Wed Oct 12 01:17:13 2016 (r423814) @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + openoffice -- information disclosure vulnerability + + + apache-openoffice + apache-openoffice-devel + 4.1.1 + + + + +

Apache reports:

+
+

The exposure exploits the way OLE previews are generated to + embed arbitrary file data into a specially crafted document when it is + opened. Data exposure is possible if the updated document is distributed + to other parties.

+
+ +
+ + http://www.openoffice.org/security/cves/CVE-2014-3575.html + CVE-2014-3575 + 212379 + + + 2014-08-21 + 2016-10-12 + +
+ mupdf -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Wed Oct 12 01:22:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CCE0C0C3FA; Wed, 12 Oct 2016 01:22:06 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C53A7418; Wed, 12 Oct 2016 01:22:05 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C1M4Ar021350; Wed, 12 Oct 2016 01:22:04 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C1M44T021348; Wed, 12 Oct 2016 01:22:04 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610120122.u9C1M44T021348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 12 Oct 2016 01:22:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423815 - 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 01:22:06 -0000 Author: feld Date: Wed Oct 12 01:22:04 2016 New Revision: 423815 URL: https://svnweb.freebsd.org/changeset/ports/423815 Log: Document libvncserver vulnerabilities PR: 212380 Security: CVE-2014-6051 Security: CVE-2014-6052 Security: CVE-2014-6053 Security: CVE-2014-6054 Security: CVE-2014-6055 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 12 01:17:13 2016 (r423814) +++ head/security/vuxml/vuln.xml Wed Oct 12 01:22:04 2016 (r423815) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libvncserver -- multiple security vulnerabilities + + + libvncserver + 0.9.10 + + + + +

Nicolas Ruff reports:

+
+

Integer overflow in MallocFrameBuffer() on client side.

+

Lack of malloc() return value checking on client side.

+

Server crash on a very large ClientCutText message.

+

Server crash when scaling factor is set to zero.

+

Multiple stack overflows in File Transfer feature.

+
+ +
+ + http://seclists.org/oss-sec/2014/q3/639 + CVE-2014-6051 + CVE-2014-6052 + CVE-2014-6053 + CVE-2014-6054 + CVE-2014-6055 + 212380 + + + 2014-09-23 + 2016-10-11 + +
+ openoffice -- information disclosure vulnerability From owner-svn-ports-head@freebsd.org Wed Oct 12 01:28:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33F80C0C4E5; Wed, 12 Oct 2016 01:28:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05B73932; Wed, 12 Oct 2016 01:28:23 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C1SN1S022265; Wed, 12 Oct 2016 01:28:23 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C1SN74022263; Wed, 12 Oct 2016 01:28:23 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610120128.u9C1SN74022263@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 12 Oct 2016 01:28:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423816 - 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 01:28:24 -0000 Author: feld Date: Wed Oct 12 01:28:22 2016 New Revision: 423816 URL: https://svnweb.freebsd.org/changeset/ports/423816 Log: Document libgd vulnerabilities PR: 213023 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 12 01:22:04 2016 (r423815) +++ head/security/vuxml/vuln.xml Wed Oct 12 01:28:22 2016 (r423816) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libgd -- integer overflow which could lead to heap buffer overflow + + + gd + 2.2.3 + + + php70-gd + 7.0.11 + + + php56-gd + 5.6.26 + + + + +

LibGD reports:

+
+

An integer overflow issue was found in function gdImageWebpCtx of file gd_webp.c which could lead to heap buffer overflow.

+
+ +
+ + https://github.com/libgd/libgd/issues/308 + https://bugs.php.net/bug.php?id=73003 + 213023 + + + 2016-09-02 + 2016-10-11 + +
+ libvncserver -- multiple security vulnerabilities From owner-svn-ports-head@freebsd.org Wed Oct 12 01:37:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F854C0C699; Wed, 12 Oct 2016 01:37:50 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24613D01; Wed, 12 Oct 2016 01:37:50 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C1bn65026362; Wed, 12 Oct 2016 01:37:49 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C1bnxO026360; Wed, 12 Oct 2016 01:37:49 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610120137.u9C1bnxO026360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 12 Oct 2016 01:37:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423817 - 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 01:37:50 -0000 Author: feld Date: Wed Oct 12 01:37:48 2016 New Revision: 423817 URL: https://svnweb.freebsd.org/changeset/ports/423817 Log: Document ImageMagick vulnerabilities PR: 213032 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 12 01:28:22 2016 (r423816) +++ head/security/vuxml/vuln.xml Wed Oct 12 01:37:48 2016 (r423817) @@ -58,6 +58,36 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + ImageMagick -- multiple vulnerabilities + + + ImageMagick + ImageMagick-nox11 + 6.9.5.10,1 + + + + +

Debian reports:

+
+

Various memory handling problems and cases of missing or + incomplete input sanitising may result in denial of service or the + execution of arbitrary code if malformed SIXEL, PDB, MAP, SGI, TIFF and + CALS files are processed.

+
+ +
+ + https://www.debian.org/security/2016/dsa-3675 + 213032 + + + 2016-09-23 + 2016-10-12 + +
+ libgd -- integer overflow which could lead to heap buffer overflow From owner-svn-ports-head@freebsd.org Wed Oct 12 01:41:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C1A6C0C901; Wed, 12 Oct 2016 01:41:36 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2916CF0E; Wed, 12 Oct 2016 01:41:36 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C1fZBd027303; Wed, 12 Oct 2016 01:41:35 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C1fZpc027301; Wed, 12 Oct 2016 01:41:35 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610120141.u9C1fZpc027301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 12 Oct 2016 01:41:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423818 - head/graphics/ImageMagick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 01:41:36 -0000 Author: feld Date: Wed Oct 12 01:41:34 2016 New Revision: 423818 URL: https://svnweb.freebsd.org/changeset/ports/423818 Log: graphics/ImageMagick: Update to 6.9.5-10 This update resolves several security vulnerabilities PR: 213032 MFH: 2016Q4 Modified: head/graphics/ImageMagick/Makefile head/graphics/ImageMagick/distinfo Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Wed Oct 12 01:37:48 2016 (r423817) +++ head/graphics/ImageMagick/Makefile Wed Oct 12 01:41:34 2016 (r423818) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.9.5-7 +DISTVERSION= 6.9.5-10 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ Modified: head/graphics/ImageMagick/distinfo ============================================================================== --- head/graphics/ImageMagick/distinfo Wed Oct 12 01:37:48 2016 (r423817) +++ head/graphics/ImageMagick/distinfo Wed Oct 12 01:41:34 2016 (r423818) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471726909 -SHA256 (ImageMagick-6.9.5-7.tar.xz) = c5f527ab5936527a23d9da2d80ebed906302f476908235ee2b31790dfd665901 -SIZE (ImageMagick-6.9.5-7.tar.xz) = 8788196 +TIMESTAMP = 1476236004 +SHA256 (ImageMagick-6.9.5-10.tar.xz) = 2805ab7945ca92251172335da992df800bcc09fee993eeb4711b20c53efeb233 +SIZE (ImageMagick-6.9.5-10.tar.xz) = 8794440 From owner-svn-ports-head@freebsd.org Wed Oct 12 02:01:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7625FC0CFC7; Wed, 12 Oct 2016 02:01:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AB3EC31; Wed, 12 Oct 2016 02:01:13 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C21CuX035026; Wed, 12 Oct 2016 02:01:12 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C21CTD035024; Wed, 12 Oct 2016 02:01:12 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610120201.u9C21CTD035024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 12 Oct 2016 02:01:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423820 - 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 02:01:13 -0000 Author: feld Date: Wed Oct 12 02:01:11 2016 New Revision: 423820 URL: https://svnweb.freebsd.org/changeset/ports/423820 Log: Document Virtualbox vulnerabilities PR: 204406 Security: CVE-2015-4813 Security: CVE-2015-4896 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 12 01:42:01 2016 (r423819) +++ head/security/vuxml/vuln.xml Wed Oct 12 02:01:11 2016 (r423820) @@ -58,6 +58,46 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + VirtualBox -- undisclosed vulnerabilities + + + virtualbox-ose + 5.05.0.8 + 4.34.3.32 + 4.24.2.34 + 4.14.1.42 + 4.04.0.34 + + + + +

Oracle reports reports:

+
+

Unspecified vulnerability in the Oracle VM VirtualBox + component in Oracle Virtualization VirtualBox prior to 4.0.34, 4.1.42, + 4.2.34, 4.3.32, and 5.0.8, when using a Windows guest, allows local + users to affect availability via unknown vectors related to Core.

+

Unspecified vulnerability in the Oracle VM VirtualBox + component in Oracle Virtualization VirtualBox before 4.0.34, 4.1.42, + 4.2.34, 4.3.32, and 5.0.8, when a VM has the Remote Display feature + (RDP) enabled, allows remote attackers to affect availability via + unknown vectors related to Core.

+
+ +
+ + http://www.oracle.com/technetwork/topics/security/cpuoct2015-2367953.html + CVE-2015-4813 + CVE-2015-4896 + 204406 + + + 2015-10-01 + 2016-10-12 + +
+ ImageMagick -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Wed Oct 12 02:08:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E3FCC0D2DB; Wed, 12 Oct 2016 02:08:06 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E450E10DF; Wed, 12 Oct 2016 02:08:05 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C285ax038032; Wed, 12 Oct 2016 02:08:05 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C285S1038031; Wed, 12 Oct 2016 02:08:05 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201610120208.u9C285S1038031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 12 Oct 2016 02:08:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423821 - head/lang/go14 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 02:08:06 -0000 Author: linimon Date: Wed Oct 12 02:08:04 2016 New Revision: 423821 URL: https://svnweb.freebsd.org/changeset/ports/423821 Log: Mark as broken on armv6 after recent runs. Approved by: portmgr (tier-2 blanket) Modified: head/lang/go14/Makefile Modified: head/lang/go14/Makefile ============================================================================== --- head/lang/go14/Makefile Wed Oct 12 02:01:11 2016 (r423820) +++ head/lang/go14/Makefile Wed Oct 12 02:08:04 2016 (r423821) @@ -24,6 +24,8 @@ sh_CMD= ${SH} WRKSRC= ${WRKDIR}/go ONLY_FOR_ARCHS= i386 amd64 armv6 armv6hf +BROKEN_armv6= Fails to configure: wait: interrupted system call + .include # If cc is clang, change it to clang to help Go identify the compiler From owner-svn-ports-head@freebsd.org Wed Oct 12 02:27:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 503E5C0DA09; Wed, 12 Oct 2016 02:27:23 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 119D01E09; Wed, 12 Oct 2016 02:27:22 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C2RMOi045844; Wed, 12 Oct 2016 02:27:22 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C2RLxX045841; Wed, 12 Oct 2016 02:27:21 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610120227.u9C2RLxX045841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 12 Oct 2016 02:27:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423822 - head/devel/py-setuptools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 02:27:23 -0000 Author: wen Date: Wed Oct 12 02:27:21 2016 New Revision: 423822 URL: https://svnweb.freebsd.org/changeset/ports/423822 Log: - Update to 28.1.0 PR: 213244 Submitted by: wen@(myself) Exp-run by: antoine@ Modified: head/devel/py-setuptools/Makefile head/devel/py-setuptools/distinfo Modified: head/devel/py-setuptools/Makefile ============================================================================== --- head/devel/py-setuptools/Makefile Wed Oct 12 02:08:04 2016 (r423821) +++ head/devel/py-setuptools/Makefile Wed Oct 12 02:27:21 2016 (r423822) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= setuptools -PORTVERSION= 23.1.0 +PORTVERSION= 28.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-setuptools/distinfo ============================================================================== --- head/devel/py-setuptools/distinfo Wed Oct 12 02:08:04 2016 (r423821) +++ head/devel/py-setuptools/distinfo Wed Oct 12 02:27:21 2016 (r423822) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467171497 -SHA256 (python/setuptools-23.1.0.tar.gz) = 4e269d36ba2313e6236f384b36eb97b3433cf99a16b94c74cca7eee2b311f2be -SIZE (python/setuptools-23.1.0.tar.gz) = 601865 +TIMESTAMP = 1476238991 +SHA256 (python/setuptools-28.1.0.tar.gz) = 861c424c2b5464dc5f7d6283b69c458105bb9068fb8f28263df882a1a6599576 +SIZE (python/setuptools-28.1.0.tar.gz) = 640329 From owner-svn-ports-head@freebsd.org Wed Oct 12 02:40:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B20FAC0DCC2; Wed, 12 Oct 2016 02:40:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E4C57E8; Wed, 12 Oct 2016 02:40:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C2eTs0049767; Wed, 12 Oct 2016 02:40:29 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C2eTA2049766; Wed, 12 Oct 2016 02:40:29 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201610120240.u9C2eTA2049766@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 12 Oct 2016 02:40:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423823 - head/lang/ocaml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 02:40:30 -0000 Author: linimon Date: Wed Oct 12 02:40:29 2016 New Revision: 423823 URL: https://svnweb.freebsd.org/changeset/ports/423823 Log: Mark as broken on aarch64. Approved by: portmgr (tier-2 blanket) Modified: head/lang/ocaml/Makefile Modified: head/lang/ocaml/Makefile ============================================================================== --- head/lang/ocaml/Makefile Wed Oct 12 02:27:21 2016 (r423822) +++ head/lang/ocaml/Makefile Wed Oct 12 02:40:29 2016 (r423823) @@ -18,8 +18,8 @@ LICENSE_NAME_QPL10= Q Public License, Ve LICENSE_FILE_QPL10= ${WRKSRC}/LICENSE LICENSE_PERMS_QPL10= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN_aarch64= Does not build: No rule to make target aarch64.o, needed by libasmrun.a BROKEN_powerpc64= Does not build - BROKEN_sparc64= ocamlc.opt seg-faults, please try to fix BROKEN_mips64= No ASM support BROKEN_mips= No ASM support From owner-svn-ports-head@freebsd.org Wed Oct 12 03:36:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B88AC0ED7C; Wed, 12 Oct 2016 03:36:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D51DAF6; Wed, 12 Oct 2016 03:36:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C3aBtG073262; Wed, 12 Oct 2016 03:36:11 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C3aBdQ073261; Wed, 12 Oct 2016 03:36:11 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201610120336.u9C3aBdQ073261@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 12 Oct 2016 03:36:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423824 - head/emulators/mame X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 03:36:12 -0000 Author: linimon Date: Wed Oct 12 03:36:11 2016 New Revision: 423824 URL: https://svnweb.freebsd.org/changeset/ports/423824 Log: Change from NOT_FOR to ONLY_FOR. This fails to build on both armv6 and aarch64 and was never tried on most other architectures. Modified: head/emulators/mame/Makefile Modified: head/emulators/mame/Makefile ============================================================================== --- head/emulators/mame/Makefile Wed Oct 12 02:40:29 2016 (r423823) +++ head/emulators/mame/Makefile Wed Oct 12 03:36:11 2016 (r423824) @@ -14,7 +14,8 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= liberation-fonts-ttf>=0:x11-fonts/liberation-fonts-ttf -NOT_FOR_ARCHS= ia64 powerpc sparc64 +ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS_REASON= not yet ported to any arch other than x86 USE_GITHUB= yes GH_ACCOUNT= mamedev From owner-svn-ports-head@freebsd.org Wed Oct 12 04:00:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66399C0B586; Wed, 12 Oct 2016 04:00:53 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C300BE9; Wed, 12 Oct 2016 04:00:53 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C40ql6081230; Wed, 12 Oct 2016 04:00:52 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C40qQU081228; Wed, 12 Oct 2016 04:00:52 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610120400.u9C40qQU081228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Wed, 12 Oct 2016 04:00:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423825 - head/net/isc-dhcp43-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 04:00:53 -0000 Author: zi Date: Wed Oct 12 04:00:51 2016 New Revision: 423825 URL: https://svnweb.freebsd.org/changeset/ports/423825 Log: - Update to 4.3.5 > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Empty fields above will be automatically removed. M isc-dhcp43-server/Makefile M isc-dhcp43-server/distinfo Modified: head/net/isc-dhcp43-server/Makefile head/net/isc-dhcp43-server/distinfo Modified: head/net/isc-dhcp43-server/Makefile ============================================================================== --- head/net/isc-dhcp43-server/Makefile Wed Oct 12 03:36:11 2016 (r423824) +++ head/net/isc-dhcp43-server/Makefile Wed Oct 12 04:00:51 2016 (r423825) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dhcp -PORTVERSION= 4.3.4 +PORTVERSION= 4.3.5 PORTREVISION= ${DHCP_PORTREVISION} CATEGORIES= net MASTER_SITES= ISC/${PORTNAME}/${PORTVERSION:S/P/-P/g} Modified: head/net/isc-dhcp43-server/distinfo ============================================================================== --- head/net/isc-dhcp43-server/distinfo Wed Oct 12 03:36:11 2016 (r423824) +++ head/net/isc-dhcp43-server/distinfo Wed Oct 12 04:00:51 2016 (r423825) @@ -1,2 +1,3 @@ -SHA256 (dhcp-4.3.4.tar.gz) = f5115aee3dd3e6925de4ba47b80ab732ba48b481c8364b6ebade2d43698d607e -SIZE (dhcp-4.3.4.tar.gz) = 9302513 +TIMESTAMP = 1476244213 +SHA256 (dhcp-4.3.5.tar.gz) = eb95936bf15d2393c55dd505bc527d1d4408289cec5a9fa8abb99f7577e7f954 +SIZE (dhcp-4.3.5.tar.gz) = 10075147 From owner-svn-ports-head@freebsd.org Wed Oct 12 04:02:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7A03C0B6EB; Wed, 12 Oct 2016 04:02:27 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84829E8D; Wed, 12 Oct 2016 04:02:27 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C42Qsj084642; Wed, 12 Oct 2016 04:02:26 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C42QAm084641; Wed, 12 Oct 2016 04:02:26 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201610120402.u9C42QAm084641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 12 Oct 2016 04:02:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423826 - head/lang/rexx-regina X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 04:02:27 -0000 Author: linimon Date: Wed Oct 12 04:02:26 2016 New Revision: 423826 URL: https://svnweb.freebsd.org/changeset/ports/423826 Log: Broken on aarch64 as well. Approved by: portmgr (tier-2 blanket) Modified: head/lang/rexx-regina/Makefile Modified: head/lang/rexx-regina/Makefile ============================================================================== --- head/lang/rexx-regina/Makefile Wed Oct 12 04:00:51 2016 (r423825) +++ head/lang/rexx-regina/Makefile Wed Oct 12 04:02:26 2016 (r423826) @@ -17,6 +17,7 @@ COMMENT= Rexx interpreter LICENSE= LGPL21+ +BROKEN_aarch64= Does not build: error: expected expression BROKEN_armv6= Does not build: error: expected expression BROKEN_mips= Does not build: error: expected expression BROKEN_mips64= Does not build: error: expected expression From owner-svn-ports-head@freebsd.org Wed Oct 12 04:10:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37F3FC0BA0C; Wed, 12 Oct 2016 04:10:52 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0447D225; Wed, 12 Oct 2016 04:10:51 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C4Apf6084985; Wed, 12 Oct 2016 04:10:51 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C4ApAS084984; Wed, 12 Oct 2016 04:10:51 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201610120410.u9C4ApAS084984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Wed, 12 Oct 2016 04:10:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423827 - head/lang/smalltalk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 04:10:52 -0000 Author: linimon Date: Wed Oct 12 04:10:50 2016 New Revision: 423827 URL: https://svnweb.freebsd.org/changeset/ports/423827 Log: Mark broken on aarch64: fails to link. Approved by: portmgr (tier-2 blanket) Modified: head/lang/smalltalk/Makefile Modified: head/lang/smalltalk/Makefile ============================================================================== --- head/lang/smalltalk/Makefile Wed Oct 12 04:02:26 2016 (r423826) +++ head/lang/smalltalk/Makefile Wed Oct 12 04:10:50 2016 (r423827) @@ -46,6 +46,7 @@ PORTDATA= * INFO= gst gst-base gst-libs +BROKEN_aarch64= Fails to link: undefined reference to sbrk BROKEN_sparc64= Fails to install on sparc64 post-patch: From owner-svn-ports-head@freebsd.org Wed Oct 12 04:24:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7312AC0BC5C; Wed, 12 Oct 2016 04:24:20 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23B0AA2F; Wed, 12 Oct 2016 04:24:20 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C4OJMR092607; Wed, 12 Oct 2016 04:24:19 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C4OJ6S092605; Wed, 12 Oct 2016 04:24:19 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201610120424.u9C4OJ6S092605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Wed, 12 Oct 2016 04:24:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423828 - head/emulators/i386-wine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 04:24:20 -0000 Author: dbn Date: Wed Oct 12 04:24:18 2016 New Revision: 423828 URL: https://svnweb.freebsd.org/changeset/ports/423828 Log: i386-wine: update to 1.8.5. Modified: head/emulators/i386-wine/Makefile.inc head/emulators/i386-wine/distinfo head/emulators/i386-wine/pkg-plist Modified: head/emulators/i386-wine/Makefile.inc ============================================================================== --- head/emulators/i386-wine/Makefile.inc Wed Oct 12 04:10:50 2016 (r423827) +++ head/emulators/i386-wine/Makefile.inc Wed Oct 12 04:24:18 2016 (r423828) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wine -PORTVERSION= 1.8.4 -PORTREVISION= 1 +PORTVERSION= 1.8.5 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/ Modified: head/emulators/i386-wine/distinfo ============================================================================== --- head/emulators/i386-wine/distinfo Wed Oct 12 04:10:50 2016 (r423827) +++ head/emulators/i386-wine/distinfo Wed Oct 12 04:24:18 2016 (r423828) @@ -1,9 +1,9 @@ -TIMESTAMP = 1474126791 -SHA256 (freebsd:9:x86:64/i386-wine-1.8.4_1,1.txz) = fc219b51ff50ae7f1d28cf086567f1425d940b1ef4932708cc05419342ab3ee3 -SIZE (freebsd:9:x86:64/i386-wine-1.8.4_1,1.txz) = 40150972 -SHA256 (freebsd:10:x86:64/i386-wine-1.8.4_1,1.txz) = 8fe59ef0a948e820aee0e40d0c830a2ef458c2e562cd88609d36a31402fa1abb -SIZE (freebsd:10:x86:64/i386-wine-1.8.4_1,1.txz) = 40085708 -SHA256 (freebsd:11:x86:64/i386-wine-1.8.4_1,1.txz) = cf8db3f13c2cb3a74a4f73bcb3039910edc967017248cad6082451c8f9c092ed -SIZE (freebsd:11:x86:64/i386-wine-1.8.4_1,1.txz) = 39650480 -SHA256 (freebsd:12:x86:64/i386-wine-1.8.4_1,1.txz) = ccd4880a937859c988d5f0781f0a6e1976aed951c036c486ddcb669f1e0d1d0f -SIZE (freebsd:12:x86:64/i386-wine-1.8.4_1,1.txz) = 39649516 +TIMESTAMP = 1476244800 +SHA256 (freebsd:9:x86:64/i386-wine-1.8.5,1.txz) = 4f10b8ea38c2d11a91d9f7f49f1a30f1aafef17b15d4fe21239bc89f396c98fe +SIZE (freebsd:9:x86:64/i386-wine-1.8.5,1.txz) = 40132004 +SHA256 (freebsd:10:x86:64/i386-wine-1.8.5,1.txz) = 5b2c2b62b2fe90f51b158d4a80fb2f98dcef306e8567eebda4febb2da2e381b9 +SIZE (freebsd:10:x86:64/i386-wine-1.8.5,1.txz) = 40074224 +SHA256 (freebsd:11:x86:64/i386-wine-1.8.5,1.txz) = 74708eceabc3c39b0cf315303f847f5231e4fc6ed690c7c83171d321b5e21563 +SIZE (freebsd:11:x86:64/i386-wine-1.8.5,1.txz) = 39649028 +SHA256 (freebsd:12:x86:64/i386-wine-1.8.5,1.txz) = 48173a9338aaf289b46c031f3c30959781503316ee899f156620e3f8a3daf8e7 +SIZE (freebsd:12:x86:64/i386-wine-1.8.5,1.txz) = 39636052 Modified: head/emulators/i386-wine/pkg-plist ============================================================================== --- head/emulators/i386-wine/pkg-plist Wed Oct 12 04:10:50 2016 (r423827) +++ head/emulators/i386-wine/pkg-plist Wed Oct 12 04:24:18 2016 (r423828) @@ -822,6 +822,7 @@ include/wine/windows/wintrust.h include/wine/windows/winuser.h include/wine/windows/winuser.rh include/wine/windows/winver.h +include/wine/windows/wlanapi.h include/wine/windows/wmistr.h include/wine/windows/wmiutils.h include/wine/windows/wmiutils.idl From owner-svn-ports-head@freebsd.org Wed Oct 12 04:47:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 425FCC0D11E; Wed, 12 Oct 2016 04:47:35 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04A9928B; Wed, 12 Oct 2016 04:47:34 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C4lY75000342; Wed, 12 Oct 2016 04:47:34 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C4lXaf000340; Wed, 12 Oct 2016 04:47:33 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201610120447.u9C4lXaf000340@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 12 Oct 2016 04:47:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423829 - 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 04:47:35 -0000 Author: feld Date: Wed Oct 12 04:47:33 2016 New Revision: 423829 URL: https://svnweb.freebsd.org/changeset/ports/423829 Log: Document file-roller vulnerability PR: 213199 Security: CVE-2016-7162 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 12 04:24:18 2016 (r423828) +++ head/security/vuxml/vuln.xml Wed Oct 12 04:47:33 2016 (r423829) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + file-roller -- path traversal vulnerability + + + file-roller + 3.5.4,13.20.2,1 + + + + +

reports:

+
+

File Roller 3.5.4 through 3.20.2 was affected by a path + traversal bug that could result in deleted files if a user + were tricked into opening a malicious archive.

+
+ +
+ + http://www.openwall.com/lists/oss-security/2016/09/08/4 + CVE-2016-7162 + 213199 + + + 2016-09-08 + 2016-10-12 + +
+ VirtualBox -- undisclosed vulnerabilities From owner-svn-ports-head@freebsd.org Wed Oct 12 04:48:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 006ECC0D1BB; Wed, 12 Oct 2016 04:48:41 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB626623; Wed, 12 Oct 2016 04:48:40 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C4mdQE000516; Wed, 12 Oct 2016 04:48:39 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C4mdYD000513; Wed, 12 Oct 2016 04:48:39 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610120448.u9C4mdYD000513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 04:48:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423830 - head/devel/py-keystoneauth1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 04:48:41 -0000 Author: novel Date: Wed Oct 12 04:48:39 2016 New Revision: 423830 URL: https://svnweb.freebsd.org/changeset/ports/423830 Log: devel/py-keystoneauth1: update to 2.12.1 PR: 213337 Submitted by: Alexander Nusov Approved by: maintainer Modified: head/devel/py-keystoneauth1/Makefile head/devel/py-keystoneauth1/distinfo Modified: head/devel/py-keystoneauth1/Makefile ============================================================================== --- head/devel/py-keystoneauth1/Makefile Wed Oct 12 04:47:33 2016 (r423829) +++ head/devel/py-keystoneauth1/Makefile Wed Oct 12 04:48:39 2016 (r423830) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= keystoneauth1 -PORTVERSION= 2.9.0 +PORTVERSION= 2.12.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,11 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iso8601>0:devel/py-iso8601 \ - ${PYTHON_PKGNAMEPREFIX}positional>0:devel/py-positional \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}stevedore>0:devel/py-stevedore +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601 \ + ${PYTHON_PKGNAMEPREFIX}positional>=1.0.1:devel/py-positional \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore NO_ARCH= yes Modified: head/devel/py-keystoneauth1/distinfo ============================================================================== --- head/devel/py-keystoneauth1/distinfo Wed Oct 12 04:47:33 2016 (r423829) +++ head/devel/py-keystoneauth1/distinfo Wed Oct 12 04:48:39 2016 (r423830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469396750 -SHA256 (keystoneauth1-2.9.0.tar.gz) = 995e8bd577d710ec4884e8790be1dcfa109d67f55ec421446c03628213b64eab -SIZE (keystoneauth1-2.9.0.tar.gz) = 162433 +TIMESTAMP = 1475932894 +SHA256 (keystoneauth1-2.12.1.tar.gz) = 939d89d2998368670f3aad736b7489b6186cceacc5e36623daebab2c07baacf0 +SIZE (keystoneauth1-2.12.1.tar.gz) = 174620 From owner-svn-ports-head@freebsd.org Wed Oct 12 05:02:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE1E5C0D44D; Wed, 12 Oct 2016 05:02:01 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A716AB7E; Wed, 12 Oct 2016 05:02:01 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C520HF007916; Wed, 12 Oct 2016 05:02:00 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C520Zk007914; Wed, 12 Oct 2016 05:02:00 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610120502.u9C520Zk007914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 05:02:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423831 - head/net/py-novaclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 05:02:02 -0000 Author: novel Date: Wed Oct 12 05:02:00 2016 New Revision: 423831 URL: https://svnweb.freebsd.org/changeset/ports/423831 Log: net/py-novaclient: update to 6.0.0 PR: 213337 Submitted by: Alexander Nusov Modified: head/net/py-novaclient/Makefile head/net/py-novaclient/distinfo Modified: head/net/py-novaclient/Makefile ============================================================================== --- head/net/py-novaclient/Makefile Wed Oct 12 04:48:39 2016 (r423830) +++ head/net/py-novaclient/Makefile Wed Oct 12 05:02:00 2016 (r423831) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= novaclient -PORTVERSION= 5.0.0 +PORTVERSION= 6.0.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,16 +12,16 @@ MAINTAINER= novel@FreeBSD.org COMMENT= Client for the OpenStack Nova API BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0:devel/py-argparse \ - ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.9:devel/py-iso8601 \ - ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.1.0:devel/py-keystoneauth1 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601 \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ - ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.5.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.8.1:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}simplejson>=2.2.0:devel/py-simplejson \ - ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel USES= python shebangfix SHEBANG_FILES= novaclient/tests/functional/hooks/post_test_hook.sh Modified: head/net/py-novaclient/distinfo ============================================================================== --- head/net/py-novaclient/distinfo Wed Oct 12 04:48:39 2016 (r423830) +++ head/net/py-novaclient/distinfo Wed Oct 12 05:02:00 2016 (r423831) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469398791 -SHA256 (python-novaclient-5.0.0.tar.gz) = d2414b3ff49c1d77e57edc5afde7bcc7af1b638752b9b65b929b166cc36fcd34 -SIZE (python-novaclient-5.0.0.tar.gz) = 275312 +TIMESTAMP = 1475931623 +SHA256 (python-novaclient-6.0.0.tar.gz) = 68fb4e75012a66d23198ca9c6cdc425cd9e0ce750bf759af6cd48fdb19ee6068 +SIZE (python-novaclient-6.0.0.tar.gz) = 288335 From owner-svn-ports-head@freebsd.org Wed Oct 12 06:14:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE824C0E071; Wed, 12 Oct 2016 06:14:22 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2B6CBE1; Wed, 12 Oct 2016 06:14:22 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C6ELxl036778; Wed, 12 Oct 2016 06:14:21 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C6EL7n036775; Wed, 12 Oct 2016 06:14:21 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201610120614.u9C6EL7n036775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Wed, 12 Oct 2016 06:14:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423832 - head/emulators/i386-wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 06:14:23 -0000 Author: dbn Date: Wed Oct 12 06:14:21 2016 New Revision: 423832 URL: https://svnweb.freebsd.org/changeset/ports/423832 Log: emulators/i386-wine-devel: update to 1.9.20. Modified: head/emulators/i386-wine-devel/Makefile.inc head/emulators/i386-wine-devel/distinfo head/emulators/i386-wine-devel/pkg-plist Modified: head/emulators/i386-wine-devel/Makefile.inc ============================================================================== --- head/emulators/i386-wine-devel/Makefile.inc Wed Oct 12 05:02:00 2016 (r423831) +++ head/emulators/i386-wine-devel/Makefile.inc Wed Oct 12 06:14:21 2016 (r423832) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -PORTVERSION= 1.9.19 +PORTVERSION= 1.9.20 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/ Modified: head/emulators/i386-wine-devel/distinfo ============================================================================== --- head/emulators/i386-wine-devel/distinfo Wed Oct 12 05:02:00 2016 (r423831) +++ head/emulators/i386-wine-devel/distinfo Wed Oct 12 06:14:21 2016 (r423832) @@ -1,17 +1,17 @@ -TIMESTAMP = 1474395926 -SHA256 (freebsd:9:x86:64/i386-wine-devel-1.9.19,1.txz) = e42af613eb1ac189c61aadc3a8aeaaa4a6b64bc04a4aed8ead5b330bea7b7bce -SIZE (freebsd:9:x86:64/i386-wine-devel-1.9.19,1.txz) = 40978156 -SHA256 (freebsd:9:x86:64/i386-wine-staging-1.9.19,1.txz) = c8fb5680a4f6a0c1477633d69d71f5aad7c099f0626335439636904ca6379ef2 -SIZE (freebsd:9:x86:64/i386-wine-staging-1.9.19,1.txz) = 43753988 -SHA256 (freebsd:10:x86:64/i386-wine-devel-1.9.19,1.txz) = c24441f3b8273dc0d31f73ee53793a915eedf3799f5eab449f27f375f8b0be96 -SIZE (freebsd:10:x86:64/i386-wine-devel-1.9.19,1.txz) = 40920500 -SHA256 (freebsd:10:x86:64/i386-wine-staging-1.9.19,1.txz) = 90f6e5905043e9ba6e30c69c8c9a7d60eeaa9f1f46200bc7e6ffde735c5c1d9f -SIZE (freebsd:10:x86:64/i386-wine-staging-1.9.19,1.txz) = 43695468 -SHA256 (freebsd:11:x86:64/i386-wine-devel-1.9.19,1.txz) = f67325693967721c8f5ebe5478d1f2206dc08d2690dadc583323f7f6dce0a321 -SIZE (freebsd:11:x86:64/i386-wine-devel-1.9.19,1.txz) = 40433616 -SHA256 (freebsd:11:x86:64/i386-wine-staging-1.9.19,1.txz) = d6ec052dd3a6a485a6cb73854f821194e83a4705f088f96728f24653e13669f5 -SIZE (freebsd:11:x86:64/i386-wine-staging-1.9.19,1.txz) = 43202084 -SHA256 (freebsd:12:x86:64/i386-wine-devel-1.9.19,1.txz) = b2d0b5d16f408a9f26a8ed9590ff0481a9ba8a6b5de7d465b914c9628d858fe3 -SIZE (freebsd:12:x86:64/i386-wine-devel-1.9.19,1.txz) = 40440324 -SHA256 (freebsd:12:x86:64/i386-wine-staging-1.9.19,1.txz) = 2388985829f514fbf88fb5355078bf27a23cb3d1d201b351fa8f015a9ea2f734 -SIZE (freebsd:12:x86:64/i386-wine-staging-1.9.19,1.txz) = 43205168 +TIMESTAMP = 1476248215 +SHA256 (freebsd:9:x86:64/i386-wine-devel-1.9.20,1.txz) = 49e39cc84c9e2c71bde36bba0234a8c2d2e0f2b59babad43f1fe8a3ee23b7c95 +SIZE (freebsd:9:x86:64/i386-wine-devel-1.9.20,1.txz) = 40987200 +SHA256 (freebsd:9:x86:64/i386-wine-staging-1.9.20,1.txz) = 572b779894858a8ead649b91989622139dec85af8a91ae107292bc74944cb1ec +SIZE (freebsd:9:x86:64/i386-wine-staging-1.9.20,1.txz) = 43752112 +SHA256 (freebsd:10:x86:64/i386-wine-devel-1.9.20,1.txz) = 556cea64eec6632cf749750f29b87f855f74592447327ca1c4bb9b6b51404ce5 +SIZE (freebsd:10:x86:64/i386-wine-devel-1.9.20,1.txz) = 40904232 +SHA256 (freebsd:10:x86:64/i386-wine-staging-1.9.20,1.txz) = 785a2939e8c03ddfb8f70f60dda9bf9a6be78e3486255ee86f56a0d8ea8c8369 +SIZE (freebsd:10:x86:64/i386-wine-staging-1.9.20,1.txz) = 43681308 +SHA256 (freebsd:11:x86:64/i386-wine-devel-1.9.20,1.txz) = c00da080985fe2c5e0c39e70bbdf04d2814d04955b8d2882aafb2109f90c5e89 +SIZE (freebsd:11:x86:64/i386-wine-devel-1.9.20,1.txz) = 40428724 +SHA256 (freebsd:11:x86:64/i386-wine-staging-1.9.20,1.txz) = aac6b545a913b962cda684ef917d4392f994edd6ce3c9e80911b6c6297d66b95 +SIZE (freebsd:11:x86:64/i386-wine-staging-1.9.20,1.txz) = 43199160 +SHA256 (freebsd:12:x86:64/i386-wine-devel-1.9.20,1.txz) = cbd8c90ed260d13e2756be8ca346ddd98ff23e0dd89fef014696bc6ba04180e9 +SIZE (freebsd:12:x86:64/i386-wine-devel-1.9.20,1.txz) = 40431392 +SHA256 (freebsd:12:x86:64/i386-wine-staging-1.9.20,1.txz) = c3979384a60420cbbd0d8f3865ce53de6528be3193c66e8f9515dae3b08ced28 +SIZE (freebsd:12:x86:64/i386-wine-staging-1.9.20,1.txz) = 43220772 Modified: head/emulators/i386-wine-devel/pkg-plist ============================================================================== --- head/emulators/i386-wine-devel/pkg-plist Wed Oct 12 05:02:00 2016 (r423831) +++ head/emulators/i386-wine-devel/pkg-plist Wed Oct 12 06:14:21 2016 (r423832) @@ -1209,7 +1209,10 @@ lib32/wine/advpack.dll.so lib32/wine/amstream.dll.so %%STAGING%%lib32/wine/api-ms-win-appmodel-runtime-l1-1-1.dll.so %%STAGING%%lib32/wine/api-ms-win-core-apiquery-l1-1-0.dll.so +lib32/wine/api-ms-win-core-appcompat-l1-1-1.dll.so +lib32/wine/api-ms-win-core-appinit-l1-1-0.dll.so lib32/wine/api-ms-win-core-atoms-l1-1-0.dll.so +lib32/wine/api-ms-win-core-bem-l1-1-0.dll.so lib32/wine/api-ms-win-core-com-l1-1-0.dll.so %%STAGING%%lib32/wine/api-ms-win-core-com-l1-1-1.dll.so lib32/wine/api-ms-win-core-console-l1-1-0.dll.so @@ -1218,6 +1221,7 @@ lib32/wine/api-ms-win-core-datetime-l1-1 lib32/wine/api-ms-win-core-datetime-l1-1-1.dll.so lib32/wine/api-ms-win-core-debug-l1-1-0.dll.so lib32/wine/api-ms-win-core-debug-l1-1-1.dll.so +lib32/wine/api-ms-win-core-delayload-l1-1-0.dll.so %%STAGING%%lib32/wine/api-ms-win-core-delayload-l1-1-1.dll.so lib32/wine/api-ms-win-core-errorhandling-l1-1-0.dll.so lib32/wine/api-ms-win-core-errorhandling-l1-1-1.dll.so @@ -1236,6 +1240,7 @@ lib32/wine/api-ms-win-core-heap-l1-2-0.d lib32/wine/api-ms-win-core-heap-obsolete-l1-1-0.dll.so lib32/wine/api-ms-win-core-interlocked-l1-1-0.dll.so lib32/wine/api-ms-win-core-interlocked-l1-2-0.dll.so +lib32/wine/api-ms-win-core-io-l1-1-0.dll.so lib32/wine/api-ms-win-core-io-l1-1-1.dll.so lib32/wine/api-ms-win-core-job-l1-1-0.dll.so lib32/wine/api-ms-win-core-job-l2-1-0.dll.so @@ -1245,6 +1250,7 @@ lib32/wine/api-ms-win-core-kernel32-priv lib32/wine/api-ms-win-core-libraryloader-l1-1-0.dll.so lib32/wine/api-ms-win-core-libraryloader-l1-1-1.dll.so %%STAGING%%lib32/wine/api-ms-win-core-libraryloader-l1-2-0.dll.so +lib32/wine/api-ms-win-core-libraryloader-l1-2-2.dll.so lib32/wine/api-ms-win-core-localization-l1-1-0.dll.so lib32/wine/api-ms-win-core-localization-l1-2-0.dll.so lib32/wine/api-ms-win-core-localization-l1-2-1.dll.so @@ -1297,6 +1303,7 @@ lib32/wine/api-ms-win-core-toolhelp-l1-1 lib32/wine/api-ms-win-core-url-l1-1-0.dll.so lib32/wine/api-ms-win-core-util-l1-1-0.dll.so lib32/wine/api-ms-win-core-version-l1-1-0.dll.so +lib32/wine/api-ms-win-core-version-private-l1-1-0.dll.so lib32/wine/api-ms-win-core-versionansi-l1-1-0.dll.so lib32/wine/api-ms-win-core-windowserrorreporting-l1-1-0.dll.so lib32/wine/api-ms-win-core-winrt-error-l1-1-0.dll.so @@ -1306,6 +1313,7 @@ lib32/wine/api-ms-win-core-winrt-l1-1-0. %%STAGING%%lib32/wine/api-ms-win-core-winrt-registration-l1-1-0.dll.so lib32/wine/api-ms-win-core-winrt-string-l1-1-0.dll.so %%STAGING%%lib32/wine/api-ms-win-core-wow64-l1-1-0.dll.so +lib32/wine/api-ms-win-core-xstate-l1-1-0.dll.so lib32/wine/api-ms-win-core-xstate-l2-1-0.dll.so %%STAGING%%lib32/wine/api-ms-win-crt-conio-l1-1-0.dll.so %%STAGING%%lib32/wine/api-ms-win-crt-convert-l1-1-0.dll.so @@ -1332,18 +1340,26 @@ lib32/wine/api-ms-win-downlevel-shlwapi- lib32/wine/api-ms-win-downlevel-user32-l1-1-0.dll.so lib32/wine/api-ms-win-downlevel-version-l1-1-0.dll.so %%STAGING%%lib32/wine/api-ms-win-eventing-classicprovider-l1-1-0.dll.so +lib32/wine/api-ms-win-eventing-consumer-l1-1-0.dll.so +lib32/wine/api-ms-win-eventing-controller-l1-1-0.dll.so lib32/wine/api-ms-win-eventing-provider-l1-1-0.dll.so lib32/wine/api-ms-win-eventlog-legacy-l1-1-0.dll.so lib32/wine/api-ms-win-ntuser-dc-access-l1-1-0.dll.so %%STAGING%%lib32/wine/api-ms-win-rtcore-ntuser-draw-l1-1-0.dll.so %%STAGING%%lib32/wine/api-ms-win-rtcore-ntuser-window-l1-1-0.dll.so +lib32/wine/api-ms-win-security-audit-l1-1-1.dll.so lib32/wine/api-ms-win-security-base-l1-1-0.dll.so lib32/wine/api-ms-win-security-base-l1-2-0.dll.so +lib32/wine/api-ms-win-security-base-private-l1-1-1.dll.so lib32/wine/api-ms-win-security-lsalookup-l1-1-0.dll.so %%STAGING%%lib32/wine/api-ms-win-security-lsalookup-l1-1-1.dll.so lib32/wine/api-ms-win-security-sddl-l1-1-0.dll.so +lib32/wine/api-ms-win-service-core-l1-1-0.dll.so lib32/wine/api-ms-win-service-core-l1-1-1.dll.so lib32/wine/api-ms-win-service-management-l1-1-0.dll.so +lib32/wine/api-ms-win-service-management-l2-1-0.dll.so +lib32/wine/api-ms-win-service-private-l1-1-1.dll.so +lib32/wine/api-ms-win-service-winsvc-l1-1-0.dll.so lib32/wine/api-ms-win-service-winsvc-l1-2-0.dll.so %%STAGING%%lib32/wine/api-ms-win-shcore-obsolete-l1-1-0.dll.so %%STAGING%%lib32/wine/api-ms-win-shcore-stream-l1-1-0.dll.so @@ -1528,7 +1544,10 @@ lib32/wine/fakedlls/advpack.dll lib32/wine/fakedlls/amstream.dll %%STAGING%%lib32/wine/fakedlls/api-ms-win-appmodel-runtime-l1-1-1.dll %%STAGING%%lib32/wine/fakedlls/api-ms-win-core-apiquery-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-appcompat-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-core-appinit-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-atoms-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-bem-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-com-l1-1-0.dll %%STAGING%%lib32/wine/fakedlls/api-ms-win-core-com-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-console-l1-1-0.dll @@ -1537,6 +1556,7 @@ lib32/wine/fakedlls/api-ms-win-core-date lib32/wine/fakedlls/api-ms-win-core-datetime-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-debug-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-debug-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-core-delayload-l1-1-0.dll %%STAGING%%lib32/wine/fakedlls/api-ms-win-core-delayload-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-errorhandling-l1-1-1.dll @@ -1555,6 +1575,7 @@ lib32/wine/fakedlls/api-ms-win-core-heap lib32/wine/fakedlls/api-ms-win-core-heap-obsolete-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-interlocked-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-interlocked-l1-2-0.dll +lib32/wine/fakedlls/api-ms-win-core-io-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-io-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-core-job-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-job-l2-1-0.dll @@ -1564,6 +1585,7 @@ lib32/wine/fakedlls/api-ms-win-core-kern lib32/wine/fakedlls/api-ms-win-core-libraryloader-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-libraryloader-l1-1-1.dll %%STAGING%%lib32/wine/fakedlls/api-ms-win-core-libraryloader-l1-2-0.dll +lib32/wine/fakedlls/api-ms-win-core-libraryloader-l1-2-2.dll lib32/wine/fakedlls/api-ms-win-core-localization-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-localization-l1-2-0.dll lib32/wine/fakedlls/api-ms-win-core-localization-l1-2-1.dll @@ -1616,6 +1638,7 @@ lib32/wine/fakedlls/api-ms-win-core-tool lib32/wine/fakedlls/api-ms-win-core-url-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-util-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-version-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-version-private-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-versionansi-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-windowserrorreporting-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-winrt-error-l1-1-0.dll @@ -1625,6 +1648,7 @@ lib32/wine/fakedlls/api-ms-win-core-winr %%STAGING%%lib32/wine/fakedlls/api-ms-win-core-winrt-registration-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-winrt-string-l1-1-0.dll %%STAGING%%lib32/wine/fakedlls/api-ms-win-core-wow64-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-core-xstate-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-core-xstate-l2-1-0.dll %%STAGING%%lib32/wine/fakedlls/api-ms-win-crt-conio-l1-1-0.dll %%STAGING%%lib32/wine/fakedlls/api-ms-win-crt-convert-l1-1-0.dll @@ -1651,18 +1675,26 @@ lib32/wine/fakedlls/api-ms-win-downlevel lib32/wine/fakedlls/api-ms-win-downlevel-user32-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-downlevel-version-l1-1-0.dll %%STAGING%%lib32/wine/fakedlls/api-ms-win-eventing-classicprovider-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-eventing-consumer-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-eventing-controller-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-eventing-provider-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-eventlog-legacy-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-ntuser-dc-access-l1-1-0.dll %%STAGING%%lib32/wine/fakedlls/api-ms-win-rtcore-ntuser-draw-l1-1-0.dll %%STAGING%%lib32/wine/fakedlls/api-ms-win-rtcore-ntuser-window-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-security-audit-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-security-base-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-security-base-l1-2-0.dll +lib32/wine/fakedlls/api-ms-win-security-base-private-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-security-lsalookup-l1-1-0.dll %%STAGING%%lib32/wine/fakedlls/api-ms-win-security-lsalookup-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-security-sddl-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-service-core-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-service-core-l1-1-1.dll lib32/wine/fakedlls/api-ms-win-service-management-l1-1-0.dll +lib32/wine/fakedlls/api-ms-win-service-management-l2-1-0.dll +lib32/wine/fakedlls/api-ms-win-service-private-l1-1-1.dll +lib32/wine/fakedlls/api-ms-win-service-winsvc-l1-1-0.dll lib32/wine/fakedlls/api-ms-win-service-winsvc-l1-2-0.dll %%STAGING%%lib32/wine/fakedlls/api-ms-win-shcore-obsolete-l1-1-0.dll %%STAGING%%lib32/wine/fakedlls/api-ms-win-shcore-stream-l1-1-0.dll @@ -1885,6 +1917,7 @@ lib32/wine/fakedlls/inkobj.dll lib32/wine/fakedlls/inseng.dll lib32/wine/fakedlls/ipconfig.exe lib32/wine/fakedlls/iphlpapi.dll +lib32/wine/fakedlls/iprop.dll lib32/wine/fakedlls/irprops.cpl lib32/wine/fakedlls/itircl.dll lib32/wine/fakedlls/itss.dll @@ -2319,6 +2352,7 @@ lib32/wine/inkobj.dll.so lib32/wine/inseng.dll.so lib32/wine/ipconfig.exe.so lib32/wine/iphlpapi.dll.so +lib32/wine/iprop.dll.so lib32/wine/irprops.cpl.so lib32/wine/itircl.dll.so lib32/wine/itss.dll.so From owner-svn-ports-head@freebsd.org Wed Oct 12 06:43:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB4B7C0E9A0; Wed, 12 Oct 2016 06:43:46 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B524C23; Wed, 12 Oct 2016 06:43:46 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C6hjMQ047992; Wed, 12 Oct 2016 06:43:45 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C6hjTK047990; Wed, 12 Oct 2016 06:43:45 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201610120643.u9C6hjTK047990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 12 Oct 2016 06:43:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423833 - head/devel/py-pytz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 06:43:46 -0000 Author: lwhsu Date: Wed Oct 12 06:43:45 2016 New Revision: 423833 URL: https://svnweb.freebsd.org/changeset/ports/423833 Log: - Update to 2016.7 Modified: head/devel/py-pytz/Makefile head/devel/py-pytz/distinfo Modified: head/devel/py-pytz/Makefile ============================================================================== --- head/devel/py-pytz/Makefile Wed Oct 12 06:14:21 2016 (r423832) +++ head/devel/py-pytz/Makefile Wed Oct 12 06:43:45 2016 (r423833) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pytz -PORTVERSION= 2016.6.1 +PORTVERSION= 2016.7 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP Modified: head/devel/py-pytz/distinfo ============================================================================== --- head/devel/py-pytz/distinfo Wed Oct 12 06:14:21 2016 (r423832) +++ head/devel/py-pytz/distinfo Wed Oct 12 06:43:45 2016 (r423833) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468583744 -SHA256 (pytz-2016.6.1.tar.bz2) = b5aff44126cf828537581e534cc94299b223b945a2bb3b5434d37bf8c7f3a10c -SIZE (pytz-2016.6.1.tar.bz2) = 172223 +TIMESTAMP = 1476253974 +SHA256 (pytz-2016.7.tar.bz2) = 6eab31709e3a4aea748457707da45e805b650cbb352583805d2417de2a1dd71e +SIZE (pytz-2016.7.tar.bz2) = 170973 From owner-svn-ports-head@freebsd.org Wed Oct 12 07:57:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C18FC0BC06; Wed, 12 Oct 2016 07:57:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 290321A2; Wed, 12 Oct 2016 07:57:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C7viGE074286; Wed, 12 Oct 2016 07:57:44 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C7vhU5074277; Wed, 12 Oct 2016 07:57:43 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610120757.u9C7vhU5074277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 12 Oct 2016 07:57:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423834 - in head/lang: erlang erlang-java erlang-runtime19 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 07:57:45 -0000 Author: olgeni Date: Wed Oct 12 07:57:43 2016 New Revision: 423834 URL: https://svnweb.freebsd.org/changeset/ports/423834 Log: Update Erlang 19 ports to version 19.1.3. Modified: head/lang/erlang-java/Makefile head/lang/erlang-java/distinfo head/lang/erlang-runtime19/Makefile head/lang/erlang-runtime19/distinfo head/lang/erlang-wx/Makefile head/lang/erlang-wx/distinfo head/lang/erlang/Makefile head/lang/erlang/distinfo Modified: head/lang/erlang-java/Makefile ============================================================================== --- head/lang/erlang-java/Makefile Wed Oct 12 06:43:45 2016 (r423833) +++ head/lang/erlang-java/Makefile Wed Oct 12 07:57:43 2016 (r423834) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.1.2 +PORTVERSION= 19.1.3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -14,7 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 +PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang interface for Java Modified: head/lang/erlang-java/distinfo ============================================================================== --- head/lang/erlang-java/distinfo Wed Oct 12 06:43:45 2016 (r423833) +++ head/lang/erlang-java/distinfo Wed Oct 12 07:57:43 2016 (r423834) @@ -1,4 +1,4 @@ -TIMESTAMP = 1475749520 +TIMESTAMP = 1476201457 SHA256 (erlang/otp_src_19.1.tar.gz) = fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23 SIZE (erlang/otp_src_19.1.tar.gz) = 68103074 SHA256 (erlang/otp_doc_html_19.1.tar.gz) = 76c89aee1ac69b5107114b0065189101e3f42d53e929d8ef8f08b5c586f15930 @@ -7,3 +7,5 @@ SHA256 (erlang/patch-otp-19.1.1) = 9944d SIZE (erlang/patch-otp-19.1.1) = 10342 SHA256 (erlang/patch-otp-19.1.2) = 4626d34cbe89fece60bca619175add2965b29186dc6d02756c30f4c51b8b234a SIZE (erlang/patch-otp-19.1.2) = 5080 +SHA256 (erlang/patch-otp-19.1.3) = 0808dccad4740ad05ea351cf79c394c878329e69faff922d7672ca635d330120 +SIZE (erlang/patch-otp-19.1.3) = 14746 Modified: head/lang/erlang-runtime19/Makefile ============================================================================== --- head/lang/erlang-runtime19/Makefile Wed Oct 12 06:43:45 2016 (r423833) +++ head/lang/erlang-runtime19/Makefile Wed Oct 12 07:57:43 2016 (r423834) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.1.2 +PORTVERSION= 19.1.3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 +PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -216,7 +216,7 @@ post-install: -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.2/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.3 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.4 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.2 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.0.2/* \ Modified: head/lang/erlang-runtime19/distinfo ============================================================================== --- head/lang/erlang-runtime19/distinfo Wed Oct 12 06:43:45 2016 (r423833) +++ head/lang/erlang-runtime19/distinfo Wed Oct 12 07:57:43 2016 (r423834) @@ -1,4 +1,4 @@ -TIMESTAMP = 1475749511 +TIMESTAMP = 1476201463 SHA256 (erlang/otp_src_19.1.tar.gz) = fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23 SIZE (erlang/otp_src_19.1.tar.gz) = 68103074 SHA256 (erlang/otp_doc_man_19.1.tar.gz) = 7200e9e5b3a229a6b3838046e1b3e64afc869265539d49d0e4853212f19c0c79 @@ -9,3 +9,5 @@ SHA256 (erlang/patch-otp-19.1.1) = 9944d SIZE (erlang/patch-otp-19.1.1) = 10342 SHA256 (erlang/patch-otp-19.1.2) = 4626d34cbe89fece60bca619175add2965b29186dc6d02756c30f4c51b8b234a SIZE (erlang/patch-otp-19.1.2) = 5080 +SHA256 (erlang/patch-otp-19.1.3) = 0808dccad4740ad05ea351cf79c394c878329e69faff922d7672ca635d330120 +SIZE (erlang/patch-otp-19.1.3) = 14746 Modified: head/lang/erlang-wx/Makefile ============================================================================== --- head/lang/erlang-wx/Makefile Wed Oct 12 06:43:45 2016 (r423833) +++ head/lang/erlang-wx/Makefile Wed Oct 12 07:57:43 2016 (r423834) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.1.2 +PORTVERSION= 19.1.3 CATEGORIES= lang parallel MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -14,7 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 +PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang bindings for wxWindows Modified: head/lang/erlang-wx/distinfo ============================================================================== --- head/lang/erlang-wx/distinfo Wed Oct 12 06:43:45 2016 (r423833) +++ head/lang/erlang-wx/distinfo Wed Oct 12 07:57:43 2016 (r423834) @@ -1,4 +1,4 @@ -TIMESTAMP = 1475749516 +TIMESTAMP = 1476201451 SHA256 (erlang/otp_src_19.1.tar.gz) = fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23 SIZE (erlang/otp_src_19.1.tar.gz) = 68103074 SHA256 (erlang/otp_doc_html_19.1.tar.gz) = 76c89aee1ac69b5107114b0065189101e3f42d53e929d8ef8f08b5c586f15930 @@ -7,3 +7,5 @@ SHA256 (erlang/patch-otp-19.1.1) = 9944d SIZE (erlang/patch-otp-19.1.1) = 10342 SHA256 (erlang/patch-otp-19.1.2) = 4626d34cbe89fece60bca619175add2965b29186dc6d02756c30f4c51b8b234a SIZE (erlang/patch-otp-19.1.2) = 5080 +SHA256 (erlang/patch-otp-19.1.3) = 0808dccad4740ad05ea351cf79c394c878329e69faff922d7672ca635d330120 +SIZE (erlang/patch-otp-19.1.3) = 14746 Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Wed Oct 12 06:43:45 2016 (r423833) +++ head/lang/erlang/Makefile Wed Oct 12 07:57:43 2016 (r423834) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.1.2 +PORTVERSION= 19.1.3 PORTEPOCH= 3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -20,7 +20,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 +PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -240,7 +240,7 @@ post-install: -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.2/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.3 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.4 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.2 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.0.2/* \ Modified: head/lang/erlang/distinfo ============================================================================== --- head/lang/erlang/distinfo Wed Oct 12 06:43:45 2016 (r423833) +++ head/lang/erlang/distinfo Wed Oct 12 07:57:43 2016 (r423834) @@ -1,4 +1,4 @@ -TIMESTAMP = 1475749504 +TIMESTAMP = 1476201443 SHA256 (erlang/otp_src_19.1.tar.gz) = fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23 SIZE (erlang/otp_src_19.1.tar.gz) = 68103074 SHA256 (erlang/otp_doc_man_19.1.tar.gz) = 7200e9e5b3a229a6b3838046e1b3e64afc869265539d49d0e4853212f19c0c79 @@ -21,3 +21,5 @@ SHA256 (erlang/patch-otp-19.1.1) = 9944d SIZE (erlang/patch-otp-19.1.1) = 10342 SHA256 (erlang/patch-otp-19.1.2) = 4626d34cbe89fece60bca619175add2965b29186dc6d02756c30f4c51b8b234a SIZE (erlang/patch-otp-19.1.2) = 5080 +SHA256 (erlang/patch-otp-19.1.3) = 0808dccad4740ad05ea351cf79c394c878329e69faff922d7672ca635d330120 +SIZE (erlang/patch-otp-19.1.3) = 14746 From owner-svn-ports-head@freebsd.org Wed Oct 12 08:54:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F47EC0E3FB; Wed, 12 Oct 2016 08:54:30 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2B6EE25; Wed, 12 Oct 2016 08:54:29 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C8sTPR096522; Wed, 12 Oct 2016 08:54:29 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C8sSam096520; Wed, 12 Oct 2016 08:54:28 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201610120854.u9C8sSam096520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Wed, 12 Oct 2016 08:54:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423835 - head/sysutils/gkrellm2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 08:54:30 -0000 Author: ume Date: Wed Oct 12 08:54:28 2016 New Revision: 423835 URL: https://svnweb.freebsd.org/changeset/ports/423835 Log: Update to 2.3.9. Modified: head/sysutils/gkrellm2/Makefile head/sysutils/gkrellm2/distinfo Modified: head/sysutils/gkrellm2/Makefile ============================================================================== --- head/sysutils/gkrellm2/Makefile Wed Oct 12 07:57:43 2016 (r423834) +++ head/sysutils/gkrellm2/Makefile Wed Oct 12 08:54:28 2016 (r423835) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gkrellm -PORTVERSION= 2.3.8 +PORTVERSION= 2.3.9 #PORTREVISION= 0 CATEGORIES= sysutils ipv6 MASTER_SITES= http://gkrellm.srcbox.net/releases/ \ Modified: head/sysutils/gkrellm2/distinfo ============================================================================== --- head/sysutils/gkrellm2/distinfo Wed Oct 12 07:57:43 2016 (r423834) +++ head/sysutils/gkrellm2/distinfo Wed Oct 12 08:54:28 2016 (r423835) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473295543 -SHA256 (gkrellm-2.3.8.tar.bz2) = 8064ec03ac151c22d716e08d09851102e9deeb2156a265d97f5cf7ad547fa9e3 -SIZE (gkrellm-2.3.8.tar.bz2) = 659164 +TIMESTAMP = 1476233729 +SHA256 (gkrellm-2.3.9.tar.bz2) = 7e0a2ea0f54e2e485c0764718c52d9779d61c1f6bb8cb84083e8169b5c93e8a4 +SIZE (gkrellm-2.3.9.tar.bz2) = 659612 From owner-svn-ports-head@freebsd.org Wed Oct 12 09:01:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27E20C0E74A; Wed, 12 Oct 2016 09:01:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2C741E9; Wed, 12 Oct 2016 09:01:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C91Ir6099117; Wed, 12 Oct 2016 09:01:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C91HIr099113; Wed, 12 Oct 2016 09:01:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610120901.u9C91HIr099113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 12 Oct 2016 09:01:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423836 - in head/games/7kaa: . 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 09:01:19 -0000 Author: amdmi3 Date: Wed Oct 12 09:01:17 2016 New Revision: 423836 URL: https://svnweb.freebsd.org/changeset/ports/423836 Log: - Fix segfault on exit [1] - Fix license PR: 212866 [1] Submitted by: kdrakehp@zoho.com [1] Added: head/games/7kaa/files/ head/games/7kaa/files/patch-src_audio_openal_openal__audio.cpp (contents, props changed) head/games/7kaa/files/patch-src_client_OMUSIC.cpp (contents, props changed) head/games/7kaa/files/patch-src_client_OSYS.cpp (contents, props changed) head/games/7kaa/files/patch-src_video_sdl_vga__sdl.cpp (contents, props changed) Modified: head/games/7kaa/Makefile Modified: head/games/7kaa/Makefile ============================================================================== --- head/games/7kaa/Makefile Wed Oct 12 08:54:28 2016 (r423835) +++ head/games/7kaa/Makefile Wed Oct 12 09:01:17 2016 (r423836) @@ -3,13 +3,14 @@ PORTNAME= 7kaa PORTVERSION= 2.14.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/skfans/7KAA%20${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Seven Kingdoms: Ancient Adversaries -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libenet.so:net/enet Added: head/games/7kaa/files/patch-src_audio_openal_openal__audio.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/7kaa/files/patch-src_audio_openal_openal__audio.cpp Wed Oct 12 09:01:17 2016 (r423836) @@ -0,0 +1,12 @@ +--- src/audio/openal/openal_audio.cpp.orig 2016-09-04 17:31:41 UTC ++++ src/audio/openal/openal_audio.cpp +@@ -168,7 +168,8 @@ OpenALAudio::OpenALAudio() + + OpenALAudio::~OpenALAudio() + { +- this->deinit(); ++ if (this->init_flag != 0) ++ this->deinit(); + } + + // Initialize the mid driver Added: head/games/7kaa/files/patch-src_client_OMUSIC.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/7kaa/files/patch-src_client_OMUSIC.cpp Wed Oct 12 09:01:17 2016 (r423836) @@ -0,0 +1,12 @@ +--- src/client/OMUSIC.cpp.orig 2015-05-19 01:00:20 UTC ++++ src/client/OMUSIC.cpp +@@ -81,7 +81,8 @@ Music::Music() + // -------- begin of function Music::~Music ---------// + Music::~Music() + { +- deinit(); ++ if (init_flag != 0) ++ deinit(); + } + // -------- end of function Music::~Music ---------// + Added: head/games/7kaa/files/patch-src_client_OSYS.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/7kaa/files/patch-src_client_OSYS.cpp Wed Oct 12 09:01:17 2016 (r423836) @@ -0,0 +1,11 @@ +--- src/client/OSYS.cpp.orig 2016-09-04 17:31:41 UTC ++++ src/client/OSYS.cpp +@@ -240,6 +240,8 @@ void Sys::deinit() + + //-------------------------------------// + ++ deinit_directx(); ++ + init_flag = 0; + } + //--------- End of function Sys::deinit ---------// Added: head/games/7kaa/files/patch-src_video_sdl_vga__sdl.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/7kaa/files/patch-src_video_sdl_vga__sdl.cpp Wed Oct 12 09:01:17 2016 (r423836) @@ -0,0 +1,12 @@ +--- src/video/sdl/vga_sdl.cpp.orig 2016-09-04 17:31:41 UTC ++++ src/video/sdl/vga_sdl.cpp +@@ -58,7 +58,8 @@ VgaSDL::VgaSDL() + + VgaSDL::~VgaSDL() + { +- deinit(); ++ if (window != NULL) ++ deinit(); + } + //-------- End of function VgaSDL::~VgaSDL ----------// + From owner-svn-ports-head@freebsd.org Wed Oct 12 09:03:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80950C0E8BF; Wed, 12 Oct 2016 09:03:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 508A1791; Wed, 12 Oct 2016 09:03:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9C93jCO000972; Wed, 12 Oct 2016 09:03:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9C93jeB000971; Wed, 12 Oct 2016 09:03:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610120903.u9C93jeB000971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 12 Oct 2016 09:03:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423837 - head/sysutils/lxtask X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 09:03:46 -0000 Author: amdmi3 Date: Wed Oct 12 09:03:45 2016 New Revision: 423837 URL: https://svnweb.freebsd.org/changeset/ports/423837 Log: - Fix LICENSE - Add LICENSE_FILE - Switch to options helpers Modified: head/sysutils/lxtask/Makefile Modified: head/sysutils/lxtask/Makefile ============================================================================== --- head/sysutils/lxtask/Makefile Wed Oct 12 09:01:17 2016 (r423836) +++ head/sysutils/lxtask/Makefile Wed Oct 12 09:03:45 2016 (r423837) @@ -10,7 +10,8 @@ MASTER_SITES= SF/lxde/LXTask%20%28task%2 MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight desktop-independent task manager -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake iconv pkgconfig USE_GNOME= gtk20 intlhack @@ -22,22 +23,13 @@ PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -NLS_USES= gettext +NLS_USES= gettext localbase +NLS_USES_OFF= gettext-tools -.include +post-patch-NLS-off: + @${REINPLACE_CMD} -e 's|po src|src|' ${WRKSRC}/Makefile.in -.if ${PORT_OPTIONS:MNLS} -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -.endif - -post-patch: -.if ! ${PORT_OPTIONS:MNLS} - @${REINPLACE_CMD} -e 's|po src|src|' \ - ${WRKSRC}/Makefile.in -.endif - -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Wed Oct 12 09:58:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA4E2C0C849; Wed, 12 Oct 2016 09:58:21 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 81F0716; Wed, 12 Oct 2016 09:58:21 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 83F71BDCAB; Wed, 12 Oct 2016 11:58:18 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 5F61FBDC79; Wed, 12 Oct 2016 11:58:18 +0200 (CEST) Subject: Re: svn commit: r423798 - in head/devel/arduino-irremote: . files To: Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610112116.u9BLGPeB025698@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <417572cf-2df4-78d8-01fd-bf8adfb37837@FreeBSD.org> Date: Wed, 12 Oct 2016 11:58:16 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610112116.u9BLGPeB025698@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="1q70jDlrSjVC3tQwgk0aFnNLWrRrdlMu5" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 09:58:21 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --1q70jDlrSjVC3tQwgk0aFnNLWrRrdlMu5 Content-Type: multipart/mixed; boundary="kNDX126MhHqg9LKMpCMRPF0qoaEIw9TC2"; protected-headers="v1" From: Mathieu Arnold To: Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <417572cf-2df4-78d8-01fd-bf8adfb37837@FreeBSD.org> Subject: Re: svn commit: r423798 - in head/devel/arduino-irremote: . files References: <201610112116.u9BLGPeB025698@repo.freebsd.org> In-Reply-To: <201610112116.u9BLGPeB025698@repo.freebsd.org> --kNDX126MhHqg9LKMpCMRPF0qoaEIw9TC2 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 11/10/2016 =C3=A0 23:16, Boris Samorodov a =C3=A9crit : > PORTNAME=3D arduino-irremote > > +GH_PROJECT=3D Arduino-IRremote You should change PORTNAME to Arduino-IRremote, you could then remove the GH_PROJECT line. > +GH_TAGNAME=3D 2.1.0=20 This is the default and can be removed. --=20 Mathieu Arnold --kNDX126MhHqg9LKMpCMRPF0qoaEIw9TC2-- --1q70jDlrSjVC3tQwgk0aFnNLWrRrdlMu5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJX/gk5XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IVZMP/A5HJ8FTIXZFYon8VMjhXxXq QqA5oUf8LBG5zX3afqtblH5EVKxVYrwuElK/m3Pr7u3mUrHDiKh3AIOzPbYCxjJM SxC6XO//MpzQ19HUXirwCBpm35FXduIyfCLSxh6QzNzewj2C8B/o6XrzVjiBHUYJ 7kcQy0YF1xntRp3/TIV3POIPCsGsaQv5pMGUtLgV+Yq24SFPqpmmDDxZTATnQKhE 4Gr/uCKoW+LDJqbwxu1qiztfCp3X1y57ZGCmhyjM/4Qftsb2StrWV01rJev/mX4M ZGDjlT0vl13YflXu8panofqe2nWpBFvmtAbI9oqySBUBncEs9qvk7X5z0L3gto+3 xardT44fWWT0rRHAgnOMFeo51U+GX45/KZWJDewbwM7Op3aGszO+PMlcP6wB/b+4 znnGUsHEdcNJ4H7nDA7fV50gVU+X9RqE3FMXbFHy2PzwnpvQyzGv2IT+Bn+RxGlu xI/8WRc2HksK+I3Xn8jzxNqcY5eTwwa4nmB8vELTWQKUbnuOzYywttdqF7EtGg/s AhnD/rIGioUafKeYBZ8b3fyP98kFNHi5Q4r6OI85iKgYNRXtXCn5HNBddtoI80tU 9UU58mD8zlYZhhwnrCp20Ig7KK6EBSNWnq1+/tJAXAFg83ObulnAw9htyaW208/8 8uDfKcKQF5Qw3X07Liig =kwKv -----END PGP SIGNATURE----- --1q70jDlrSjVC3tQwgk0aFnNLWrRrdlMu5-- From owner-svn-ports-head@freebsd.org Wed Oct 12 09:59:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7FA8C0C91D; Wed, 12 Oct 2016 09:59:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F589182; Wed, 12 Oct 2016 09:59:19 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 32AE8BDCF9; Wed, 12 Oct 2016 11:59:18 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 1F68BBDCCF; Wed, 12 Oct 2016 11:59:18 +0200 (CEST) Subject: Re: svn commit: r423799 - in head/devel: . arduino-sevseg To: Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610112119.u9BLJZUg025971@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <78824109-0639-384b-3ec5-3e9245607d98@FreeBSD.org> Date: Wed, 12 Oct 2016 11:59:16 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610112119.u9BLJZUg025971@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jPRi9dwhKqpdBT0gMWopV2Sd7IipqEba6" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 09:59:19 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --jPRi9dwhKqpdBT0gMWopV2Sd7IipqEba6 Content-Type: multipart/mixed; boundary="JSbs9IxXHORthrjPu4gsAnpuXeuesNDL4"; protected-headers="v1" From: Mathieu Arnold To: Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <78824109-0639-384b-3ec5-3e9245607d98@FreeBSD.org> Subject: Re: svn commit: r423799 - in head/devel: . arduino-sevseg References: <201610112119.u9BLJZUg025971@repo.freebsd.org> In-Reply-To: <201610112119.u9BLJZUg025971@repo.freebsd.org> --JSbs9IxXHORthrjPu4gsAnpuXeuesNDL4 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 11/10/2016 =C3=A0 23:19, Boris Samorodov a =C3=A9crit : > +PORTNAME=3D arduino-sevseg > > +GH_PROJECT=3D SevSeg > This should be: PORTNAME=3DSevSeg PKGNAMEPREFIX=3DArduino- --=20 Mathieu Arnold --JSbs9IxXHORthrjPu4gsAnpuXeuesNDL4-- --jPRi9dwhKqpdBT0gMWopV2Sd7IipqEba6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJX/gl1XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IrMoP/3eg/RjJ2T9zyxtUykbD6oND epdj+Fq/m+d+eCWFP+sE0gn0OIH0p3yn+0n8PPgFw4OrEwoH7RN1p0uMfFRSSMhK qkwp18sV0YVexl2jQABxT8EnTat7Ea5tzYt+NRMkV2xB6QWHdRpRAKJvoEEoOPSc mlMomd9rI39iKUhd3278Sjd1Q96toq39rsEV9A3jxgLkf/4ICLtKwd4BEvCyXgP4 0v7M76SohCHxbwavNd33KnLnCZC975TxNvVuz3tkOICnrsJi3X9AQ2IbyP3oLl1I BDQxYj5Bnv5RCuZIAJRGB5jsmi4/ULHb/EDvbieNdcKISH6XSmupCCrlPuHiSzRU BEnMKa+AGl6xP92c7W4FVdP0UY+rraxc2EPUk9tPS1x0Fmu452ZjgU2nIYrpcyYE R97QHVnIZ+S/SFGA518fSQTjiWiuroRGnlvg64K3INp27RUWejjdkKkf/VJx9wM3 B9WqrlvUjSrnnFtfL5R+hspmUFyXWEk4jUV2Gy2FuyNX+l+Gy8+VFwfvHhp50MGR ge0NrRaWBoR7uFuahETa4xwZIhh7ziw0t1I4OR5ByzdHdSe/awVhBqSVwqSckFOb sEdkUqby1tr1utmlj1ClZ6eMJar/77FXIIFh4fQYssOB6IihjvnhlP5JUPXknnY0 TFCFsaz5tjHppozDqYws =0l7E -----END PGP SIGNATURE----- --jPRi9dwhKqpdBT0gMWopV2Sd7IipqEba6-- From owner-svn-ports-head@freebsd.org Wed Oct 12 10:04:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65BB7C0CDA8; Wed, 12 Oct 2016 10:04:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17A90835; Wed, 12 Oct 2016 10:04:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CA4HvT023786; Wed, 12 Oct 2016 10:04:17 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CA4Ggd023783; Wed, 12 Oct 2016 10:04:16 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610121004.u9CA4Ggd023783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 12 Oct 2016 10:04:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423838 - head/textproc/elixir-ex_doc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:04:18 -0000 Author: olgeni Date: Wed Oct 12 10:04:16 2016 New Revision: 423838 URL: https://svnweb.freebsd.org/changeset/ports/423838 Log: Update textproc/elixir-ex_doc to version 0.14.3. Modified: head/textproc/elixir-ex_doc/Makefile head/textproc/elixir-ex_doc/distinfo head/textproc/elixir-ex_doc/pkg-plist Modified: head/textproc/elixir-ex_doc/Makefile ============================================================================== --- head/textproc/elixir-ex_doc/Makefile Wed Oct 12 09:03:45 2016 (r423837) +++ head/textproc/elixir-ex_doc/Makefile Wed Oct 12 10:04:16 2016 (r423838) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ex_doc -PORTVERSION= 0.14.2 +PORTVERSION= 0.14.3 DISTVERSIONPREFIX= v CATEGORIES= textproc PKGNAMEPREFIX= elixir- Modified: head/textproc/elixir-ex_doc/distinfo ============================================================================== --- head/textproc/elixir-ex_doc/distinfo Wed Oct 12 09:03:45 2016 (r423837) +++ head/textproc/elixir-ex_doc/distinfo Wed Oct 12 10:04:16 2016 (r423838) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475938268 -SHA256 (elixir-lang-ex_doc-v0.14.2_GH0.tar.gz) = 4e1991f3baa5993d3977c9b8284ac8a1a26a9cad80f60f5cfee8ef4e36ec9b07 -SIZE (elixir-lang-ex_doc-v0.14.2_GH0.tar.gz) = 136172 +TIMESTAMP = 1476264250 +SHA256 (elixir-lang-ex_doc-v0.14.3_GH0.tar.gz) = b96e286694941f939544a8654046211c899b3c1caec48332a7d547576e531e56 +SIZE (elixir-lang-ex_doc-v0.14.3_GH0.tar.gz) = 137536 Modified: head/textproc/elixir-ex_doc/pkg-plist ============================================================================== --- head/textproc/elixir-ex_doc/pkg-plist Wed Oct 12 09:03:45 2016 (r423837) +++ head/textproc/elixir-ex_doc/pkg-plist Wed Oct 12 10:04:16 2016 (r423838) @@ -53,11 +53,10 @@ lib/elixir/lib/ex_doc/lib/ex_doc/retriev lib/elixir/lib/ex_doc/lib/mix/tasks/docs.ex lib/elixir/lib/ex_doc/priv/ex_doc/formatter/epub/templates/assets/com.apple.ibooks.display-options.xml lib/elixir/lib/ex_doc/priv/ex_doc/formatter/epub/templates/assets/container.xml -lib/elixir/lib/ex_doc/priv/ex_doc/formatter/epub/templates/assets/mimetype lib/elixir/lib/ex_doc/priv/ex_doc/formatter/epub/templates/dist/app-084dc7845f.js lib/elixir/lib/ex_doc/priv/ex_doc/formatter/epub/templates/dist/epub-2309defceb.css -lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/templates/dist/app-23e810f3fe.css -lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/templates/dist/app-f0381555b5.js +lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/templates/dist/app-091c05798a.css +lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/templates/dist/app-574613960f.js lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/templates/fonts/icomoon.eot lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/templates/fonts/icomoon.svg lib/elixir/lib/ex_doc/priv/ex_doc/formatter/html/templates/fonts/icomoon.ttf From owner-svn-ports-head@freebsd.org Wed Oct 12 10:05:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E6F3C0CE02; Wed, 12 Oct 2016 10:05:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D6B493D; Wed, 12 Oct 2016 10:05:58 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CA5vri023955; Wed, 12 Oct 2016 10:05:57 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CA5vrX023953; Wed, 12 Oct 2016 10:05:57 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610121005.u9CA5vrX023953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 12 Oct 2016 10:05:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423839 - head/databases/elixir-db_connection X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:05:58 -0000 Author: olgeni Date: Wed Oct 12 10:05:56 2016 New Revision: 423839 URL: https://svnweb.freebsd.org/changeset/ports/423839 Log: Update databases/elixir-db_connection to version 1.0.0. Modified: head/databases/elixir-db_connection/Makefile head/databases/elixir-db_connection/distinfo Modified: head/databases/elixir-db_connection/Makefile ============================================================================== --- head/databases/elixir-db_connection/Makefile Wed Oct 12 10:04:16 2016 (r423838) +++ head/databases/elixir-db_connection/Makefile Wed Oct 12 10:05:56 2016 (r423839) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= db_connection -DISTVERSION= 1.0.0-rc.5 +DISTVERSION= 1.0.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-db_connection/distinfo ============================================================================== --- head/databases/elixir-db_connection/distinfo Wed Oct 12 10:04:16 2016 (r423838) +++ head/databases/elixir-db_connection/distinfo Wed Oct 12 10:05:56 2016 (r423839) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471596301 -SHA256 (elixir-ecto-db_connection-v1.0.0-rc.5_GH0.tar.gz) = 60a938381a21a2bc9986d72233448b41e026dc913cbe2eff7cf485952db9dbe9 -SIZE (elixir-ecto-db_connection-v1.0.0-rc.5_GH0.tar.gz) = 41951 +TIMESTAMP = 1476266720 +SHA256 (elixir-ecto-db_connection-v1.0.0_GH0.tar.gz) = 52557de82e1b60e0c08a49a28e5a4f14ad762f198458761d312bba7cd23df352 +SIZE (elixir-ecto-db_connection-v1.0.0_GH0.tar.gz) = 41984 From owner-svn-ports-head@freebsd.org Wed Oct 12 10:08:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7A22C0CE76; Wed, 12 Oct 2016 10:08:09 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4B72A37; Wed, 12 Oct 2016 10:08:09 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CA88sr024150; Wed, 12 Oct 2016 10:08:08 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CA88K3024147; Wed, 12 Oct 2016 10:08:08 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610121008.u9CA88K3024147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 12 Oct 2016 10:08:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423840 - head/textproc/elixir-earmark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:08:09 -0000 Author: olgeni Date: Wed Oct 12 10:08:08 2016 New Revision: 423840 URL: https://svnweb.freebsd.org/changeset/ports/423840 Log: Update textproc/elixir-earmark to version 1.0.2. Modified: head/textproc/elixir-earmark/Makefile head/textproc/elixir-earmark/distinfo head/textproc/elixir-earmark/pkg-plist Modified: head/textproc/elixir-earmark/Makefile ============================================================================== --- head/textproc/elixir-earmark/Makefile Wed Oct 12 10:05:56 2016 (r423839) +++ head/textproc/elixir-earmark/Makefile Wed Oct 12 10:08:08 2016 (r423840) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= earmark -PORTVERSION= 1.0 +PORTVERSION= 1.0.2 DISTVERSIONPREFIX= v CATEGORIES= textproc PKGNAMEPREFIX= elixir- Modified: head/textproc/elixir-earmark/distinfo ============================================================================== --- head/textproc/elixir-earmark/distinfo Wed Oct 12 10:05:56 2016 (r423839) +++ head/textproc/elixir-earmark/distinfo Wed Oct 12 10:08:08 2016 (r423840) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467889505 -SHA256 (pragdave-earmark-v1.0_GH0.tar.gz) = 880ca846d3014bd95487766d78567ab25d8b49e1eb6b325d54974180c1cd1eb6 -SIZE (pragdave-earmark-v1.0_GH0.tar.gz) = 67845 +TIMESTAMP = 1476266776 +SHA256 (pragdave-earmark-v1.0.2_GH0.tar.gz) = 33e1b37c645e4332bbcc9931eabe191f739d92507206644a22f19fb83129e4b3 +SIZE (pragdave-earmark-v1.0.2_GH0.tar.gz) = 80570 Modified: head/textproc/elixir-earmark/pkg-plist ============================================================================== --- head/textproc/elixir-earmark/pkg-plist Wed Oct 12 10:05:56 2016 (r423839) +++ head/textproc/elixir-earmark/pkg-plist Wed Oct 12 10:08:08 2016 (r423840) @@ -15,9 +15,12 @@ lib/elixir/lib/earmark/ebin/Elixir.Earma lib/elixir/lib/earmark/ebin/Elixir.Earmark.Block.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.CLI.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Context.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Helpers.LeexHelpers.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Helpers.LineHelpers.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Helpers.LinkParser.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Helpers.LookaheadHelpers.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Helpers.StringHelpers.beam +lib/elixir/lib/earmark/ebin/Elixir.Earmark.Helpers.YeccHelpers.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.Helpers.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.HtmlRenderer.EarmarkError.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.HtmlRenderer.beam @@ -59,6 +62,8 @@ lib/elixir/lib/earmark/ebin/Elixir.Earma lib/elixir/lib/earmark/ebin/Elixir.Earmark.Types.beam lib/elixir/lib/earmark/ebin/Elixir.Earmark.beam lib/elixir/lib/earmark/ebin/earmark.app +lib/elixir/lib/earmark/ebin/link_text_lexer.beam +lib/elixir/lib/earmark/ebin/link_text_parser.beam lib/elixir/lib/earmark/ebin/string_lexer.beam lib/elixir/lib/earmark/lib/earmark.ex lib/elixir/lib/earmark/lib/earmark/alt_parser.ex @@ -66,9 +71,12 @@ lib/elixir/lib/earmark/lib/earmark/block lib/elixir/lib/earmark/lib/earmark/cli.ex lib/elixir/lib/earmark/lib/earmark/context.ex lib/elixir/lib/earmark/lib/earmark/helpers.ex +lib/elixir/lib/earmark/lib/earmark/helpers/leex_helpers.ex lib/elixir/lib/earmark/lib/earmark/helpers/line_helpers.ex +lib/elixir/lib/earmark/lib/earmark/helpers/link_parser.ex lib/elixir/lib/earmark/lib/earmark/helpers/lookahead_helpers.ex lib/elixir/lib/earmark/lib/earmark/helpers/string_helpers.ex +lib/elixir/lib/earmark/lib/earmark/helpers/yecc_helpers.ex lib/elixir/lib/earmark/lib/earmark/html_renderer.ex lib/elixir/lib/earmark/lib/earmark/inline.ex lib/elixir/lib/earmark/lib/earmark/line.ex From owner-svn-ports-head@freebsd.org Wed Oct 12 10:13:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5D45C0D001; Wed, 12 Oct 2016 10:13:22 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 65FD0D6E; Wed, 12 Oct 2016 10:13:22 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CADLV3027970; Wed, 12 Oct 2016 10:13:21 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CADLFg027966; Wed, 12 Oct 2016 10:13:21 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121013.u9CADLFg027966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:13:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423841 - in head/devel: . py-cliff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:13:22 -0000 Author: novel Date: Wed Oct 12 10:13:21 2016 New Revision: 423841 URL: https://svnweb.freebsd.org/changeset/ports/423841 Log: Add py-cliff 2.2.0, command Line Interface Formulation Framework. PR: 213337 Submitted by: Alexander Nusov Added: head/devel/py-cliff/ head/devel/py-cliff/Makefile (contents, props changed) head/devel/py-cliff/distinfo (contents, props changed) head/devel/py-cliff/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 12 10:08:08 2016 (r423840) +++ head/devel/Makefile Wed Oct 12 10:13:21 2016 (r423841) @@ -4053,6 +4053,7 @@ SUBDIR += py-click SUBDIR += py-click-log SUBDIR += py-click-threading + SUBDIR += py-cliff SUBDIR += py-clint SUBDIR += py-clonedigger SUBDIR += py-cloudpickle Added: head/devel/py-cliff/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cliff/Makefile Wed Oct 12 10:13:21 2016 (r423841) @@ -0,0 +1,26 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= cliff +PORTVERSION= 2.2.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Command Line Interface Formulation Framework + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cmd2>=0.6.7:devel/py-cmd2 \ + ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \ + ${PYTHON_PKGNAMEPREFIX}unicodecsv>=0.8.0:devel/py-unicodecsv \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.1.0:devel/py-yaml + +NO_ARCH= yes + +USES= python:2.7+ +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-cliff/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cliff/distinfo Wed Oct 12 10:13:21 2016 (r423841) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475932927 +SHA256 (cliff-2.2.0.tar.gz) = a12a6bd3cf9085f0e0589c5019037ac4ee410413abbb76189fa62695f79f84fc +SIZE (cliff-2.2.0.tar.gz) = 57767 Added: head/devel/py-cliff/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cliff/pkg-descr Wed Oct 12 10:13:21 2016 (r423841) @@ -0,0 +1,5 @@ +cliff is a framework for building command line programs. +It uses setuptools entry points to provide subcommands, output formatters, +and other extensions. + +WWW: https://pypi.python.org/pypi/cliff/2.2.0 From owner-svn-ports-head@freebsd.org Wed Oct 12 10:15:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3A84C0D114; Wed, 12 Oct 2016 10:15:13 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A84DF1B; Wed, 12 Oct 2016 10:15:13 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CAFCCk028209; Wed, 12 Oct 2016 10:15:12 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAFCHA028205; Wed, 12 Oct 2016 10:15:12 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121015.u9CAFCHA028205@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:15:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423842 - in head/devel: . py-cmd2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:15:13 -0000 Author: novel Date: Wed Oct 12 10:15:12 2016 New Revision: 423842 URL: https://svnweb.freebsd.org/changeset/ports/423842 Log: Add py-cmd2 0.6.9, extra features for standard library cmd module. PR: 213337 Submitted by: Alexander Nusov Added: head/devel/py-cmd2/ head/devel/py-cmd2/Makefile (contents, props changed) head/devel/py-cmd2/distinfo (contents, props changed) head/devel/py-cmd2/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 12 10:13:21 2016 (r423841) +++ head/devel/Makefile Wed Oct 12 10:15:12 2016 (r423842) @@ -4058,6 +4058,7 @@ SUBDIR += py-clonedigger SUBDIR += py-cloudpickle SUBDIR += py-cluster + SUBDIR += py-cmd2 SUBDIR += py-cmdln SUBDIR += py-codecov SUBDIR += py-codegen Added: head/devel/py-cmd2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cmd2/Makefile Wed Oct 12 10:15:12 2016 (r423842) @@ -0,0 +1,16 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= cmd2 +PORTVERSION= 0.6.9 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Extra features for standard library cmd module + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-cmd2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cmd2/distinfo Wed Oct 12 10:15:12 2016 (r423842) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475870222 +SHA256 (cmd2-0.6.9.tar.gz) = ef09745c91dbc13344db6d81f4dea4c844bf2fabf3baf91fab1bb54e4b3bb328 +SIZE (cmd2-0.6.9.tar.gz) = 367057 Added: head/devel/py-cmd2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cmd2/pkg-descr Wed Oct 12 10:15:12 2016 (r423842) @@ -0,0 +1,3 @@ +Extra features for standard library cmd module. + +WWW: https://pypi.python.org/pypi/cmd2 From owner-svn-ports-head@freebsd.org Wed Oct 12 10:15:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8153C0D182; Wed, 12 Oct 2016 10:15:58 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7C0860; Wed, 12 Oct 2016 10:15:58 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CAFv7X028408; Wed, 12 Oct 2016 10:15:57 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAFvgU028404; Wed, 12 Oct 2016 10:15:57 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121015.u9CAFvgU028404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:15:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423843 - in head/devel: . py-openstacksdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:15:59 -0000 Author: novel Date: Wed Oct 12 10:15:57 2016 New Revision: 423843 URL: https://svnweb.freebsd.org/changeset/ports/423843 Log: Add py-openstacksdk 0.9.8, unified SDK for OpenStack. PR: 213337 Submitted by: Alexander Nusov Added: head/devel/py-openstacksdk/ head/devel/py-openstacksdk/Makefile (contents, props changed) head/devel/py-openstacksdk/distinfo (contents, props changed) head/devel/py-openstacksdk/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 12 10:15:12 2016 (r423842) +++ head/devel/Makefile Wed Oct 12 10:15:57 2016 (r423843) @@ -4301,6 +4301,7 @@ SUBDIR += py-omnijson SUBDIR += py-omniorb SUBDIR += py-omniorb-3 + SUBDIR += py-openstacksdk SUBDIR += py-opster SUBDIR += py-optik SUBDIR += py-option_merge Added: head/devel/py-openstacksdk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-openstacksdk/Makefile Wed Oct 12 10:15:57 2016 (r423843) @@ -0,0 +1,26 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= openstacksdk +PORTVERSION= 0.9.8 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Unified SDK for OpenStack + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.1.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}os-client-config>=0:devel/py-os-client-config + +USES= python +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include Added: head/devel/py-openstacksdk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-openstacksdk/distinfo Wed Oct 12 10:15:57 2016 (r423843) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475932718 +SHA256 (openstacksdk-0.9.8.tar.gz) = 44c07e8911e156e6a79ba10375c89ec5054962a10afe89de1214ad9b7eba79e4 +SIZE (openstacksdk-0.9.8.tar.gz) = 276972 Added: head/devel/py-openstacksdk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-openstacksdk/pkg-descr Wed Oct 12 10:15:57 2016 (r423843) @@ -0,0 +1,7 @@ +The python-openstacksdk is a collection of libraries for building +applications to work with OpenStack clouds. The project aims to +provide a consistent and complete set of interactions with +OpenStack's many services, along with complete documentation, +examples, and tools. + +WWW: https://pypi.python.org/pypi/python-openstacksdk From owner-svn-ports-head@freebsd.org Wed Oct 12 10:17:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC3B6C0D1DC; Wed, 12 Oct 2016 10:17:18 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A2F7160; Wed, 12 Oct 2016 10:17:18 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CAHH79028634; Wed, 12 Oct 2016 10:17:17 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAHH94028630; Wed, 12 Oct 2016 10:17:17 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121017.u9CAHH94028630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:17:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423844 - in head/devel: . py-os-client-config X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:17:18 -0000 Author: novel Date: Wed Oct 12 10:17:16 2016 New Revision: 423844 URL: https://svnweb.freebsd.org/changeset/ports/423844 Log: Add py-os-client-config 1.21.1, OpenStack Client Configuation Library. PR: 213337 Submitted by: Alexander Nusov Added: head/devel/py-os-client-config/ head/devel/py-os-client-config/Makefile (contents, props changed) head/devel/py-os-client-config/distinfo (contents, props changed) head/devel/py-os-client-config/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 12 10:15:57 2016 (r423843) +++ head/devel/Makefile Wed Oct 12 10:17:16 2016 (r423844) @@ -4307,6 +4307,7 @@ SUBDIR += py-option_merge SUBDIR += py-orbit SUBDIR += py-ordereddict + SUBDIR += py-os-client-config SUBDIR += py-oslo.i18n SUBDIR += py-oslo.serialization SUBDIR += py-oslo.utils Added: head/devel/py-os-client-config/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-os-client-config/Makefile Wed Oct 12 10:17:16 2016 (r423844) @@ -0,0 +1,26 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= os-client-config +PORTVERSION= 1.21.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= OpenStack Client Configuation Library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.1.0:devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:devel/py-appdirs \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.1.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}requestsexceptions>=1.1.1:devel/py-requestsexceptions + +USES= python +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include Added: head/devel/py-os-client-config/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-os-client-config/distinfo Wed Oct 12 10:17:16 2016 (r423844) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475933234 +SHA256 (os-client-config-1.21.1.tar.gz) = ad4c2d07c0468c8d11916ea690b977abb3e903e0c599f6eae02c4776edab2f96 +SIZE (os-client-config-1.21.1.tar.gz) = 62581 Added: head/devel/py-os-client-config/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-os-client-config/pkg-descr Wed Oct 12 10:17:16 2016 (r423844) @@ -0,0 +1,6 @@ +os-client-config is a library for collecting client configuration for +using an OpenStack cloud in a consistent and comprehensive manner. +It will find cloud config for as few as 1 cloud and as many as you +want to put in a config file. + +WWW: https://pypi.python.org/pypi/os-client-config From owner-svn-ports-head@freebsd.org Wed Oct 12 10:17:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F1EEC0D214; Wed, 12 Oct 2016 10:17:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 570A023C; Wed, 12 Oct 2016 10:17:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CAHlSt028788; Wed, 12 Oct 2016 10:17:47 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAHlax028786; Wed, 12 Oct 2016 10:17:47 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610121017.u9CAHlax028786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 12 Oct 2016 10:17:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423845 - in head/net/p5-Net-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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:17:48 -0000 Author: mat Date: Wed Oct 12 10:17:47 2016 New Revision: 423845 URL: https://svnweb.freebsd.org/changeset/ports/423845 Log: Fix comparing versions. In Perl, versions are not numbers. While they may look like numbers, they are not, they are kind of special strings and should be treated as such. Reported by: bjornr isnic is Sponsored by: Absolight Added: head/net/p5-Net-Server/files/ head/net/p5-Net-Server/files/patch-lib_Net_Server_Log_Sys_Syslog.pm (contents, props changed) Modified: head/net/p5-Net-Server/Makefile (contents, props changed) Modified: head/net/p5-Net-Server/Makefile ============================================================================== --- head/net/p5-Net-Server/Makefile Wed Oct 12 10:17:16 2016 (r423844) +++ head/net/p5-Net-Server/Makefile Wed Oct 12 10:17:47 2016 (r423845) @@ -3,7 +3,7 @@ PORTNAME= Net-Server PORTVERSION= 2.008 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Added: head/net/p5-Net-Server/files/patch-lib_Net_Server_Log_Sys_Syslog.pm ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Server/files/patch-lib_Net_Server_Log_Sys_Syslog.pm Wed Oct 12 10:17:47 2016 (r423845) @@ -0,0 +1,17 @@ +--- lib/Net/Server/Log/Sys/Syslog.pm.orig 2014-05-05 18:43:15 UTC ++++ lib/Net/Server/Log/Sys/Syslog.pm +@@ -39,12 +39,12 @@ sub initialize { + # do nothing - assume they have what they want + } else { + if (! defined $prop->{'syslog_logsock'}) { +- $prop->{'syslog_logsock'} = ($Sys::Syslog::VERSION < 0.15) ? 'unix' : ''; ++ $prop->{'syslog_logsock'} = ($Sys::Syslog::VERSION lt '0.15') ? 'unix' : ''; + } + if ($prop->{'syslog_logsock'} =~ /^(|native|tcp|udp|unix|inet|stream|console)$/) { + $prop->{'syslog_logsock'} = $1; + } else { +- $prop->{'syslog_logsock'} = ($Sys::Syslog::VERSION < 0.15) ? 'unix' : ''; ++ $prop->{'syslog_logsock'} = ($Sys::Syslog::VERSION lt '0.15') ? 'unix' : ''; + } + } + From owner-svn-ports-head@freebsd.org Wed Oct 12 10:18:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B5EFC0D25C; Wed, 12 Oct 2016 10:18:27 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CC7235B; Wed, 12 Oct 2016 10:18:27 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CAIQm9028974; Wed, 12 Oct 2016 10:18:26 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAIPBH028970; Wed, 12 Oct 2016 10:18:25 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121018.u9CAIPBH028970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:18:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423846 - in head/devel: . py-osc-lib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:18:27 -0000 Author: novel Date: Wed Oct 12 10:18:25 2016 New Revision: 423846 URL: https://svnweb.freebsd.org/changeset/ports/423846 Log: Add py-osc-lib 1.1.0, OpenStackClient plugin library support. PR: 213337 Submitted by: Alexander Nusov Added: head/devel/py-osc-lib/ head/devel/py-osc-lib/Makefile (contents, props changed) head/devel/py-osc-lib/distinfo (contents, props changed) head/devel/py-osc-lib/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 12 10:17:47 2016 (r423845) +++ head/devel/Makefile Wed Oct 12 10:18:25 2016 (r423846) @@ -4308,6 +4308,7 @@ SUBDIR += py-orbit SUBDIR += py-ordereddict SUBDIR += py-os-client-config + SUBDIR += py-osc-lib SUBDIR += py-oslo.i18n SUBDIR += py-oslo.serialization SUBDIR += py-oslo.utils Added: head/devel/py-osc-lib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-osc-lib/Makefile Wed Oct 12 10:18:25 2016 (r423846) @@ -0,0 +1,29 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= osc-lib +PORTVERSION= 1.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= OpenStackClient plugin library support + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.1.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}cliff>=2.2.0:devel/py-cliff \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=2.2.0:devel/py-simplejson \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils + +USES= python +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include Added: head/devel/py-osc-lib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-osc-lib/distinfo Wed Oct 12 10:18:25 2016 (r423846) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475932570 +SHA256 (osc-lib-1.1.0.tar.gz) = e06ca111b2702d442f5cf70c754b6331cc7742231f0fe0b634cbd03c502610ba +SIZE (osc-lib-1.1.0.tar.gz) = 72875 Added: head/devel/py-osc-lib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-osc-lib/pkg-descr Wed Oct 12 10:18:25 2016 (r423846) @@ -0,0 +1,4 @@ +OpenStackClient (aka OSC) is a command-line client for OpenStack. +osc-lib is a package of common support modules for writing OSC plugins. + +WWW: https://pypi.python.org/pypi/osc-lib From owner-svn-ports-head@freebsd.org Wed Oct 12 10:18:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1E2BC0D2DA; Wed, 12 Oct 2016 10:18:43 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58F4465B; Wed, 12 Oct 2016 10:18:43 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CAIgsM029083; Wed, 12 Oct 2016 10:18:42 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAIg3f029082; Wed, 12 Oct 2016 10:18:42 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610121018.u9CAIg3f029082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 12 Oct 2016 10:18:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423847 - head/x11-toolkits/p5-Prima/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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:18:43 -0000 Author: mat Date: Wed Oct 12 10:18:42 2016 New Revision: 423847 URL: https://svnweb.freebsd.org/changeset/ports/423847 Log: Fix build. Reported by: pkg-fallout Sponsored by: Absolight Deleted: head/x11-toolkits/p5-Prima/files/patch-img-codec_tiff.c From owner-svn-ports-head@freebsd.org Wed Oct 12 10:19:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E392CC0D330; Wed, 12 Oct 2016 10:19:45 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A47647B7; Wed, 12 Oct 2016 10:19:45 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CAJiP8029278; Wed, 12 Oct 2016 10:19:44 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAJiq5029274; Wed, 12 Oct 2016 10:19:44 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121019.u9CAJiq5029274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:19:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423848 - in head/devel: . py-oslo.config X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:19:46 -0000 Author: novel Date: Wed Oct 12 10:19:44 2016 New Revision: 423848 URL: https://svnweb.freebsd.org/changeset/ports/423848 Log: Add py-oslo.config 3.17.0, oslo Configuration library. PR: 213337 Submitted by: Alexander Nusov Added: head/devel/py-oslo.config/ head/devel/py-oslo.config/Makefile (contents, props changed) head/devel/py-oslo.config/distinfo (contents, props changed) head/devel/py-oslo.config/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 12 10:18:42 2016 (r423847) +++ head/devel/Makefile Wed Oct 12 10:19:44 2016 (r423848) @@ -4309,6 +4309,7 @@ SUBDIR += py-ordereddict SUBDIR += py-os-client-config SUBDIR += py-osc-lib + SUBDIR += py-oslo.config SUBDIR += py-oslo.i18n SUBDIR += py-oslo.serialization SUBDIR += py-oslo.utils Added: head/devel/py-oslo.config/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.config/Makefile Wed Oct 12 10:19:44 2016 (r423848) @@ -0,0 +1,26 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= oslo.config +PORTVERSION= 3.17.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Oslo Configuration library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ + ${PYTHON_PKGNAMEPREFIX}rfc3986>=0.2.0:www/py-rfc3986 \ + ${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-oslo.config/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.config/distinfo Wed Oct 12 10:19:44 2016 (r423848) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475932398 +SHA256 (oslo.config-3.17.0.tar.gz) = a45cb90cf999536f0f7dd3d3e578d4645d2228474f9fafba982e73c5aa1fef7a +SIZE (oslo.config-3.17.0.tar.gz) = 109871 Added: head/devel/py-oslo.config/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.config/pkg-descr Wed Oct 12 10:19:44 2016 (r423848) @@ -0,0 +1,4 @@ +The Oslo configuration API supports parsing command +line arguments and .ini style configuration files. + +WWW: https://github.com/openstack/oslo.config From owner-svn-ports-head@freebsd.org Wed Oct 12 10:20:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCCA1C0D3C4; Wed, 12 Oct 2016 10:20:38 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 902018C0; Wed, 12 Oct 2016 10:20:38 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CAKbXK029506; Wed, 12 Oct 2016 10:20:37 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAKbNZ029502; Wed, 12 Oct 2016 10:20:37 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121020.u9CAKbNZ029502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:20:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423849 - in head/devel: . py-requestsexceptions X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:20:39 -0000 Author: novel Date: Wed Oct 12 10:20:37 2016 New Revision: 423849 URL: https://svnweb.freebsd.org/changeset/ports/423849 Log: Add py-requestsexceptions 1.1.3, library to find the correct path to exceptions in the requests library. PR: 213337 Submitted by: Alexander Nusov Added: head/devel/py-requestsexceptions/ head/devel/py-requestsexceptions/Makefile (contents, props changed) head/devel/py-requestsexceptions/distinfo (contents, props changed) head/devel/py-requestsexceptions/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 12 10:19:44 2016 (r423848) +++ head/devel/Makefile Wed Oct 12 10:20:37 2016 (r423849) @@ -4457,6 +4457,7 @@ SUBDIR += py-repoze.who-friendlyform SUBDIR += py-repoze.who-testutil SUBDIR += py-repoze.xmliter + SUBDIR += py-requestsexceptions SUBDIR += py-resolver SUBDIR += py-resourcepackage SUBDIR += py-responses Added: head/devel/py-requestsexceptions/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-requestsexceptions/Makefile Wed Oct 12 10:20:37 2016 (r423849) @@ -0,0 +1,20 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= requestsexceptions +PORTVERSION= 1.1.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Library to find the correct path to exceptions in the requests library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-requestsexceptions/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-requestsexceptions/distinfo Wed Oct 12 10:20:37 2016 (r423849) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475871555 +SHA256 (requestsexceptions-1.1.3.tar.gz) = d678b872f51f76d875e00e6667f4ddbf013b3a99490ae5fe07cf3e4f846e283e +SIZE (requestsexceptions-1.1.3.tar.gz) = 6606 Added: head/devel/py-requestsexceptions/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-requestsexceptions/pkg-descr Wed Oct 12 10:20:37 2016 (r423849) @@ -0,0 +1,3 @@ +Import exceptions from potentially bundled packages in requests. + +WWW: https://pypi.python.org/pypi/requestsexceptions From owner-svn-ports-head@freebsd.org Wed Oct 12 10:21:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8620BC0D433; Wed, 12 Oct 2016 10:21:19 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39399B04; Wed, 12 Oct 2016 10:21:19 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CALIZI030305; Wed, 12 Oct 2016 10:21:18 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CALH5d030301; Wed, 12 Oct 2016 10:21:17 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121021.u9CALH5d030301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:21:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423850 - in head/devel: . py-unicodecsv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:21:19 -0000 Author: novel Date: Wed Oct 12 10:21:17 2016 New Revision: 423850 URL: https://svnweb.freebsd.org/changeset/ports/423850 Log: Add py-unicodecsv 0.14.1, drop-in replacement for Python 2.7 csv module. PR: 213337 Submitted by: Alexander Nusov Added: head/devel/py-unicodecsv/ head/devel/py-unicodecsv/Makefile (contents, props changed) head/devel/py-unicodecsv/distinfo (contents, props changed) head/devel/py-unicodecsv/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 12 10:20:37 2016 (r423849) +++ head/devel/Makefile Wed Oct 12 10:21:17 2016 (r423850) @@ -4571,6 +4571,7 @@ SUBDIR += py-ua_parser SUBDIR += py-ujson SUBDIR += py-uncompyle2 + SUBDIR += py-unicodecsv SUBDIR += py-unipath SUBDIR += py-unpaddedbase64 SUBDIR += py-update_checker Added: head/devel/py-unicodecsv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-unicodecsv/Makefile Wed Oct 12 10:21:17 2016 (r423850) @@ -0,0 +1,16 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= unicodecsv +PORTVERSION= 0.14.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Drop-in replacement for Python 2.7 csv module + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-unicodecsv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-unicodecsv/distinfo Wed Oct 12 10:21:17 2016 (r423850) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475870339 +SHA256 (unicodecsv-0.14.1.tar.gz) = 018c08037d48649a0412063ff4eda26eaa81eff1546dbffa51fa5293276ff7fc +SIZE (unicodecsv-0.14.1.tar.gz) = 10267 Added: head/devel/py-unicodecsv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-unicodecsv/pkg-descr Wed Oct 12 10:21:17 2016 (r423850) @@ -0,0 +1,5 @@ +The unicodecsv is a drop-in replacement for Python 2.7 csv module +which supports unicode strings without a hassle. +Supported versions are python 2.7, 3.3, 3.4, 3.5, and pypy 2.4.0. + +WWW: https://arrow.readthedocs.org/en/latest/ From owner-svn-ports-head@freebsd.org Wed Oct 12 10:22:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E07EC0D47B; Wed, 12 Oct 2016 10:22:14 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA123C88; Wed, 12 Oct 2016 10:22:13 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CAMDro032552; Wed, 12 Oct 2016 10:22:13 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAMCpO032548; Wed, 12 Oct 2016 10:22:12 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121022.u9CAMCpO032548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:22:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423851 - in head/devel: . py-warlock X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:22:14 -0000 Author: novel Date: Wed Oct 12 10:22:12 2016 New Revision: 423851 URL: https://svnweb.freebsd.org/changeset/ports/423851 Log: Add py-warlock 1.2.0, Python object model built on JSON schema and JSON patch. PR: 213337 Submitted by: Alexander Nusov Added: head/devel/py-warlock/ head/devel/py-warlock/Makefile (contents, props changed) head/devel/py-warlock/distinfo (contents, props changed) head/devel/py-warlock/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 12 10:21:17 2016 (r423850) +++ head/devel/Makefile Wed Oct 12 10:22:12 2016 (r423851) @@ -4589,6 +4589,7 @@ SUBDIR += py-virtualenv SUBDIR += py-virtualenv-clone SUBDIR += py-virtualenvwrapper + SUBDIR += py-warlock SUBDIR += py-watchdog SUBDIR += py-wcwidth SUBDIR += py-weblib Added: head/devel/py-warlock/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-warlock/Makefile Wed Oct 12 10:22:12 2016 (r423851) @@ -0,0 +1,20 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= warlock +PORTVERSION= 1.2.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Python object model built on JSON schema and JSON patch + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=0.7:devel/py-jsonschema \ + ${PYTHON_PKGNAMEPREFIX}jsonpatch>=0.10:devel/py-jsonpatch \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-warlock/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-warlock/distinfo Wed Oct 12 10:22:12 2016 (r423851) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475867541 +SHA256 (warlock-1.2.0.tar.gz) = 7c0d17891e14cf77e13a598edecc9f4682a5bc8a219dc84c139c5ba02789ef5a +SIZE (warlock-1.2.0.tar.gz) = 8210 Added: head/devel/py-warlock/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-warlock/pkg-descr Wed Oct 12 10:22:12 2016 (r423851) @@ -0,0 +1,3 @@ +Python object model built on JSON schema and JSON patch. + +WWW: https://pypi.python.org/pypi/warlock/1.3.0 From owner-svn-ports-head@freebsd.org Wed Oct 12 10:23:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4883C0D625; Wed, 12 Oct 2016 10:23:06 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B8854DC6; Wed, 12 Oct 2016 10:23:06 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CAN5VC033424; Wed, 12 Oct 2016 10:23:05 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAN5B9033420; Wed, 12 Oct 2016 10:23:05 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121023.u9CAN5B9033420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:23:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423852 - in head/net: . py-cinderclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:23:07 -0000 Author: novel Date: Wed Oct 12 10:23:05 2016 New Revision: 423852 URL: https://svnweb.freebsd.org/changeset/ports/423852 Log: Add py-cinderclient 1.9.0, client for the OpenStack Cinder API. PR: 213337 Submitted by: Alexander Nusov Added: head/net/py-cinderclient/ head/net/py-cinderclient/Makefile (contents, props changed) head/net/py-cinderclient/distinfo (contents, props changed) head/net/py-cinderclient/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Oct 12 10:22:12 2016 (r423851) +++ head/net/Makefile Wed Oct 12 10:23:05 2016 (r423852) @@ -954,6 +954,7 @@ SUBDIR += py-amqplib SUBDIR += py-avahi SUBDIR += py-beanstalkc + SUBDIR += py-cinderclient SUBDIR += py-cjdns SUBDIR += py-cloudfiles SUBDIR += py-coherence Added: head/net/py-cinderclient/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-cinderclient/Makefile Wed Oct 12 10:23:05 2016 (r423852) @@ -0,0 +1,32 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= cinderclient +PORTVERSION= 1.9.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Client for the OpenStack Cinder API + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \ + ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=2.2.0:devel/py-simplejson \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils + +USES= python shebangfix +SHEBANG_FILES= cinderclient/tests/functional/hooks/post_test_hook.sh +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include Added: head/net/py-cinderclient/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-cinderclient/distinfo Wed Oct 12 10:23:05 2016 (r423852) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475931831 +SHA256 (python-cinderclient-1.9.0.tar.gz) = 17cab946a64808404c6c6840d43487a5082a730cc517d0ebbe6824b54a267fb7 +SIZE (python-cinderclient-1.9.0.tar.gz) = 231331 Added: head/net/py-cinderclient/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-cinderclient/pkg-descr Wed Oct 12 10:23:05 2016 (r423852) @@ -0,0 +1,5 @@ +This is a client for the OpenStack Cinder API. There's a Python +API (the cinderclient module), and a command-line script (cinder). +Each implements 100% of the OpenStack Cinder API. + +WWW: https://pypi.python.org/pypi/python-cinderclient From owner-svn-ports-head@freebsd.org Wed Oct 12 10:24:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F6C6C0D665; Wed, 12 Oct 2016 10:24:00 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB322EA6; Wed, 12 Oct 2016 10:23:59 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CANwgL033625; Wed, 12 Oct 2016 10:23:58 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CANw3Z033621; Wed, 12 Oct 2016 10:23:58 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121023.u9CANw3Z033621@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:23:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423853 - in head/net: . py-glanceclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:24:00 -0000 Author: novel Date: Wed Oct 12 10:23:58 2016 New Revision: 423853 URL: https://svnweb.freebsd.org/changeset/ports/423853 Log: Add py-glanceclient 2.5.0, client for the OpenStack Glance API. PR: 213337 Submitted by: Alexander Nusov Added: head/net/py-glanceclient/ head/net/py-glanceclient/Makefile (contents, props changed) head/net/py-glanceclient/distinfo (contents, props changed) head/net/py-glanceclient/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Oct 12 10:23:05 2016 (r423852) +++ head/net/Makefile Wed Oct 12 10:23:58 2016 (r423853) @@ -962,6 +962,7 @@ SUBDIR += py-dugong SUBDIR += py-ec2-cli-tools SUBDIR += py-eventlet + SUBDIR += py-glanceclient SUBDIR += py-gntp SUBDIR += py-gspread SUBDIR += py-gspreadsheet Added: head/net/py-glanceclient/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-glanceclient/Makefile Wed Oct 12 10:23:58 2016 (r423853) @@ -0,0 +1,32 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= glanceclient +PORTVERSION= 2.5.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Client for the OpenStack Glance API + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \ + ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \ + ${PYTHON_PKGNAMEPREFIX}keystoneclient>=0:net/py-keystoneclient \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}warlock>=0:devel/py-warlock \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils + +USES= python shebangfix +SHEBANG_FILES= glanceclient/tests/functional/hooks/post_test_hook.sh +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include Added: head/net/py-glanceclient/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-glanceclient/distinfo Wed Oct 12 10:23:58 2016 (r423853) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475931722 +SHA256 (python-glanceclient-2.5.0.tar.gz) = 8c510a089fb4dc8355d5db0de608361888b5e4e0c81e0d153ae1b1366bfb8a08 +SIZE (python-glanceclient-2.5.0.tar.gz) = 157864 Added: head/net/py-glanceclient/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-glanceclient/pkg-descr Wed Oct 12 10:23:58 2016 (r423853) @@ -0,0 +1,5 @@ +This is a client for the OpenStack Glance API. There's a Python +API (the glanceclient module), and a command-line script (glance). +Each implements 100% of the OpenStack Glance API. + +WWW: https://pypi.python.org/pypi/python-glanceclient From owner-svn-ports-head@freebsd.org Wed Oct 12 10:24:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31A6BC0D6D9; Wed, 12 Oct 2016 10:24:39 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E829FDA; Wed, 12 Oct 2016 10:24:38 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CAOcEB033832; Wed, 12 Oct 2016 10:24:38 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAObNv033828; Wed, 12 Oct 2016 10:24:37 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121024.u9CAObNv033828@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:24:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423854 - in head/net: . py-keystoneclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:24:39 -0000 Author: novel Date: Wed Oct 12 10:24:37 2016 New Revision: 423854 URL: https://svnweb.freebsd.org/changeset/ports/423854 Log: Add py-keystoneclient 3.5.0, client for the OpenStack Keystone API. PR: 213337 Submitted by: Alexander Nusov Added: head/net/py-keystoneclient/ head/net/py-keystoneclient/Makefile (contents, props changed) head/net/py-keystoneclient/distinfo (contents, props changed) head/net/py-keystoneclient/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Oct 12 10:23:58 2016 (r423853) +++ head/net/Makefile Wed Oct 12 10:24:37 2016 (r423854) @@ -971,6 +971,7 @@ SUBDIR += py-ipaddress SUBDIR += py-iplib SUBDIR += py-kafka-python + SUBDIR += py-keystoneclient SUBDIR += py-kombu SUBDIR += py-ldap SUBDIR += py-ldap3 Added: head/net/py-keystoneclient/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-keystoneclient/Makefile Wed Oct 12 10:24:37 2016 (r423854) @@ -0,0 +1,34 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= keystoneclient +PORTVERSION= 3.5.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Client for the OpenStack Keystone API + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}positional>=1.0.1:devel/py-positional \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore + +USES= python shebangfix +SHEBANG_FILES= keystoneclient/tests/functional/hooks/post_test_hook.sh +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include Added: head/net/py-keystoneclient/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-keystoneclient/distinfo Wed Oct 12 10:24:37 2016 (r423854) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475932050 +SHA256 (python-keystoneclient-3.5.0.tar.gz) = 5a1c7f3902193c620e398c4655b7d363a7fabdb286e549fccf99ae84ed1612dd +SIZE (python-keystoneclient-3.5.0.tar.gz) = 299756 Added: head/net/py-keystoneclient/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-keystoneclient/pkg-descr Wed Oct 12 10:24:37 2016 (r423854) @@ -0,0 +1,5 @@ +A client for the OpenStack Identity API, implemented by the Keystone team. +It contains a Python API (the keystoneclient module) for +OpenStack's Identity Service. + +WWW: https://pypi.python.org/pypi/python-keystoneclient From owner-svn-ports-head@freebsd.org Wed Oct 12 10:25:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E607BC0D770; Wed, 12 Oct 2016 10:25:15 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDB6A17A; Wed, 12 Oct 2016 10:25:15 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CAPEdC034040; Wed, 12 Oct 2016 10:25:14 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAPExf034036; Wed, 12 Oct 2016 10:25:14 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121025.u9CAPExf034036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:25:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423855 - in head/net: . py-neutronclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:25:16 -0000 Author: novel Date: Wed Oct 12 10:25:14 2016 New Revision: 423855 URL: https://svnweb.freebsd.org/changeset/ports/423855 Log: Add py-neutronclient 6.0.0, client for the OpenStack Neutron API. PR: 213337 Submitted by: Alexander Nusov Added: head/net/py-neutronclient/ head/net/py-neutronclient/Makefile (contents, props changed) head/net/py-neutronclient/distinfo (contents, props changed) head/net/py-neutronclient/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Oct 12 10:24:37 2016 (r423854) +++ head/net/Makefile Wed Oct 12 10:25:14 2016 (r423855) @@ -990,6 +990,7 @@ SUBDIR += py-netifaces SUBDIR += py-netlib SUBDIR += py-netstring + SUBDIR += py-neutronclient SUBDIR += py-nnpy SUBDIR += py-novaclient SUBDIR += py-ntplib Added: head/net/py-neutronclient/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-neutronclient/Makefile Wed Oct 12 10:25:14 2016 (r423855) @@ -0,0 +1,37 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= neutronclient +PORTVERSION= 6.0.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Client for the OpenStack Neutron API + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ + ${PYTHON_PKGNAMEPREFIX}osc-lib>=1.0.2:devel/py-osc-lib \ + ${PYTHON_PKGNAMEPREFIX}cliff>=0:devel/py-cliff \ + ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601 \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}os-client-config>=0:devel/py-os-client-config \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=2.2.0:devel/py-simplejson \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel + +USES= python shebangfix +SHEBANG_FILES= neutronclient/tests/functional/hooks/post_test_hook.sh +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include Added: head/net/py-neutronclient/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-neutronclient/distinfo Wed Oct 12 10:25:14 2016 (r423855) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475931882 +SHA256 (python-neutronclient-6.0.0.tar.gz) = a30556f8b9541e94f44a9911d9af89037710761755758a2c1598fa92809293a2 +SIZE (python-neutronclient-6.0.0.tar.gz) = 205872 Added: head/net/py-neutronclient/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-neutronclient/pkg-descr Wed Oct 12 10:25:14 2016 (r423855) @@ -0,0 +1,5 @@ +This is a client for the OpenStack Neutron API. There's a Python +API (the neutronclient module), and a command-line script (neutron). +Each implements 100% of the OpenStack Neutron API. + +WWW: https://pypi.python.org/pypi/python-neutronclient From owner-svn-ports-head@freebsd.org Wed Oct 12 10:25:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F9F1C0D7E3; Wed, 12 Oct 2016 10:25:52 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0B50278; Wed, 12 Oct 2016 10:25:51 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CAPpMF034239; Wed, 12 Oct 2016 10:25:51 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAPoIb034235; Wed, 12 Oct 2016 10:25:50 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121025.u9CAPoIb034235@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:25:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423856 - in head/net: . py-openstackclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:25:52 -0000 Author: novel Date: Wed Oct 12 10:25:50 2016 New Revision: 423856 URL: https://svnweb.freebsd.org/changeset/ports/423856 Log: Add py-openstackclient 1.9.0, client for the OpenStack. PR: 213337 Submitted by: Alexander Nusov Added: head/net/py-openstackclient/ head/net/py-openstackclient/Makefile (contents, props changed) head/net/py-openstackclient/distinfo (contents, props changed) head/net/py-openstackclient/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Oct 12 10:25:14 2016 (r423855) +++ head/net/Makefile Wed Oct 12 10:25:50 2016 (r423856) @@ -996,6 +996,7 @@ SUBDIR += py-ntplib SUBDIR += py-oauth SUBDIR += py-oauth2 + SUBDIR += py-openstackclient SUBDIR += py-paho-mqtt SUBDIR += py-pcap SUBDIR += py-pcapy Added: head/net/py-openstackclient/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-openstackclient/Makefile Wed Oct 12 10:25:50 2016 (r423856) @@ -0,0 +1,35 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= openstackclient +PORTVERSION= 1.9.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Client for the OpenStack + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \ + ${PYTHON_PKGNAMEPREFIX}cliff>=0:devel/py-cliff \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}openstacksdk>=0.9.4:devel/py-openstacksdk \ + ${PYTHON_PKGNAMEPREFIX}osc-lib>=1.0.2:devel/py-osc-lib \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}glanceclient>=0:net/py-glanceclient \ + ${PYTHON_PKGNAMEPREFIX}keystoneclient>=0:net/py-keystoneclient \ + ${PYTHON_PKGNAMEPREFIX}novaclient>=0:net/py-novaclient \ + ${PYTHON_PKGNAMEPREFIX}cinderclient>=0:net/py-cinderclient \ + ${PYTHON_PKGNAMEPREFIX}neutronclient>=0:net/py-neutronclient + +USES= python +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include Added: head/net/py-openstackclient/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-openstackclient/distinfo Wed Oct 12 10:25:50 2016 (r423856) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475872454 +SHA256 (python-openstackclient-1.9.0.tar.gz) = b9d983580cca2203509e85c46e6437a89caaf324d9755891ea860954b3eedf84 +SIZE (python-openstackclient-1.9.0.tar.gz) = 275192 Added: head/net/py-openstackclient/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-openstackclient/pkg-descr Wed Oct 12 10:25:50 2016 (r423856) @@ -0,0 +1,6 @@ +OpenStackClient (aka OSC) is a command-line client for OpenStack +that brings the command set for Compute, Identity, Image, +Object Store and Block Storage APIs together in a single shell +with a uniform command structure. + +WWW: https://pypi.python.org/pypi/python-openstackclient From owner-svn-ports-head@freebsd.org Wed Oct 12 10:48:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6E90C0DE09; Wed, 12 Oct 2016 10:48:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88994119; Wed, 12 Oct 2016 10:48:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CAmLdB042316; Wed, 12 Oct 2016 10:48:21 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAmL43042314; Wed, 12 Oct 2016 10:48:21 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610121048.u9CAmL43042314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 12 Oct 2016 10:48:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423857 - head/devel/erlang-lager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:48:22 -0000 Author: olgeni Date: Wed Oct 12 10:48:21 2016 New Revision: 423857 URL: https://svnweb.freebsd.org/changeset/ports/423857 Log: Update devel/erlang-lager to version 3.2.4. Modified: head/devel/erlang-lager/Makefile head/devel/erlang-lager/distinfo Modified: head/devel/erlang-lager/Makefile ============================================================================== --- head/devel/erlang-lager/Makefile Wed Oct 12 10:25:50 2016 (r423856) +++ head/devel/erlang-lager/Makefile Wed Oct 12 10:48:21 2016 (r423857) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lager -PORTVERSION= 3.2.3 +PORTVERSION= 3.2.4 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-lager/distinfo ============================================================================== --- head/devel/erlang-lager/distinfo Wed Oct 12 10:25:50 2016 (r423856) +++ head/devel/erlang-lager/distinfo Wed Oct 12 10:48:21 2016 (r423857) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475424536 -SHA256 (basho-lager-3.2.3_GH0.tar.gz) = cb2015d647af5ee91efa98e8d8cf3c1b73c3a2a331ac6327292417a83fff5d0f -SIZE (basho-lager-3.2.3_GH0.tar.gz) = 244990 +TIMESTAMP = 1476269268 +SHA256 (basho-lager-3.2.4_GH0.tar.gz) = b2212ca817ee551540d4eb815691355e9e0ad4e76d93bc4426d95b6f00fc8d59 +SIZE (basho-lager-3.2.4_GH0.tar.gz) = 245002 From owner-svn-ports-head@freebsd.org Wed Oct 12 11:13:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 366C7C0E7D3; Wed, 12 Oct 2016 11:13:22 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 018F919F; Wed, 12 Oct 2016 11:13:21 +0000 (UTC) (envelope-from des@des.no) Received: from desk.des.no (smtp.des.no [194.63.250.102]) by smtp.des.no (Postfix) with ESMTP id 6D243E4CB; Wed, 12 Oct 2016 11:13:20 +0000 (UTC) Received: by desk.des.no (Postfix, from userid 1001) id D173543086; Wed, 12 Oct 2016 13:13:17 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Kurt Jaeger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r423777 - head/security/p5-Crypt-LE References: <201610111606.u9BG6rWW005844@repo.freebsd.org> Date: Wed, 12 Oct 2016 13:13:17 +0200 In-Reply-To: <201610111606.u9BG6rWW005844@repo.freebsd.org> (Kurt Jaeger's message of "Tue, 11 Oct 2016 16:06:52 +0000 (UTC)") Message-ID: <86fuo195wy.fsf@desk.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 11:13:22 -0000 Kurt Jaeger writes: > Log: > security/p5-Crypt-LE: add missing dependencies >=20=20=20 > Submitted by: des Thank you! DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-svn-ports-head@freebsd.org Wed Oct 12 11:52:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 362FEC0E046; Wed, 12 Oct 2016 11:52:29 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06632B8B; Wed, 12 Oct 2016 11:52:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CBqSUV068140; Wed, 12 Oct 2016 11:52:28 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CBqSug068139; Wed, 12 Oct 2016 11:52:28 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610121152.u9CBqSug068139@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 12 Oct 2016 11:52:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423858 - head/www/subsonic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 11:52:29 -0000 Author: mat Date: Wed Oct 12 11:52:27 2016 New Revision: 423858 URL: https://svnweb.freebsd.org/changeset/ports/423858 Log: Fix extract. Reported by: pkg-fallout Sponsored by: Absolight Modified: head/www/subsonic/Makefile (contents, props changed) Modified: head/www/subsonic/Makefile ============================================================================== --- head/www/subsonic/Makefile Wed Oct 12 10:48:21 2016 (r423857) +++ head/www/subsonic/Makefile Wed Oct 12 11:52:27 2016 (r423858) @@ -120,7 +120,7 @@ SUB_LIST+= CONTAINERFLAGS="resin3_flags" post-extract: @${MKDIR} ${WRKSRC} - @${TAR} -xf ${WRKDIR}/${PORTNAME}.war -C ${WRKSRC} + @${UNZIP_CMD} -d ${WRKSRC} ${WRKDIR}/${PORTNAME}.war pre-install: @${RM} ${PLIST} From owner-svn-ports-head@freebsd.org Wed Oct 12 12:19:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D01CC0D47C; Wed, 12 Oct 2016 12:19:56 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59F7EA4; Wed, 12 Oct 2016 12:19:56 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CCJtjl075758; Wed, 12 Oct 2016 12:19:55 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CCJteC075757; Wed, 12 Oct 2016 12:19:55 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610121219.u9CCJteC075757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 12 Oct 2016 12:19:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423859 - 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 12:19:56 -0000 Author: mat Date: Wed Oct 12 12:19:55 2016 New Revision: 423859 URL: https://svnweb.freebsd.org/changeset/ports/423859 Log: Change the way opt_USE is parsed. This makes it possible to have: opt_USE= ldconfig=${PREFIX}/lib/foo/bar Before this, it would have ended up doing USE_LDCONFIG=/lib/foo/bar, without ${PREFIX}. Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8169 Modified: head/Mk/bsd.options.mk (contents, props changed) Modified: head/Mk/bsd.options.mk ============================================================================== --- head/Mk/bsd.options.mk Wed Oct 12 11:52:27 2016 (r423858) +++ head/Mk/bsd.options.mk Wed Oct 12 12:19:55 2016 (r423859) @@ -495,9 +495,9 @@ SUB_LIST:= ${SUB_LIST} ${opt}="@comment . if ${PORT_OPTIONS:M${opt}} . if defined(${opt}_USE) -. for option in ${${opt}_USE} -_u= ${option:C/=.*//g} -USE_${_u:tu}+= ${option:C/.*=//g:C/,/ /g} +. for option in ${${opt}_USE:C/=.*//:O:u} +_u= ${option} +USE_${_u:tu}+= ${${opt}_USE:M${option}=*:C/.*=//g:C/,/ /g} . endfor . endif . if defined(${opt}_VARS) @@ -545,9 +545,9 @@ _OPTIONS_${_target}:= ${_OPTIONS_${_targ . endfor . else . if defined(${opt}_USE_OFF) -. for option in ${${opt}_USE_OFF} -_u= ${option:C/=.*//g} -USE_${_u:tu}+= ${option:C/.*=//g:C/,/ /g} +. for option in ${${opt}_USE_OFF:C/=.*//:O:u} +_u= ${option} +USE_${_u:tu}+= ${${opt}_USE_OFF:M${option}=*:C/.*=//g:C/,/ /g} . endfor . endif . if defined(${opt}_VARS_OFF) From owner-svn-ports-head@freebsd.org Wed Oct 12 12:47:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68743C0DD13; Wed, 12 Oct 2016 12:47:24 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DF419; Wed, 12 Oct 2016 12:47:24 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CClNdJ086744; Wed, 12 Oct 2016 12:47:23 GMT (envelope-from tdb@FreeBSD.org) Received: (from tdb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CClNJ8086741; Wed, 12 Oct 2016 12:47:23 GMT (envelope-from tdb@FreeBSD.org) Message-Id: <201610121247.u9CClNJ8086741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tdb set sender to tdb@FreeBSD.org using -f From: Tim Bishop Date: Wed, 12 Oct 2016 12:47:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423860 - in head/news/rawdog: . 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 12:47:24 -0000 Author: tdb Date: Wed Oct 12 12:47:22 2016 New Revision: 423860 URL: https://svnweb.freebsd.org/changeset/ports/423860 Log: Update rawdog to 2.22. Modified: head/news/rawdog/Makefile head/news/rawdog/distinfo head/news/rawdog/files/patch-setup.py Modified: head/news/rawdog/Makefile ============================================================================== --- head/news/rawdog/Makefile Wed Oct 12 12:19:55 2016 (r423859) +++ head/news/rawdog/Makefile Wed Oct 12 12:47:22 2016 (r423860) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rawdog -PORTVERSION= 2.21 +PORTVERSION= 2.22 CATEGORIES= news python MASTER_SITES= http://offog.org/files/ \ http://ftp.i-scream.org/pub/offog.org/files/ Modified: head/news/rawdog/distinfo ============================================================================== --- head/news/rawdog/distinfo Wed Oct 12 12:19:55 2016 (r423859) +++ head/news/rawdog/distinfo Wed Oct 12 12:47:22 2016 (r423860) @@ -1,2 +1,3 @@ -SHA256 (rawdog-2.21.tar.gz) = 6000c14285e4bb65b606a5315f6423daa0ac6db4fd4124b4a112fa0bce3abf38 -SIZE (rawdog-2.21.tar.gz) = 67812 +TIMESTAMP = 1476275922 +SHA256 (rawdog-2.22.tar.gz) = e0332846142c62d8f4aac94236b0f602eaba4f1462e9aaaaa225768028673906 +SIZE (rawdog-2.22.tar.gz) = 68777 Modified: head/news/rawdog/files/patch-setup.py ============================================================================== --- head/news/rawdog/files/patch-setup.py Wed Oct 12 12:19:55 2016 (r423859) +++ head/news/rawdog/files/patch-setup.py Wed Oct 12 12:47:22 2016 (r423860) @@ -1,11 +1,11 @@ ---- ./setup.py.orig 2013-10-17 15:43:03.702103811 +0100 -+++ ./setup.py 2013-10-17 15:43:13.421556778 +0100 -@@ -14,7 +14,7 @@ - author_email = "ats@offog.org", - url = "http://offog.org/code/rawdog/", - scripts = ['rawdog'], -- data_files = [('share/man/man1', ['rawdog.1'])], -+ data_files = [('man/man1', ['rawdog.1'])], - packages = ['rawdoglib'], - classifiers = [ +--- setup.py.orig 2016-10-12 12:42:34 UTC ++++ setup.py +@@ -14,7 +14,7 @@ setup(name="rawdog", + author_email="ats@offog.org", + url="http://offog.org/code/rawdog/", + scripts=['rawdog'], +- data_files=[('share/man/man1', ['rawdog.1'])], ++ data_files=[('man/man1', ['rawdog.1'])], + packages=['rawdoglib'], + classifiers=[ "Development Status :: 5 - Production/Stable", From owner-svn-ports-head@freebsd.org Wed Oct 12 12:48:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5285BC0DD69; Wed, 12 Oct 2016 12:48:42 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward4j.cmail.yandex.net (forward4j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1220314B; Wed, 12 Oct 2016 12:48:41 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp3j.mail.yandex.net (smtp3j.mail.yandex.net [IPv6:2a02:6b8:0:801:1::12]) by forward4j.cmail.yandex.net (Yandex) with ESMTP id 2EC9721027; Wed, 12 Oct 2016 15:48:28 +0300 (MSK) Received: from smtp3j.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3j.mail.yandex.net (Yandex) with ESMTP id A2ECF6242F38; Wed, 12 Oct 2016 15:44:16 +0300 (MSK) Received: by smtp3j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id HDQcGcAFqE-iFwWiBXw; Wed, 12 Oct 2016 15:44:15 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0 Subject: Re: svn commit: r423799 - in head/devel: . arduino-sevseg To: Mathieu Arnold , Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610112119.u9BLJZUg025971@repo.freebsd.org> <78824109-0639-384b-3ec5-3e9245607d98@FreeBSD.org> From: Boris Samorodov Message-ID: Date: Wed, 12 Oct 2016 15:44:15 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <78824109-0639-384b-3ec5-3e9245607d98@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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 12:48:42 -0000 12.10.2016 12:59, Mathieu Arnold пишет: > Le 11/10/2016 à 23:19, Boris Samorodov a écrit : >> +PORTNAME= arduino-sevseg >> >> +GH_PROJECT= SevSeg > > This should be: > > PORTNAME=SevSeg > PKGNAMEPREFIX=Arduino- I like our tradition to have port names in lower case. There are exceptions but this post AFAIK is not among them. My vote is at maintainer's side. -- WBR, bsam From owner-svn-ports-head@freebsd.org Wed Oct 12 12:53:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9678C0DEB1; Wed, 12 Oct 2016 12:53:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BF6D77E; Wed, 12 Oct 2016 12:53:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 0058EBDD05; Wed, 12 Oct 2016 14:53:06 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id B132BBDD04; Wed, 12 Oct 2016 14:53:05 +0200 (CEST) Subject: Re: svn commit: r423799 - in head/devel: . arduino-sevseg To: Boris Samorodov , Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610112119.u9BLJZUg025971@repo.freebsd.org> <78824109-0639-384b-3ec5-3e9245607d98@FreeBSD.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Wed, 12 Oct 2016 14:53:04 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Ffs5KJV3TS87t0j3CNNOK3pbVnk1oAlTw" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 12:53:07 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Ffs5KJV3TS87t0j3CNNOK3pbVnk1oAlTw Content-Type: multipart/mixed; boundary="B3uvc7vTNEm55CnKTqREs3uqXkMmhvRpw"; protected-headers="v1" From: Mathieu Arnold To: Boris Samorodov , Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r423799 - in head/devel: . arduino-sevseg References: <201610112119.u9BLJZUg025971@repo.freebsd.org> <78824109-0639-384b-3ec5-3e9245607d98@FreeBSD.org> In-Reply-To: --B3uvc7vTNEm55CnKTqREs3uqXkMmhvRpw Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 12/10/2016 =C3=A0 14:44, Boris Samorodov a =C3=A9crit : > 12.10.2016 12:59, Mathieu Arnold =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >> Le 11/10/2016 =C3=A0 23:19, Boris Samorodov a =C3=A9crit : >>> +PORTNAME=3D arduino-sevseg >>> >>> +GH_PROJECT=3D SevSeg >> This should be: >> >> PORTNAME=3DSevSeg >> PKGNAMEPREFIX=3DArduino- > I like our tradition to have port names in lower case. There are > exceptions but this post AFAIK is not among them. There is no such tradition. The rule is that PORTNAME follows upstream's naming. The only exception when the port installs a single utiliity and that utility is lowercased. For example, if sysutils/lsof's distfile was called, say, LsOF, PORTNAME would still be lsof because the utility is in lower case. Now, this, here, is some library that does not install a binary, so that rule applies, follow upstream's choice of naming. --=20 Mathieu Arnold --B3uvc7vTNEm55CnKTqREs3uqXkMmhvRpw-- --Ffs5KJV3TS87t0j3CNNOK3pbVnk1oAlTw Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJX/jIwXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IOucP/0C4CIq/58Z3eEKlHS1iltph WX5+5dub/d6eAXYnF27Srd2GoY8ZidY9yU7HUN5lH/fO1iF/2DvzbiC83CsHC9Vr ANZY7QZAZ2KPmruXZJ8z49MTcyiLxdbcElsNFZVNTTc90eKLTi48+I5F19V/EIWM Y0jGx7VSwaQET0FPVzrATTJBo/NXqs+iUPk6Dm+cOqJYMrlV/ZAafboc2ZZ5X/+1 cPQ57+w1hFjh3vn9MEhQ/fmQ6I4CQmVOLtCJwgqxyhA+7CxttwQvnDI9LBlUIXcS t6mN4tTcdE4M/Q4ZXBIbgSwpWkcE+59YAXE31drNWmBwNzR/EmBcvrjt4fSKEWPu LloXo4s4PFYaawrxv3vwqExANaV36AexNfwR+D6/NgqjM7tTaEBu7msAXerxwiLY Bppi+WuQtC4jtMA7bFuwaWnIDEFuEYXKgLm7GLsdlQLGNz7KBcId4n9vIYjbri+z UwGKjC/0JPG69iWW5FKbXrMAeDRcFmO2uyOhK83H5LTFrz5u0amUhsuiAbR9Ggpm yUsz38ynGw47MaTLYDUiKqtEKqAvMOnJpawTChcKqSoymQ5Ck4rLL2Y/ddCDWyPN shsE819RMVjGwwRqeBwfOiXYTVIo44ceEiWvXqWUdEbGSCPcSyMjL1r7wxsIlov0 7+Bt39Js0z2pPMHYzzv9 =lqjW -----END PGP SIGNATURE----- --Ffs5KJV3TS87t0j3CNNOK3pbVnk1oAlTw-- From owner-svn-ports-head@freebsd.org Wed Oct 12 12:55:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98082C0DF27; Wed, 12 Oct 2016 12:55:03 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 672DD8BF; Wed, 12 Oct 2016 12:55:03 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CCt2jZ090372; Wed, 12 Oct 2016 12:55:02 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CCt21q090371; Wed, 12 Oct 2016 12:55:02 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610121255.u9CCt21q090371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Wed, 12 Oct 2016 12:55:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423861 - head/devel/arduino-irremote X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 12:55:03 -0000 Author: bsam Date: Wed Oct 12 12:55:02 2016 New Revision: 423861 URL: https://svnweb.freebsd.org/changeset/ports/423861 Log: devel/arduino-irremote: Remove unneeded GH_TAGNAME value (it's a default). Reported by: mat Approved by: portmgr blanket (just fix it) Modified: head/devel/arduino-irremote/Makefile Modified: head/devel/arduino-irremote/Makefile ============================================================================== --- head/devel/arduino-irremote/Makefile Wed Oct 12 12:47:22 2016 (r423860) +++ head/devel/arduino-irremote/Makefile Wed Oct 12 12:55:02 2016 (r423861) @@ -16,7 +16,6 @@ USES= dos2unix USE_GITHUB= yes GH_ACCOUNT= z3t0 GH_PROJECT= Arduino-IRremote -GH_TAGNAME= 2.1.0 NO_BUILD= yes From owner-svn-ports-head@freebsd.org Wed Oct 12 12:56:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 157BAC0DFB3; Wed, 12 Oct 2016 12:56:18 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward1o.cmail.yandex.net (forward1o.cmail.yandex.net [IPv6:2a02:6b8:0:1a72::2a1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C6AD79F8; Wed, 12 Oct 2016 12:56:17 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [37.140.190.28]) by forward1o.cmail.yandex.net (Yandex) with ESMTP id 64362214CD; Wed, 12 Oct 2016 15:56:14 +0300 (MSK) Received: from smtp3o.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3o.mail.yandex.net (Yandex) with ESMTP id 68A542940E8C; Wed, 12 Oct 2016 15:56:04 +0300 (MSK) Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id nyaW5gzTd3-u3vW3PEd; Wed, 12 Oct 2016 15:56:03 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0 Subject: Re: svn commit: r423798 - in head/devel/arduino-irremote: . files To: Mathieu Arnold , Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610112116.u9BLGPeB025698@repo.freebsd.org> <417572cf-2df4-78d8-01fd-bf8adfb37837@FreeBSD.org> From: Boris Samorodov Message-ID: <529149e3-d3ed-2907-9452-bd09c2a2de85@passap.ru> Date: Wed, 12 Oct 2016 15:56:03 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <417572cf-2df4-78d8-01fd-bf8adfb37837@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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 12:56:18 -0000 12.10.2016 12:58, Mathieu Arnold пишет: > Le 11/10/2016 à 23:16, Boris Samorodov a écrit : >> PORTNAME= arduino-irremote >> >> +GH_PROJECT= Arduino-IRremote > > You should change PORTNAME to Arduino-IRremote, you could then remove > the GH_PROJECT line. The word "may" instead of "should" seems to be more appropriate here. As for me, I would not do it. >> +GH_TAGNAME= 2.1.0 > > This is the default and can be removed. Thanks for noticing and reporting! Fixed. -- WBR, bsam From owner-svn-ports-head@freebsd.org Wed Oct 12 13:11:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5929C0E653; Wed, 12 Oct 2016 13:11:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EF228FF; Wed, 12 Oct 2016 13:11:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CDBnEE097401; Wed, 12 Oct 2016 13:11:49 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CDBnNO097398; Wed, 12 Oct 2016 13:11:49 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610121311.u9CDBnNO097398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 12 Oct 2016 13:11:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423862 - head/devel/elixir-timex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 13:11:50 -0000 Author: olgeni Date: Wed Oct 12 13:11:49 2016 New Revision: 423862 URL: https://svnweb.freebsd.org/changeset/ports/423862 Log: Update devel/elixir-timex to version 3.1.0. Modified: head/devel/elixir-timex/Makefile head/devel/elixir-timex/distinfo head/devel/elixir-timex/pkg-plist Modified: head/devel/elixir-timex/Makefile ============================================================================== --- head/devel/elixir-timex/Makefile Wed Oct 12 12:55:02 2016 (r423861) +++ head/devel/elixir-timex/Makefile Wed Oct 12 13:11:49 2016 (r423862) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex -PORTVERSION= 3.0.8 +PORTVERSION= 3.1.0 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-timex/distinfo ============================================================================== --- head/devel/elixir-timex/distinfo Wed Oct 12 12:55:02 2016 (r423861) +++ head/devel/elixir-timex/distinfo Wed Oct 12 13:11:49 2016 (r423862) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472133893 -SHA256 (bitwalker-timex-3.0.8_GH0.tar.gz) = 02d6a6f3ee2b9d4c0801d9068ae742f5df1eb54108364bf00a799a2767842ab6 -SIZE (bitwalker-timex-3.0.8_GH0.tar.gz) = 138670 +TIMESTAMP = 1476277010 +SHA256 (bitwalker-timex-3.1.0_GH0.tar.gz) = c0c0a4176000a65e17f1ca74f49c0645b4d93b996411513b4292db578d525eb0 +SIZE (bitwalker-timex-3.1.0_GH0.tar.gz) = 140867 Modified: head/devel/elixir-timex/pkg-plist ============================================================================== --- head/devel/elixir-timex/pkg-plist Wed Oct 12 12:55:02 2016 (r423861) +++ head/devel/elixir-timex/pkg-plist Wed Oct 12 13:11:49 2016 (r423862) @@ -128,6 +128,7 @@ lib/elixir/lib/timex/priv/standard_to_ol lib/elixir/lib/timex/priv/translations/day_periods.pot lib/elixir/lib/timex/priv/translations/de/LC_MESSAGES/day_periods.po lib/elixir/lib/timex/priv/translations/de/LC_MESSAGES/months.po +lib/elixir/lib/timex/priv/translations/de/LC_MESSAGES/months_abbr.po lib/elixir/lib/timex/priv/translations/de/LC_MESSAGES/numbers.po lib/elixir/lib/timex/priv/translations/de/LC_MESSAGES/relative_time.po lib/elixir/lib/timex/priv/translations/de/LC_MESSAGES/symbols.po @@ -135,13 +136,23 @@ lib/elixir/lib/timex/priv/translations/d lib/elixir/lib/timex/priv/translations/de/LC_MESSAGES/weekdays.po lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/day_periods.po lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/months.po +lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/months_abbr.po lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/numbers.po lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/relative_time.po lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/symbols.po lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/units.po lib/elixir/lib/timex/priv/translations/en/LC_MESSAGES/weekdays.po +lib/elixir/lib/timex/priv/translations/es/LC_MESSAGES/day_periods.po +lib/elixir/lib/timex/priv/translations/es/LC_MESSAGES/months.po +lib/elixir/lib/timex/priv/translations/es/LC_MESSAGES/months_abbr.po +lib/elixir/lib/timex/priv/translations/es/LC_MESSAGES/numbers.po +lib/elixir/lib/timex/priv/translations/es/LC_MESSAGES/relative_time.po +lib/elixir/lib/timex/priv/translations/es/LC_MESSAGES/symbols.po +lib/elixir/lib/timex/priv/translations/es/LC_MESSAGES/units.po +lib/elixir/lib/timex/priv/translations/es/LC_MESSAGES/weekdays.po lib/elixir/lib/timex/priv/translations/it/LC_MESSAGES/day_periods.po lib/elixir/lib/timex/priv/translations/it/LC_MESSAGES/months.po +lib/elixir/lib/timex/priv/translations/it/LC_MESSAGES/months_abbr.po lib/elixir/lib/timex/priv/translations/it/LC_MESSAGES/numbers.po lib/elixir/lib/timex/priv/translations/it/LC_MESSAGES/relative_time.po lib/elixir/lib/timex/priv/translations/it/LC_MESSAGES/symbols.po @@ -149,23 +160,35 @@ lib/elixir/lib/timex/priv/translations/i lib/elixir/lib/timex/priv/translations/it/LC_MESSAGES/weekdays.po lib/elixir/lib/timex/priv/translations/ja/LC_MESSAGES/day_periods.po lib/elixir/lib/timex/priv/translations/ja/LC_MESSAGES/months.po +lib/elixir/lib/timex/priv/translations/ja/LC_MESSAGES/months_abbr.po lib/elixir/lib/timex/priv/translations/ja/LC_MESSAGES/numbers.po lib/elixir/lib/timex/priv/translations/ja/LC_MESSAGES/relative_time.po lib/elixir/lib/timex/priv/translations/ja/LC_MESSAGES/symbols.po lib/elixir/lib/timex/priv/translations/ja/LC_MESSAGES/units.po lib/elixir/lib/timex/priv/translations/ja/LC_MESSAGES/weekdays.po lib/elixir/lib/timex/priv/translations/months.pot +lib/elixir/lib/timex/priv/translations/months_abbr.pot lib/elixir/lib/timex/priv/translations/numbers.pot lib/elixir/lib/timex/priv/translations/pt/LC_MESSAGES/day_periods.po lib/elixir/lib/timex/priv/translations/pt/LC_MESSAGES/months.po +lib/elixir/lib/timex/priv/translations/pt/LC_MESSAGES/months_abbr.po lib/elixir/lib/timex/priv/translations/pt/LC_MESSAGES/numbers.po lib/elixir/lib/timex/priv/translations/pt/LC_MESSAGES/relative_time.po lib/elixir/lib/timex/priv/translations/pt/LC_MESSAGES/symbols.po lib/elixir/lib/timex/priv/translations/pt/LC_MESSAGES/units.po lib/elixir/lib/timex/priv/translations/pt/LC_MESSAGES/weekdays.po +lib/elixir/lib/timex/priv/translations/pt_BR/LC_MESSAGES/day_periods.po +lib/elixir/lib/timex/priv/translations/pt_BR/LC_MESSAGES/months.po +lib/elixir/lib/timex/priv/translations/pt_BR/LC_MESSAGES/months_abbr.po +lib/elixir/lib/timex/priv/translations/pt_BR/LC_MESSAGES/numbers.po +lib/elixir/lib/timex/priv/translations/pt_BR/LC_MESSAGES/relative_time.po +lib/elixir/lib/timex/priv/translations/pt_BR/LC_MESSAGES/symbols.po +lib/elixir/lib/timex/priv/translations/pt_BR/LC_MESSAGES/units.po +lib/elixir/lib/timex/priv/translations/pt_BR/LC_MESSAGES/weekdays.po lib/elixir/lib/timex/priv/translations/relative_time.pot lib/elixir/lib/timex/priv/translations/ru/LC_MESSAGES/day_periods.po lib/elixir/lib/timex/priv/translations/ru/LC_MESSAGES/months.po +lib/elixir/lib/timex/priv/translations/ru/LC_MESSAGES/months_abbr.po lib/elixir/lib/timex/priv/translations/ru/LC_MESSAGES/numbers.po lib/elixir/lib/timex/priv/translations/ru/LC_MESSAGES/relative_time.po lib/elixir/lib/timex/priv/translations/ru/LC_MESSAGES/symbols.po From owner-svn-ports-head@freebsd.org Wed Oct 12 13:14:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69391C0E789; Wed, 12 Oct 2016 13:14:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1ED93C41; Wed, 12 Oct 2016 13:14:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CDE1IF098218; Wed, 12 Oct 2016 13:14:01 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CDE0J8098214; Wed, 12 Oct 2016 13:14:00 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610121314.u9CDE0J8098214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 12 Oct 2016 13:14:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423863 - in head/devel/erlang-cuttlefish: . 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 13:14:02 -0000 Author: olgeni Date: Wed Oct 12 13:14:00 2016 New Revision: 423863 URL: https://svnweb.freebsd.org/changeset/ports/423863 Log: Update devel/erlang-cuttlefish to version 2.0.10. Modified: head/devel/erlang-cuttlefish/Makefile head/devel/erlang-cuttlefish/distinfo head/devel/erlang-cuttlefish/files/patch-rebar.config Modified: head/devel/erlang-cuttlefish/Makefile ============================================================================== --- head/devel/erlang-cuttlefish/Makefile Wed Oct 12 13:11:49 2016 (r423862) +++ head/devel/erlang-cuttlefish/Makefile Wed Oct 12 13:14:00 2016 (r423863) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cuttlefish -PORTVERSION= 2.0.9 +PORTVERSION= 2.0.10 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-cuttlefish/distinfo ============================================================================== --- head/devel/erlang-cuttlefish/distinfo Wed Oct 12 13:11:49 2016 (r423862) +++ head/devel/erlang-cuttlefish/distinfo Wed Oct 12 13:14:00 2016 (r423863) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475447815 -SHA256 (basho-cuttlefish-2.0.9_GH0.tar.gz) = f9b2f75a7049c7be0e114aad53b7aa451c38c3a100f36c49de8af74e04480a6f -SIZE (basho-cuttlefish-2.0.9_GH0.tar.gz) = 232039 +TIMESTAMP = 1476266915 +SHA256 (basho-cuttlefish-2.0.10_GH0.tar.gz) = ec8b2e9180b519f9ccd2f1b493e01a1bd3e529471f58bbc4a9c640f503ab340b +SIZE (basho-cuttlefish-2.0.10_GH0.tar.gz) = 232033 Modified: head/devel/erlang-cuttlefish/files/patch-rebar.config ============================================================================== --- head/devel/erlang-cuttlefish/files/patch-rebar.config Wed Oct 12 13:11:49 2016 (r423862) +++ head/devel/erlang-cuttlefish/files/patch-rebar.config Wed Oct 12 13:14:00 2016 (r423863) @@ -1,4 +1,4 @@ ---- rebar.config.orig 2016-10-02 22:39:17 UTC +--- rebar.config.orig 2016-10-12 10:09:04 UTC +++ rebar.config @@ -1,4 +1,4 @@ -{require_otp_vsn, "R16|17|18"}. @@ -11,7 +11,7 @@ {deps, [ - {getopt, ".*", {git, "https://github.com/basho/getopt.git", {tag, "v0.8.2"}}}, -- {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.3"}}}, +- {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.4"}}}, - {neotoma, ".*", {git, "https://github.com/basho/neotoma.git", {tag, "1.7.3"}}} ]}. From owner-svn-ports-head@freebsd.org Wed Oct 12 13:17:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60412C0E7E3; Wed, 12 Oct 2016 13:17:46 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 320A0D77; Wed, 12 Oct 2016 13:17:46 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CDHjvj098479; Wed, 12 Oct 2016 13:17:45 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CDHjOm098477; Wed, 12 Oct 2016 13:17:45 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610121317.u9CDHjOm098477@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 12 Oct 2016 13:17:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423864 - head/www/elixir-phoenix_html X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 13:17:46 -0000 Author: olgeni Date: Wed Oct 12 13:17:45 2016 New Revision: 423864 URL: https://svnweb.freebsd.org/changeset/ports/423864 Log: Update www/elixir-phoenix_html to version 2.7.0. Modified: head/www/elixir-phoenix_html/Makefile head/www/elixir-phoenix_html/distinfo Modified: head/www/elixir-phoenix_html/Makefile ============================================================================== --- head/www/elixir-phoenix_html/Makefile Wed Oct 12 13:14:00 2016 (r423863) +++ head/www/elixir-phoenix_html/Makefile Wed Oct 12 13:17:45 2016 (r423864) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phoenix_html -PORTVERSION= 2.6.2 +PORTVERSION= 2.7.0 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-phoenix_html/distinfo ============================================================================== --- head/www/elixir-phoenix_html/distinfo Wed Oct 12 13:14:00 2016 (r423863) +++ head/www/elixir-phoenix_html/distinfo Wed Oct 12 13:17:45 2016 (r423864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468834441 -SHA256 (phoenixframework-phoenix_html-v2.6.2_GH0.tar.gz) = da23a3af111cbeed7b0bdd227863b3cf06b2670ba7d1aadebe7e4b85d1130e8b -SIZE (phoenixframework-phoenix_html-v2.6.2_GH0.tar.gz) = 29387 +TIMESTAMP = 1476278135 +SHA256 (phoenixframework-phoenix_html-v2.7.0_GH0.tar.gz) = 859d77fc4b154ce9fda94ab673e3d2487228dda544d0f54de589772d02ef9a10 +SIZE (phoenixframework-phoenix_html-v2.7.0_GH0.tar.gz) = 30092 From owner-svn-ports-head@freebsd.org Wed Oct 12 13:19:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E523C0E879; Wed, 12 Oct 2016 13:19:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D4F1EA9; Wed, 12 Oct 2016 13:19:18 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CDJHdH098643; Wed, 12 Oct 2016 13:19:17 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CDJHbu098641; Wed, 12 Oct 2016 13:19:17 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610121319.u9CDJHbu098641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 12 Oct 2016 13:19:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423865 - head/www/elixir-phoenix_pubsub X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 13:19:18 -0000 Author: olgeni Date: Wed Oct 12 13:19:17 2016 New Revision: 423865 URL: https://svnweb.freebsd.org/changeset/ports/423865 Log: Update www/elixir-phoenix_pubsub to version 1.0.1. Modified: head/www/elixir-phoenix_pubsub/Makefile head/www/elixir-phoenix_pubsub/distinfo Modified: head/www/elixir-phoenix_pubsub/Makefile ============================================================================== --- head/www/elixir-phoenix_pubsub/Makefile Wed Oct 12 13:17:45 2016 (r423864) +++ head/www/elixir-phoenix_pubsub/Makefile Wed Oct 12 13:19:17 2016 (r423865) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phoenix_pubsub -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= elixir- Modified: head/www/elixir-phoenix_pubsub/distinfo ============================================================================== --- head/www/elixir-phoenix_pubsub/distinfo Wed Oct 12 13:17:45 2016 (r423864) +++ head/www/elixir-phoenix_pubsub/distinfo Wed Oct 12 13:19:17 2016 (r423865) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467897304 -SHA256 (phoenixframework-phoenix_pubsub-v1.0.0_GH0.tar.gz) = ad60de86cbd12400d2797c288b03cd15ed7b67758a4289d95d2bb84f8836cb75 -SIZE (phoenixframework-phoenix_pubsub-v1.0.0_GH0.tar.gz) = 30391 +TIMESTAMP = 1476278295 +SHA256 (phoenixframework-phoenix_pubsub-v1.0.1_GH0.tar.gz) = 8b9125694f3c7457e5800e475abe56c65c4d67df4153bf333679f7c8a3d659cd +SIZE (phoenixframework-phoenix_pubsub-v1.0.1_GH0.tar.gz) = 31257 From owner-svn-ports-head@freebsd.org Wed Oct 12 13:35:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 944D4C0ED59; Wed, 12 Oct 2016 13:35:43 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward1j.cmail.yandex.net (forward1j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53682C26; Wed, 12 Oct 2016 13:35:43 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp3j.mail.yandex.net (smtp3j.mail.yandex.net [IPv6:2a02:6b8:0:801:1::12]) by forward1j.cmail.yandex.net (Yandex) with ESMTP id E199020FA4; Wed, 12 Oct 2016 16:35:37 +0300 (MSK) Received: from smtp3j.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3j.mail.yandex.net (Yandex) with ESMTP id D47E962419E9; Wed, 12 Oct 2016 16:32:11 +0300 (MSK) Received: by smtp3j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id PZS8lxBhWL-WAwWKGxr; Wed, 12 Oct 2016 16:32:10 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0 Subject: Re: svn commit: r423799 - in head/devel: . arduino-sevseg To: Mathieu Arnold , Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610112119.u9BLJZUg025971@repo.freebsd.org> <78824109-0639-384b-3ec5-3e9245607d98@FreeBSD.org> From: Boris Samorodov Message-ID: Date: Wed, 12 Oct 2016 16:32:10 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 13:35:43 -0000 12.10.2016 15:53, Mathieu Arnold пишет: > Le 12/10/2016 à 14:44, Boris Samorodov a écrit : >> 12.10.2016 12:59, Mathieu Arnold пишет: >>> Le 11/10/2016 à 23:19, Boris Samorodov a écrit : >>>> +PORTNAME= arduino-sevseg >>>> >>>> +GH_PROJECT= SevSeg >>> This should be: >>> >>> PORTNAME=SevSeg >>> PKGNAMEPREFIX=Arduino- >> I like our tradition to have port names in lower case. There are >> exceptions but this post AFAIK is not among them. > > There is no such tradition. Yes, there is. The Porters Handbook (Table 5.1. at the end of the page): https://www.freebsd.org/doc/en/books/porters-handbook/makefile-naming.html Those examples are old one (more then 10 years). > The rule is that PORTNAME follows upstream's naming. The only exception > when the port installs a single utiliity and that utility is lowercased. > > For example, if sysutils/lsof's distfile was called, say, LsOF, PORTNAME > would still be lsof because the utility is in lower case. > > Now, this, here, is some library that does not install a binary, so that > rule applies, follow upstream's choice of naming. Is it your POV? Mine just disagrees. -- WBR, bsam From owner-svn-ports-head@freebsd.org Wed Oct 12 13:42:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 730F3C0EF27; Wed, 12 Oct 2016 13:42:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 158F0E98; Wed, 12 Oct 2016 13:42:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 335DCBDCF6; Wed, 12 Oct 2016 15:42:09 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 07084BDCAB; Wed, 12 Oct 2016 15:42:09 +0200 (CEST) Subject: Re: svn commit: r423799 - in head/devel: . arduino-sevseg To: Boris Samorodov , Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610112119.u9BLJZUg025971@repo.freebsd.org> <78824109-0639-384b-3ec5-3e9245607d98@FreeBSD.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Wed, 12 Oct 2016 15:42:07 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="G4dIdFlf5RlLTkcEO0L4nb1aMtXrLeav4" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 13:42:11 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --G4dIdFlf5RlLTkcEO0L4nb1aMtXrLeav4 Content-Type: multipart/mixed; boundary="o8kuvkbnBeUQbBNPFmVUtdwniEo85ct3d"; protected-headers="v1" From: Mathieu Arnold To: Boris Samorodov , Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r423799 - in head/devel: . arduino-sevseg References: <201610112119.u9BLJZUg025971@repo.freebsd.org> <78824109-0639-384b-3ec5-3e9245607d98@FreeBSD.org> In-Reply-To: --o8kuvkbnBeUQbBNPFmVUtdwniEo85ct3d Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 12/10/2016 =C3=A0 15:32, Boris Samorodov a =C3=A9crit : > 12.10.2016 15:53, Mathieu Arnold =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >> Le 12/10/2016 =C3=A0 14:44, Boris Samorodov a =C3=A9crit : >>> 12.10.2016 12:59, Mathieu Arnold =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >>>> Le 11/10/2016 =C3=A0 23:19, Boris Samorodov a =C3=A9crit : >>>>> +PORTNAME=3D arduino-sevseg >>>>> >>>>> +GH_PROJECT=3D SevSeg >>>> This should be: >>>> >>>> PORTNAME=3DSevSeg >>>> PKGNAMEPREFIX=3DArduino- >>> I like our tradition to have port names in lower case. There are >>> exceptions but this post AFAIK is not among them. >> There is no such tradition. > Yes, there is. The Porters Handbook (Table 5.1. at the end of the page)= : > https://www.freebsd.org/doc/en/books/porters-handbook/makefile-naming.h= tml > > Those examples are old one (more then 10 years). And that table explains the exception I stated below. It is not the general rule. >> The rule is that PORTNAME follows upstream's naming. The only excepti= on >> when the port installs a single utiliity and that utility is lowercase= d. >> >> For example, if sysutils/lsof's distfile was called, say, LsOF, PORTNA= ME >> would still be lsof because the utility is in lower case. >> >> Now, this, here, is some library that does not install a binary, so th= at >> rule applies, follow upstream's choice of naming. > Is it your POV? Mine just disagrees. > --=20 Mathieu Arnold --o8kuvkbnBeUQbBNPFmVUtdwniEo85ct3d-- --G4dIdFlf5RlLTkcEO0L4nb1aMtXrLeav4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJX/j2wXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IAdUP/3QMlDCSfT8GYIhxe8yOquE5 uLZ32npc/XA3qbyDtqfPDUgQtjFIEhvoXOMPufQbUq/LcbIilkFoEllijAPgS3Wy SNS4jKbh1DkBSvCg6kjENxe6WS6Qf3gHUmc3XnSNPM85yBaKAFjukSJg3bdEoehj L9YmomHSodzudrMzgSVvkdkMumoZEwvNHkKDgGq0Y1cMXCguZfY6N3VV1Hd1JcS6 i/Vd8WmthLF3WrFU2mn1P3f42BMMQ8Df/Aa/al/LQu4UFB8pTs/h+pmFiOpdC/wW rUDK9A1Eot0/rjTNN98Ya+/KFxtbVFlMOCvRuuH/B7HyAEWLtyRRcaqg2WTcjTNE rrIclEiSrEQrYvNZR+ujJPCncbOWeTDv8crhgNB8NgXt7X6eR+WCMg6jubd7xa6G JFRj1o3tGNGr/hlpJB6ObEeGyesVUvbAsGglqEtuM5bWaKV80/MSH0FmjKRqvBuY jRhWPMYB7eIehkc+/WiAf+/qqUr8Y9kdITqJ/tmgekwjB0G065zlXaiTUpn7GVgW Nq9Tb1gR2pCps4XD4t1pRTGoFTuuggm7qlkQlNQeKh3mMw5LBv30mXSRfe4dzSA+ DLlhWv4NU0Ku0zUgXkiSiNZCvo/mEqm7+OwouMckzory45DsbDHNIDw1EwAxIJ73 YoMpbBMsbM3j6fWZiJyr =Lp7y -----END PGP SIGNATURE----- --G4dIdFlf5RlLTkcEO0L4nb1aMtXrLeav4-- From owner-svn-ports-head@freebsd.org Wed Oct 12 13:46:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1137C0EFF2; Wed, 12 Oct 2016 13:46:17 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward3j.cmail.yandex.net (forward3j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E4E52C7; Wed, 12 Oct 2016 13:46:17 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward3j.cmail.yandex.net (Yandex) with ESMTP id B921520BFC; Wed, 12 Oct 2016 16:46:14 +0300 (MSK) Received: from smtp1h.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id CEE7A8C0E85; Wed, 12 Oct 2016 16:46:09 +0300 (MSK) Received: by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id xOWa7yrEpN-k7oOg1tL; Wed, 12 Oct 2016 16:46:08 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0 Subject: Re: svn commit: r423799 - in head/devel: . arduino-sevseg To: Mathieu Arnold , Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610112119.u9BLJZUg025971@repo.freebsd.org> <78824109-0639-384b-3ec5-3e9245607d98@FreeBSD.org> From: Boris Samorodov Message-ID: <98545919-db73-195e-a5d2-f74d868813dc@passap.ru> Date: Wed, 12 Oct 2016 16:46:07 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 13:46:18 -0000 12.10.2016 16:32, Boris Samorodov пишет: > 12.10.2016 15:53, Mathieu Arnold пишет: >> Le 12/10/2016 à 14:44, Boris Samorodov a écrit : >>> 12.10.2016 12:59, Mathieu Arnold пишет: >>>> Le 11/10/2016 à 23:19, Boris Samorodov a écrit : >>>>> +PORTNAME= arduino-sevseg >>>>> >>>>> +GH_PROJECT= SevSeg >>>> This should be: >>>> >>>> PORTNAME=SevSeg >>>> PKGNAMEPREFIX=Arduino- >>> I like our tradition to have port names in lower case. There are >>> exceptions but this post AFAIK is not among them. >> >> There is no such tradition. > > Yes, there is. The Porters Handbook (Table 5.1. at the end of the page): > https://www.freebsd.org/doc/en/books/porters-handbook/makefile-naming.html Hm, I see what you mean. This table has a note "No uppercase names for single programs". Unfortunately, not very helpful note. It may be a good idea to document the port naming guides. > Those examples are old one (more then 10 years). > >> The rule is that PORTNAME follows upstream's naming. The only exception >> when the port installs a single utiliity and that utility is lowercased. >> >> For example, if sysutils/lsof's distfile was called, say, LsOF, PORTNAME >> would still be lsof because the utility is in lower case. >> >> Now, this, here, is some library that does not install a binary, so that >> rule applies, follow upstream's choice of naming. > > Is it your POV? Mine just disagrees. -- WBR, bsam From owner-svn-ports-head@freebsd.org Wed Oct 12 14:23:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8ECDC0ECC2; Wed, 12 Oct 2016 14:23:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 89FA4F00; Wed, 12 Oct 2016 14:23:48 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 2C3CABDCC3; Wed, 12 Oct 2016 16:23:47 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 10B89BDCBF; Wed, 12 Oct 2016 16:23:47 +0200 (CEST) Subject: Re: svn commit: r423799 - in head/devel: . arduino-sevseg To: Boris Samorodov , Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610112119.u9BLJZUg025971@repo.freebsd.org> <78824109-0639-384b-3ec5-3e9245607d98@FreeBSD.org> <98545919-db73-195e-a5d2-f74d868813dc@passap.ru> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Wed, 12 Oct 2016 16:23:46 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <98545919-db73-195e-a5d2-f74d868813dc@passap.ru> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="qtB0WgtFo5JWE6cMMEvJa0axc1OiXH8hB" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 14:23:49 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --qtB0WgtFo5JWE6cMMEvJa0axc1OiXH8hB Content-Type: multipart/mixed; boundary="r9X6VBIh0RpOg3qC3esQ43RbHTtXnu6i8"; protected-headers="v1" From: Mathieu Arnold To: Boris Samorodov , Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r423799 - in head/devel: . arduino-sevseg References: <201610112119.u9BLJZUg025971@repo.freebsd.org> <78824109-0639-384b-3ec5-3e9245607d98@FreeBSD.org> <98545919-db73-195e-a5d2-f74d868813dc@passap.ru> In-Reply-To: <98545919-db73-195e-a5d2-f74d868813dc@passap.ru> --r9X6VBIh0RpOg3qC3esQ43RbHTtXnu6i8 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 12/10/2016 =C3=A0 15:46, Boris Samorodov a =C3=A9crit : > 12.10.2016 16:32, Boris Samorodov =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >> 12.10.2016 15:53, Mathieu Arnold =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >>> Le 12/10/2016 =C3=A0 14:44, Boris Samorodov a =C3=A9crit : >>>> 12.10.2016 12:59, Mathieu Arnold =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >>>>> Le 11/10/2016 =C3=A0 23:19, Boris Samorodov a =C3=A9crit : >>>>>> +PORTNAME=3D arduino-sevseg >>>>>> >>>>>> +GH_PROJECT=3D SevSeg >>>>> This should be: >>>>> >>>>> PORTNAME=3DSevSeg >>>>> PKGNAMEPREFIX=3DArduino- >>>> I like our tradition to have port names in lower case. There are >>>> exceptions but this post AFAIK is not among them. >>> There is no such tradition. >> Yes, there is. The Porters Handbook (Table 5.1. at the end of the page= ): >> https://www.freebsd.org/doc/en/books/porters-handbook/makefile-naming.= html > Hm, I see what you mean. This table has a note "No uppercase names for > single programs". Unfortunately, not very helpful note. > > It may be a good idea to document the port naming guides. Yes, I'll try to word it better. --=20 Mathieu Arnold --r9X6VBIh0RpOg3qC3esQ43RbHTtXnu6i8-- --qtB0WgtFo5JWE6cMMEvJa0axc1OiXH8hB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJX/kdyXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IjZIP/3+0IboUfrmzIK1ivZrq+M2v cRlTm8tpfcum18JrPI9OSidywBA2psonE0L0spy3JkTxN7lsjKTUrgCt985Xnhfz jqRg2HR5C04v9wKkhCgJYn3KU5eoHXrg7qHaff/FuXh+URT9lDlAyq2PcO/VXWWl t3Hn4O5kC+TkDr8sY6wzjlEUt/jwx6WHjlhF4N1MmG4EgvUOoYbK0lO+4694RHzz Ldfk1DbSdLH9A4G8Fe5+JrMB8LU+X0sQrcjtyvCTxbVQPj1nwp2VNRHlEgUXcwSf FkHTxwUQYOC7grL7TDuFLxwQI6f7VWMwRv3OuZAO+ckArl31AeLELzM50r4ZebT0 QXHfzzSnuKzozLQKQqm/2Jlo4VuzAP4PIEIZJvmTH5QXGAIM24l2FXfAqZo0IPQa LhqVv+7j60mV+EBvVR9AYhnfXQwQqiof5hdn7a9/an+L6SJt6TVEmU6VO+N1jIS3 K3p98HnF4oDMlUFJdGEqv+xNVdBv8Ft/BQELrTMA5+E8KVdPPkXQvK9LahFvRlVY 2aKOU1f8adhaEkoWQqUGlvw2C+UKNhMuEKIyFRTASZVo9wVIOXBCJ63Af10K2MOQ asRMglAuShewBksShZVvAt8pVTJ0uk3XmN8XRfuh+fvdHgAv91+43WsTPOtH2ba7 IvLFj8HxqR4WXHIlxx0h =ZZc1 -----END PGP SIGNATURE----- --qtB0WgtFo5JWE6cMMEvJa0axc1OiXH8hB-- From owner-svn-ports-head@freebsd.org Wed Oct 12 14:31:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A600C0EE9D; Wed, 12 Oct 2016 14:31:43 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward5h.cmail.yandex.net (forward5h.cmail.yandex.net [IPv6:2a02:6b8:0:f35::15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 159646AA; Wed, 12 Oct 2016 14:31:43 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp1p.mail.yandex.net (smtp1p.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b6:6]) by forward5h.cmail.yandex.net (Yandex) with ESMTP id A587C20FA2; Wed, 12 Oct 2016 17:31:39 +0300 (MSK) Received: from smtp1p.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1p.mail.yandex.net (Yandex) with ESMTP id 7C7411780ABA; Wed, 12 Oct 2016 17:31:36 +0300 (MSK) Received: by smtp1p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 2jzPn0C3u1-VZ2SDjCB; Wed, 12 Oct 2016 17:31:35 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0 Subject: Re: svn commit: r423799 - in head/devel: . arduino-sevseg To: Mathieu Arnold , Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610112119.u9BLJZUg025971@repo.freebsd.org> <78824109-0639-384b-3ec5-3e9245607d98@FreeBSD.org> <98545919-db73-195e-a5d2-f74d868813dc@passap.ru> From: Boris Samorodov Message-ID: <001995aa-d88d-df46-fb12-277d51214184@passap.ru> Date: Wed, 12 Oct 2016 17:31:35 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 14:31:43 -0000 12.10.2016 17:23, Mathieu Arnold пишет: > Le 12/10/2016 à 15:46, Boris Samorodov a écrit : >> 12.10.2016 16:32, Boris Samorodov пишет: >>> 12.10.2016 15:53, Mathieu Arnold пишет: >>>> Le 12/10/2016 à 14:44, Boris Samorodov a écrit : >>>>> 12.10.2016 12:59, Mathieu Arnold пишет: >>>>>> Le 11/10/2016 à 23:19, Boris Samorodov a écrit : >>>>>>> +PORTNAME= arduino-sevseg >>>>>>> >>>>>>> +GH_PROJECT= SevSeg >>>>>> This should be: >>>>>> >>>>>> PORTNAME=SevSeg >>>>>> PKGNAMEPREFIX=Arduino- >>>>> I like our tradition to have port names in lower case. There are >>>>> exceptions but this post AFAIK is not among them. >>>> There is no such tradition. >>> Yes, there is. The Porters Handbook (Table 5.1. at the end of the page): >>> https://www.freebsd.org/doc/en/books/porters-handbook/makefile-naming.html >> Hm, I see what you mean. This table has a note "No uppercase names for >> single programs". Unfortunately, not very helpful note. >> >> It may be a good idea to document the port naming guides. > > Yes, I'll try to word it better. By saying "document the port naming guides" I really thought about more descriptive documentation at an appropriate place. Just a note at a table is not a guide anyway. -- WBR, bsam From owner-svn-ports-head@freebsd.org Wed Oct 12 15:35:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F041C0FDA8; Wed, 12 Oct 2016 15:35:43 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4594C22; Wed, 12 Oct 2016 15:35:42 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CFZgpT050803; Wed, 12 Oct 2016 15:35:42 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CFZfRb050802; Wed, 12 Oct 2016 15:35:41 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201610121535.u9CFZfRb050802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Wed, 12 Oct 2016 15:35:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423868 - head/devel/websocketpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 15:35:43 -0000 Author: arved Date: Wed Oct 12 15:35:41 2016 New Revision: 423868 URL: https://svnweb.freebsd.org/changeset/ports/423868 Log: Add NO_ARCH, as this is a header only implementation PR: 213348 Submitted by: yuri@rawbw.com Modified: head/devel/websocketpp/Makefile Modified: head/devel/websocketpp/Makefile ============================================================================== --- head/devel/websocketpp/Makefile Wed Oct 12 14:21:16 2016 (r423867) +++ head/devel/websocketpp/Makefile Wed Oct 12 15:35:41 2016 (r423868) @@ -13,5 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= zaphoyd USES= cmake +NO_ARCH= yes .include From owner-svn-ports-head@freebsd.org Wed Oct 12 15:44:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E7EAC0E151; Wed, 12 Oct 2016 15:44:08 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 006A92EF; Wed, 12 Oct 2016 15:44:07 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CFi7Mu054499; Wed, 12 Oct 2016 15:44:07 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CFi7Tk054497; Wed, 12 Oct 2016 15:44:07 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610121544.u9CFi7Tk054497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 12 Oct 2016 15:44:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423869 - head/devel/p5-MCE X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 15:44:08 -0000 Author: adamw Date: Wed Oct 12 15:44:06 2016 New Revision: 423869 URL: https://svnweb.freebsd.org/changeset/ports/423869 Log: Update to 1.806. Changes: https://metacpan.org/changes/distribution/MCE Modified: head/devel/p5-MCE/Makefile head/devel/p5-MCE/distinfo Modified: head/devel/p5-MCE/Makefile ============================================================================== --- head/devel/p5-MCE/Makefile Wed Oct 12 15:35:41 2016 (r423868) +++ head/devel/p5-MCE/Makefile Wed Oct 12 15:44:06 2016 (r423869) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= MCE -PORTVERSION= 1.805 +PORTVERSION= 1.806 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARIOROY Modified: head/devel/p5-MCE/distinfo ============================================================================== --- head/devel/p5-MCE/distinfo Wed Oct 12 15:35:41 2016 (r423868) +++ head/devel/p5-MCE/distinfo Wed Oct 12 15:44:06 2016 (r423869) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475946039 -SHA256 (MCE-1.805.tar.gz) = 554ff22083faddec5fa568b4005ad57dec36f2caf201ef62a6fb8b7a7e23f0c8 -SIZE (MCE-1.805.tar.gz) = 165783 +TIMESTAMP = 1476286946 +SHA256 (MCE-1.806.tar.gz) = 0899345c3bcb239b896320ae98b72328cd483d1814520c588558b94525cfd0cb +SIZE (MCE-1.806.tar.gz) = 165850 From owner-svn-ports-head@freebsd.org Wed Oct 12 15:47:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4CCDC0E23D; Wed, 12 Oct 2016 15:47:09 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7135862F; Wed, 12 Oct 2016 15:47:09 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CFl879054720; Wed, 12 Oct 2016 15:47:08 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CFl8QH054718; Wed, 12 Oct 2016 15:47:08 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610121547.u9CFl8QH054718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 12 Oct 2016 15:47:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423870 - head/www/p5-Dancer2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 15:47:09 -0000 Author: adamw Date: Wed Oct 12 15:47:08 2016 New Revision: 423870 URL: https://svnweb.freebsd.org/changeset/ports/423870 Log: Update to 0.204000. Changes: https://metacpan.org/changes/distribution/Dancer2 Modified: head/www/p5-Dancer2/Makefile head/www/p5-Dancer2/distinfo Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Wed Oct 12 15:44:06 2016 (r423869) +++ head/www/p5-Dancer2/Makefile Wed Oct 12 15:47:08 2016 (r423870) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Dancer2 -PORTVERSION= 0.203001 +PORTVERSION= 0.204000 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Dancer2/distinfo ============================================================================== --- head/www/p5-Dancer2/distinfo Wed Oct 12 15:44:06 2016 (r423869) +++ head/www/p5-Dancer2/distinfo Wed Oct 12 15:47:08 2016 (r423870) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476112295 -SHA256 (Dancer2-0.203001.tar.gz) = 69d9e519bce3e8d0bcf1bb68619955e031a9cb8410cf3638f050cbf044908a5a -SIZE (Dancer2-0.203001.tar.gz) = 355292 +TIMESTAMP = 1476287085 +SHA256 (Dancer2-0.204000.tar.gz) = 7803be7f7e52a1677e5550baba012bebaf784279ec69be6b97fc56f10dbf72ba +SIZE (Dancer2-0.204000.tar.gz) = 359870 From owner-svn-ports-head@freebsd.org Wed Oct 12 15:49:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 342FCC0E333; Wed, 12 Oct 2016 15:49:22 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05F1C7BA; Wed, 12 Oct 2016 15:49:21 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CFnLk1054947; Wed, 12 Oct 2016 15:49:21 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CFnLOw054943; Wed, 12 Oct 2016 15:49:21 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610121549.u9CFnLOw054943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 12 Oct 2016 15:49:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423871 - head/textproc/p5-Text-QRCode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 15:49:22 -0000 Author: adamw Date: Wed Oct 12 15:49:20 2016 New Revision: 423871 URL: https://svnweb.freebsd.org/changeset/ports/423871 Log: Update to 0.05, and strip the XS module. Changes: https://metacpan.org/changes/distribution/Text-QRCode Modified: head/textproc/p5-Text-QRCode/Makefile head/textproc/p5-Text-QRCode/distinfo Modified: head/textproc/p5-Text-QRCode/Makefile ============================================================================== --- head/textproc/p5-Text-QRCode/Makefile Wed Oct 12 15:47:08 2016 (r423870) +++ head/textproc/p5-Text-QRCode/Makefile Wed Oct 12 15:49:20 2016 (r423871) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Text-QRCode -PORTVERSION= 0.04 -PORTREVISION= 1 +PORTVERSION= 0.05 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,4 +21,7 @@ USE_PERL5= configure post-patch: @${REINPLACE_CMD} -e 's|qrencode.h|${LOCALBASE}/include/&|' ${WRKSRC}/Makefile.PL ${WRKSRC}/QRCode.xs +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/QRCode/QRCode.so + .include Modified: head/textproc/p5-Text-QRCode/distinfo ============================================================================== --- head/textproc/p5-Text-QRCode/distinfo Wed Oct 12 15:47:08 2016 (r423870) +++ head/textproc/p5-Text-QRCode/distinfo Wed Oct 12 15:49:20 2016 (r423871) @@ -1,2 +1,3 @@ -SHA256 (Text-QRCode-0.04.tar.gz) = a38e28c739b2fc5b14440c8ce4bff4309d8d639f71651bbee0b903ee4a13443c -SIZE (Text-QRCode-0.04.tar.gz) = 59975 +TIMESTAMP = 1476287124 +SHA256 (Text-QRCode-0.05.tar.gz) = 0d5471bed596ddcd891df271c1b7983a4e39373c984d0f1ed9cb2ec4d730a173 +SIZE (Text-QRCode-0.05.tar.gz) = 60277 From owner-svn-ports-head@freebsd.org Wed Oct 12 16:07:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93C69C0EB61; Wed, 12 Oct 2016 16:07:17 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-lf0-x242.google.com (mail-lf0-x242.google.com [IPv6:2a00:1450:4010:c07::242]) (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 16936684; Wed, 12 Oct 2016 16:07:17 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by mail-lf0-x242.google.com with SMTP id x79so7850098lff.2; Wed, 12 Oct 2016 09:07:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=LafiAgSILvuAhrURCRDs3ko/Lk2VvAkz37r4lYU+tGU=; b=SSjhiTdPDc5egYCkAAXKtC8nkpnaURiGTf3E1gtXRHVFYrVvpV/aNmmAkPqWm7arAM LW23Zlq9hn1SD/0x0KDnuatTFEOtDOLgwOvv4rCIzzz0Km0RfhVSj9GIj9hmucjUNNgo YR6lJNyGfxyLryg2vpXWzW+VGsh6UdGijEB+XfKmBqvNCMmA86HPphSSj+s/6LgvTBCX QFukd850lZpZ8SKqZLP7B5342mcbY138EFy5OYCboPG6BLjiG7OmQRVf6qSx4sVkq7W6 5XFALHib3esl6NTOklFGS4L4a0sF352+8fp4zi9T4em9BB4oBu1EUHwdVL4eLAUNbb9L nDUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=LafiAgSILvuAhrURCRDs3ko/Lk2VvAkz37r4lYU+tGU=; b=hDUgwOPVH3Vo0JqhjJrFJu/mTvIQV9yU6yyYPrx0+1qfezhVtM/UO4gzOXlqauCR1d u7WRMqR+2Uiec6caU6gMaE1IdZetk/tFtB25ymy3nrISar7qO9NYDcFV4//VAzxQ9Ote mv3mkxl6AmurbiAnw8HY/0TOhuFm2+JzkGi2gzrNnUwSThLKnDcrRXBcoVNy1n+RrCnK kMdvWqJWlTBipNA4brParQoh+62IE5j7NTlKWfGuJPF+rk9qBUOPrv0O1QYXXU3wmXeD uVxPwRqaue2jGWfh4qNnHqqL3jDOEd+A+ysB6jEn7M+dv6lDOWAM0QrySXn1WRsprenP x6Dw== X-Gm-Message-State: AA6/9RlV/D+XcS4pWX/ADUSDAwHbK4AVRmu5OW49iagju0MKHlLMEjuta10Y7zfEAu7rcw== X-Received: by 10.25.99.4 with SMTP id x4mr2230371lfb.128.1476288434310; Wed, 12 Oct 2016 09:07:14 -0700 (PDT) Received: from ?IPv6:2a02:6b8::408:ec89:ed59:cb3e:d727? ([2a02:6b8:0:408:ec89:ed59:cb3e:d727]) by smtp.gmail.com with ESMTPSA id x16sm2467599lff.15.2016.10.12.09.07.13 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 12 Oct 2016 09:07:13 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r423494 - head/databases/hbase From: Dmitry Sivachenko In-Reply-To: <201610080820.u988KG6W067951@repo.freebsd.org> Date: Wed, 12 Oct 2016 19:07:12 +0300 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201610080820.u988KG6W067951@repo.freebsd.org> To: Antoine Brodin X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 16:07:17 -0000 > On 08 Oct 2016, at 11:20, Antoine Brodin wrote: >=20 > Author: antoine > Date: Sat Oct 8 08:20:16 2016 > New Revision: 423494 > URL: https://svnweb.freebsd.org/changeset/ports/423494 >=20 > Log: > Mark BROKEN: fails to build >=20 > [ERROR] Failed to execute goal = org.codehaus.mojo:exec-maven-plugin:1.4.0:exec (concat-NOTICE-files) on = project hbase-assembly: Command execution failed. Process exited with an = error: 1 (Exit value: 1) -> [Help 1] >=20 Interesting when (and why) it broke, because it was packaging fine some = time ago... From owner-svn-ports-head@freebsd.org Wed Oct 12 16:20:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B08EC0EE5C; Wed, 12 Oct 2016 16:20:51 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD800C3F; Wed, 12 Oct 2016 16:20:50 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CGKn0e066900; Wed, 12 Oct 2016 16:20:49 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CGKnJo066898; Wed, 12 Oct 2016 16:20:49 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610121620.u9CGKnJo066898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 12 Oct 2016 16:20:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423872 - head/math/PDL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 16:20:51 -0000 Author: adamw Date: Wed Oct 12 16:20:49 2016 New Revision: 423872 URL: https://svnweb.freebsd.org/changeset/ports/423872 Log: Update to 2.017, and strip XS modules and the pdl binary. Changes: https://metacpan.org/changes/distribution/PDL Modified: head/math/PDL/Makefile head/math/PDL/distinfo Modified: head/math/PDL/Makefile ============================================================================== --- head/math/PDL/Makefile Wed Oct 12 15:49:20 2016 (r423871) +++ head/math/PDL/Makefile Wed Oct 12 16:20:49 2016 (r423872) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= PDL -PORTVERSION= 2.015 -PORTREVISION= 1 +PORTVERSION= 2.017 CATEGORIES= math perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:CHM MAINTAINER= perl@FreeBSD.org COMMENT= Perl Data Language @@ -79,8 +77,11 @@ post-patch: @${REINPLACE_CMD} -e "/POSIX_THREADS_LIBS/ s|undef|'-lpthread'|" \ ${WRKSRC}/perldl.conf -# autogen plist post-install: + ${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PDL -name '*.so' \ + | ${XARGS} ${STRIP_CMD} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pdl +# autogen plist @(cd ${WRKSRC}; ${PERL} -Iblib/lib -Iblib/arch Doc/scantree.pl) @(cd ${WRKSRC}/blib/man3 ; \ ${FIND} *.3 | ${SED} "s,^,${MAN3PREFIX}/man/man3/,;s/3$$/3.gz/" \ Modified: head/math/PDL/distinfo ============================================================================== --- head/math/PDL/distinfo Wed Oct 12 15:49:20 2016 (r423871) +++ head/math/PDL/distinfo Wed Oct 12 16:20:49 2016 (r423872) @@ -1,2 +1,3 @@ -SHA256 (PDL-2.015.tar.gz) = 0b7ef32e443e62c62569b8092f507f1a035d990430c80bdcb263dc7a2e85b684 -SIZE (PDL-2.015.tar.gz) = 2876894 +TIMESTAMP = 1476287925 +SHA256 (PDL-2.017.tar.gz) = 93b3f22454485d92efb2f85d2e622fd584b2df6a252eae672eba3c39d3c3bd10 +SIZE (PDL-2.017.tar.gz) = 2889414 From owner-svn-ports-head@freebsd.org Wed Oct 12 16:37:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9492C0F369; Wed, 12 Oct 2016 16:37:18 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EED789D; Wed, 12 Oct 2016 16:37:18 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CGbHG2073550; Wed, 12 Oct 2016 16:37:17 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CGbHIW073549; Wed, 12 Oct 2016 16:37:17 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201610121637.u9CGbHIW073549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 12 Oct 2016 16:37:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423873 - head/mail/neomutt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 16:37:19 -0000 Author: gahr Date: Wed Oct 12 16:37:17 2016 New Revision: 423873 URL: https://svnweb.freebsd.org/changeset/ports/423873 Log: mail/neomutt: make notmuch optional (on by default) Approved by: bapt (maintainer) Modified: head/mail/neomutt/Makefile Modified: head/mail/neomutt/Makefile ============================================================================== --- head/mail/neomutt/Makefile Wed Oct 12 16:20:49 2016 (r423872) +++ head/mail/neomutt/Makefile Wed Oct 12 16:37:17 2016 (r423873) @@ -3,6 +3,7 @@ PORTNAME= neomutt PORTVERSION= 20161003 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= bapt@FreeBSD.org @@ -16,7 +17,6 @@ USE_GITHUB= yes USES= autoreconf localbase ncurses shebangfix ssl GNU_CONFIGURE= yes -LIB_DEPENDS= libnotmuch.so:mail/notmuch BUILD_DEPENDS= gdate:sysutils/coreutils RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support \ urlview:textproc/urlview @@ -24,13 +24,14 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types OPTIONS_SUB= yes SHEBANG_FILES= smime_keys.pl -OPTIONS_DEFINE= NLS DOCS SASL ICONV IDN FLOCK GPGME -OPTIONS_DEFAULT=SASL TOKYOCABINET +OPTIONS_DEFINE= NLS DOCS SASL ICONV IDN FLOCK GPGME NOTMUCH +OPTIONS_DEFAULT=SASL TOKYOCABINET NOTMUCH OPTIONS_RADIO= HCACHE OPTIONS_RADIO_HCACHE= TOKYOCABINET LMDB FLOCK_DESC= Use flock() to lock files GPGME_DESC= Use gpgme to handle pgp +NOTMUCH_DESC= Use notmuch for tagging and searching TOKYOCABINET_DESC= Use TokyoCabinet as header-cache backend LMDB_DESC= Use LMDB as header-cache backend @@ -44,7 +45,6 @@ CONFIGURE_ARGS= --disable-dependency-tra --enable-compressed \ --enable-hcache \ --enable-sidebar \ - --enable-notmuch \ --without-qdbm \ --disable-fcntl \ --enable-external-dotlock @@ -75,6 +75,9 @@ SASL_CONFIGURE_ON= --with-sasl GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme GPGME_CONFIGURE_ENABLE= gpgme +NOTMUCH_LIB_DEPENDS= libnotmuch.so:mail/notmuch +NOTMUCH_CONFIGURE_ENABLE= notmuch + DOCS_BUILD_DEPENDS= xsltproc:textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ lynx:www/lynx From owner-svn-ports-head@freebsd.org Wed Oct 12 16:47:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67ACAC0F574; Wed, 12 Oct 2016 16:47:14 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 342E3D2C; Wed, 12 Oct 2016 16:47:14 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CGlDkf077481; Wed, 12 Oct 2016 16:47:13 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CGlDSZ077480; Wed, 12 Oct 2016 16:47:13 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201610121647.u9CGlDSZ077480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 12 Oct 2016 16:47:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423874 - head/textproc/urlview X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 16:47:14 -0000 Author: bapt Date: Wed Oct 12 16:47:13 2016 New Revision: 423874 URL: https://svnweb.freebsd.org/changeset/ports/423874 Log: Fix default command Before urlview was trying to run /usr/local/etc/urlview/firefox Now it properly calls firefox Modified: head/textproc/urlview/Makefile Modified: head/textproc/urlview/Makefile ============================================================================== --- head/textproc/urlview/Makefile Wed Oct 12 16:37:17 2016 (r423873) +++ head/textproc/urlview/Makefile Wed Oct 12 16:47:13 2016 (r423874) @@ -3,6 +3,7 @@ PORTNAME= urlview PORTVERSION= 0.9.20131021 +PORTREVISION= 1 CATEGORIES= textproc www MAINTAINER= udvzsolt@gmail.com @@ -22,7 +23,7 @@ PLIST_FILES= bin/urlview \ post-patch: @${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \ - -e 's/url_handler.sh/firefox/' \ + -e 's/DEFAULT_COMMAND.*url_handler.sh/DEFAULT_COMMAND "firefox/' \ ${WRKSRC}/* do-install: From owner-svn-ports-head@freebsd.org Wed Oct 12 16:58:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E21BC0F91F; Wed, 12 Oct 2016 16:58:43 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 371D86AF; Wed, 12 Oct 2016 16:58:43 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-it0-x22f.google.com with SMTP id e203so94013471itc.0; Wed, 12 Oct 2016 09:58:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=enDQIikxmDX5IrAwWDBMhQnGMBsgOnikZnnMsqfF3Mo=; b=S2tFo5eTpekQgXvULAbV9F3xyIxcphNhJ9IkwkuHGgW5JoLjIxXdBQ69vCzevaH/lt D+Igew2G7quE063ex8D8E4guvIK30z4xvHDVmOM+oib93vzmnL0wjx/qCrsvm/Ybs0mj Sp7o8sEh8VdzZiWa4nlhvxHt7upkDqq1Cix5VKmiW7lsJaf1iVWgQn8xdDd7dImBLwcz 7PhrAT/xWqcKGS2Ff1IEtQaldO5kxixM2C50NDWu+A4WkFrjOnqy0lbsv+sbJ1Ty2EUi wL4C8jCoN4R0zYVXhg/RaLcEwh2ZBK6XbKozlr2StRpWGQRC+TwWa9zjxBVY5/8QBmL6 UM9w== 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; bh=enDQIikxmDX5IrAwWDBMhQnGMBsgOnikZnnMsqfF3Mo=; b=eBcCvsYigDvXFA8pVe4AY5ktQThlmbBo8riXMYpMs631zCYwsuwCDs7EtncRHnFR+S 1HI+wO7ysAyzE5a+49WW4yRRWq4i7tq4k3xvcEx7o8LGymSCPyekj/gzr/q21aEaSh6W IGCNuFbfh3Ib0SNvWMDvUvyAtsnn25W6tuSryiwWOcfnqwqdtIlQAkd4f5Qn9Jpb3LZc lbFt8CFbD9VQKRE1Skj3kxCdHsLMFbyGfQAD+3zHNizFO9VOOXZWm7t6mLufNuKECRsY b4aVDWBQrL4XAZqE+gMOTOYWo1V9rqCFg9K6QMP8qtdmGtnqtfyVQKpX+yoPskxm78jK nWEg== X-Gm-Message-State: AA6/9Rm3OLwSMCsNZURVzSgq0ALw+Z+B6fzhjFNCDvFZjeaM7LZHF2Mi8UjjkTSSQeW5kIVQf/VtQFCOJIh5Bg== X-Received: by 10.36.115.72 with SMTP id y69mr2556159itb.52.1476291522533; Wed, 12 Oct 2016 09:58:42 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.130.148 with HTTP; Wed, 12 Oct 2016 09:58:41 -0700 (PDT) In-Reply-To: References: <201610080820.u988KG6W067951@repo.freebsd.org> From: Antoine Brodin Date: Wed, 12 Oct 2016 18:58:41 +0200 X-Google-Sender-Auth: mitDSR-Ixv4yElwIwtpbA5qXPOY Message-ID: Subject: Re: svn commit: r423494 - head/databases/hbase To: Dmitry Sivachenko Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 16:58:43 -0000 On Wed, Oct 12, 2016 at 6:07 PM, Dmitry Sivachenko wrote: > >> On 08 Oct 2016, at 11:20, Antoine Brodin wrote: >> >> Author: antoine >> Date: Sat Oct 8 08:20:16 2016 >> New Revision: 423494 >> URL: https://svnweb.freebsd.org/changeset/ports/423494 >> >> Log: >> Mark BROKEN: fails to build >> >> [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.4.0:exec (concat-NOTICE-files) on project hbase-assembly: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1] >> > > > Interesting when (and why) it broke, because it was packaging fine some time ago... Diffing between a successful and a failed log, it seems that the version of bash changed. Cheers, Antoine From owner-svn-ports-head@freebsd.org Wed Oct 12 17:24:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69CE6C0F0B9; Wed, 12 Oct 2016 17:24:00 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 274D57E1; Wed, 12 Oct 2016 17:24:00 +0000 (UTC) (envelope-from grembo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CHNxmJ092530; Wed, 12 Oct 2016 17:23:59 GMT (envelope-from grembo@FreeBSD.org) Received: (from grembo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CHNvxu092510; Wed, 12 Oct 2016 17:23:57 GMT (envelope-from grembo@FreeBSD.org) Message-Id: <201610121723.u9CHNvxu092510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: grembo set sender to grembo@FreeBSD.org using -f From: Michael Gmelin Date: Wed, 12 Oct 2016 17:23:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423875 - in head/devel: ice ice/files py-ice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 17:24:00 -0000 Author: grembo Date: Wed Oct 12 17:23:57 2016 New Revision: 423875 URL: https://svnweb.freebsd.org/changeset/ports/423875 Log: Update ice ports to 3.6.3 A few critical patches got merged upstream, a few new were required to maintain LibreSSL support and fix other new issues. Note that slice2py moved from devel/py-ice to devel/ice. Approved by: mentors (implicit) Added: head/devel/ice/files/patch-cpp-src-IceSSL-Util.cpp (contents, props changed) head/devel/ice/files/patch-cpp-src-IceUtil-Cond.cpp (contents, props changed) head/devel/ice/files/patch-cpp-test-Slice-unicodePaths-run.py (contents, props changed) head/devel/ice/files/patch-python-test-Slice-unicodePaths-run.py (contents, props changed) Deleted: head/devel/ice/files/patch-cpp-include-IceUtil-IconvStringConverter.h head/devel/ice/files/patch-cpp-src-Ice-Network.cpp head/devel/ice/files/patch-cpp-src-Ice-StreamSocket.cpp head/devel/ice/files/patch-cpp-src-IceGrid-Parser.cpp head/devel/ice/files/patch-cpp-test-IceGrid-simple-AllTests.cpp head/devel/ice/files/patch-scripts-icehashpassword.py Modified: head/devel/ice/Makefile head/devel/ice/distinfo head/devel/ice/files/patch-config-Make.common.rules head/devel/ice/files/patch-cpp-config-Make.rules head/devel/ice/files/patch-cpp-src-Glacier2CryptPermissionsVerifier-CryptPermissionsVerifierI.cpp head/devel/ice/files/patch-cpp-src-IceSSL-Makefile head/devel/ice/files/patch-cpp-src-IceSSL-OpenSSLEngine.cpp head/devel/ice/files/patch-cpp-test-Ice-objects-Makefile head/devel/ice/files/patch-cpp-test-IceGrid-deployer-AllTests.cpp head/devel/ice/files/patch-cpp-test-IceSSL-configuration-AllTests.cpp head/devel/ice/files/patch-cpp-test-IceSSL-configuration-run.py head/devel/ice/files/patch-php-config-Make.rules.php head/devel/ice/files/patch-scripts-TestUtil.py head/devel/ice/pkg-plist head/devel/py-ice/Makefile head/devel/py-ice/pkg-plist Modified: head/devel/ice/Makefile ============================================================================== --- head/devel/ice/Makefile Wed Oct 12 16:47:13 2016 (r423874) +++ head/devel/ice/Makefile Wed Oct 12 17:23:57 2016 (r423875) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Ice -PORTVERSION= 3.6.2 -PORTREVISION= 1 +PORTVERSION= 3.6.3 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/ice/distinfo ============================================================================== --- head/devel/ice/distinfo Wed Oct 12 16:47:13 2016 (r423874) +++ head/devel/ice/distinfo Wed Oct 12 17:23:57 2016 (r423875) @@ -1,2 +1,3 @@ -SHA256 (zeroc-ice-Ice-v3.6.2_GH0.tar.gz) = 5e9305a5eb6081c8f128d63a5546158594e9f115174fc91208f645dbe2fc02fe -SIZE (zeroc-ice-Ice-v3.6.2_GH0.tar.gz) = 5393239 +TIMESTAMP = 1476218141 +SHA256 (zeroc-ice-Ice-v3.6.3_GH0.tar.gz) = 82ff74e6d24d9fa396dbb4d9697dc183b17bc9c3f6f076fecdc05632be80a2dc +SIZE (zeroc-ice-Ice-v3.6.3_GH0.tar.gz) = 5512741 Modified: head/devel/ice/files/patch-config-Make.common.rules ============================================================================== --- head/devel/ice/files/patch-config-Make.common.rules Wed Oct 12 16:47:13 2016 (r423874) +++ head/devel/ice/files/patch-config-Make.common.rules Wed Oct 12 17:23:57 2016 (r423875) @@ -1,5 +1,5 @@ ---- config/Make.common.rules.orig 2015-06-23 15:30:20.000000000 +0000 -+++ config/Make.common.rules 2015-06-27 23:55:59.468049240 +0000 +--- config/Make.common.rules.orig 2016-10-05 16:59:08.000000000 +0200 ++++ config/Make.common.rules 2016-10-11 22:39:50.774367911 +0200 @@ -19,7 +19,8 @@ SHORT_VERSION = 3.6 SOVERSION = 36 @@ -10,7 +10,7 @@ INSTALL_PROGRAM = ${INSTALL} INSTALL_LIBRARY = ${INSTALL} INSTALL_DATA = ${INSTALL} -@@ -49,13 +50,13 @@ +@@ -53,13 +54,13 @@ # # usr_dir_install means we want to install with a /usr style layout. # @@ -31,33 +31,20 @@ # # A /usr style layout can be forced by setting USR_DIR_INSTALL=yes. -@@ -461,20 +463,24 @@ - then \ - ln -s Ice-$(VERSION)/slice $(DESTDIR)/$(prefix)/share/slice ; \ - fi ; \ -+ fi -+ -+ @if test -d $(DESTDIR)$(install_slicedir) ; \ -+ then \ - cd $(top_srcdir)/../slice ; \ - for subdir in * ; \ - do \ - echo "Copying slice/$$subdir to $(DESTDIR)$(install_slicedir)..." ; \ - cp -fpr $$subdir $(DESTDIR)$(install_slicedir) ; \ - done ; \ -- fi -+ fi +@@ -507,12 +508,12 @@ + fi ; \ + fi - @if test ! -f $(DESTDIR)$(install_docdir)/ICE_LICENSE$(TEXT_EXTENSION) ; \ + @if test ! -f $(DESTDIR)$(install_slicedir)/ICE_LICENSE$(TEXT_EXTENSION) ; \ then \ -- $(call installdata,$(top_srcdir)/../ICE_LICENSE$(TEXT_EXTENSION),$(DESTDIR)$(install_docdir)) ; \ -+ $(call installdata,$(top_srcdir)/../ICE_LICENSE$(TEXT_EXTENSION),$(DESTDIR)$(install_slicedir)) ; \ +- $(call installdata,$(top_srcdir)/../ICE_LICENSE$(TEXT_EXTENSION),$(DESTDIR)$(install_docdir)) ; \ ++ $(call installdata,$(top_srcdir)/../ICE_LICENSE$(TEXT_EXTENSION),$(DESTDIR)$(install_slicedir)) ; \ fi - @if test ! -f $(DESTDIR)$(install_docdir)/LICENSE$(TEXT_EXTENSION) ; \ + @if test ! -f $(DESTDIR)$(install_slicedir)/LICENSE$(TEXT_EXTENSION) ; \ then \ -- $(call installdata,$(top_srcdir)/../LICENSE$(TEXT_EXTENSION),$(DESTDIR)$(install_docdir)) ; \ -+ $(call installdata,$(top_srcdir)/../LICENSE$(TEXT_EXTENSION),$(DESTDIR)$(install_slicedir)) ; \ +- $(call installdata,$(top_srcdir)/../LICENSE$(TEXT_EXTENSION),$(DESTDIR)$(install_docdir)) ; \ ++ $(call installdata,$(top_srcdir)/../LICENSE$(TEXT_EXTENSION),$(DESTDIR)$(install_slicedir)) ; \ fi Modified: head/devel/ice/files/patch-cpp-config-Make.rules ============================================================================== --- head/devel/ice/files/patch-cpp-config-Make.rules Wed Oct 12 16:47:13 2016 (r423874) +++ head/devel/ice/files/patch-cpp-config-Make.rules Wed Oct 12 17:23:57 2016 (r423875) @@ -26,12 +26,3 @@ endif endif endif -@@ -381,7 +381,7 @@ - .cpp.o: - $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $< - @mkdir -p .depend -- @$(CXX) -DMAKEDEPEND -MM $(CPPFLAGS) $< > .depend/$(*F).d -+ @$(CXX) -DMAKEDEPEND -MM $(CPPFLAGS) $(CXXFLAGS) $< > .depend/$(*F).d - - .c.o: - $(CC) -c $(CPPFLAGS) $(CFLAGS) $< Modified: head/devel/ice/files/patch-cpp-src-Glacier2CryptPermissionsVerifier-CryptPermissionsVerifierI.cpp ============================================================================== --- head/devel/ice/files/patch-cpp-src-Glacier2CryptPermissionsVerifier-CryptPermissionsVerifierI.cpp Wed Oct 12 16:47:13 2016 (r423874) +++ head/devel/ice/files/patch-cpp-src-Glacier2CryptPermissionsVerifier-CryptPermissionsVerifierI.cpp Wed Oct 12 17:23:57 2016 (r423875) @@ -1,64 +1,11 @@ ---- cpp/src/Glacier2CryptPermissionsVerifier/CryptPermissionsVerifierI.cpp.orig 2015-06-23 15:30:20.000000000 +0000 -+++ cpp/src/Glacier2CryptPermissionsVerifier/CryptPermissionsVerifierI.cpp 2015-06-27 17:04:09.625743300 +0000 -@@ -17,6 +17,8 @@ - - #if defined(__GLIBC__) - # include -+#elif defined(__FreeBSD__) -+# include - #elif defined(__APPLE__) - # include - # include -@@ -33,6 +35,28 @@ - namespace - { - -+#if defined(__FreeBSD__) -+IceUtil::Mutex* _staticMutex = 0; -+ -+class Init -+{ -+public: -+ -+ Init() -+ { -+ _staticMutex = new IceUtil::Mutex; -+ } -+ -+ ~Init() -+ { -+ delete _staticMutex; -+ _staticMutex = 0; -+ } -+}; -+ -+Init init; -+#endif -+ - class CryptPermissionsVerifierI : public PermissionsVerifier - { - public: -@@ -140,7 +164,7 @@ - { - return false; - } --#if defined(__GLIBC__) -+#if defined(__GLIBC__) || defined(__FreeBSD__) - size_t i = p->second.rfind('$'); - string salt; - if(i == string::npos) -@@ -162,9 +186,14 @@ - return false; - } - } -+# if defined(__GLIBC__) - struct crypt_data data; - data.initialized = 0; +--- cpp/src/Glacier2CryptPermissionsVerifier/CryptPermissionsVerifierI.cpp~ 2016-10-05 16:59:08.000000000 +0200 ++++ cpp/src/Glacier2CryptPermissionsVerifier/CryptPermissionsVerifierI.cpp 2016-10-11 23:40:30.829983908 +0200 +@@ -200,7 +200,7 @@ return p->second == crypt_r(password.c_str(), salt.c_str(), &data); -+# else -+ IceUtilInternal::MutexPtrLock lock(_staticMutex); + # else + IceUtilInternal::MutexPtrLock lock(_staticMutex); +- return p->second == crypt(password.c_str(), salt.c_str()) + return p->second == crypt(password.c_str(), salt.c_str()); -+# endif - #elif defined(__APPLE__) || defined(_WIN32) + # endif + #elif defined(__APPLE__) || defined(_WIN32) // - // Pbkdf2 string format: Modified: head/devel/ice/files/patch-cpp-src-IceSSL-Makefile ============================================================================== --- head/devel/ice/files/patch-cpp-src-IceSSL-Makefile Wed Oct 12 16:47:13 2016 (r423874) +++ head/devel/ice/files/patch-cpp-src-IceSSL-Makefile Wed Oct 12 17:23:57 2016 (r423875) @@ -4,8 +4,8 @@ CPPFLAGS := -I.. $(CPPFLAGS) -DICE_SSL_API_EXPORTS $(OPENSSL_FLAGS) SLICE2CPPFLAGS := --ice --include-dir IceSSL --dll-export ICE_SSL_API $(SLICE2CPPFLAGS) --LINKWITH := $(BZIP2_RPATH_LINK) -lIce -lIceUtil $(SSL_OS_LIBS) $(CXXLIBS) -+LINKWITH := $(BZIP2_RPATH_LINK) -lIce -lIceUtil $(OPENSSL_RPATH_LINK) $(SSL_OS_LIBS) $(CXXLIBS) +-LINKWITH := $(BZIP2_RPATH_LINK) -lIce -lIceUtil $(SSL_OS_LIBS) $(CXXLIBS) ++LINKWITH := $(BZIP2_RPATH_LINK) -lIce -lIceUtil $(OPENSSL_RPATH_LINK) $(SSL_OS_LIBS) $(CXXLIBS) ifeq ($(STATICLIBS),yes) $(libdir)/$(LIBNAME): $(OBJS) Modified: head/devel/ice/files/patch-cpp-src-IceSSL-OpenSSLEngine.cpp ============================================================================== --- head/devel/ice/files/patch-cpp-src-IceSSL-OpenSSLEngine.cpp Wed Oct 12 16:47:13 2016 (r423874) +++ head/devel/ice/files/patch-cpp-src-IceSSL-OpenSSLEngine.cpp Wed Oct 12 17:23:57 2016 (r423875) @@ -1,6 +1,51 @@ ---- cpp/src/IceSSL/OpenSSLEngine.cpp.orig 2015-09-14 23:12:17.842563990 +0000 -+++ cpp/src/IceSSL/OpenSSLEngine.cpp 2015-09-14 23:13:21.929560990 +0000 -@@ -267,7 +267,9 @@ +--- cpp/src/IceSSL/OpenSSLEngine.cpp.orig 2016-10-05 16:59:08.000000000 +0200 ++++ cpp/src/IceSSL/OpenSSLEngine.cpp 2016-10-12 01:59:40.150375902 +0200 +@@ -43,7 +43,7 @@ + int instanceCount = 0; + bool initOpenSSL = false; + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + IceUtil::Mutex* locks = 0; + #endif + +@@ -62,7 +62,7 @@ + // OpenSSL 1.1.0 introduces a new thread API and removes + // the need to use a custom thread callback. + // +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + CRYPTO_set_locking_callback(0); + CRYPTO_set_id_callback(0); + +@@ -87,7 +87,7 @@ + // OpenSSL 1.1.0 introduces a new thread API and removes + // the need to use a custom thread callback. + // +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + // + // OpenSSL mutex callback. + // +@@ -158,7 +158,7 @@ + DH* + IceSSL_opensslDHCallback(SSL* ssl, int /*isExport*/, int keyLength) + { +-# if OPENSSL_VERSION_NUMBER >= 0x10100000L ++# if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + SSL_CTX* ctx = SSL_get_SSL_CTX(ssl); + # else + SSL_CTX* ctx = ssl->ctx; +@@ -219,7 +219,7 @@ + // + // OpenSSL 1.1.0 remove the need for library initialization and cleanup. + // +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + // + // Create the mutexes and set the callbacks. + // +@@ -292,7 +292,9 @@ string entropyDaemon = properties->getProperty("IceSSL.EntropyDaemon"); if(!entropyDaemon.empty()) { @@ -10,3 +55,30 @@ { throw PluginInitializationException(__FILE__, __LINE__, "IceSSL: EGD failure using file " + entropyDaemon); +@@ -326,7 +328,7 @@ + // + // OpenSSL 1.1.0 remove the need for library initialization and cleanup. + // +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + // + // Clean up OpenSSL resources. + // +@@ -399,7 +401,7 @@ + "IceSSL: unable to create SSL context:\n" + sslErrors()); + } + +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + int securityLevel = properties->getPropertyAsIntWithDefault(propPrefix + "SecurityLevel", -1); + if(securityLevel != -1) + { +@@ -954,7 +956,7 @@ + SSL_METHOD* + OpenSSLEngine::getMethod(int /*protocols*/) + { +-#if OPENSSL_VERSION_NUMBER >= 0x10100000L ++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + SSL_METHOD* meth = const_cast(TLS_method()); + #else + // Added: head/devel/ice/files/patch-cpp-src-IceSSL-Util.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ice/files/patch-cpp-src-IceSSL-Util.cpp Wed Oct 12 17:23:57 2016 (r423875) @@ -0,0 +1,29 @@ +--- cpp/src/IceSSL/Util.cpp~ 2016-10-05 16:59:08.000000000 +0200 ++++ cpp/src/IceSSL/Util.cpp 2016-10-12 01:55:08.517427902 +0200 +@@ -110,7 +110,7 @@ + { + + # ifndef OPENSSL_NO_DH +-# if OPENSSL_VERSION_NUMBER < 0x10100000L ++# if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + + // The following arrays are predefined Diffie Hellman group parameters. + // These are known strong primes, distributed with the OpenSSL library +@@ -338,7 +338,7 @@ + // + // Convert a predefined parameter set into a DH value. + // +-# if OPENSSL_VERSION_NUMBER >= 0x10100000L ++# if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + static DH* + convertDH(const unsigned char* buf, int len) + { +@@ -428,7 +428,7 @@ + // No match found. Use one of the predefined parameter sets instead. + // + IceUtil::Mutex::Lock sync(*this); +-# if OPENSSL_VERSION_NUMBER >= 0x10100000L ++# if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + if(keyLength >= 4096) + { + if(!_dh4096) Added: head/devel/ice/files/patch-cpp-src-IceUtil-Cond.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ice/files/patch-cpp-src-IceUtil-Cond.cpp Wed Oct 12 17:23:57 2016 (r423875) @@ -0,0 +1,11 @@ +--- cpp/src/IceUtil/Cond.cpp.orig 2016-10-12 00:34:17.622732906 +0200 ++++ cpp/src/IceUtil/Cond.cpp 2016-10-12 00:34:40.133725906 +0200 +@@ -332,7 +332,7 @@ + throw ThreadSyscallException(__FILE__, __LINE__, rc); + } + +-#if !defined(__hppa) && !defined(__APPLE__) && !defined(__FreeBSD__) ++#if !defined(__hppa) && !defined(__APPLE__) + rc = pthread_condattr_setclock(&attr, CLOCK_MONOTONIC); + if(rc != 0) + { Modified: head/devel/ice/files/patch-cpp-test-Ice-objects-Makefile ============================================================================== --- head/devel/ice/files/patch-cpp-test-Ice-objects-Makefile Wed Oct 12 16:47:13 2016 (r423874) +++ head/devel/ice/files/patch-cpp-test-Ice-objects-Makefile Wed Oct 12 17:23:57 2016 (r423875) @@ -1,17 +1,14 @@ ---- cpp.orig/test/Ice/objects/Makefile.orig 2016-04-05 23:00:02.156584966 +0200 -+++ cpp/test/Ice/objects/Makefile 2016-04-05 23:44:31.611624964 +0200 -@@ -12,9 +12,9 @@ +--- cpp/test/Ice/objects/Makefile.orig 2016-10-05 16:59:08.000000000 +0200 ++++ cpp/test/Ice/objects/Makefile 2016-10-11 23:05:25.082085910 +0200 +@@ -12,7 +12,7 @@ CLIENT = $(call mktestname,client) SERVER = $(call mktestname,server) COLLOCATED = $(call mktestname,collocated) -TESTLIBNAME = libTestDerived.a +TESTLIBNAME = libTestDerived.so --TARGETS = $(CLIENT) $(SERVER) $(COLLOCATED) -+TARGETS = $(CLIENT) $(SERVER) $(COLLOCATED) $(TESTLIBNAME) + TARGETS = $(CLIENT) $(SERVER) $(COLLOCATED) $(TESTLIBNAME) - SLICE_OBJS = Test.o \ - Derived.o \ @@ -47,11 +47,11 @@ $(TESTLIBNAME): $(SLICE_OBJS) Modified: head/devel/ice/files/patch-cpp-test-IceGrid-deployer-AllTests.cpp ============================================================================== --- head/devel/ice/files/patch-cpp-test-IceGrid-deployer-AllTests.cpp Wed Oct 12 16:47:13 2016 (r423874) +++ head/devel/ice/files/patch-cpp-test-IceGrid-deployer-AllTests.cpp Wed Oct 12 17:23:57 2016 (r423875) @@ -1,5 +1,5 @@ ---- cpp/test/IceGrid/deployer/AllTests.cpp.orig 2015-07-04 13:12:57.306420997 +0200 -+++ cpp/test/IceGrid/deployer/AllTests.cpp 2015-07-04 13:13:30.146599997 +0200 +--- cpp/test/IceGrid/deployer/AllTests.cpp.orig 2016-10-05 16:59:08.000000000 +0200 ++++ cpp/test/IceGrid/deployer/AllTests.cpp 2016-10-11 23:09:05.053078910 +0200 @@ -126,21 +126,21 @@ // // Test with empty file. @@ -48,7 +48,7 @@ test(it->read(1024, lines) && lines.empty()); test(it->read(1024, lines) && lines.empty()); it->destroy(); - + - it = session->openServerLog("LogServer", testDir + "/log2.txt", 1); + it = session->openServerLog("LogServer", testDir + "/db/log2.txt", 1); test(it->read(1024, lines) && lines.size() == 1); @@ -64,7 +64,7 @@ @@ -195,37 +195,37 @@ // // Test with log file with one line with EOL on last line. - // + // - string path = testDir + "/log3.txt"; + string path = testDir + "/db/log3.txt"; ofstream os(path.c_str()); @@ -84,7 +84,7 @@ test(it->read(1024, lines) && lines.empty()); test(it->read(1024, lines) && lines.empty()); it->destroy(); - + - it = session->openServerLog("LogServer", testDir + "/log3.txt", 1); + it = session->openServerLog("LogServer", testDir + "/db/log3.txt", 1); test(it->read(1024, lines) && lines.size() == 2); @@ -131,7 +131,7 @@ test(it->read(1024, lines) && lines.empty()); test(it->read(1024, lines) && lines.empty()); it->destroy(); - + - it = session->openServerLog("LogServer", testDir + "/log4.txt", 1); + it = session->openServerLog("LogServer", testDir + "/db/log4.txt", 1); test(it->read(1024, lines) && lines.size() == 2); @@ -182,7 +182,7 @@ test(it->read(1024, lines) && lines.size() == 2 && isLongLineEnd(lines[0]) && lines[1].empty()); test(it->read(1024, lines) && lines.empty()); it->destroy(); - + - it = session->openServerLog("LogServer", testDir + "/log1.txt", 2); + it = session->openServerLog("LogServer", testDir + "/db/log1.txt", 2); test(!it->read(1024, lines) && lines.size() == 1 && isLongLineStart(lines[0])); Modified: head/devel/ice/files/patch-cpp-test-IceSSL-configuration-AllTests.cpp ============================================================================== --- head/devel/ice/files/patch-cpp-test-IceSSL-configuration-AllTests.cpp Wed Oct 12 16:47:13 2016 (r423874) +++ head/devel/ice/files/patch-cpp-test-IceSSL-configuration-AllTests.cpp Wed Oct 12 17:23:57 2016 (r423875) @@ -1,18 +1,22 @@ ---- cpp/test/IceSSL/configuration/AllTests.cpp.orig 2015-06-23 15:30:20.000000000 +0000 -+++ cpp/test/IceSSL/configuration/AllTests.cpp 2015-09-15 00:15:34.865304987 +0000 -@@ -3164,6 +3184,7 @@ +--- cpp/test/IceSSL/configuration/AllTests.cpp.orig 2016-10-05 16:59:08.000000000 +0200 ++++ cpp/test/IceSSL/configuration/AllTests.cpp 2016-10-12 01:57:47.897380902 +0200 +@@ -27,7 +27,7 @@ + // + // With OpenSSL 1.1.0 we need to set SECLEVEL=0 to allow ADH ciphers + // +-# if OPENSSL_VERSION_NUMBER >= 0x10100000L ++# if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) + const string anonCiphers = "ADH:@SECLEVEL=0"; + # else + const string anonCiphers = "ADH"; +@@ -3215,9 +3215,7 @@ #endif } +-#ifndef _AIX +- // On AIX 6.1, the default root certificates don't validate demo.zeroc.com +- +#if 0 // we don't want to talk to zeroc while building cout << "testing system CAs... " << flush; { InitializationData initData; -@@ -3208,6 +3229,7 @@ - comm->destroy(); - } - cout << "ok" << endl; -+#endif - - if(shutdown) - { Modified: head/devel/ice/files/patch-cpp-test-IceSSL-configuration-run.py ============================================================================== --- head/devel/ice/files/patch-cpp-test-IceSSL-configuration-run.py Wed Oct 12 16:47:13 2016 (r423874) +++ head/devel/ice/files/patch-cpp-test-IceSSL-configuration-run.py Wed Oct 12 17:23:57 2016 (r423875) @@ -9,15 +9,6 @@ cleanup() atexit.register(cleanup) -@@ -43,7 +43,7 @@ - os.system("security create-keychain -p password %s" % keychainPath) - for cert in ["s_rsa_ca1.p12", "c_rsa_ca1.p12"]: - os.system("security import %s -f pkcs12 -A -P password -k %s" % (os.path.join(certsPath, cert), keychainPath)) --elif TestUtil.isLinux(): -+elif TestUtil.isLinux() or TestUtil.isFreeBSD(): - # - # Create copies of the CA certificates named after the subject - # hash. This is used by the tests to find the CA certificates in @@ -51,6 +51,6 @@ # for c in ["cacert1.pem", "cacert2.pem"]: Added: head/devel/ice/files/patch-cpp-test-Slice-unicodePaths-run.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ice/files/patch-cpp-test-Slice-unicodePaths-run.py Wed Oct 12 17:23:57 2016 (r423875) @@ -0,0 +1,11 @@ +--- cpp/test/Slice/unicodePaths/run.py.orig 2016-10-05 16:59:08.000000000 +0200 ++++ cpp/test/Slice/unicodePaths/run.py 2016-10-12 12:01:29.065901876 +0200 +@@ -26,7 +26,7 @@ + print("failed!") + sys.exit(1) + +-if TestUtil.isAIX() or TestUtil.isLinux(): ++if TestUtil.isAIX() or TestUtil.isLinux() or TestUtil.isFreeBSD(): + encoding = locale.getdefaultlocale()[1] + if encoding != "UTF-8": + print("Please set LC_ALL to xx_xx.UTF-8, for example FR_FR.UTF-8") Modified: head/devel/ice/files/patch-php-config-Make.rules.php ============================================================================== --- head/devel/ice/files/patch-php-config-Make.rules.php Wed Oct 12 16:47:13 2016 (r423874) +++ head/devel/ice/files/patch-php-config-Make.rules.php Wed Oct 12 17:23:57 2016 (r423875) @@ -9,7 +9,7 @@ - install_libdir = $(prefix)/php -else - install_phpdir = $(prefix)/share/php -- install_libdir = $(shell php -r "echo(ini_get('extension_dir'));") +- install_libdir = $(shell $(PHP_CONFIG) --extension-dir) -endif +install_phpdir = $(prefix)/share/pear +install_libdir = $(prefix)/lib/php/$(PHP_EXT_DIR) Added: head/devel/ice/files/patch-python-test-Slice-unicodePaths-run.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ice/files/patch-python-test-Slice-unicodePaths-run.py Wed Oct 12 17:23:57 2016 (r423875) @@ -0,0 +1,11 @@ +--- python/test/Slice/unicodePaths/run.py.orig 2016-10-05 16:59:08.000000000 +0200 ++++ python/test/Slice/unicodePaths/run.py 2016-10-12 12:00:24.045889876 +0200 +@@ -26,7 +26,7 @@ + print("failed!") + sys.exit(1) + +-if TestUtil.isAIX() or TestUtil.isLinux(): ++if TestUtil.isAIX() or TestUtil.isLinux() or TestUtil.isFreeBSD(): + encoding = locale.getdefaultlocale()[1] + if encoding != "UTF-8": + print("Please set LC_ALL to xx_xx.UTF-8, for example FR_FR.UTF-8") Modified: head/devel/ice/files/patch-scripts-TestUtil.py ============================================================================== --- head/devel/ice/files/patch-scripts-TestUtil.py Wed Oct 12 16:47:13 2016 (r423874) +++ head/devel/ice/files/patch-scripts-TestUtil.py Wed Oct 12 17:23:57 2016 (r423875) @@ -1,8 +1,8 @@ ---- scripts/TestUtil.py.orig 2015-06-23 15:30:20.000000000 +0000 -+++ scripts/TestUtil.py 2015-06-27 10:59:56.354249500 +0000 -@@ -120,6 +120,25 @@ - def isSles(): - return isLinux() and linuxDistribution and linuxDistribution == "SUSE LINUX" +--- scripts/TestUtil.py.orig 2016-10-05 16:59:08.000000000 +0200 ++++ scripts/TestUtil.py 2016-10-11 23:30:25.933993909 +0200 +@@ -145,6 +145,25 @@ + def iceUseOpenSSL(): + return any(sys.platform.startswith(p) for p in ["linux", "freebsd"]) +def isFreeBSD(): + return sys.platform.startswith("freebsd") @@ -26,7 +26,7 @@ def getCppCompiler(): compiler = "" if os.environ.get("CPP_COMPILER", "") != "": -@@ -324,7 +324,7 @@ +@@ -340,7 +359,7 @@ print("uname failed:\n" + p.stdout.read().strip()) sys.exit(1) line = p.stdout.readline().decode('UTF-8').strip() @@ -35,17 +35,17 @@ x64 = True elif line == "armv7l": armv7l = True -@@ -1887,7 +1906,7 @@ - if lang == "java": - addLdPath(os.path.join(getIceDir("cpp"), "bin", "x64" if x64 else ""), env) # Add bin for db53_vc100.dll +@@ -2013,7 +2032,7 @@ + addLdPath(getCppLibDir(lang), env) + elif isAIX(): addLdPath(getCppLibDir(lang), env) - elif lang in ["python", "ruby", "php", "js", "objective-c"]: + elif lang in ["cpp", "python", "ruby", "php", "js", "objective-c"]: + # C++ binaries use rpath $ORIGIN or similar to find the Ice libraries addLdPath(getCppLibDir(lang), env) - if lang == "java": -@@ -2233,6 +2252,14 @@ - print("%s*** test not supported under Darwin%s" % (prefix, suffix)) +@@ -2366,6 +2385,14 @@ + print("%s*** test not supported under Yocto%s" % (prefix, suffix)) continue + if isFreeBSD() and "nofreebsd" in config: Modified: head/devel/ice/pkg-plist ============================================================================== --- head/devel/ice/pkg-plist Wed Oct 12 16:47:13 2016 (r423874) +++ head/devel/ice/pkg-plist Wed Oct 12 17:23:57 2016 (r423875) @@ -20,6 +20,7 @@ bin/slice2html bin/slice2java bin/slice2js bin/slice2php +bin/slice2py bin/transformdb include/Freeze/BackgroundSaveEvictor.h include/Freeze/Catalog.h @@ -240,49 +241,49 @@ include/Slice/PythonUtil.h include/Slice/RubyUtil.h include/Slice/Util.h lib/libFreeze.so -lib/libFreeze.so.3.6.2 +lib/libFreeze.so.3.6.3 lib/libFreeze.so.36 lib/libGlacier2.so -lib/libGlacier2.so.3.6.2 +lib/libGlacier2.so.3.6.3 lib/libGlacier2.so.36 lib/libGlacier2CryptPermissionsVerifier.so -lib/libGlacier2CryptPermissionsVerifier.so.3.6.2 +lib/libGlacier2CryptPermissionsVerifier.so.3.6.3 lib/libGlacier2CryptPermissionsVerifier.so.36 lib/libIce.so -lib/libIce.so.3.6.2 +lib/libIce.so.3.6.3 lib/libIce.so.36 lib/libIceBox.so -lib/libIceBox.so.3.6.2 +lib/libIceBox.so.3.6.3 lib/libIceBox.so.36 lib/libIceDiscovery.so -lib/libIceDiscovery.so.3.6.2 +lib/libIceDiscovery.so.3.6.3 lib/libIceDiscovery.so.36 lib/libIceGrid.so -lib/libIceGrid.so.3.6.2 +lib/libIceGrid.so.3.6.3 lib/libIceGrid.so.36 lib/libIceLocatorDiscovery.so -lib/libIceLocatorDiscovery.so.3.6.2 +lib/libIceLocatorDiscovery.so.3.6.3 lib/libIceLocatorDiscovery.so.36 lib/libIcePatch2.so -lib/libIcePatch2.so.3.6.2 +lib/libIcePatch2.so.3.6.3 lib/libIcePatch2.so.36 lib/libIceSSL.so -lib/libIceSSL.so.3.6.2 +lib/libIceSSL.so.3.6.3 lib/libIceSSL.so.36 lib/libIceStorm.so -lib/libIceStorm.so.3.6.2 +lib/libIceStorm.so.3.6.3 lib/libIceStorm.so.36 lib/libIceStormService.so -lib/libIceStormService.so.3.6.2 +lib/libIceStormService.so.3.6.3 lib/libIceStormService.so.36 lib/libIceUtil.so -lib/libIceUtil.so.3.6.2 +lib/libIceUtil.so.3.6.3 lib/libIceUtil.so.36 lib/libIceXML.so -lib/libIceXML.so.3.6.2 +lib/libIceXML.so.3.6.3 lib/libIceXML.so.36 lib/libSlice.so -lib/libSlice.so.3.6.2 +lib/libSlice.so.3.6.3 lib/libSlice.so.36 man/man1/dumpdb.1.gz man/man1/glacier2router.1.gz @@ -306,6 +307,7 @@ man/man1/slice2html.1.gz man/man1/slice2java.1.gz man/man1/slice2js.1.gz man/man1/slice2php.1.gz +man/man1/slice2py.1.gz man/man1/transformdb.1.gz %%DATADIR%%/Freeze/BackgroundSaveEvictor.ice %%DATADIR%%/Freeze/CatalogData.ice Modified: head/devel/py-ice/Makefile ============================================================================== --- head/devel/py-ice/Makefile Wed Oct 12 16:47:13 2016 (r423874) +++ head/devel/py-ice/Makefile Wed Oct 12 17:23:57 2016 (r423875) @@ -37,8 +37,5 @@ post-install: -exec ${CHMOD} u+w {} \; @${PYTHON_CMD} -m compileall -d ${PYSITEDIR}/Ice ${STAGEDIR}${PYSITEDIR}/Ice @${PYTHON_CMD} -O -m compileall -d ${PYSITEDIR}/Ice ${STAGEDIR}${PYSITEDIR}/Ice - ${INSTALL_MAN} ${WRKSRC}/man/man1/slice2py.1 ${STAGEDIR}${PREFIX}/man/man1 - ${INSTALL_SCRIPT} ${BUILD_WRKSRC}/config/s2py.py \ - ${STAGEDIR}${PREFIX}/bin/slice2py .include "${MASTERDIR}/Makefile" Modified: head/devel/py-ice/pkg-plist ============================================================================== --- head/devel/py-ice/pkg-plist Wed Oct 12 16:47:13 2016 (r423874) +++ head/devel/py-ice/pkg-plist Wed Oct 12 17:23:57 2016 (r423875) @@ -206,5 +206,3 @@ %%PYTHON_SITELIBDIR%%/Ice/Ice_ServantLocator_ice.py %%PYTHON_SITELIBDIR%%/Ice/Ice_SliceChecksumDict_ice.py %%PYTHON_SITELIBDIR%%/Ice/Ice_Version_ice.py -bin/slice2py -man/man1/slice2py.1.gz From owner-svn-ports-head@freebsd.org Wed Oct 12 17:50:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5403C0F5C9; Wed, 12 Oct 2016 17:50:29 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 821A932F; Wed, 12 Oct 2016 17:50:29 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CHoSSM000408; Wed, 12 Oct 2016 17:50:28 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CHoSeG000405; Wed, 12 Oct 2016 17:50:28 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610121750.u9CHoSeG000405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 12 Oct 2016 17:50:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423876 - in head/math/superlu: . 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 17:50:29 -0000 Author: pawel Date: Wed Oct 12 17:50:28 2016 New Revision: 423876 URL: https://svnweb.freebsd.org/changeset/ports/423876 Log: - Update to version 5.2.1 [1] - Add OPENBLAS option [1] - Simplify PLIST_SUB generation PR: 213352 [1] Submitted by: dieterich@ogolem.org [1] Added: head/math/superlu/files/ head/math/superlu/files/patch-SRC_CMakeLists.txt (contents, props changed) Modified: head/math/superlu/Makefile head/math/superlu/distinfo Modified: head/math/superlu/Makefile ============================================================================== --- head/math/superlu/Makefile Wed Oct 12 17:23:57 2016 (r423875) +++ head/math/superlu/Makefile Wed Oct 12 17:50:28 2016 (r423876) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= superlu -PORTVERSION= 5.2.0 +PORTVERSION= 5.2.1 CATEGORIES= math MASTER_SITES= http://crd-legacy.lbl.gov/~xiaoye/SuperLU/ \ http://crd-legacy.lbl.gov/~xiaoye/:doc @@ -16,11 +16,10 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt USES= cmake:outsource fortran - USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/SuperLU_${PORTVERSION} -PLIST_SUB= P_VERSION="${P_VERSION}" P_VER="${P_VER}" +PLIST_SUB= P_VERSION="${PORTVERSION}" P_VER="${PORTVERSION:R:R}" CMAKE_ARGS= -DUSE_XSDK_DEFAULTS:BOOL=ON \ -Denable_examples:BOOL=OFF @@ -29,7 +28,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS TEST OPTIONS_SINGLE= BLAS -OPTIONS_SINGLE_BLAS= ATLAS GOTOBLAS REFERENCE +OPTIONS_SINGLE_BLAS= ATLAS GOTOBLAS OPENBLAS REFERENCE OPTIONS_DEFAULT= REFERENCE ATLAS_USES= blaslapack:atlas @@ -40,13 +39,14 @@ DOCS_EXTRACT_ONLY= ${DISTNAME}${EXTRACT_ GOTOBLAS_DESC= GotoBLAS blas implementation GOTOBLAS_USES= blaslapack:gotoblas GOTOBLAS_CMAKE_ARGS= -DBLA_VENDOR:STRING="Goto" +OPENBLAS_DESC= OpenBLAS blas implementation +OPENBLAS_USES= blaslapack:openblas +OPENBLAS_CMAKE_ARGS= -DBLA_VENDOR:STRING="OpenBLAS" REFERENCE_DESC= Reference blas implementation REFERENCE_USES= blaslapack REFERENCE_CMAKE_ARGS= -DBLA_VENDOR:STRING="Generic" TEST_CMAKE_ARGS= -Denable_tests:BOOL=ON -P_VERSION= 5.1.1 -P_VER= ${P_VERSION:C/^([[:alnum:]]+).*/\1/} SLU_DOCS= SLU_general.ps.gz simax-29176.pdf post-patch: @@ -54,8 +54,6 @@ post-patch: '/CMAKE_C_FLAGS_RELEASE/s|^|#|' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e \ '/FFLAGS/s|FATAL_ERROR|WARNING|' ${WRKSRC}/cmake/XSDKDefaults.cmake - @${REINPLACE_CMD} -e \ - 's|\(/include\)$$|\1/superlu|' ${WRKSRC}/SRC/CMakeLists.txt post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/math/superlu/distinfo ============================================================================== --- head/math/superlu/distinfo Wed Oct 12 17:23:57 2016 (r423875) +++ head/math/superlu/distinfo Wed Oct 12 17:50:28 2016 (r423876) @@ -1,5 +1,6 @@ -SHA256 (superlu/superlu_5.2.0.tar.gz) = 065bb8bfea79f5d3ec09c2d091ec79050fcfc123fb2f38818d95f4d8f9e7ff6c -SIZE (superlu/superlu_5.2.0.tar.gz) = 2542410 +TIMESTAMP = 1476287508 +SHA256 (superlu/superlu_5.2.1.tar.gz) = 28fb66d6107ee66248d5cf508c79de03d0621852a0ddeba7301801d3d859f463 +SIZE (superlu/superlu_5.2.1.tar.gz) = 2560875 SHA256 (superlu/SLU_general.ps.gz) = 00d00cedfadd96a42014d22b30c0cc451a575d8d309774519068b11d4be1ebe5 SIZE (superlu/SLU_general.ps.gz) = 89463 SHA256 (superlu/simax-29176.pdf) = 1411a3976b932a834157064dbaf0cdda10763f321bae10eb6f18925432250226 Added: head/math/superlu/files/patch-SRC_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/superlu/files/patch-SRC_CMakeLists.txt Wed Oct 12 17:50:28 2016 (r423876) @@ -0,0 +1,11 @@ +--- SRC/CMakeLists.txt.orig 2016-05-22 15:58:44 UTC ++++ SRC/CMakeLists.txt +@@ -241,6 +241,6 @@ install(TARGETS superlu + ) + + install(FILES ${headers} +-# DESTINATION ${CMAKE_INSTALL_PREFIX}/include +- DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} ++ DESTINATION ${CMAKE_INSTALL_PREFIX}/include/superlu ++# DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} + ) From owner-svn-ports-head@freebsd.org Wed Oct 12 18:18:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7136C0FC29; Wed, 12 Oct 2016 18:18:25 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6E13233; Wed, 12 Oct 2016 18:18:25 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CIIOCb011574; Wed, 12 Oct 2016 18:18:24 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CIIOAp011570; Wed, 12 Oct 2016 18:18:24 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610121818.u9CIIOAp011570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Wed, 12 Oct 2016 18:18:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423877 - in head/devel: . arduino-ctags X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 18:18:26 -0000 Author: bsam Date: Wed Oct 12 18:18:24 2016 New Revision: 423877 URL: https://svnweb.freebsd.org/changeset/ports/423877 Log: Exuberant ctags mixed with anjuta-tags with patches applied by the Arduino team. WWW: https://github.com/arduino/ctags PR: 213398 Submitted by: bsdports@kyle-evans.net Added: head/devel/arduino-ctags/ head/devel/arduino-ctags/Makefile (contents, props changed) head/devel/arduino-ctags/distinfo (contents, props changed) head/devel/arduino-ctags/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 12 17:50:28 2016 (r423876) +++ head/devel/Makefile Wed Oct 12 18:18:24 2016 (r423877) @@ -96,6 +96,7 @@ SUBDIR += arcanist SUBDIR += arduino SUBDIR += arduino-builder + SUBDIR += arduino-ctags SUBDIR += arduino-glcd SUBDIR += arduino-irremote SUBDIR += arduino-mk Added: head/devel/arduino-ctags/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-ctags/Makefile Wed Oct 12 18:18:24 2016 (r423877) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= arduino-ctags +PORTVERSION= 5.8 +DISTVERSIONSUFFIX= -arduino10 +CATEGORIES= devel + +MAINTAINER= bsdports@kyle-evans.net +COMMENT= Feature-filled tagfile generator used by Arduino 1.6 + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +BINDIR= arduino/tools-builder/ctags/${PORTVERSION}${DISTVERSIONSUFFIX} +PLIST_FILES= ${BINDIR}/ctags + +USE_GITHUB= yes +GH_ACCOUNT= arduino +GH_PROJECT= ctags + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-macro-patterns --bindir="${STAGEDIR}${PREFIX}/${BINDIR}" +USES= desthack + +ALl_TARGET= ctags +INSTALL_TARGET= install-cbin + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${BINDIR}/ctags + +.include Added: head/devel/arduino-ctags/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-ctags/distinfo Wed Oct 12 18:18:24 2016 (r423877) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476229916 +SHA256 (arduino-ctags-5.8-arduino10_GH0.tar.gz) = 1f9ee0e9a0c80fc4f0d40b9225c3f665f3a637e9eec55511a198f868e7e65a83 +SIZE (arduino-ctags-5.8-arduino10_GH0.tar.gz) = 489720 Added: head/devel/arduino-ctags/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-ctags/pkg-descr Wed Oct 12 18:18:24 2016 (r423877) @@ -0,0 +1,4 @@ +Exuberant ctags mixed with anjuta-tags with patches applied by the +Arduino team. + +WWW: https://github.com/arduino/ctags From owner-svn-ports-head@freebsd.org Wed Oct 12 18:25:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3536BC0FD91; Wed, 12 Oct 2016 18:25:31 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 046BD8A2; Wed, 12 Oct 2016 18:25:30 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CIPUZY015670; Wed, 12 Oct 2016 18:25:30 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CIPT6V015667; Wed, 12 Oct 2016 18:25:29 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610121825.u9CIPT6V015667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 12 Oct 2016 18:25:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423878 - in head/sysutils/cpuid: . 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 18:25:31 -0000 Author: pawel Date: Wed Oct 12 18:25:29 2016 New Revision: 423878 URL: https://svnweb.freebsd.org/changeset/ports/423878 Log: - Update to verion 20160814 - Take maintainership PR: 213377 Submitted by: Piotr Kubaj Modified: head/sysutils/cpuid/Makefile head/sysutils/cpuid/distinfo head/sysutils/cpuid/files/patch-cpuid.c Modified: head/sysutils/cpuid/Makefile ============================================================================== --- head/sysutils/cpuid/Makefile Wed Oct 12 18:18:24 2016 (r423877) +++ head/sysutils/cpuid/Makefile Wed Oct 12 18:25:29 2016 (r423878) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= cpuid -PORTVERSION= 20140123 +PORTVERSION= 20160814 CATEGORIES= sysutils MASTER_SITES= http://www.etallen.com/cpuid/ PKGNAMESUFFIX= ${CPUID_SUFFIX} DISTNAME= ${PORTNAME}-${PORTVERSION}.src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pkubaj@anongoth.pl COMMENT= Tool to dump x86 CPUID information about the CPU(s) LICENSE= GPLv2 @@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= only works with x86 CPUs -USES= gmake +USES= gmake perl5 +USE_PERL5= build ALL_TARGET= default WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/sysutils/cpuid/distinfo ============================================================================== --- head/sysutils/cpuid/distinfo Wed Oct 12 18:18:24 2016 (r423877) +++ head/sysutils/cpuid/distinfo Wed Oct 12 18:25:29 2016 (r423878) @@ -1,2 +1,3 @@ -SHA256 (cpuid-20140123.src.tar.gz) = b85aba5696d382f0dba8dc246bd42d09767089d6181a9cd0633d626f079d79ff -SIZE (cpuid-20140123.src.tar.gz) = 67882 +TIMESTAMP = 1476108297 +SHA256 (cpuid-20160814.src.tar.gz) = fd4e2b2d88f417ae32f47a92d29351de395a36578fde8aedc228e2e131f38ecd +SIZE (cpuid-20160814.src.tar.gz) = 77160 Modified: head/sysutils/cpuid/files/patch-cpuid.c ============================================================================== --- head/sysutils/cpuid/files/patch-cpuid.c Wed Oct 12 18:18:24 2016 (r423877) +++ head/sysutils/cpuid/files/patch-cpuid.c Wed Oct 12 18:25:29 2016 (r423878) @@ -1,41 +1,43 @@ ---- cpuid.c.orig 2014-01-24 01:26:27 UTC +--- cpuid.c.orig 2016-08-15 03:54:53 UTC +++ cpuid.c -@@ -17,6 +17,8 @@ - ** 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ +@@ -23,6 +23,8 @@ + #define USE_KERNEL_SCHED_SETAFFINITY + #endif +#define CPUID_MAJOR 0 + #define _GNU_SOURCE #include #include -@@ -26,11 +28,14 @@ - #include - #include +@@ -34,6 +36,8 @@ #include --#include -+//#include #include #include - #include - +#include +#include -+ - typedef int boolean; - #define TRUE 1 - #define FALSE 0 -@@ -5877,7 +5882,8 @@ real_setup(unsigned int cpu, - = (1 << cpu % (sizeof(unsigned int)*8)); + #ifdef USE_CPUID_MODULE + #include +@@ -6420,11 +6424,16 @@ real_setup(unsigned int cpu, + int status; + status = syscall(__NR_sched_setaffinity, 0, sizeof(mask), &mask); + #else +- cpu_set_t cpuset; ++ cpuset_t cpuset; + CPU_ZERO(&cpuset); + CPU_SET(cpu, &cpuset); int status; -- status = syscall(__NR_sched_setaffinity, 0, sizeof(mask), &mask); -+ //status = syscall(__NR_sched_setaffinity, 0, sizeof(mask), &mask); -+ status = pthread_setaffinity_np(0, sizeof(mask), &mask); +- status = sched_setaffinity(0, sizeof(cpu_set_t), &cpuset); ++#if defined(__FreeBSD__) ++ status = cpuset_setaffinity(CPU_LEVEL_WHICH, CPU_WHICH_PID, ++ -1, sizeof(cpuset_t), &cpuset); ++#else ++ status = sched_setaffinity(0, sizeof(cpuset_t), &cpuset); ++#endif + #endif if (status == -1) { if (cpu > 0) { - if (errno == EINVAL) return -1; -@@ -5987,11 +5993,14 @@ static int real_get (int cpuid +@@ -6539,11 +6548,14 @@ static int real_get (int cpuid : "a" (reg), "c" (ecx)); } else { @@ -53,7 +55,7 @@ if (result == -1) { if (quiet) { return FALSE; -@@ -6432,7 +6441,8 @@ main(int argc, +@@ -7050,7 +7062,8 @@ main(int argc, }; boolean opt_one_cpu = FALSE; @@ -63,7 +65,7 @@ boolean opt_kernel = FALSE; boolean opt_raw = FALSE; boolean opt_debug = FALSE; -@@ -6508,7 +6518,8 @@ main(int argc, +@@ -7134,7 +7147,8 @@ main(int argc, } // Default to -i. So use inst unless -k is specified. From owner-svn-ports-head@freebsd.org Wed Oct 12 18:52:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AED6C0F2BC; Wed, 12 Oct 2016 18:52:45 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0A0B89F; Wed, 12 Oct 2016 18:52:44 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CIqhpD026788; Wed, 12 Oct 2016 18:52:43 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CIqhFZ026781; Wed, 12 Oct 2016 18:52:43 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610121852.u9CIqhFZ026781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 12 Oct 2016 18:52:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423879 - in head: graphics/jpeg-turbo graphics/jpeg-turbo/files graphics/libgphoto2/files multimedia/libv4l/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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 18:52:45 -0000 Author: antoine Date: Wed Oct 12 18:52:43 2016 New Revision: 423879 URL: https://svnweb.freebsd.org/changeset/ports/423879 Log: - Update jpeg-turbo to 1.5.1 - Add LICENSE - Use the framework for tests Added: head/graphics/libgphoto2/files/patch-camlibs_ax203_jpeg__memsrcdest.h (contents, props changed) head/graphics/libgphoto2/files/patch-camlibs_jl2005c_jpeg__memsrcdest.h (contents, props changed) head/multimedia/libv4l/files/patch-lib_libv4lconvert_jpeg__memsrcdest.h (contents, props changed) Modified: head/graphics/jpeg-turbo/Makefile head/graphics/jpeg-turbo/distinfo head/graphics/jpeg-turbo/files/patch-md5_md5.c head/graphics/jpeg-turbo/pkg-plist Modified: head/graphics/jpeg-turbo/Makefile ============================================================================== --- head/graphics/jpeg-turbo/Makefile Wed Oct 12 18:25:29 2016 (r423878) +++ head/graphics/jpeg-turbo/Makefile Wed Oct 12 18:52:43 2016 (r423879) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jpeg-turbo -PORTVERSION= 1.4.2 +PORTVERSION= 1.5.1 PORTREVISION?= 0 CATEGORIES= graphics MASTER_SITES= SF/lib${PORTNAME}/${PORTVERSION} @@ -11,12 +11,21 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= portmgr@FreeBSD.org COMMENT?= SIMD-accelerated JPEG codec which replaces libjpeg -USES= cpe libtool +LICENSE= BSD3CLAUSE IJG ZLIB +LICENSE_COMB= multi +LICENSE_GROUPS_IJG= FSF GPL +LICENSE_NAME_IJG= Independent JPEG Group License +LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/turbojpeg.c +LICENSE_FILE_IJG= ${WRKSRC}/README.ijg +LICENSE_FILE_ZLIB= ${WRKSRC}/simd/jsimdext.inc +LICENSE_PERMS_IJG= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +USES= cpe libtool pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-jpeg8 USE_LDCONFIG= yes -ALL_TARGET= test INSTALL_TARGET= install-strip +TEST_TARGET= test CPE_VENDOR= d.r.commander CPE_PRODUCT= libjpeg-turbo Modified: head/graphics/jpeg-turbo/distinfo ============================================================================== --- head/graphics/jpeg-turbo/distinfo Wed Oct 12 18:25:29 2016 (r423878) +++ head/graphics/jpeg-turbo/distinfo Wed Oct 12 18:52:43 2016 (r423879) @@ -1,2 +1,3 @@ -SHA256 (libjpeg-turbo-1.4.2.tar.gz) = 521bb5d3043e7ac063ce3026d9a59cc2ab2e9636c655a2515af5f4706122233e -SIZE (libjpeg-turbo-1.4.2.tar.gz) = 1569306 +TIMESTAMP = 1475991658 +SHA256 (libjpeg-turbo-1.5.1.tar.gz) = 41429d3d253017433f66e3d472b8c7d998491d2f41caa7306b8d9a6f2a2c666c +SIZE (libjpeg-turbo-1.5.1.tar.gz) = 1650647 Modified: head/graphics/jpeg-turbo/files/patch-md5_md5.c ============================================================================== --- head/graphics/jpeg-turbo/files/patch-md5_md5.c Wed Oct 12 18:25:29 2016 (r423878) +++ head/graphics/jpeg-turbo/files/patch-md5_md5.c Wed Oct 12 18:52:43 2016 (r423879) @@ -1,4 +1,4 @@ ---- md5/md5.c.orig 2014-08-30 13:52:09 UTC +--- md5/md5.c.orig 2016-09-20 23:36:59 UTC +++ md5/md5.c @@ -45,6 +45,8 @@ static void MD5Transform(unsigned int [4 #include Modified: head/graphics/jpeg-turbo/pkg-plist ============================================================================== --- head/graphics/jpeg-turbo/pkg-plist Wed Oct 12 18:25:29 2016 (r423878) +++ head/graphics/jpeg-turbo/pkg-plist Wed Oct 12 18:52:43 2016 (r423879) @@ -10,7 +10,8 @@ %%JPEG%%lib/libjpeg.a %%JPEG%%lib/libjpeg.so %%JPEG%%lib/libjpeg.so.8 -%%JPEG%%lib/libjpeg.so.8.0.2 +%%JPEG%%lib/libjpeg.so.8.1.2 +%%JPEG%%libdata/pkgconfig/libjpeg.pc %%JPEG%%man/man1/cjpeg.1.gz %%JPEG%%man/man1/djpeg.1.gz %%JPEG%%man/man1/jpegtran.1.gz @@ -22,3 +23,4 @@ %%LIBTURBOJPEG%%lib/libturbojpeg.so %%LIBTURBOJPEG%%lib/libturbojpeg.so.0 %%LIBTURBOJPEG%%lib/libturbojpeg.so.0.1.0 +%%LIBTURBOJPEG%%libdata/pkgconfig/libturbojpeg.pc Added: head/graphics/libgphoto2/files/patch-camlibs_ax203_jpeg__memsrcdest.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libgphoto2/files/patch-camlibs_ax203_jpeg__memsrcdest.h Wed Oct 12 18:52:43 2016 (r423879) @@ -0,0 +1,16 @@ +--- camlibs/ax203/jpeg_memsrcdest.h.orig 2015-08-08 15:57:29 UTC ++++ camlibs/ax203/jpeg_memsrcdest.h +@@ -1,5 +1,7 @@ + #include + ++#if JPEG_LIB_VERSION < 80 ++ + void + jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer, + unsigned long bufsize); +@@ -7,3 +9,5 @@ jpeg_mem_src (j_decompress_ptr cinfo, un + void + jpeg_mem_dest (j_compress_ptr cinfo, unsigned char ** outbuffer, + unsigned long * outsize); ++ ++#endif Added: head/graphics/libgphoto2/files/patch-camlibs_jl2005c_jpeg__memsrcdest.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libgphoto2/files/patch-camlibs_jl2005c_jpeg__memsrcdest.h Wed Oct 12 18:52:43 2016 (r423879) @@ -0,0 +1,16 @@ +--- camlibs/jl2005c/jpeg_memsrcdest.h.orig 2015-08-08 15:57:29 UTC ++++ camlibs/jl2005c/jpeg_memsrcdest.h +@@ -1,5 +1,7 @@ + #include + ++#if JPEG_LIB_VERSION < 80 ++ + void + jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer, + unsigned long bufsize); +@@ -7,3 +9,5 @@ jpeg_mem_src (j_decompress_ptr cinfo, un + void + jpeg_mem_dest (j_compress_ptr cinfo, unsigned char ** outbuffer, + unsigned long * outsize); ++ ++#endif Added: head/multimedia/libv4l/files/patch-lib_libv4lconvert_jpeg__memsrcdest.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libv4l/files/patch-lib_libv4lconvert_jpeg__memsrcdest.h Wed Oct 12 18:52:43 2016 (r423879) @@ -0,0 +1,16 @@ +--- lib/libv4lconvert/jpeg_memsrcdest.h.orig 2012-05-10 18:10:34 UTC ++++ lib/libv4lconvert/jpeg_memsrcdest.h +@@ -1,5 +1,7 @@ + #include + ++#if JPEG_LIB_VERSION < 80 ++ + void + jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer, + unsigned long bufsize); +@@ -7,3 +9,5 @@ jpeg_mem_src (j_decompress_ptr cinfo, un + void + jpeg_mem_dest (j_compress_ptr cinfo, unsigned char ** outbuffer, + unsigned long * outsize); ++ ++#endif From owner-svn-ports-head@freebsd.org Wed Oct 12 18:55:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3E00C0F364; Wed, 12 Oct 2016 18:55:38 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B05E1A12; Wed, 12 Oct 2016 18:55:38 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CItbW1027029; Wed, 12 Oct 2016 18:55:37 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CItbmi027027; Wed, 12 Oct 2016 18:55:37 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610121855.u9CItbmi027027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 12 Oct 2016 18:55:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423880 - head/sysutils/debootstrap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 18:55:39 -0000 Author: pawel Date: Wed Oct 12 18:55:37 2016 New Revision: 423880 URL: https://svnweb.freebsd.org/changeset/ports/423880 Log: Update to version 1.0.84 PR: 213383 Submitted by: Nikolai Lifanov (maintainer) Modified: head/sysutils/debootstrap/Makefile head/sysutils/debootstrap/distinfo Modified: head/sysutils/debootstrap/Makefile ============================================================================== --- head/sysutils/debootstrap/Makefile Wed Oct 12 18:52:43 2016 (r423879) +++ head/sysutils/debootstrap/Makefile Wed Oct 12 18:55:37 2016 (r423880) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debootstrap -PORTVERSION= 1.0.83 +PORTVERSION= 1.0.84 CATEGORIES= sysutils MASTER_SITES= DEBIAN/pool/main/d/${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/debian/copyright RUN_DEPENDS= wget:ftp/wget -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes NO_ARCH= yes USES= gmake perl5 Modified: head/sysutils/debootstrap/distinfo ============================================================================== --- head/sysutils/debootstrap/distinfo Wed Oct 12 18:52:43 2016 (r423879) +++ head/sysutils/debootstrap/distinfo Wed Oct 12 18:55:37 2016 (r423880) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474053406 -SHA256 (debootstrap_1.0.83.tar.gz) = 64d571e8807643ce098e2c4eff0ce17ae246569f1f07224244649be36eaac6b4 -SIZE (debootstrap_1.0.83.tar.gz) = 65551 +TIMESTAMP = 1476201652 +SHA256 (debootstrap_1.0.84.tar.gz) = c9c66fdf92b4b09410e674cbaf4367a51dda516947cae27c20a37d58f887769f +SIZE (debootstrap_1.0.84.tar.gz) = 65365 From owner-svn-ports-head@freebsd.org Wed Oct 12 18:55:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7372CC0F393; Wed, 12 Oct 2016 18:55:56 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30F72AF6; Wed, 12 Oct 2016 18:55:56 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CIttJN027159; Wed, 12 Oct 2016 18:55:55 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CIttRf027156; Wed, 12 Oct 2016 18:55:55 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201610121855.u9CIttRf027156@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 12 Oct 2016 18:55:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423881 - in head/accessibility: py3-speech-dispatcher speech-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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 18:55:56 -0000 Author: rm Date: Wed Oct 12 18:55:54 2016 New Revision: 423881 URL: https://svnweb.freebsd.org/changeset/ports/423881 Log: accessibility/py3-speech-dispatcher: fix packaging with python 3.5 While here add NO_ARCH and make couple of whitespace fixes. PR: 213393 Approved by: portmgr (blanket approval) Modified: head/accessibility/py3-speech-dispatcher/Makefile head/accessibility/py3-speech-dispatcher/pkg-plist head/accessibility/speech-dispatcher/Makefile Modified: head/accessibility/py3-speech-dispatcher/Makefile ============================================================================== --- head/accessibility/py3-speech-dispatcher/Makefile Wed Oct 12 18:55:37 2016 (r423880) +++ head/accessibility/py3-speech-dispatcher/Makefile Wed Oct 12 18:55:54 2016 (r423881) @@ -1,16 +1,16 @@ # $FreeBSD$ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= Common interface to speech synthesis python bindings SPEECH_SLAVE= yes -MASTERDIR= ${.CURDIR}/../../accessibility/speech-dispatcher +MASTERDIR= ${.CURDIR}/../speech-dispatcher BUILD_WRKSRC= ${WRKSRC}/src/api/python INSTALL_WRKSRC= ${WRKSRC}/src/api/python -PLIST= ${.CURDIR}/pkg-plist +PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/Makefile" Modified: head/accessibility/py3-speech-dispatcher/pkg-plist ============================================================================== --- head/accessibility/py3-speech-dispatcher/pkg-plist Wed Oct 12 18:55:37 2016 (r423880) +++ head/accessibility/py3-speech-dispatcher/pkg-plist Wed Oct 12 18:55:54 2016 (r423881) @@ -1,23 +1,23 @@ bin/spd-conf %%PYTHON_SITELIBDIR%%/speechd/__init__.py %%PYTHON_SITELIBDIR%%/speechd/__pycache__/__init__.cpython-%%PYVER%%.pyc -%%PYTHON_SITELIBDIR%%/speechd/__pycache__/__init__.cpython-%%PYVER%%.pyo +%%PYTHON_SITELIBDIR%%/speechd/__pycache__/__init__.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/speechd/__pycache__/_test.cpython-%%PYVER%%.pyc -%%PYTHON_SITELIBDIR%%/speechd/__pycache__/_test.cpython-%%PYVER%%.pyo +%%PYTHON_SITELIBDIR%%/speechd/__pycache__/_test.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/speechd/__pycache__/client.cpython-%%PYVER%%.pyc -%%PYTHON_SITELIBDIR%%/speechd/__pycache__/client.cpython-%%PYVER%%.pyo +%%PYTHON_SITELIBDIR%%/speechd/__pycache__/client.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/speechd/__pycache__/paths.cpython-%%PYVER%%.pyc -%%PYTHON_SITELIBDIR%%/speechd/__pycache__/paths.cpython-%%PYVER%%.pyo +%%PYTHON_SITELIBDIR%%/speechd/__pycache__/paths.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/speechd/_test.py %%PYTHON_SITELIBDIR%%/speechd/client.py %%PYTHON_SITELIBDIR%%/speechd/paths.py %%PYTHON_SITELIBDIR%%/speechd_config/__init__.py %%PYTHON_SITELIBDIR%%/speechd_config/__pycache__/__init__.cpython-%%PYVER%%.pyc -%%PYTHON_SITELIBDIR%%/speechd_config/__pycache__/__init__.cpython-%%PYVER%%.pyo +%%PYTHON_SITELIBDIR%%/speechd_config/__pycache__/__init__.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/speechd_config/__pycache__/config.cpython-%%PYVER%%.pyc -%%PYTHON_SITELIBDIR%%/speechd_config/__pycache__/config.cpython-%%PYVER%%.pyo +%%PYTHON_SITELIBDIR%%/speechd_config/__pycache__/config.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/speechd_config/__pycache__/paths.cpython-%%PYVER%%.pyc -%%PYTHON_SITELIBDIR%%/speechd_config/__pycache__/paths.cpython-%%PYVER%%.pyo +%%PYTHON_SITELIBDIR%%/speechd_config/__pycache__/paths.cpython-%%PYVER%%.%%PYOEXTENSION%% %%PYTHON_SITELIBDIR%%/speechd_config/config.py %%PYTHON_SITELIBDIR%%/speechd_config/paths.py share/sounds/speech-dispatcher/test.wav Modified: head/accessibility/speech-dispatcher/Makefile ============================================================================== --- head/accessibility/speech-dispatcher/Makefile Wed Oct 12 18:55:37 2016 (r423880) +++ head/accessibility/speech-dispatcher/Makefile Wed Oct 12 18:55:54 2016 (r423881) @@ -68,6 +68,7 @@ NAS_CONFIGURE_WITH= nas PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_WITH=pulse +.include post-patch: @${REINPLACE_CMD} -e '/SUBDIRS/ s/tests//' \ ${WRKSRC}/src/Makefile.in @@ -84,13 +85,22 @@ post-install: .else -USES+= python:3 +NO_ARCH= yes +USES+= python:3.3+ LIB_DEPENDS+= libspeechd.so:accessibility/speech-dispatcher RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py3-xdg -USE_PYTHON= py3kplist -PLIST_SUB= PYVER=${PYTHON_VER:S|.||} +.include + +.if ${PYTHON_REL} < 3500 +PYOEXTENSION= pyo +.else +PYOEXTENSION= opt-1.pyc +.endif + +PLIST_SUB+= PYOEXTENSION=${PYOEXTENSION} \ + PYVER=${PYTHON_VER:S/.//} .endif -.include +.include From owner-svn-ports-head@freebsd.org Wed Oct 12 19:01:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1B3CC0F48A; Wed, 12 Oct 2016 19:01:10 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE0BAD5C; Wed, 12 Oct 2016 19:01:10 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CJ1ADa028092; Wed, 12 Oct 2016 19:01:10 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CJ190N028090; Wed, 12 Oct 2016 19:01:09 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201610121901.u9CJ190N028090@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 12 Oct 2016 19:01:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423882 - head/audio/rhythmbox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 19:01:11 -0000 Author: rm Date: Wed Oct 12 19:01:09 2016 New Revision: 423882 URL: https://svnweb.freebsd.org/changeset/ports/423882 Log: audio/rhythmbox: fix packaging with python 3.5 - while here fix configure warnings by adjusting configure option names - utilize USES=localbase - bump PORTREVISION PR: 213342 Approved by: portmgr (blanket approval) Modified: head/audio/rhythmbox/Makefile head/audio/rhythmbox/pkg-plist Modified: head/audio/rhythmbox/Makefile ============================================================================== --- head/audio/rhythmbox/Makefile Wed Oct 12 18:55:54 2016 (r423881) +++ head/audio/rhythmbox/Makefile Wed Oct 12 19:01:09 2016 (r423882) @@ -3,7 +3,7 @@ PORTNAME= rhythmbox PORTVERSION= 3.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -25,34 +25,30 @@ LIB_DEPENDS= libmusicbrainz5.so:audio/li libsecret-1.so:security/libsecret \ libtdb.so:databases/tdb -USES= desktop-file-utils gettext gmake gnome libtool pathfix \ - pkgconfig tar:xz +USES= desktop-file-utils gettext gmake gnome libtool localbase \ + pathfix pkgconfig tar:xz USE_GNOME= intlhack gnomeprefix gtk30 introspection:build \ py3gobject3 USE_XORG= ice xproto GNU_CONFIGURE= yes USE_GSTREAMER1= flac lame jpeg cdparanoia vorbis CONFIGURE_ARGS= --enable-vala \ - --disable-gudev \ + --without-gudev \ --without-webkit \ --enable-visualizer=no \ --disable-browser-plugin \ --with-libsecret=yes INSTALLS_ICONS= yes USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -PLIST_SUB+= PYTVER=${PYTHON_VER:S/.//} - GLIB_SCHEMAS= org.gnome.rhythmbox.gschema.xml OPTIONS_SUB= yes OPTIONS_DEFINE= BRASERO DAAP GRILO IPOD NOTIFY PYTHON LIRC MTP OPTIONS_DEFAULT=BRASERO NOTIFY PYTHON BRASERO_DESC= Brasero disc burning support -BRASERO_CONFIGURE_ENABLE=brasero +BRASERO_CONFIGURE_WITH=brasero BRASERO_LIB_DEPENDS= libbrasero-media3.so:sysutils/brasero DAAP_DESC= DAAP support DAAP_CONFIGURE_ENABLE= daap @@ -66,14 +62,14 @@ GRILO_BUILD_DEPENDS= grilo-plugins>=0:ne GRILO_RUN_DEPENDS= grilo-plugins>=0:net/grilo-plugins LIRC_CONFIGURE_ENABLE= lirc LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc -NOTIFY_CONFIGURE_ENABLE= notify +NOTIFY_CONFIGURE_ENABLE= libnotify NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify MTP_CONFIGURE_WITH= mtp MTP_LIB_DEPENDS= libmtp.so:multimedia/libmtp \ libhal.so:sysutils/hal PYTHON_CONFIGURE_ENABLE= python -PYTHON_USES= python:3 -PYTHON_USE= PYTVER=${PYTHON_VER:S/.//} +PYTHON_USES= python:3.3+ +PYTHON_PLIST_SUB+= PYTVER=${PYTHON_SUFFIX} PYOEXTENSION=${PYOEXTENSION} PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py3-libpeas # context plugin # webkit is for the context plugin, which is broken because @@ -82,6 +78,14 @@ PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREF #WEBKIT_CONFIGURE_WITH= webkit #WEBKIT_LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 +.include + +.if ${PYTHON_REL} < 3500 +PYOEXTENSION= pyo +.else +PYOEXTENSION= opt-1.pyc +.endif + post-patch: @${REINPLACE_CMD} -e 's|{MOZILLA_PLUGINDIR|{MOZILLA_PLUGINDIR}|g' \ ${WRKSRC}/configure @@ -90,4 +94,4 @@ post-patch: post-install: @${RM} -rf ${STAGEDIR}${PREFIX}/lib/rhythmbox/plugins/rbzeitgeist -.include +.include Modified: head/audio/rhythmbox/pkg-plist ============================================================================== --- head/audio/rhythmbox/pkg-plist Wed Oct 12 18:55:54 2016 (r423881) +++ head/audio/rhythmbox/pkg-plist Wed Oct 12 19:01:09 2016 (r423882) @@ -89,19 +89,19 @@ lib/librhythmbox-core.so.9.0.0 %%PYTHON%%lib/rhythmbox/plugins/artsearch/oldcache.py %%PYTHON%%lib/rhythmbox/plugins/artsearch/songinfo.py %%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/artsearch.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/artsearch.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/artsearch.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/embedded.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/embedded.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/embedded.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/lastfm.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/lastfm.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/lastfm.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/local.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/local.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/local.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/musicbrainz.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/musicbrainz.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/musicbrainz.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/oldcache.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/oldcache.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/oldcache.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/songinfo.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/songinfo.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/songinfo.cpython-%%PYTVER%%.%%PYOEXTENSION%% lib/rhythmbox/plugins/audiocd/audiocd.plugin lib/rhythmbox/plugins/audiocd/libaudiocd.so lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.plugin @@ -123,7 +123,7 @@ lib/rhythmbox/plugins/generic-player/lib %%PYTHON%%lib/rhythmbox/plugins/im-status/im-status.plugin %%PYTHON%%lib/rhythmbox/plugins/im-status/im-status.py %%PYTHON%%lib/rhythmbox/plugins/im-status/__pycache__/im-status.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/im-status/__pycache__/im-status.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/im-status/__pycache__/im-status.cpython-%%PYTVER%%.%%PYOEXTENSION%% lib/rhythmbox/plugins/iradio/iradio.plugin lib/rhythmbox/plugins/iradio/libiradio.so %%PYTHON%%lib/rhythmbox/plugins/lyrics/AstrawebParser.py @@ -139,27 +139,27 @@ lib/rhythmbox/plugins/iradio/libiradio.s %%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.plugin %%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.py %%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/AstrawebParser.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/AstrawebParser.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/AstrawebParser.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/DarkLyricsParser.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/DarkLyricsParser.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/DarkLyricsParser.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JetlyricsParser.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JetlyricsParser.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JetlyricsParser.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JlyricParser.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JlyricParser.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JlyricParser.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricWikiParser.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricWikiParser.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricWikiParser.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsConfigureDialog.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsConfigureDialog.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsConfigureDialog.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsParse.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsParse.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsParse.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsSites.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsSites.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsSites.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/TerraParser.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/TerraParser.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/TerraParser.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/WinampcnParser.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/WinampcnParser.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/WinampcnParser.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/lyrics.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/lyrics.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/lyrics.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/magnatune/DownloadAlbumHandler.py %%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneAccount.py %%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.py @@ -167,15 +167,15 @@ lib/rhythmbox/plugins/iradio/libiradio.s %%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune.plugin %%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune.py %%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/DownloadAlbumHandler.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/DownloadAlbumHandler.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/DownloadAlbumHandler.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneAccount.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneAccount.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneAccount.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneSource.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneSource.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneSource.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/TrackListHandler.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/TrackListHandler.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/TrackListHandler.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/magnatune.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/magnatune.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/magnatune.cpython-%%PYTVER%%.%%PYOEXTENSION%% lib/rhythmbox/plugins/mmkeys/libmmkeys.so lib/rhythmbox/plugins/mmkeys/mmkeys.plugin lib/rhythmbox/plugins/mpris/libmpris.so @@ -189,7 +189,7 @@ lib/rhythmbox/plugins/power-manager/powe %%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.plugin %%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.py %%PYTHON%%lib/rhythmbox/plugins/python-console/__pycache__/pythonconsole.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/python-console/__pycache__/pythonconsole.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/python-console/__pycache__/pythonconsole.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.py %%PYTHON%%lib/rhythmbox/plugins/rb/Loader.py %%PYTHON%%lib/rhythmbox/plugins/rb/URLCache.py @@ -198,17 +198,17 @@ lib/rhythmbox/plugins/power-manager/powe %%PYTHON%%lib/rhythmbox/plugins/rb/rbconfig.py %%PYTHON%%lib/rhythmbox/plugins/rb/stringmatch.py %%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Coroutine.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Coroutine.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Coroutine.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Loader.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Loader.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Loader.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/URLCache.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/URLCache.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/URLCache.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rb.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rb.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rb.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rbconfig.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rbconfig.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rbconfig.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/stringmatch.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/stringmatch.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/stringmatch.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%LIRC%%lib/rhythmbox/plugins/rblirc/librblirc.so %%LIRC%%lib/rhythmbox/plugins/rblirc/rblirc.plugin %%PYTHON%%lib/rhythmbox/plugins/replaygain/config.py @@ -216,11 +216,11 @@ lib/rhythmbox/plugins/power-manager/powe %%PYTHON%%lib/rhythmbox/plugins/replaygain/replaygain.plugin %%PYTHON%%lib/rhythmbox/plugins/replaygain/replaygain.py %%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/config.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/config.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/config.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/player.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/player.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/player.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/replaygain.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/replaygain.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/replaygain.cpython-%%PYTVER%%.%%PYOEXTENSION%% lib/rhythmbox/sample-plugins/sample/libsample.so lib/rhythmbox/sample-plugins/sample/sample.plugin lib/rhythmbox/sample-plugins/sample-vala/libsample-vala.so @@ -228,13 +228,13 @@ lib/rhythmbox/sample-plugins/sample-vala %%PYTHON%%lib/rhythmbox/plugins/sendto/sendto.plugin %%PYTHON%%lib/rhythmbox/plugins/sendto/sendto.py %%PYTHON%%lib/rhythmbox/plugins/sendto/__pycache__/sendto.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/sendto/__pycache__/sendto.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/sendto/__pycache__/sendto.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/sample-plugins/sample-python/sample-python.plugin %%PYTHON%%lib/rhythmbox/sample-plugins/sample-python/sample-python.py %%PYTHON%%lib/rhythmbox/sample-plugins/sample-python/__pycache__/sample-python.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/sample-plugins/sample-python/__pycache__/sample-python.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/sample-plugins/sample-python/__pycache__/sample-python.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/soundcloud/__pycache__/soundcloud.cpython-%%PYTVER%%.pyc -%%PYTHON%%lib/rhythmbox/plugins/soundcloud/__pycache__/soundcloud.cpython-%%PYTVER%%.pyo +%%PYTHON%%lib/rhythmbox/plugins/soundcloud/__pycache__/soundcloud.cpython-%%PYTVER%%.%%PYOEXTENSION%% %%PYTHON%%lib/rhythmbox/plugins/soundcloud/soundcloud.plugin %%PYTHON%%lib/rhythmbox/plugins/soundcloud/soundcloud.py libdata/pkgconfig/rhythmbox.pc From owner-svn-ports-head@freebsd.org Wed Oct 12 19:04:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66650C0F627; Wed, 12 Oct 2016 19:04:22 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38521102; Wed, 12 Oct 2016 19:04:22 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CJ4LRb031119; Wed, 12 Oct 2016 19:04:21 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CJ4LRv031116; Wed, 12 Oct 2016 19:04:21 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610121904.u9CJ4LRv031116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 12 Oct 2016 19:04:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423883 - head/lang/munger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 19:04:22 -0000 Author: pawel Date: Wed Oct 12 19:04:21 2016 New Revision: 423883 URL: https://svnweb.freebsd.org/changeset/ports/423883 Log: Update to version 5.7.2 PR: 213387 Submitted by: maintainer Modified: head/lang/munger/Makefile head/lang/munger/distinfo Modified: head/lang/munger/Makefile ============================================================================== --- head/lang/munger/Makefile Wed Oct 12 19:01:09 2016 (r423882) +++ head/lang/munger/Makefile Wed Oct 12 19:04:21 2016 (r423883) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= munger -PORTVERSION= 5.7.1 +PORTVERSION= 5.7.2 CATEGORIES= lang MASTER_SITES= http://www.mammothcheese.ca/ Modified: head/lang/munger/distinfo ============================================================================== --- head/lang/munger/distinfo Wed Oct 12 19:01:09 2016 (r423882) +++ head/lang/munger/distinfo Wed Oct 12 19:04:21 2016 (r423883) @@ -1,2 +1,3 @@ -SHA256 (munger-5.7.1.tar.gz) = 23bfb2cde212106d5c0d4cffd7bebfe481ce9be9af2acff2d897fee9cbbcebb9 -SIZE (munger-5.7.1.tar.gz) = 213610 +TIMESTAMP = 1476208481 +SHA256 (munger-5.7.2.tar.gz) = 9160479863a22988d85e2e7856ccea10fb77ad2c5afd75a3f1a74d724769257c +SIZE (munger-5.7.2.tar.gz) = 213604 From owner-svn-ports-head@freebsd.org Wed Oct 12 19:07:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 127BCC0F6B7; Wed, 12 Oct 2016 19:07:13 +0000 (UTC) (envelope-from jclarke@marcuscom.com) Received: from alln-iport-8.cisco.com (alln-iport-8.cisco.com [173.37.142.95]) (using TLSv1.2 with cipher DHE-RSA-SEED-SHA (128/128 bits)) (Client CN "alln-iport.cisco.com", Issuer "HydrantID SSL ICA G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 722805DF; Wed, 12 Oct 2016 19:07:12 +0000 (UTC) (envelope-from jclarke@marcuscom.com) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A0BZCAAzif5X/4UNJK1cGgEBAQECAQEBA?= =?us-ascii?q?QgBAQEBgzwBAQEBAR1XKlIBpDeUNIIMJoV6AoF5ORMBAgEBAQEBAQFeJ4RiAQE?= =?us-ascii?q?EIxVRCw4GBAICJgICVwYBDAgBAYhMDrZQjQEBAQEBAQEBAQEBAQEBAQEBAQEgg?= =?us-ascii?q?QeFNoF9gliCYxESgRyDKYJbAQSaAoYniy6IEYYMiH+DeoN/IAMxToR+IjQBhkO?= =?us-ascii?q?CIAEBAQ?= X-IronPort-AV: E=Sophos;i="5.31,336,1473120000"; d="scan'208";a="334781010" Received: from alln-core-11.cisco.com ([173.36.13.133]) by alln-iport-8.cisco.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 12 Oct 2016 19:07:11 +0000 Received: from [10.150.55.201] (dhcp-10-150-55-201.cisco.com [10.150.55.201]) by alln-core-11.cisco.com (8.14.5/8.14.5) with ESMTP id u9CJ7AUH012422; Wed, 12 Oct 2016 19:07:10 GMT Subject: Re: svn commit: r423882 - head/audio/rhythmbox To: Ruslan Makhmatkhanov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610121901.u9CJ190N028090@repo.freebsd.org> From: Joe Clarke Message-ID: Date: Wed, 12 Oct 2016 15:07:10 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610121901.u9CJ190N028090@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 19:07:13 -0000 On 10/12/16 15:01, Ruslan Makhmatkhanov wrote: > Author: rm > Date: Wed Oct 12 19:01:09 2016 > New Revision: 423882 > URL: https://svnweb.freebsd.org/changeset/ports/423882 > > Log: > audio/rhythmbox: fix packaging with python 3.5 > > - while here fix configure warnings by adjusting configure option names > - utilize USES=localbase > - bump PORTREVISION Thanks. This slipped through the cracks in my INBOX. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc From owner-svn-ports-head@freebsd.org Wed Oct 12 19:08:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06534C0F717; Wed, 12 Oct 2016 19:08:01 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF16F75C; Wed, 12 Oct 2016 19:08:00 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CJ7xaM031397; Wed, 12 Oct 2016 19:07:59 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CJ7xaS031396; Wed, 12 Oct 2016 19:07:59 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201610121907.u9CJ7xaS031396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 12 Oct 2016 19:07:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423884 - head/japanese/mozc-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 19:08:01 -0000 Author: rm Date: Wed Oct 12 19:07:59 2016 New Revision: 423884 URL: https://svnweb.freebsd.org/changeset/ports/423884 Log: japanese/mozc-server: with build with python3 - limit python version to python 2.7 - remove duplicated python direct build dependency - set correct python version in build scripts - fix packaging by not installing to /root: ====>> Checking for filesystem violations... done ====>> Error: Filesystem touched during build: extra: root/.mozc PR: 207937 Submitted by: Hiroo Ono (based on) Approved by: maintainer timeout (14 days) Modified: head/japanese/mozc-server/Makefile Modified: head/japanese/mozc-server/Makefile ============================================================================== --- head/japanese/mozc-server/Makefile Wed Oct 12 19:04:21 2016 (r423883) +++ head/japanese/mozc-server/Makefile Wed Oct 12 19:07:59 2016 (r423884) @@ -3,6 +3,7 @@ PORTNAME= mozc PORTVERSION= 2.17.2322.102 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= https://codeload.github.com/google/${PORTNAME}/tar.gz/9b4c9e0?dummy=/:main \ https://codeload.github.com/hiroyuki-komatsu/japanese-usage-dictionary/tar.gz/e5b3425?dummy=/:udic @@ -18,7 +19,6 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ninja:devel/ninja \ - python:lang/python \ gyp:devel/py-gyp EXTRACT_DEPENDS=${PYTHON_CMD}:${PYTHON_PORTSDIR} LIB_DEPENDS= libprotobuf.so:devel/protobuf \ @@ -26,8 +26,9 @@ LIB_DEPENDS= libprotobuf.so:devel/protob RUN_DEPENDS= xdg-open:devel/xdg-utils USES= compiler:c++11-lang pkgconfig iconv:wchar_t gmake \ - tar:bzip2 python:build + tar:bzip2 python:2.7,build shebangfix WRKSRC= ${WRKDIR}/${PORTNAME}-9b4c9e0 +SHEBANG_FILES= src/build_mozc.py BUILD_WRKSRC= ${WRKSRC}/src BUILD_MOZC_LIST?= mozc_server @@ -98,6 +99,8 @@ BUILD_GYP_CMD= ${SETENV} ${MAKE_ENV} ${L post-patch: ${REINPLACE_CMD} 's,-liconv,${ICONV_LIB},g' \ ${BUILD_WRKSRC}/gui/qt_libraries.gypi + ${FIND} ${BUILD_WRKSRC} \( -name '*.gyp' -o -name '*.gypi' \) -exec \ + ${REINPLACE_CMD} "s,'python','${PYTHON_CMD}',g" {} \; .if ${BUILD_MOZC_LIST:Mfcitx_mozc} == "fcitx_mozc" ${REINPLACE_CMD} 's,/po/mo},%po}mo,g' \ ${BUILD_WRKSRC}/unix/fcitx/gen_fcitx_mozc_i18n.sh @@ -416,6 +419,8 @@ do-install-mozc_el: .endif do-build: ${BUILD_MOZC_LIST:S/^/do-build-/} +post-build: + ${RMDIR} /root/.mozc do-install: ${BUILD_MOZC_LIST:S/^/do-install-/} .include From owner-svn-ports-head@freebsd.org Wed Oct 12 19:14:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD9B1C0F8A1; Wed, 12 Oct 2016 19:14:08 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9141B0E; Wed, 12 Oct 2016 19:14:08 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CJE70R035250; Wed, 12 Oct 2016 19:14:07 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CJE7rL035248; Wed, 12 Oct 2016 19:14:07 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610121914.u9CJE7rL035248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 12 Oct 2016 19:14:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423885 - head/devel/libserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 19:14:09 -0000 Author: pawel Date: Wed Oct 12 19:14:07 2016 New Revision: 423885 URL: https://svnweb.freebsd.org/changeset/ports/423885 Log: Update to version 3.17 PR: 213388 Submitted by: maintainer Modified: head/devel/libserver/Makefile head/devel/libserver/distinfo Modified: head/devel/libserver/Makefile ============================================================================== --- head/devel/libserver/Makefile Wed Oct 12 19:07:59 2016 (r423884) +++ head/devel/libserver/Makefile Wed Oct 12 19:14:07 2016 (r423885) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libserver -PORTVERSION= 3.15 +PORTVERSION= 3.17 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ Modified: head/devel/libserver/distinfo ============================================================================== --- head/devel/libserver/distinfo Wed Oct 12 19:07:59 2016 (r423884) +++ head/devel/libserver/distinfo Wed Oct 12 19:14:07 2016 (r423885) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473424642 -SHA256 (libserver-3.15.tar.gz) = 9e9330259d8ed33da72088d71693fd8feb9e3f2422712ccc78c08b0153424ecc -SIZE (libserver-3.15.tar.gz) = 26258 +TIMESTAMP = 1476277236 +SHA256 (libserver-3.17.tar.gz) = 640622351c1a4c9350c7b6fe359b6ba1ab23545e26b778ac8e7372174907a6e6 +SIZE (libserver-3.17.tar.gz) = 26336 From owner-svn-ports-head@freebsd.org Wed Oct 12 19:18:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE900C0F970; Wed, 12 Oct 2016 19:18:36 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81C3EC85; Wed, 12 Oct 2016 19:18:36 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CJIZ90035586; Wed, 12 Oct 2016 19:18:35 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CJIZ7D035580; Wed, 12 Oct 2016 19:18:35 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610121918.u9CJIZ7D035580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 12 Oct 2016 19:18:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423886 - in head/net-mgmt/zabbix3-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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 19:18:36 -0000 Author: pi Date: Wed Oct 12 19:18:35 2016 New Revision: 423886 URL: https://svnweb.freebsd.org/changeset/ports/423886 Log: net-mgmt/zabbix3-server: 3.0.4 -> 3.0.5 - RC scripts: add zabbix_server_paths, zabbix_agentd_paths, zabbix_proxy_paths - Fix net-snmp depends for -agent PR: 213267 Changes: http://www.zabbix.com/rn3.0.5.php Submitted by: Pakhom Golynga (maintainer) Modified: head/net-mgmt/zabbix3-server/Makefile head/net-mgmt/zabbix3-server/distinfo head/net-mgmt/zabbix3-server/files/zabbix_agentd.in head/net-mgmt/zabbix3-server/files/zabbix_proxy.in head/net-mgmt/zabbix3-server/files/zabbix_server.in Modified: head/net-mgmt/zabbix3-server/Makefile ============================================================================== --- head/net-mgmt/zabbix3-server/Makefile Wed Oct 12 19:14:07 2016 (r423885) +++ head/net-mgmt/zabbix3-server/Makefile Wed Oct 12 19:18:35 2016 (r423886) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= zabbix3 -PORTVERSION= 3.0.4 -PORTREVISION?= 1 +PORTVERSION= 3.0.5 +PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} PKGNAMESUFFIX?= -server @@ -14,9 +14,7 @@ COMMENT= Enterprise-class open source di LICENSE= GPLv2 -LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp - -CONFLICTS= zabbix2${PKGNAMESUFFIX}-[0-9]* zabbix22${PKGNAMESUFFIX}[0-9]* zabbix24${PKGNAMESUFFIX}-[0-9]* +CONFLICTS= zabbix2${PKGNAMESUFFIX}-[0-9]* zabbix22${PKGNAMESUFFIX}-[0-9]* zabbix24${PKGNAMESUFFIX}-[0-9]* zabbix32${PKGNAMESUFFIX}-[0-9]* IGNORE_WITH_PHP= 52 IGNORE_WITH_MYSQL= 41 @@ -58,6 +56,7 @@ CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD --with-iconv=${ICONV_PREFIX} .if ${ZABBIX_BUILD} != "agent" +LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp USES+= execinfo CPPFLAGS+= -I${LOCALBASE}/include @@ -89,13 +88,13 @@ OPTIONS_SINGLE_ODBC= IODBC UNIXODBC OPTIONS_SINGLE_SSL= OPENSSL GNUTLS POLARSSL MYSQL_CONFIGURE_WITH= mysql -MYSQL_USES+= mysql +MYSQL_USES+= mysql PGSQL_CONFIGURE_WITH= postgresql -PGSQL_USES+= pgsql +PGSQL_USES+= pgsql SQLITE_CONFIGURE_WITH= sqlite3 -SQLITE_USES+= sqlite:3 +SQLITE_USES+= sqlite:3 ORACLE_CONFIGURE_WITH= oracle @@ -149,7 +148,7 @@ POLARSSL_LIB_DEPENDS= libmbedtls.so:secu .include .if ${SSL_DEFAULT} == base -IGNORE_FreeBSD_9= Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl) +IGNORE_FreeBSD_9= Requires OpenSSL >= 1.0.1 (set DEFAULT_VERSIONS+=ssl=openssl) .endif .if ${SSL_DEFAULT:Mlibressl*} @@ -165,16 +164,22 @@ post-patch: .if ${ZABBIX_BUILD} == "server" @${REINPLACE_CMD} -e 's#PidFile=/tmp/zabbix_server.pid#PidFile=/var/run/zabbix/zabbix_server.pid#g' \ ${WRKSRC}/conf/zabbix_server*.conf + @${REINPLACE_CMD} -e 's#Include=/usr/local/usr/local/etc/zabbix3#Include=/usr/local/etc/zabbix3/zabbix#g' \ + ${WRKSRC}/conf/zabbix_server*.conf .endif .if ${ZABBIX_BUILD} == "proxy" @${REINPLACE_CMD} -e 's#PidFile=/tmp/zabbix_proxy.pid#PidFile=/var/run/zabbix/zabbix_proxy.pid#g' \ ${WRKSRC}/conf/zabbix_proxy*.conf + @${REINPLACE_CMD} -e 's#Include=/usr/local/usr/local/etc/zabbix3#Include=/usr/local/etc/zabbix3/zabbix#g' \ + ${WRKSRC}/conf/zabbix_proxy*.conf .endif .if ${ZABBIX_BUILD} == "agent" @${REINPLACE_CMD} -e 's#PidFile=/tmp/zabbix_agentd.pid#PidFile=/var/run/zabbix/zabbix_agentd.pid#g' \ ${WRKSRC}/conf/zabbix_agentd*.conf + @${REINPLACE_CMD} -e 's#Include=/usr/local/usr/local/etc/zabbix3#Include=/usr/local/etc/zabbix3/zabbix#g' \ + ${WRKSRC}/conf/zabbix_agentd*.conf .endif .if ${ZABBIX_BUILD} != "agent" Modified: head/net-mgmt/zabbix3-server/distinfo ============================================================================== --- head/net-mgmt/zabbix3-server/distinfo Wed Oct 12 19:14:07 2016 (r423885) +++ head/net-mgmt/zabbix3-server/distinfo Wed Oct 12 19:18:35 2016 (r423886) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474053011 -SHA256 (zabbix-3.0.4.tar.gz) = 9fa47d97843b6ca9f550d706b40ee6b35b76c5165ff32ff11ef0474f161e7700 -SIZE (zabbix-3.0.4.tar.gz) = 15403727 +TIMESTAMP = 1475655645 +SHA256 (zabbix-3.0.5.tar.gz) = 641e608765e34edfc04ec005f7c501430105b7c3ec9210bbf52b73fda530c1a1 +SIZE (zabbix-3.0.5.tar.gz) = 15412400 Modified: head/net-mgmt/zabbix3-server/files/zabbix_agentd.in ============================================================================== --- head/net-mgmt/zabbix3-server/files/zabbix_agentd.in Wed Oct 12 19:14:07 2016 (r423885) +++ head/net-mgmt/zabbix3-server/files/zabbix_agentd.in Wed Oct 12 19:18:35 2016 (r423886) @@ -11,8 +11,10 @@ # enable zabbix_agentd. # zabbix_agentd_config (string): Set to the standard config file path by # default. -# zabbix_agentd_pidfile (string): Location of the zabbix_agent pid file +# zabbix_agentd_pidfile (string): Location of the zabbix_agent pid file # Default is /var/run/zabbix/zabbix_agentd.pid +# zabbix_agentd_paths (string): Set to standard path by default. Set a search +# if you have custom userparams that need binaries elsewhere. # . /etc/rc.subr @@ -25,10 +27,12 @@ load_rc_config $name : ${zabbix_agentd_enable:=NO} : ${zabbix_agentd_config:=%%ETCDIR%%/${name}.conf} : ${zabbix_agentd_pidfile:=/var/run/zabbix/zabbix_agentd.pid} +: ${zabbix_agentd_paths:=$PATH} command="%%PREFIX%%/sbin/${name}" required_files="${zabbix_agentd_config}" +start_cmd=zabbix_agentd_cmd start_precmd=zabbix_agentd_precmd status_precmd=zabbix_agentd_precmd stop_precmd=zabbix_agentd_precmd @@ -52,4 +56,9 @@ zabbix_agentd_precmd() rc_pid=$(check_pidfile ${pidfile} ${command}) } +zabbix_agentd_cmd() +{ + PATH=$zabbix_agentd_paths $command -c $zabbix_agentd_config +} + run_rc_command "$1" Modified: head/net-mgmt/zabbix3-server/files/zabbix_proxy.in ============================================================================== --- head/net-mgmt/zabbix3-server/files/zabbix_proxy.in Wed Oct 12 19:14:07 2016 (r423885) +++ head/net-mgmt/zabbix3-server/files/zabbix_proxy.in Wed Oct 12 19:18:35 2016 (r423886) @@ -15,6 +15,8 @@ # default. # zabbix_proxy_pidfile (string): Location of the zabbix_proxy pid file # Default is /var/run/zabbix/zabbix_proxy.pid +# zabbix_proxy_paths (string): Set to standard path by default. Set a search +# if you have custom userparams that need binaries elsewhere. # . /etc/rc.subr @@ -31,6 +33,7 @@ load_rc_config $name command="%%PREFIX%%/sbin/${name}" required_files="${zabbix_proxy_config}" +start_cmd=zabbix_proxy_cmd start_precmd=zabbix_proxy_precmd status_precmd=zabbix_proxy_precmd stop_precmd=zabbix_proxy_precmd @@ -54,4 +57,9 @@ zabbix_proxy_precmd() rc_pid=$(check_pidfile ${pidfile} ${command}) } +zabbix_proxy_cmd() +{ + PATH=$zabbix_proxy_paths $command -c $zabbix_proxy_config +} + run_rc_command "$1" Modified: head/net-mgmt/zabbix3-server/files/zabbix_server.in ============================================================================== --- head/net-mgmt/zabbix3-server/files/zabbix_server.in Wed Oct 12 19:14:07 2016 (r423885) +++ head/net-mgmt/zabbix3-server/files/zabbix_server.in Wed Oct 12 19:18:35 2016 (r423886) @@ -15,6 +15,8 @@ # default. # zabbix_server_pidfile (string): Location of the zabbix_server pid file # Default is /var/run/zabbix/zabbix_server.pid +# zabbix_server_paths (string): Set to standard path by default. Set a search +# if you have custom userparams that need binaries elsewhere. # . /etc/rc.subr @@ -27,10 +29,12 @@ load_rc_config $name : ${zabbix_server_enable:=NO} : ${zabbix_server_config:=%%ETCDIR%%/${name}.conf} : ${zabbix_server_pidfile:=/var/run/zabbix/zabbix_server.pid} +: ${zabbix_server_paths:=$PATH} command="%%PREFIX%%/sbin/${name}" required_files="${zabbix_server_config}" +start_cmd=zabbix_server_cmd start_precmd=zabbix_server_precmd status_precmd=zabbix_server_precmd stop_precmd=zabbix_server_precmd @@ -54,4 +58,9 @@ zabbix_server_precmd() rc_pid=$(check_pidfile ${pidfile} ${command}) } +zabbix_server_cmd() +{ + PATH=$zabbix_server_paths $command -c $zabbix_server_config +} + run_rc_command "$1" From owner-svn-ports-head@freebsd.org Wed Oct 12 19:18:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A057EC0F9CD; Wed, 12 Oct 2016 19:18:59 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F8B0DC2; Wed, 12 Oct 2016 19:18:59 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CJIwg1035726; Wed, 12 Oct 2016 19:18:58 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CJIwNG035723; Wed, 12 Oct 2016 19:18:58 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610121918.u9CJIwNG035723@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 12 Oct 2016 19:18:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423887 - head/devel/libdombey X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 19:18:59 -0000 Author: pawel Date: Wed Oct 12 19:18:58 2016 New Revision: 423887 URL: https://svnweb.freebsd.org/changeset/ports/423887 Log: Update to version 5.34 PR: 213389 Submitted by: maintainer Modified: head/devel/libdombey/Makefile head/devel/libdombey/distinfo Modified: head/devel/libdombey/Makefile ============================================================================== --- head/devel/libdombey/Makefile Wed Oct 12 19:18:35 2016 (r423886) +++ head/devel/libdombey/Makefile Wed Oct 12 19:18:58 2016 (r423887) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdombey -PORTVERSION= 5.32 +PORTVERSION= 5.34 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ Modified: head/devel/libdombey/distinfo ============================================================================== --- head/devel/libdombey/distinfo Wed Oct 12 19:18:35 2016 (r423886) +++ head/devel/libdombey/distinfo Wed Oct 12 19:18:58 2016 (r423887) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473423222 -SHA256 (libdombey-5.32.tar.gz) = 080bc9ed76de881ab488bd7b58a96d6a69d38f4f795c6647a6887769dd1f7c5e -SIZE (libdombey-5.32.tar.gz) = 56030 +TIMESTAMP = 1476277241 +SHA256 (libdombey-5.34.tar.gz) = dbc0179c3ccb3f4587aa508c2182f3cc3d74ad82f9e2ae5c2e6abed679a84b4a +SIZE (libdombey-5.34.tar.gz) = 56085 From owner-svn-ports-head@freebsd.org Wed Oct 12 19:21:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DA35C0FC8C; Wed, 12 Oct 2016 19:21:38 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20F0F102; Wed, 12 Oct 2016 19:21:38 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CJLbXW036006; Wed, 12 Oct 2016 19:21:37 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CJLaS2036001; Wed, 12 Oct 2016 19:21:36 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610121921.u9CJLaS2036001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 12 Oct 2016 19:21:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423888 - in head/net-mgmt/zabbix32-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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 19:21:38 -0000 Author: pi Date: Wed Oct 12 19:21:36 2016 New Revision: 423888 URL: https://svnweb.freebsd.org/changeset/ports/423888 Log: net-mgmt/zabbix32-server: 3.2.0 -> 3.2.1 - RC scripts: add zabbix_server_paths, zabbix_agentd_paths, zabbix_proxy_paths - Fix net-snmp depends for -agent PR: 213380 Changes: http://www.zabbix.com/rn3.2.1.php Submitted by: Pakhom Golynga (maintainer) Modified: head/net-mgmt/zabbix32-server/Makefile head/net-mgmt/zabbix32-server/distinfo head/net-mgmt/zabbix32-server/files/zabbix_agentd.in head/net-mgmt/zabbix32-server/files/zabbix_proxy.in head/net-mgmt/zabbix32-server/files/zabbix_server.in Modified: head/net-mgmt/zabbix32-server/Makefile ============================================================================== --- head/net-mgmt/zabbix32-server/Makefile Wed Oct 12 19:18:58 2016 (r423887) +++ head/net-mgmt/zabbix32-server/Makefile Wed Oct 12 19:21:36 2016 (r423888) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix32 -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} @@ -14,8 +14,6 @@ COMMENT= Enterprise-class open source di LICENSE= GPLv2 -LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp - CONFLICTS= zabbix2${PKGNAMESUFFIX}-[0-9]* zabbix22${PKGNAMESUFFIX}-[0-9]* zabbix24${PKGNAMESUFFIX}-[0-9]* zabbix3${PKGNAMESUFFIX}-[0-9]* IGNORE_WITH_PHP= 52 @@ -58,6 +56,7 @@ CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD --with-iconv=${ICONV_PREFIX} .if ${ZABBIX_BUILD} != "agent" +LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp USES+= execinfo CPPFLAGS+= -I${LOCALBASE}/include @@ -149,7 +148,7 @@ POLARSSL_LIB_DEPENDS= libmbedtls.so:secu .include .if ${SSL_DEFAULT} == base -IGNORE_FreeBSD_9= Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl) +IGNORE_FreeBSD_9= Requires OpenSSL >= 1.0.1 (set DEFAULT_VERSIONS+=ssl=openssl) .endif .if ${SSL_DEFAULT:Mlibressl*} @@ -165,16 +164,22 @@ post-patch: .if ${ZABBIX_BUILD} == "server" @${REINPLACE_CMD} -e 's#PidFile=/tmp/zabbix_server.pid#PidFile=/var/run/zabbix/zabbix_server.pid#g' \ ${WRKSRC}/conf/zabbix_server*.conf + @${REINPLACE_CMD} -e 's#Include=/usr/local/usr/local/etc/zabbix3#Include=/usr/local/etc/zabbix3/zabbix#g' \ + ${WRKSRC}/conf/zabbix_server*.conf .endif .if ${ZABBIX_BUILD} == "proxy" @${REINPLACE_CMD} -e 's#PidFile=/tmp/zabbix_proxy.pid#PidFile=/var/run/zabbix/zabbix_proxy.pid#g' \ ${WRKSRC}/conf/zabbix_proxy*.conf + @${REINPLACE_CMD} -e 's#Include=/usr/local/usr/local/etc/zabbix3#Include=/usr/local/etc/zabbix3/zabbix#g' \ + ${WRKSRC}/conf/zabbix_proxy*.conf .endif .if ${ZABBIX_BUILD} == "agent" @${REINPLACE_CMD} -e 's#PidFile=/tmp/zabbix_agentd.pid#PidFile=/var/run/zabbix/zabbix_agentd.pid#g' \ ${WRKSRC}/conf/zabbix_agentd*.conf + @${REINPLACE_CMD} -e 's#Include=/usr/local/usr/local/etc/zabbix3#Include=/usr/local/etc/zabbix3/zabbix#g' \ + ${WRKSRC}/conf/zabbix_agentd*.conf .endif .if ${ZABBIX_BUILD} != "agent" Modified: head/net-mgmt/zabbix32-server/distinfo ============================================================================== --- head/net-mgmt/zabbix32-server/distinfo Wed Oct 12 19:18:58 2016 (r423887) +++ head/net-mgmt/zabbix32-server/distinfo Wed Oct 12 19:21:36 2016 (r423888) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474277998 -SHA256 (zabbix-3.2.0.tar.gz) = 036d1042359cb62e414d7fcf58bb09bcbf1eabfd7bc8d5dd60d0f3095765cd5c -SIZE (zabbix-3.2.0.tar.gz) = 15806267 +TIMESTAMP = 1476192256 +SHA256 (zabbix-3.2.1.tar.gz) = 8926b96ef05cba041d05329130f40e8e1311ad201e58c75d22005eda4075c091 +SIZE (zabbix-3.2.1.tar.gz) = 15815404 Modified: head/net-mgmt/zabbix32-server/files/zabbix_agentd.in ============================================================================== --- head/net-mgmt/zabbix32-server/files/zabbix_agentd.in Wed Oct 12 19:18:58 2016 (r423887) +++ head/net-mgmt/zabbix32-server/files/zabbix_agentd.in Wed Oct 12 19:21:36 2016 (r423888) @@ -11,8 +11,10 @@ # enable zabbix_agentd. # zabbix_agentd_config (string): Set to the standard config file path by # default. -# zabbix_agentd_pidfile (string): Location of the zabbix_agent pid file +# zabbix_agentd_pidfile (string): Location of the zabbix_agent pid file # Default is /var/run/zabbix/zabbix_agentd.pid +# zabbix_agentd_paths (string): Set to standard path by default. Set a search +# if you have custom userparams that need binaries elsewhere. # . /etc/rc.subr @@ -25,10 +27,12 @@ load_rc_config $name : ${zabbix_agentd_enable:=NO} : ${zabbix_agentd_config:=%%ETCDIR%%/${name}.conf} : ${zabbix_agentd_pidfile:=/var/run/zabbix/zabbix_agentd.pid} +: ${zabbix_agentd_paths:=$PATH} command="%%PREFIX%%/sbin/${name}" required_files="${zabbix_agentd_config}" +start_cmd=zabbix_agentd_cmd start_precmd=zabbix_agentd_precmd status_precmd=zabbix_agentd_precmd stop_precmd=zabbix_agentd_precmd @@ -52,4 +56,9 @@ zabbix_agentd_precmd() rc_pid=$(check_pidfile ${pidfile} ${command}) } +zabbix_agentd_cmd() +{ + PATH=$zabbix_agentd_paths $command -c $zabbix_agentd_config +} + run_rc_command "$1" Modified: head/net-mgmt/zabbix32-server/files/zabbix_proxy.in ============================================================================== --- head/net-mgmt/zabbix32-server/files/zabbix_proxy.in Wed Oct 12 19:18:58 2016 (r423887) +++ head/net-mgmt/zabbix32-server/files/zabbix_proxy.in Wed Oct 12 19:21:36 2016 (r423888) @@ -15,6 +15,8 @@ # default. # zabbix_proxy_pidfile (string): Location of the zabbix_proxy pid file # Default is /var/run/zabbix/zabbix_proxy.pid +# zabbix_proxy_paths (string): Set to standard path by default. Set a search +# if you have custom userparams that need binaries elsewhere. # . /etc/rc.subr @@ -31,6 +33,7 @@ load_rc_config $name command="%%PREFIX%%/sbin/${name}" required_files="${zabbix_proxy_config}" +start_cmd=zabbix_proxy_cmd start_precmd=zabbix_proxy_precmd status_precmd=zabbix_proxy_precmd stop_precmd=zabbix_proxy_precmd @@ -54,4 +57,9 @@ zabbix_proxy_precmd() rc_pid=$(check_pidfile ${pidfile} ${command}) } +zabbix_proxy_cmd() +{ + PATH=$zabbix_proxy_paths $command -c $zabbix_proxy_config +} + run_rc_command "$1" Modified: head/net-mgmt/zabbix32-server/files/zabbix_server.in ============================================================================== --- head/net-mgmt/zabbix32-server/files/zabbix_server.in Wed Oct 12 19:18:58 2016 (r423887) +++ head/net-mgmt/zabbix32-server/files/zabbix_server.in Wed Oct 12 19:21:36 2016 (r423888) @@ -15,6 +15,8 @@ # default. # zabbix_server_pidfile (string): Location of the zabbix_server pid file # Default is /var/run/zabbix/zabbix_server.pid +# zabbix_server_paths (string): Set to standard path by default. Set a search +# if you have custom userparams that need binaries elsewhere. # . /etc/rc.subr @@ -27,10 +29,12 @@ load_rc_config $name : ${zabbix_server_enable:=NO} : ${zabbix_server_config:=%%ETCDIR%%/${name}.conf} : ${zabbix_server_pidfile:=/var/run/zabbix/zabbix_server.pid} +: ${zabbix_server_paths:=$PATH} command="%%PREFIX%%/sbin/${name}" required_files="${zabbix_server_config}" +start_cmd=zabbix_server_cmd start_precmd=zabbix_server_precmd status_precmd=zabbix_server_precmd stop_precmd=zabbix_server_precmd @@ -54,4 +58,9 @@ zabbix_server_precmd() rc_pid=$(check_pidfile ${pidfile} ${command}) } +zabbix_server_cmd() +{ + PATH=$zabbix_server_paths $command -c $zabbix_server_config +} + run_rc_command "$1" From owner-svn-ports-head@freebsd.org Wed Oct 12 19:22:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1490C0FDBF; Wed, 12 Oct 2016 19:22:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80AE428B; Wed, 12 Oct 2016 19:22:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CJMGgk036751; Wed, 12 Oct 2016 19:22:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CJMGuE036750; Wed, 12 Oct 2016 19:22:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610121922.u9CJMGuE036750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 12 Oct 2016 19:22:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423889 - head/japanese/mozc-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 19:22:17 -0000 Author: antoine Date: Wed Oct 12 19:22:16 2016 New Revision: 423889 URL: https://svnweb.freebsd.org/changeset/ports/423889 Log: Unbreak build as a regular user Modified: head/japanese/mozc-server/Makefile Modified: head/japanese/mozc-server/Makefile ============================================================================== --- head/japanese/mozc-server/Makefile Wed Oct 12 19:21:36 2016 (r423888) +++ head/japanese/mozc-server/Makefile Wed Oct 12 19:22:16 2016 (r423889) @@ -419,8 +419,6 @@ do-install-mozc_el: .endif do-build: ${BUILD_MOZC_LIST:S/^/do-build-/} -post-build: - ${RMDIR} /root/.mozc do-install: ${BUILD_MOZC_LIST:S/^/do-install-/} .include From owner-svn-ports-head@freebsd.org Wed Oct 12 19:42:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76595C0F34B; Wed, 12 Oct 2016 19:42:41 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 465C516A; Wed, 12 Oct 2016 19:42:41 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CJgeEY047332; Wed, 12 Oct 2016 19:42:40 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CJgex8047330; Wed, 12 Oct 2016 19:42:40 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610121942.u9CJgex8047330@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 12 Oct 2016 19:42:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423890 - head/sysutils/moosefs3-master X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 19:42:41 -0000 Author: pawel Date: Wed Oct 12 19:42:40 2016 New Revision: 423890 URL: https://svnweb.freebsd.org/changeset/ports/423890 Log: Update to version 3.0.84 * MooseFS 3.0.84-1 (2016-10-06) - (master) fixed setting acl-default without named users or named groups - (master) fixed master-follower synchronization after setting storage class * MooseFS 3.0.83-1 (2016-09-30) - (cs) changed header size from 5k to 8k (due to 4k-sector hard disks) * MooseFS 3.0.82-1 (2016-09-28) - (all) silenced message about using deprecated parameter 'oom_adj' - (mount) fixed FreeBSD delayed release mechanism - (mount) added rwlock for chunks PR: 213395 Submitted by: maintainer Modified: head/sysutils/moosefs3-master/Makefile head/sysutils/moosefs3-master/distinfo Modified: head/sysutils/moosefs3-master/Makefile ============================================================================== --- head/sysutils/moosefs3-master/Makefile Wed Oct 12 19:22:16 2016 (r423889) +++ head/sysutils/moosefs3-master/Makefile Wed Oct 12 19:42:40 2016 (r423890) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moosefs3 -PORTVERSION= 3.0.81 +PORTVERSION= 3.0.84 CATEGORIES= sysutils MASTER_SITES= http://ppa.moosefs.com/src/ PKGNAMESUFFIX?= -master Modified: head/sysutils/moosefs3-master/distinfo ============================================================================== --- head/sysutils/moosefs3-master/distinfo Wed Oct 12 19:22:16 2016 (r423889) +++ head/sysutils/moosefs3-master/distinfo Wed Oct 12 19:42:40 2016 (r423890) @@ -1,2 +1,3 @@ -SHA256 (moosefs-3.0.81-1.tar.gz) = 435a49565b60b1443a71a69d608ed02c7c3079058e528ecf7c8609f545004f9b -SIZE (moosefs-3.0.81-1.tar.gz) = 1099179 +TIMESTAMP = 1476220700 +SHA256 (moosefs-3.0.84-1.tar.gz) = 384153d6411633122f6a3b9b9b30fc47be2e881f45c9733f112f4c9b9530f328 +SIZE (moosefs-3.0.84-1.tar.gz) = 1101883 From owner-svn-ports-head@freebsd.org Wed Oct 12 20:42:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFC2EC0E153; Wed, 12 Oct 2016 20:42:46 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB108860; Wed, 12 Oct 2016 20:42:46 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CKgj8L070088; Wed, 12 Oct 2016 20:42:45 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CKgjHt070086; Wed, 12 Oct 2016 20:42:45 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610122042.u9CKgjHt070086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 12 Oct 2016 20:42:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423891 - head/games/manaplus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 20:42:47 -0000 Author: pawel Date: Wed Oct 12 20:42:45 2016 New Revision: 423891 URL: https://svnweb.freebsd.org/changeset/ports/423891 Log: Update to version 1.6.10.8 PR: 213404 Submitted by: Thibault Payet (maintainer) Modified: head/games/manaplus/Makefile head/games/manaplus/distinfo Modified: head/games/manaplus/Makefile ============================================================================== --- head/games/manaplus/Makefile Wed Oct 12 19:42:40 2016 (r423890) +++ head/games/manaplus/Makefile Wed Oct 12 20:42:45 2016 (r423891) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= manaplus -PORTVERSION= 1.6.9.24 +PORTVERSION= 1.6.10.8 CATEGORIES= games MASTER_SITES= http://download.evolonline.org/manaplus/download/${PORTVERSION}/ Modified: head/games/manaplus/distinfo ============================================================================== --- head/games/manaplus/distinfo Wed Oct 12 19:42:40 2016 (r423890) +++ head/games/manaplus/distinfo Wed Oct 12 20:42:45 2016 (r423891) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474739405 -SHA256 (manaplus-1.6.9.24.tar.xz) = 2c1c3308024a19d2ac8aa8c3784ec9d9b7963d4ad2ea894a6022ccb139bec7e4 -SIZE (manaplus-1.6.9.24.tar.xz) = 11755532 +TIMESTAMP = 1476136408 +SHA256 (manaplus-1.6.10.8.tar.xz) = cfc2d042275e43c8a95a935cb1433955f7e8eb098a978b32906e3844f04b1360 +SIZE (manaplus-1.6.10.8.tar.xz) = 11752788 From owner-svn-ports-head@freebsd.org Wed Oct 12 20:49:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E896C0E1C1; Wed, 12 Oct 2016 20:49:54 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 602499D2; Wed, 12 Oct 2016 20:49:54 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CKnrkW070481; Wed, 12 Oct 2016 20:49:53 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CKnrd2070479; Wed, 12 Oct 2016 20:49:53 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201610122049.u9CKnrd2070479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Wed, 12 Oct 2016 20:49:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423892 - head/x11-wm/enlightenment X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 20:49:54 -0000 Author: gblach Date: Wed Oct 12 20:49:53 2016 New Revision: 423892 URL: https://svnweb.freebsd.org/changeset/ports/423892 Log: Update to 0.21.3 Modified: head/x11-wm/enlightenment/Makefile head/x11-wm/enlightenment/distinfo Modified: head/x11-wm/enlightenment/Makefile ============================================================================== --- head/x11-wm/enlightenment/Makefile Wed Oct 12 20:42:45 2016 (r423891) +++ head/x11-wm/enlightenment/Makefile Wed Oct 12 20:49:53 2016 (r423892) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= enlightenment -PORTVERSION= 0.21.2 +PORTVERSION= 0.21.3 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ Modified: head/x11-wm/enlightenment/distinfo ============================================================================== --- head/x11-wm/enlightenment/distinfo Wed Oct 12 20:42:45 2016 (r423891) +++ head/x11-wm/enlightenment/distinfo Wed Oct 12 20:49:53 2016 (r423892) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474757893 -SHA256 (enlightenment/enlightenment-0.21.2.tar.xz) = a877645dc70aee71141013888863b69a1029f575f685e285b570db7c736f253a -SIZE (enlightenment/enlightenment-0.21.2.tar.xz) = 25277864 +TIMESTAMP = 1476274673 +SHA256 (enlightenment/enlightenment-0.21.3.tar.xz) = b90517d3de780023043b6e3ade30f686bd2cdcf5b66d24155b50da720e665fd2 +SIZE (enlightenment/enlightenment-0.21.3.tar.xz) = 25289604 From owner-svn-ports-head@freebsd.org Wed Oct 12 20:50:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 220E3C0E2A4; Wed, 12 Oct 2016 20:50:30 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F08EDD8B; Wed, 12 Oct 2016 20:50:29 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CKoTkx070781; Wed, 12 Oct 2016 20:50:29 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CKoSUW070775; Wed, 12 Oct 2016 20:50:28 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201610122050.u9CKoSUW070775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Wed, 12 Oct 2016 20:50:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423893 - in head: mail/thunderbird/files www/firefox-esr/files www/firefox/files www/libxul/files www/seamonkey/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 20:50:30 -0000 Author: dim (src committer) Date: Wed Oct 12 20:50:28 2016 New Revision: 423893 URL: https://svnweb.freebsd.org/changeset/ports/423893 Log: Add the upstream fix for Mozilla bug 1278861, which prevents clang assertions on a particular piece of arm inline assembly. This applies to: * mail/thunderbird * www/firefox * www/firefox-esr * www/libxul * www/seamonkey Approved by: jbeich (maintainer) PR: 203989 MFH: 2016Q4 Added: head/mail/thunderbird/files/patch-bug1278861 (contents, props changed) head/www/firefox-esr/files/patch-bug1278861 (contents, props changed) head/www/firefox/files/patch-bug1278861 (contents, props changed) head/www/libxul/files/patch-bug1278861 (contents, props changed) head/www/seamonkey/files/patch-bug1278861 (contents, props changed) Added: head/mail/thunderbird/files/patch-bug1278861 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/thunderbird/files/patch-bug1278861 Wed Oct 12 20:50:28 2016 (r423893) @@ -0,0 +1,38 @@ + +# HG changeset patch +# User Nathan Froyd +# Date 1466820205 14400 +# Node ID bd25b06261c840a62d035192cf4b1dbc18f54e3f +# Parent fbe25a30fcbbe172bdd37c70c5b06cdbb07886af +Bug 1278861 - adjust ifdefs in Conversions.h:ToInt32 to catch clang-on-arm-generally; r=luke + +The bug noted in ToInt32 doesn't just exist when compiling for +arm-darwin; it exists for ARM targets generally. The ifdef should +reflect that. + +diff --git mozilla/js/public/Conversions.h mozilla/js/public/Conversions.h +--- mozilla/js/public/Conversions.h ++++ mozilla/js/public/Conversions.h +@@ -395,19 +395,19 @@ ToIntWidth(double d) + } + + } // namespace detail + + /* ES5 9.5 ToInt32 (specialized for doubles). */ + inline int32_t + ToInt32(double d) + { +- // clang crashes compiling this when targeting arm-darwin: ++ // clang crashes compiling this when targeting arm: + // https://llvm.org/bugs/show_bug.cgi?id=22974 +-#if defined (__arm__) && defined (__GNUC__) && !defined(__APPLE__) ++#if defined (__arm__) && defined (__GNUC__) && !defined(__clang__) + int32_t i; + uint32_t tmp0; + uint32_t tmp1; + uint32_t tmp2; + asm ( + // We use a pure integer solution here. In the 'softfp' ABI, the argument + // will start in r0 and r1, and VFP can't do all of the necessary ECMA + // conversions by itself so some integer code will be required anyway. A + Added: head/www/firefox-esr/files/patch-bug1278861 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox-esr/files/patch-bug1278861 Wed Oct 12 20:50:28 2016 (r423893) @@ -0,0 +1,38 @@ + +# HG changeset patch +# User Nathan Froyd +# Date 1466820205 14400 +# Node ID bd25b06261c840a62d035192cf4b1dbc18f54e3f +# Parent fbe25a30fcbbe172bdd37c70c5b06cdbb07886af +Bug 1278861 - adjust ifdefs in Conversions.h:ToInt32 to catch clang-on-arm-generally; r=luke + +The bug noted in ToInt32 doesn't just exist when compiling for +arm-darwin; it exists for ARM targets generally. The ifdef should +reflect that. + +diff --git js/public/Conversions.h js/public/Conversions.h +--- js/public/Conversions.h ++++ js/public/Conversions.h +@@ -395,19 +395,19 @@ ToIntWidth(double d) + } + + } // namespace detail + + /* ES5 9.5 ToInt32 (specialized for doubles). */ + inline int32_t + ToInt32(double d) + { +- // clang crashes compiling this when targeting arm-darwin: ++ // clang crashes compiling this when targeting arm: + // https://llvm.org/bugs/show_bug.cgi?id=22974 +-#if defined (__arm__) && defined (__GNUC__) && !defined(__APPLE__) ++#if defined (__arm__) && defined (__GNUC__) && !defined(__clang__) + int32_t i; + uint32_t tmp0; + uint32_t tmp1; + uint32_t tmp2; + asm ( + // We use a pure integer solution here. In the 'softfp' ABI, the argument + // will start in r0 and r1, and VFP can't do all of the necessary ECMA + // conversions by itself so some integer code will be required anyway. A + Added: head/www/firefox/files/patch-bug1278861 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-bug1278861 Wed Oct 12 20:50:28 2016 (r423893) @@ -0,0 +1,38 @@ + +# HG changeset patch +# User Nathan Froyd +# Date 1466820205 14400 +# Node ID bd25b06261c840a62d035192cf4b1dbc18f54e3f +# Parent fbe25a30fcbbe172bdd37c70c5b06cdbb07886af +Bug 1278861 - adjust ifdefs in Conversions.h:ToInt32 to catch clang-on-arm-generally; r=luke + +The bug noted in ToInt32 doesn't just exist when compiling for +arm-darwin; it exists for ARM targets generally. The ifdef should +reflect that. + +diff --git js/public/Conversions.h js/public/Conversions.h +--- js/public/Conversions.h ++++ js/public/Conversions.h +@@ -395,19 +395,19 @@ ToIntWidth(double d) + } + + } // namespace detail + + /* ES5 9.5 ToInt32 (specialized for doubles). */ + inline int32_t + ToInt32(double d) + { +- // clang crashes compiling this when targeting arm-darwin: ++ // clang crashes compiling this when targeting arm: + // https://llvm.org/bugs/show_bug.cgi?id=22974 +-#if defined (__arm__) && defined (__GNUC__) && !defined(__APPLE__) ++#if defined (__arm__) && defined (__GNUC__) && !defined(__clang__) + int32_t i; + uint32_t tmp0; + uint32_t tmp1; + uint32_t tmp2; + asm ( + // We use a pure integer solution here. In the 'softfp' ABI, the argument + // will start in r0 and r1, and VFP can't do all of the necessary ECMA + // conversions by itself so some integer code will be required anyway. A + Added: head/www/libxul/files/patch-bug1278861 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libxul/files/patch-bug1278861 Wed Oct 12 20:50:28 2016 (r423893) @@ -0,0 +1,38 @@ + +# HG changeset patch +# User Nathan Froyd +# Date 1466820205 14400 +# Node ID bd25b06261c840a62d035192cf4b1dbc18f54e3f +# Parent fbe25a30fcbbe172bdd37c70c5b06cdbb07886af +Bug 1278861 - adjust ifdefs in Conversions.h:ToInt32 to catch clang-on-arm-generally; r=luke + +The bug noted in ToInt32 doesn't just exist when compiling for +arm-darwin; it exists for ARM targets generally. The ifdef should +reflect that. + +diff --git js/public/Conversions.h js/public/Conversions.h +--- js/public/Conversions.h ++++ js/public/Conversions.h +@@ -395,19 +395,19 @@ ToIntWidth(double d) + } + + } // namespace detail + + /* ES5 9.5 ToInt32 (specialized for doubles). */ + inline int32_t + ToInt32(double d) + { +- // clang crashes compiling this when targeting arm-darwin: ++ // clang crashes compiling this when targeting arm: + // https://llvm.org/bugs/show_bug.cgi?id=22974 +-#if defined (__arm__) && defined (__GNUC__) && !defined(__APPLE__) ++#if defined (__arm__) && defined (__GNUC__) && !defined(__clang__) + int32_t i; + uint32_t tmp0; + uint32_t tmp1; + uint32_t tmp2; + asm ( + // We use a pure integer solution here. In the 'softfp' ABI, the argument + // will start in r0 and r1, and VFP can't do all of the necessary ECMA + // conversions by itself so some integer code will be required anyway. A + Added: head/www/seamonkey/files/patch-bug1278861 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/seamonkey/files/patch-bug1278861 Wed Oct 12 20:50:28 2016 (r423893) @@ -0,0 +1,38 @@ + +# HG changeset patch +# User Nathan Froyd +# Date 1466820205 14400 +# Node ID bd25b06261c840a62d035192cf4b1dbc18f54e3f +# Parent fbe25a30fcbbe172bdd37c70c5b06cdbb07886af +Bug 1278861 - adjust ifdefs in Conversions.h:ToInt32 to catch clang-on-arm-generally; r=luke + +The bug noted in ToInt32 doesn't just exist when compiling for +arm-darwin; it exists for ARM targets generally. The ifdef should +reflect that. + +diff --git mozilla/js/public/Conversions.h mozilla/js/public/Conversions.h +--- mozilla/js/public/Conversions.h ++++ mozilla/js/public/Conversions.h +@@ -395,19 +395,19 @@ ToIntWidth(double d) + } + + } // namespace detail + + /* ES5 9.5 ToInt32 (specialized for doubles). */ + inline int32_t + ToInt32(double d) + { +- // clang crashes compiling this when targeting arm-darwin: ++ // clang crashes compiling this when targeting arm: + // https://llvm.org/bugs/show_bug.cgi?id=22974 +-#if defined (__arm__) && defined (__GNUC__) && !defined(__APPLE__) ++#if defined (__arm__) && defined (__GNUC__) && !defined(__clang__) + int32_t i; + uint32_t tmp0; + uint32_t tmp1; + uint32_t tmp2; + asm ( + // We use a pure integer solution here. In the 'softfp' ABI, the argument + // will start in r0 and r1, and VFP can't do all of the necessary ECMA + // conversions by itself so some integer code will be required anyway. A + From owner-svn-ports-head@freebsd.org Wed Oct 12 21:19:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E8E3C0EC28; Wed, 12 Oct 2016 21:19:57 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6032F88; Wed, 12 Oct 2016 21:19:56 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CLJuL4081892; Wed, 12 Oct 2016 21:19:56 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CLJtE4081890; Wed, 12 Oct 2016 21:19:55 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201610122119.u9CLJtE4081890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 12 Oct 2016 21:19:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423894 - in head/editors/openoffice-4: . 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 21:19:57 -0000 Author: truckman Date: Wed Oct 12 21:19:55 2016 New Revision: 423894 URL: https://svnweb.freebsd.org/changeset/ports/423894 Log: Upgrade ApacheOpenOffice to version 4.1.3. This version contains the fix for CVE-2016-1513 that was fixed locally in 4.1.2_8 with a patch from upstream. Configure now requires p5-LWP-Protocol-https, though we don't actually use it we don't use bootstrap to download anything. Deleted: head/editors/openoffice-4/files/patch-CVE-2016-1513 Modified: head/editors/openoffice-4/Makefile head/editors/openoffice-4/distinfo Modified: head/editors/openoffice-4/Makefile ============================================================================== --- head/editors/openoffice-4/Makefile Wed Oct 12 20:50:28 2016 (r423893) +++ head/editors/openoffice-4/Makefile Wed Oct 12 21:19:55 2016 (r423894) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 10 +#PORTREVISION= 1 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ @@ -49,6 +49,7 @@ LICENSE_PERMS_W3C= dist-mirror dist-sell BUILD_DEPENDS= \ p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ p5-libwww>=0:www/p5-libwww \ + p5-LWP-Protocol-https>0:www/p5-LWP-Protocol-https \ p5-XML-Parser>=0:textproc/p5-XML-Parser \ ${LOCALBASE}/bin/unzip:archivers/unzip \ zip:archivers/zip \ @@ -97,10 +98,10 @@ RUN_DEPENDS= \ AOOVERSION1= 4 AOOVERSION2= 1 -AOOVERSION3= 2 +AOOVERSION3= 3 # From solenv/inc/minor.mk SOURCEREVISION LAST_MINOR BUILD -AOOTAG= AOO412m3\(Build:9782\) -SVNREVISION= 1709696 +AOOTAG= AOO413m1\(Build:9783\) +SVNREVISION= 1761381 EXTSRC= ApacheOpenOffice.ext_sources.${AOOVERSION1}.x.x.20150707.tar.gz AOOVERSION= ${AOOVERSION1}.${AOOVERSION2}.${AOOVERSION3} Modified: head/editors/openoffice-4/distinfo ============================================================================== --- head/editors/openoffice-4/distinfo Wed Oct 12 20:50:28 2016 (r423893) +++ head/editors/openoffice-4/distinfo Wed Oct 12 21:19:55 2016 (r423894) @@ -1,6 +1,6 @@ -TIMESTAMP = 1469002349 -SHA256 (openoffice/apache-openoffice-4.1.2-r1709696-src.tar.bz2) = 2e06774424eb564559f9e6d63ff79aa00522b210067717c5a8cfb54b3b7f1812 -SIZE (openoffice/apache-openoffice-4.1.2-r1709696-src.tar.bz2) = 219041975 +TIMESTAMP = 1476083119 +SHA256 (openoffice/apache-openoffice-4.1.3-r1761381-src.tar.bz2) = 225ee39d3426389e3add68aec0921af1d22d18cada8c905c02811e873c08ebc0 +SIZE (openoffice/apache-openoffice-4.1.3-r1761381-src.tar.bz2) = 219143777 SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice/unowinreg.dll) = 6144 SHA256 (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 966a8333c83a18ddd84401389006d6e0b52b8175924b808b54b88211669985fa From owner-svn-ports-head@freebsd.org Wed Oct 12 22:01:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8FABC0F858; Wed, 12 Oct 2016 22:01:24 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89215DF8; Wed, 12 Oct 2016 22:01:24 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CM1NI0099843; Wed, 12 Oct 2016 22:01:23 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CM1N7G099841; Wed, 12 Oct 2016 22:01:23 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610122201.u9CM1N7G099841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 12 Oct 2016 22:01:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423895 - head/devel/elixir-swarm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 22:01:24 -0000 Author: olgeni Date: Wed Oct 12 22:01:23 2016 New Revision: 423895 URL: https://svnweb.freebsd.org/changeset/ports/423895 Log: Update devel/elixir-swarm to version 2.0.2. Modified: head/devel/elixir-swarm/Makefile head/devel/elixir-swarm/distinfo Modified: head/devel/elixir-swarm/Makefile ============================================================================== --- head/devel/elixir-swarm/Makefile Wed Oct 12 21:19:55 2016 (r423894) +++ head/devel/elixir-swarm/Makefile Wed Oct 12 22:01:23 2016 (r423895) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= swarm -DISTVERSION= 2.0.1 +DISTVERSION= 2.0.2 CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-swarm/distinfo ============================================================================== --- head/devel/elixir-swarm/distinfo Wed Oct 12 21:19:55 2016 (r423894) +++ head/devel/elixir-swarm/distinfo Wed Oct 12 22:01:23 2016 (r423895) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475421779 -SHA256 (bitwalker-swarm-2.0.1_GH0.tar.gz) = 4f188afdeff3c6d9cfeb97c473001983b9c0718f3047225113e8e71ecdb346b0 -SIZE (bitwalker-swarm-2.0.1_GH0.tar.gz) = 29134 +TIMESTAMP = 1476309411 +SHA256 (bitwalker-swarm-2.0.2_GH0.tar.gz) = 5cafabefcf1f7e66cdf1563e7312face71c31dfb7acf0e5b279d24a9b408d8dd +SIZE (bitwalker-swarm-2.0.2_GH0.tar.gz) = 29693 From owner-svn-ports-head@freebsd.org Wed Oct 12 22:23:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AD01C0FDB7; Wed, 12 Oct 2016 22:23:10 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BB89A1F; Wed, 12 Oct 2016 22:23:10 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CMN9NW008459; Wed, 12 Oct 2016 22:23:09 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CMN9CW008456; Wed, 12 Oct 2016 22:23:09 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201610122223.u9CMN9CW008456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 12 Oct 2016 22:23:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423896 - in head/cad: gmsh gmsh-occ gmsh/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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 22:23:10 -0000 Author: jrm Date: Wed Oct 12 22:23:09 2016 New Revision: 423896 URL: https://svnweb.freebsd.org/changeset/ports/423896 Log: cad/gmsh, cad/gmsh-occ: update to version 2.14.0 - Add libopenblas.so:math/openblas to OCC_LIB_DEPENDS - Add USE_OCC= gnome=cairo - Remove patch for taucs cmake configuration. It is now incorporated upstream. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8229 Deleted: head/cad/gmsh/files/patch-contrib_taucs_config_taucs__config__build.h Modified: head/cad/gmsh-occ/Makefile head/cad/gmsh/Makefile head/cad/gmsh/distinfo Modified: head/cad/gmsh-occ/Makefile ============================================================================== --- head/cad/gmsh-occ/Makefile Wed Oct 12 22:01:23 2016 (r423895) +++ head/cad/gmsh-occ/Makefile Wed Oct 12 22:23:09 2016 (r423896) @@ -1,11 +1,8 @@ # Created by: Thierry Thomas # $FreeBSD$ -PORTREVISION= 1 - PKGNAMESUFFIX= -occ -MAINTAINER= jrm@FreeBSD.org COMMENT= Automatic 3D finite element mesh generator with OpenCascade support MASTERDIR= ${.CURDIR}/../../cad/gmsh Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Wed Oct 12 22:01:23 2016 (r423895) +++ head/cad/gmsh/Makefile Wed Oct 12 22:23:09 2016 (r423896) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= gmsh -PORTVERSION= 2.13.2 +PORTVERSION= 2.14.0 CATEGORIES= cad MASTER_SITES= http://gmsh.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source DIST_SUBDIR= gmsh -MAINTAINER?= jrm@FreeBSD.org +MAINTAINER= jrm@FreeBSD.org COMMENT?= Automatic 3D finite element mesh generator LICENSE= AGPLv3+ APACHE20 GPLv3+ GPLv2+ LGPL21 @@ -63,7 +63,8 @@ OCC_CMAKE_BOOL= ENABLE_OCC OCC_CMAKE_ON= -DOCC_INC=${LOCALBASE}/include/OpenCASCADE OCC_CONFLICTS= gmsh-2.* OCC_CONFLICTS_OFF= gmsh-occ-2.* -OCC_LIB_DEPENDS= libTKernel.so:cad/opencascade +OCC_LIB_DEPENDS= libopenblas.so:math/openblas libTKernel.so:cad/opencascade +OCC_USE= gnome=cairo SHARED_ALL_TARGET= shared SHARED_CMAKE_BOOL= ENABLE_BUILD_SHARED SHARED_VARS= USE_LDCONFIG=yes Modified: head/cad/gmsh/distinfo ============================================================================== --- head/cad/gmsh/distinfo Wed Oct 12 22:01:23 2016 (r423895) +++ head/cad/gmsh/distinfo Wed Oct 12 22:23:09 2016 (r423896) @@ -1,5 +1,3 @@ -TIMESTAMP = 1472424237 -SHA256 (gmsh/gmsh-2.13.2-source.tgz) = d68e1569f7ccf61cfd70d6845defe8dd73676745beafcf1de60ba9874ad15f26 -SIZE (gmsh/gmsh-2.13.2-source.tgz) = 11415014 -SHA256 (gmsh/manual.pdf) = 8a682ee7f02380f52d5efdde5f9f9d8e927a4f4eb29287a878c1016225568911 -SIZE (gmsh/manual.pdf) = 206713 +TIMESTAMP = 1476119505 +SHA256 (gmsh/gmsh-2.14.0-source.tgz) = 8b344f29ace99167578158fcc4854461630b26808cff9e2dea134ab4267991cd +SIZE (gmsh/gmsh-2.14.0-source.tgz) = 10869233 From owner-svn-ports-head@freebsd.org Wed Oct 12 23:27:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CB65C0F9CA; Wed, 12 Oct 2016 23:27:19 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11609126D; Wed, 12 Oct 2016 23:27:18 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CNRI1G031320; Wed, 12 Oct 2016 23:27:18 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CNRIio031319; Wed, 12 Oct 2016 23:27:18 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610122327.u9CNRIio031319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 12 Oct 2016 23:27:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423897 - head/net-p2p/retroshare X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 23:27:19 -0000 Author: pawel Date: Wed Oct 12 23:27:17 2016 New Revision: 423897 URL: https://svnweb.freebsd.org/changeset/ports/423897 Log: Update to version 0.6.1 PR: 213339 Submitted by: Christian Sturm Approved by: maintainer Modified: head/net-p2p/retroshare/Makefile head/net-p2p/retroshare/distinfo Modified: head/net-p2p/retroshare/Makefile ============================================================================== --- head/net-p2p/retroshare/Makefile Wed Oct 12 22:23:09 2016 (r423896) +++ head/net-p2p/retroshare/Makefile Wed Oct 12 23:27:17 2016 (r423897) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= retroshare -PORTVERSION= 0.6.0e +PORTVERSION= 0.6.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= net-p2p MAINTAINER= peter@netkey.at @@ -35,7 +34,7 @@ DOS2UNIX_FILES= retroshare-nogui/src/ret USE_GITHUB= yes GH_ACCOUNT= RetroShare GH_PROJECT= RetroShare -GH_TAGNAME= 9f7ef8b +GH_TAGNAME= 53e26983 .include @@ -55,7 +54,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ ${WRKSRC}/data/retroshare06.desktop .if defined(GH_TAGNAME) - @${REINPLACE_CMD} -e 's|01234567|0${GH_TAGNAME}|' \ + @${REINPLACE_CMD} -e 's|RS_REVISION_NUMBER.*|RS_REVISION_NUMBER 0x${GH_TAGNAME}|' \ ${WRKSRC}/libretroshare/src/retroshare/rsversion.h .endif Modified: head/net-p2p/retroshare/distinfo ============================================================================== --- head/net-p2p/retroshare/distinfo Wed Oct 12 22:23:09 2016 (r423896) +++ head/net-p2p/retroshare/distinfo Wed Oct 12 23:27:17 2016 (r423897) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467176910 -SHA256 (RetroShare-RetroShare-v0.6.0e-9f7ef8b_GH0.tar.gz) = 0bcffff8814e4ff67458fbaca8e15b11c5a3fdc85ad4c080583c0f9cf32734e7 -SIZE (RetroShare-RetroShare-v0.6.0e-9f7ef8b_GH0.tar.gz) = 17400160 +TIMESTAMP = 1476022169 +SHA256 (RetroShare-RetroShare-v0.6.1-53e26983_GH0.tar.gz) = 5a3d9dbfe4c4d217c310caf97577414fcb96d0560a88c2f0ac3eb02382813aa3 +SIZE (RetroShare-RetroShare-v0.6.1-53e26983_GH0.tar.gz) = 18006124 From owner-svn-ports-head@freebsd.org Thu Oct 13 00:36:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4799C0DB84; Thu, 13 Oct 2016 00:36:40 +0000 (UTC) (envelope-from allanjude@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A15A4EA; Thu, 13 Oct 2016 00:36:40 +0000 (UTC) (envelope-from allanjude@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9D0adBp057859; Thu, 13 Oct 2016 00:36:39 GMT (envelope-from allanjude@FreeBSD.org) Received: (from allanjude@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9D0adsc057854; Thu, 13 Oct 2016 00:36:39 GMT (envelope-from allanjude@FreeBSD.org) Message-Id: <201610130036.u9D0adsc057854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: allanjude set sender to allanjude@FreeBSD.org using -f From: Allan Jude Date: Thu, 13 Oct 2016 00:36:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423898 - in head/www/varnish-libvmod-digest: . 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.23 Precedence: list List-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, 13 Oct 2016 00:36:40 -0000 Author: allanjude (src,doc committer) Date: Thu Oct 13 00:36:39 2016 New Revision: 423898 URL: https://svnweb.freebsd.org/changeset/ports/423898 Log: Add the varnish vmod-digest port Reviewed by: feld Approved by: mat Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D6379 Added: head/www/varnish-libvmod-digest/ head/www/varnish-libvmod-digest/Makefile (contents, props changed) head/www/varnish-libvmod-digest/distinfo (contents, props changed) head/www/varnish-libvmod-digest/files/ head/www/varnish-libvmod-digest/files/patch-Makefile.am (contents, props changed) head/www/varnish-libvmod-digest/pkg-descr (contents, props changed) head/www/varnish-libvmod-digest/pkg-plist (contents, props changed) Added: head/www/varnish-libvmod-digest/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/varnish-libvmod-digest/Makefile Thu Oct 13 00:36:39 2016 (r423898) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= libvmod-digest +DISTVERSIONPREFIX=${PORTNAME}- +DISTVERSION= 1.0.1 +CATEGORIES= www +PKGNAMEPREFIX= varnish- + +MAINTAINER= allanjude@FreeBSD.org +COMMENT= Varnish Module (vmod) for computing message digests and HMAC + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= varnish4>=4.1.0:www/varnish4 \ + rst2man:textproc/py-docutils +LIB_DEPENDS= libmhash.so:security/mhash +RUN_DEPENDS= varnish4>=4.1.0:www/varnish4 + +USES= autoreconf gmake libtool pkgconfig python:2,build +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static +CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish +LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip + +USE_GITHUB= yes +GH_ACCOUNT= varnish + +.include Added: head/www/varnish-libvmod-digest/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/varnish-libvmod-digest/distinfo Thu Oct 13 00:36:39 2016 (r423898) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463349468 +SHA256 (varnish-libvmod-digest-libvmod-digest-1.0.1_GH0.tar.gz) = 491c3e54ebca3340464a227732de7f475bc5136c0fdaab587b764dd77db376e2 +SIZE (varnish-libvmod-digest-libvmod-digest-1.0.1_GH0.tar.gz) = 18084 Added: head/www/varnish-libvmod-digest/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/varnish-libvmod-digest/files/patch-Makefile.am Thu Oct 13 00:36:39 2016 (r423898) @@ -0,0 +1,8 @@ +--- Makefile.am.orig 2016-05-15 21:25:28 UTC ++++ Makefile.am +@@ -1,4 +1,4 @@ +-ACLOCAL_AMFLAGS = -I m4 -I ${LIBVARNISHAPI_DATAROOTDIR}/aclocal ++ACLOCAL_AMFLAGS = -I m4 + + SUBDIRS = src + Added: head/www/varnish-libvmod-digest/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/varnish-libvmod-digest/pkg-descr Thu Oct 13 00:36:39 2016 (r423898) @@ -0,0 +1,7 @@ +Varnish Module (vmod) for computing HMAC, message digests and working +with base64. + +All HMAC- and hash-functionality is provided by libmhash, while +base64 is implemented locally. + +WWW: https://github.com/varnish/libvmod-digest Added: head/www/varnish-libvmod-digest/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/varnish-libvmod-digest/pkg-plist Thu Oct 13 00:36:39 2016 (r423898) @@ -0,0 +1,4 @@ +lib/varnish/vmods/libvmod_digest.so +man/man3/vmod_digest.3.gz +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README.rst From owner-svn-ports-head@freebsd.org Thu Oct 13 00:37:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07110C0DBCC; Thu, 13 Oct 2016 00:37:44 +0000 (UTC) (envelope-from allanjude@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD22B1DA; Thu, 13 Oct 2016 00:37:43 +0000 (UTC) (envelope-from allanjude@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9D0bgBA057985; Thu, 13 Oct 2016 00:37:42 GMT (envelope-from allanjude@FreeBSD.org) Received: (from allanjude@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9D0bgND057984; Thu, 13 Oct 2016 00:37:42 GMT (envelope-from allanjude@FreeBSD.org) Message-Id: <201610130037.u9D0bgND057984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: allanjude set sender to allanjude@FreeBSD.org using -f From: Allan Jude Date: Thu, 13 Oct 2016 00:37:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423899 - head/www X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 00:37:44 -0000 Author: allanjude (src,doc committer) Date: Thu Oct 13 00:37:42 2016 New Revision: 423899 URL: https://svnweb.freebsd.org/changeset/ports/423899 Log: File missing from r423898 Approved by: mat (implicit) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Oct 13 00:36:39 2016 (r423898) +++ head/www/Makefile Thu Oct 13 00:37:42 2016 (r423899) @@ -2264,6 +2264,7 @@ SUBDIR += uwsgitop SUBDIR += uzbl SUBDIR += validator + SUBDIR += varnish-libvmod-digest SUBDIR += varnish-libvmod-maxminddb SUBDIR += varnish-modules SUBDIR += varnish-nagios From owner-svn-ports-head@freebsd.org Thu Oct 13 01:50:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A36D3C0EAC8; Thu, 13 Oct 2016 01:50:32 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58BF6F29; Thu, 13 Oct 2016 01:50:32 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9D1oVDO084732; Thu, 13 Oct 2016 01:50:31 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9D1oVLI084729; Thu, 13 Oct 2016 01:50:31 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201610130150.u9D1oVLI084729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 13 Oct 2016 01:50:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423900 - in head/textproc/fex: . 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.23 Precedence: list List-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, 13 Oct 2016 01:50:32 -0000 Author: zi Date: Thu Oct 13 01:50:31 2016 New Revision: 423900 URL: https://svnweb.freebsd.org/changeset/ports/423900 Log: - Fix MASTER_SITES with googlecode disappearing - Generate missing fex.1 man page - Bump PORTREVISION Added: head/textproc/fex/files/ head/textproc/fex/files/patch-Makefile (contents, props changed) Modified: head/textproc/fex/Makefile head/textproc/fex/distinfo Modified: head/textproc/fex/Makefile ============================================================================== --- head/textproc/fex/Makefile Thu Oct 13 00:37:42 2016 (r423899) +++ head/textproc/fex/Makefile Thu Oct 13 01:50:31 2016 (r423900) @@ -3,16 +3,19 @@ PORTNAME= fex PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://semicomplete.googlecode.com/files/ \ - http://mirrors.rit.edu/zi/ MAINTAINER= zi@FreeBSD.org COMMENT= Powerful field extraction tool LICENSE= APACHE20 -BROKEN= Unfetchable (google code has gone away) +USES= perl5 +USE_PERL5= build # pod2man +USE_GITHUB= yes +GH_ACCOUNT= jordansissel +GH_TAGNAME= v${PORTVERSION} MAKE_ENV+= INSTALLMAN=${PREFIX}/man @@ -21,4 +24,7 @@ PLIST_FILES= bin/fex man/man1/fex.1.gz post-patch: @${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|g' ${WRKSRC}/Makefile +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + .include Modified: head/textproc/fex/distinfo ============================================================================== --- head/textproc/fex/distinfo Thu Oct 13 00:37:42 2016 (r423899) +++ head/textproc/fex/distinfo Thu Oct 13 01:50:31 2016 (r423900) @@ -1,2 +1,3 @@ -SHA256 (fex-2.0.0.tar.gz) = 03043c8eac74f43173068a2e693b6f73d5b45f453a063e6da11f34455d0e374e -SIZE (fex-2.0.0.tar.gz) = 137198 +TIMESTAMP = 1476321695 +SHA256 (jordansissel-fex-2.0.0-v2.0.0_GH0.tar.gz) = b023711ddab9e656c077921c94d4346e21ab60d8c6d80b00191f3d581f4dfd7c +SIZE (jordansissel-fex-2.0.0-v2.0.0_GH0.tar.gz) = 134965 Added: head/textproc/fex/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/fex/files/patch-Makefile Thu Oct 13 01:50:31 2016 (r423900) @@ -0,0 +1,10 @@ +--- Makefile.orig 2016-10-13 01:46:42 UTC ++++ Makefile +@@ -36,6 +36,7 @@ install: fex + + fex: fex.o + $(CC) $(CFLAGS) fex.o $(SNPRINTF_CC) -o $@ ++ pod2man -c "" -r "" fex.pod > fex.1 + + fex.o: fex_version.h + From owner-svn-ports-head@freebsd.org Thu Oct 13 07:39:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91AC6C0FF06; Thu, 13 Oct 2016 07:39:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 522B6B51; Thu, 13 Oct 2016 07:39:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 3725ABDCDE; Thu, 13 Oct 2016 09:39:29 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 0F968BDCC8; Thu, 13 Oct 2016 09:39:28 +0200 (CEST) Subject: Re: svn commit: r423897 - head/net-p2p/retroshare To: Pawel Pekala , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610122327.u9CNRIio031319@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <1f16f58f-ce90-4265-7881-e8c3da5b4610@FreeBSD.org> Date: Thu, 13 Oct 2016 09:39:27 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610122327.u9CNRIio031319@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="7juXfoFKnT0rv4379OoxpWjQD2vNDwSuO" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 07:39:32 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --7juXfoFKnT0rv4379OoxpWjQD2vNDwSuO Content-Type: multipart/mixed; boundary="O6RPrTuA73Texqbm5CgFgf9VVUxn9eSWb"; protected-headers="v1" From: Mathieu Arnold To: Pawel Pekala , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <1f16f58f-ce90-4265-7881-e8c3da5b4610@FreeBSD.org> Subject: Re: svn commit: r423897 - head/net-p2p/retroshare References: <201610122327.u9CNRIio031319@repo.freebsd.org> In-Reply-To: <201610122327.u9CNRIio031319@repo.freebsd.org> --O6RPrTuA73Texqbm5CgFgf9VVUxn9eSWb Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 13/10/2016 =C3=A0 01:27, Pawel Pekala a =C3=A9crit : > PORTNAME=3D retroshare > -PORTVERSION=3D 0.6.0e > +PORTVERSION=3D 0.6.1 > DISTVERSIONPREFIX=3D v > > -GH_TAGNAME=3D 9f7ef8b > +GH_TAGNAME=3D 53e26983 You can remove the GH_TAGNAME line, upstream has a tag that you can use. --=20 Mathieu Arnold --O6RPrTuA73Texqbm5CgFgf9VVUxn9eSWb-- --7juXfoFKnT0rv4379OoxpWjQD2vNDwSuO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJX/zowXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IZwIP/RTf1mpJX7dH9rM562m74vHP 61KhT/EqcIBymUg972YZd+tIYDDEsVmNF3rQNetKpa4lNSSxqmiKtllKMRsfY8rS 9u64iP/gxI6TeElidmmam7wRkUqhrEPGf/tW4bGNui2AyhzlVVo4bYWPXlDfWRZC kb8kEgUVadKRTzBw29Pa9p8OygNCq2OpR1120clUfE6JrcmHb7IYi6qpiFaNdurD XTEGxzLSE7OriLExkBEPmnFBsxEpWR3o6DZth6co83EYL0WBkOtP+NVKnQowGDac 0ecfvaTuV/pmEIpxViaus7J4Mh3q1KiB33OMzEqg/BNmVuXIcKtPXXCGeSI74+wa T4dEOjMnXkPoYut2pOjlnf8Hi5iPt4lym9GGVEVEV+mKq1I9sb2jka+fc+I4UKHw zFo8jt7jiCB9LPSYTYw+WnduM5HN5LSRvD7MhKixfZ1B20ss7ueTBuXfXMcFW/aq Laje1DTMcOSSpt3nWFdOnIPI7UFSK4aEg+mU/EvbWBJKMGikR6V2eqFI6WdBYRKK F0K0y19HP12P3V8aDYG+4HQ1BvFWR5EHFWkvyxK4I1C9LecouABSNGgGK1bXLzwz 1gq84t2bA3napxie9VXwBcpWSKLLtU0GJx2wGSBdUal7wXwzjgmN1HdRhttGXXSb ckxDEfLokyJzyGMgEv2r =g+ux -----END PGP SIGNATURE----- --7juXfoFKnT0rv4379OoxpWjQD2vNDwSuO-- From owner-svn-ports-head@freebsd.org Thu Oct 13 07:40:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64088C0F0AF; Thu, 13 Oct 2016 07:40:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 29942CFC; Thu, 13 Oct 2016 07:40:35 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 7890CBDCD0; Thu, 13 Oct 2016 09:40:34 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 684E6BDCC4; Thu, 13 Oct 2016 09:40:34 +0200 (CEST) Subject: Re: svn commit: r423900 - in head/textproc/fex: . files To: Ryan Steinmetz , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610130150.u9D1oVLI084729@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <902a3ea7-865c-4021-5aac-753229540e4a@FreeBSD.org> Date: Thu, 13 Oct 2016 09:40:33 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610130150.u9D1oVLI084729@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="IUDkANoecgfKCMk0QNESq5IEOuOuUL9bs" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 07:40:36 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --IUDkANoecgfKCMk0QNESq5IEOuOuUL9bs Content-Type: multipart/mixed; boundary="akBoFSj1KxDOlcRDc23fd4maBrWXf59jI"; protected-headers="v1" From: Mathieu Arnold To: Ryan Steinmetz , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <902a3ea7-865c-4021-5aac-753229540e4a@FreeBSD.org> Subject: Re: svn commit: r423900 - in head/textproc/fex: . files References: <201610130150.u9D1oVLI084729@repo.freebsd.org> In-Reply-To: <201610130150.u9D1oVLI084729@repo.freebsd.org> --akBoFSj1KxDOlcRDc23fd4maBrWXf59jI Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 13/10/2016 =C3=A0 03:50, Ryan Steinmetz a =C3=A9crit : > PORTNAME=3D fex > PORTVERSION=3D 2.0.0 > +PORTREVISION=3D 1 > =20 > +GH_TAGNAME=3D v${PORTVERSION} > This should be a DISTVERSIONPREFIX=3Dv in the top block. --=20 Mathieu Arnold --akBoFSj1KxDOlcRDc23fd4maBrWXf59jI-- --IUDkANoecgfKCMk0QNESq5IEOuOuUL9bs Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJX/zpxXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IzW0P/jKOWm4TbullN5rtMt89Qqx8 0pYn4LxlC5LZeBL+0ulrNtNZsC4B7j31yM7hcbdtAjKXf0I9a0JdrVxnoVMb8Bbn kQwdJOKvdBrzso9qDlIZ4q511Q6LFmLYdUgAammuepPnz90kIePhECo+8QDfHPlA edt7+Seu0SMZRAtyGm/ZtGrMxVGtDi/fx2OU/2yoGUxQYKnyf7S/LQdzHCZhLxwr YwAPpGPQioda/CzHRU43XA1yzHOC0TI0oGU2LRA2WJwNKqHLTlgvUYJOg8QRa/rw U+Lz7VaS9GlhT2tiGzaF64cuLPIxhnV1b1Z10aDvoR255oHqwFRPJpoTCQ0d1Oju pCvAXb9LKbjdmpuplNYgWLDaxaDPPOZkuiQDMmbYu9kMBJa4VNysVSX0sYyTpCaD nxDbaDLaLXqgmlUPZLrfAsTzo5mUmUxCGK46y//IMUoxOUrgC2uLCJLk85qRxMMh d6FpxcIGQlWUa1TtksBVUCA5e4Zm4AXi1HEc4rMIcbS3JzTM17EiWbIj0N+Y44mS 0B2K8Ucq4KJuUWXLuinUH02ApWcJwG33WJWxXh/62iITsBYH9fyFxESOV0PthivU xRhEJpIG3xiIPYj3nN6rxRMJaNGdOmLzOThkf3/an66yayvN0PN0L2/PdXNpIYdh e/9qlXPGFtnHi8um+TXh =9733 -----END PGP SIGNATURE----- --IUDkANoecgfKCMk0QNESq5IEOuOuUL9bs-- From owner-svn-ports-head@freebsd.org Thu Oct 13 08:06:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1828CC0F38F; Thu, 13 Oct 2016 08:06:50 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB8959E5; Thu, 13 Oct 2016 08:06:49 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9D86mAX031024; Thu, 13 Oct 2016 08:06:48 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9D86m81031022; Thu, 13 Oct 2016 08:06:48 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610130806.u9D86m81031022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 13 Oct 2016 08:06:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423901 - head/databases/elixir-timex_ecto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 08:06:50 -0000 Author: olgeni Date: Thu Oct 13 08:06:48 2016 New Revision: 423901 URL: https://svnweb.freebsd.org/changeset/ports/423901 Log: Update databases/elixir-timex_ecto to version 3.0.5. Modified: head/databases/elixir-timex_ecto/Makefile head/databases/elixir-timex_ecto/distinfo Modified: head/databases/elixir-timex_ecto/Makefile ============================================================================== --- head/databases/elixir-timex_ecto/Makefile Thu Oct 13 01:50:31 2016 (r423900) +++ head/databases/elixir-timex_ecto/Makefile Thu Oct 13 08:06:48 2016 (r423901) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= timex_ecto -PORTVERSION= 3.0.4 +PORTVERSION= 3.0.5 CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-timex_ecto/distinfo ============================================================================== --- head/databases/elixir-timex_ecto/distinfo Thu Oct 13 01:50:31 2016 (r423900) +++ head/databases/elixir-timex_ecto/distinfo Thu Oct 13 08:06:48 2016 (r423901) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472134150 -SHA256 (bitwalker-timex_ecto-3.0.4_GH0.tar.gz) = d9c8615636adae7eeff88544d6c7c909552d744f42fbc34c9427e31b8ec33a9f -SIZE (bitwalker-timex_ecto-3.0.4_GH0.tar.gz) = 9050 +TIMESTAMP = 1476345477 +SHA256 (bitwalker-timex_ecto-3.0.5_GH0.tar.gz) = c140e1dfc7bffa4dc54ea3d921e8adac6d45cf6e506c7fffde9faf380c3474b5 +SIZE (bitwalker-timex_ecto-3.0.5_GH0.tar.gz) = 9252 From owner-svn-ports-head@freebsd.org Thu Oct 13 08:07:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33514C0F3FC; Thu, 13 Oct 2016 08:07:03 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02C82C16; Thu, 13 Oct 2016 08:07:02 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9D872BX031188; Thu, 13 Oct 2016 08:07:02 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9D871wH031186; Thu, 13 Oct 2016 08:07:01 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610130807.u9D871wH031186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 13 Oct 2016 08:07:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423902 - head/devel/elixir-estree X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 08:07:03 -0000 Author: olgeni Date: Thu Oct 13 08:07:01 2016 New Revision: 423902 URL: https://svnweb.freebsd.org/changeset/ports/423902 Log: Update devel/elixir-estree to version 2.4.1. Modified: head/devel/elixir-estree/Makefile head/devel/elixir-estree/distinfo Modified: head/devel/elixir-estree/Makefile ============================================================================== --- head/devel/elixir-estree/Makefile Thu Oct 13 08:06:48 2016 (r423901) +++ head/devel/elixir-estree/Makefile Thu Oct 13 08:07:01 2016 (r423902) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= elixir-estree -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/elixir-estree/distinfo ============================================================================== --- head/devel/elixir-estree/distinfo Thu Oct 13 08:06:48 2016 (r423901) +++ head/devel/elixir-estree/distinfo Thu Oct 13 08:07:01 2016 (r423902) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468225156 -SHA256 (bryanjos-elixir-estree-v2.4.0_GH0.tar.gz) = 42783ee87b6ed844e665a2a35346a9e61aa57e5d8d3c1d4ee6c2bb6bf8a0655d -SIZE (bryanjos-elixir-estree-v2.4.0_GH0.tar.gz) = 18855 +TIMESTAMP = 1476345508 +SHA256 (bryanjos-elixir-estree-v2.4.1_GH0.tar.gz) = 91ee5915dc25bf0fc1d6aa6f157312864394a92610c41a4bed649797eadc5bcf +SIZE (bryanjos-elixir-estree-v2.4.1_GH0.tar.gz) = 19030 From owner-svn-ports-head@freebsd.org Thu Oct 13 09:03:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECB61C109A2; Thu, 13 Oct 2016 09:03:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1F7095C; Thu, 13 Oct 2016 09:03:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9D93j98054074; Thu, 13 Oct 2016 09:03:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9D93jgl054073; Thu, 13 Oct 2016 09:03:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610130903.u9D93jgl054073@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 13 Oct 2016 09:03:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423904 - head/multimedia/dvdauthor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 09:03:47 -0000 Author: amdmi3 Date: Thu Oct 13 09:03:45 2016 New Revision: 423904 URL: https://svnweb.freebsd.org/changeset/ports/423904 Log: - Fix LICENSE - Switch to USES=localbase - Cosmetic fixes - Switch to options helpers - Fix options - Simplify docs installation Modified: head/multimedia/dvdauthor/Makefile Modified: head/multimedia/dvdauthor/Makefile ============================================================================== --- head/multimedia/dvdauthor/Makefile Thu Oct 13 08:15:35 2016 (r423903) +++ head/multimedia/dvdauthor/Makefile Thu Oct 13 09:03:45 2016 (r423904) @@ -10,7 +10,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Makes a DVD file structure from one or more MPEG2 streams -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdvdread.so:multimedia/libdvdread \ libfribidi.so:converters/fribidi \ @@ -21,55 +22,35 @@ LIB_DEPENDS= libdvdread.so:multimedia/li WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gmake iconv pkgconfig +USES= gmake iconv localbase pkgconfig USE_GNOME= libxml2 GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -PORTDOCS= * - -DOCSRCDIR1= ${WRKSRC} -DOC_FILES1= AUTHORS ChangeLog README - -DOCSRCDIR2= ${WRKDIR} -DOC_FILES2= README.FreeBSD +SUB_FILES= README.FreeBSD -OPTIONS_DEFINE= DOCS IMAGEMAGICK VIDEO-FORMAT +PORTDOCS= * -OPTIONS_SINGLE= VIDEO-FORMAT -OPTIONS_SINGLE_VIDEO-FORMAT= NTSC PAL +OPTIONS_DEFINE= DOCS IMAGEMAGICK +OPTIONS_RADIO= VIDEO-FORMAT +OPTIONS_RADIO_VIDEO-FORMAT= NTSC PAL VIDEO-FORMAT_DESC= Use default video format NTSC_DESC= Default video format NTSC PAL_DESC= Default video format PAL -SUB_FILES= README.FreeBSD - IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick -.include - -.if ${PORT_OPTIONS:MNTSC} -.if ${PORT_OPTIONS:MVIDEO-FORMAT} -CONFIGURE_ENV+= --enable-default-video-format=NTSC -.endif -.endif - -.if ${PORT_OPTIONS:MPAL} -.if ${PORT_OPTIONS:MVIDEO-FORMAT} -CONFIGURE_ENV+= --enable-default-video-format=PAL -.endif -.endif +NTSC_CONFIGURE_ON= --enable-default-video-format=NTSC +PAL_CONFIGURE_ON= --enable-default-video-format=PAL -pre-configure: -.if ! ${PORT_OPTIONS:MIMAGEMAGICK} +pre-configure-IMAGEMAGICK-off: @${REINPLACE_CMD} 's|usemagick=1|usemagick=0|g' \ ${WRKSRC}/configure -.endif -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} \ + ${WRKSRC}/AUTHORS ${WRKSRC}/ChangeLog ${WRKSRC}/README \ + ${WRKDIR}/README.FreeBSD ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@freebsd.org Thu Oct 13 09:12:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73C0BC10B9D; Thu, 13 Oct 2016 09:12:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C01FF36; Thu, 13 Oct 2016 09:12:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9D9ClmP058082; Thu, 13 Oct 2016 09:12:47 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9D9CkQF058077; Thu, 13 Oct 2016 09:12:46 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610130912.u9D9CkQF058077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 13 Oct 2016 09:12:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423905 - in head/math/cgal: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 09:12:48 -0000 Author: wen Date: Thu Oct 13 09:12:46 2016 New Revision: 423905 URL: https://svnweb.freebsd.org/changeset/ports/423905 Log: - Update to 4.9 - Remove GUI option but always build libCGAL_ImageIO and libCGAL_Qt Modified: head/math/cgal/Makefile head/math/cgal/distinfo head/math/cgal/files/patch-CMakeLists.txt head/math/cgal/files/patch-include_CGAL_config.h head/math/cgal/pkg-plist Modified: head/math/cgal/Makefile ============================================================================== --- head/math/cgal/Makefile Thu Oct 13 09:03:45 2016 (r423904) +++ head/math/cgal/Makefile Thu Oct 13 09:12:46 2016 (r423905) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= cgal -PORTVERSION= 4.8.1 +PORTVERSION= 4.9 CATEGORIES= math -MASTER_SITES= https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.8.1/ +MASTER_SITES= https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.9/ DISTNAME= CGAL-${PORTVERSION} MAINTAINER= wen@FreeBSD.org @@ -22,18 +22,9 @@ BROKEN_sparc64: Does not build: fails to USE_LDCONFIG= yes USES= cmake shebangfix tar:xz -USE_QT5= buildtools_build core qmake_build widgets +USE_QT5= buildtools_build core gui opengl qmake_build widgets SHEBANG_FILES= scripts/cgal_create_CMakeLists \ scripts/cgal_create_cmake_script -HAS_CONFIGURE= yes - -OPTIONS_DEFINE= GUI -OPTIONS_DEFAULT= GUI -OPTIONS_SUB= yes - -GUI_DESC= Build libCGAL_ImageIO and libCGAL_Qt4 -GUI_USE= GL=glu,gl QT5=gui,opengl -GUI_CMAKE_OFF= -DWITH_CGAL_Qt4=OFF -DWITH_CGAL_ImageIO=OFF .include Modified: head/math/cgal/distinfo ============================================================================== --- head/math/cgal/distinfo Thu Oct 13 09:03:45 2016 (r423904) +++ head/math/cgal/distinfo Thu Oct 13 09:12:46 2016 (r423905) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467676126 -SHA256 (CGAL-4.8.1.tar.xz) = fa2036e0a53cc54eee3dffe4763028e9aec831672c8259fa376d3c29e8f781b0 -SIZE (CGAL-4.8.1.tar.xz) = 13492048 +TIMESTAMP = 1476253394 +SHA256 (CGAL-4.9.tar.xz) = 63ac5df71f912f34f2f0f2e54a303578df51f4ec2627db593a65407d791f9039 +SIZE (CGAL-4.9.tar.xz) = 13749292 Modified: head/math/cgal/files/patch-CMakeLists.txt ============================================================================== --- head/math/cgal/files/patch-CMakeLists.txt Thu Oct 13 09:03:45 2016 (r423904) +++ head/math/cgal/files/patch-CMakeLists.txt Thu Oct 13 09:12:46 2016 (r423905) @@ -1,20 +1,18 @@ ---- CMakeLists.txt.orig 2016-06-13 12:37:16 UTC +--- CMakeLists.txt.orig 2016-09-16 19:00:17 UTC +++ CMakeLists.txt -@@ -729,7 +729,7 @@ set ( CGAL_INSTALL_DOC_DIR "share/doc/${ - CACHE STRING "The folder where CGAL documentation and license files will be installed, relative to CMAKE_INSTALL_PREFIX" +@@ -759,11 +759,11 @@ set ( CGAL_INSTALL_CMAKE_DIR "${CGAL_INS + CACHE STRING "The folder where CGAL CMake modules will be installed, relative to CMAKE_INSTALL_PREFIX" ) --set ( CGAL_INSTALL_MAN_DIR "share/man/man1" -+set ( CGAL_INSTALL_MAN_DIR "man/man1" - CACHE STRING "The folder where manual pages for CGAL scripts will be installed, relative to CMAKE_INSTALL_PREFIX" - ) - -@@ -816,7 +816,7 @@ create_CGALconfig_files() - # DESTINATION option is mandatory; skipping it breaks CPack! +-set ( CGAL_INSTALL_DOC_DIR "${CMAKE_INSTALL_FULL_DATAROOTDIR}/doc/${CGAL_VERSION_DIR}" +- CACHE STRING "The folder where CGAL documentation and license files will be installed, relative to CMAKE_INSTALL_PREFIX" +- ) ++# set ( CGAL_INSTALL_DOC_DIR "${CMAKE_INSTALL_FULL_DATAROOTDIR}/doc/${CGAL_VERSION_DIR}" ++# CACHE STRING "The folder where CGAL documentation and license files will be installed, relative to CMAKE_INSTALL_PREFIX" ++# ) - if(CGAL_INSTALL_DOC_DIR) -- install(FILES AUTHORS CHANGES LICENSE LICENSE.FREE_USE LICENSE.GPL LICENSE.LGPL DESTINATION ${CGAL_INSTALL_DOC_DIR} ) -+# install(FILES AUTHORS CHANGES LICENSE LICENSE.FREE_USE LICENSE.GPL LICENSE.LGPL DESTINATION ${CGAL_INSTALL_DOC_DIR} ) - endif() +-set ( CGAL_INSTALL_MAN_DIR "${CMAKE_INSTALL_FULL_DATAROOTDIR}/man/man1" ++set ( CGAL_INSTALL_MAN_DIR "man/man1" + CACHE STRING "The folder where manual pages for CGAL scripts will be installed, relative to CMAKE_INSTALL_PREFIX" + ) - #install all includes collected in trunk et cetera Modified: head/math/cgal/files/patch-include_CGAL_config.h ============================================================================== --- head/math/cgal/files/patch-include_CGAL_config.h Thu Oct 13 09:03:45 2016 (r423904) +++ head/math/cgal/files/patch-include_CGAL_config.h Thu Oct 13 09:12:46 2016 (r423905) @@ -1,6 +1,6 @@ ---- include/CGAL/config.h.orig 2016-07-05 08:44:07 UTC +--- include/CGAL/config.h.orig 2016-09-16 19:00:17 UTC +++ include/CGAL/config.h -@@ -296,7 +296,8 @@ +@@ -300,7 +300,8 @@ || defined(__x86_64) || defined(__x86_64__) \ || defined(__ia64) || defined(__ia64__) \ || defined(_M_IX86) || defined(_M_IA64) \ Modified: head/math/cgal/pkg-plist ============================================================================== --- head/math/cgal/pkg-plist Thu Oct 13 09:03:45 2016 (r423904) +++ head/math/cgal/pkg-plist Thu Oct 13 09:12:46 2016 (r423905) @@ -109,7 +109,6 @@ include/CGAL/Apollonius_graph_2/check_fi include/CGAL/Apollonius_graph_2/comparator_profiler.h include/CGAL/Apollonius_graph_2/compare_quadratic.h include/CGAL/Apollonius_graph_2/predicate_profiler.h -include/CGAL/Apollonius_graph_2/uncertain/Apollonius_graph_uncertain_filtered_traits_2.h include/CGAL/Apollonius_graph_2/uncertain/Uncertain_is_hidden_C2.h include/CGAL/Apollonius_graph_2/uncertain/Uncertain_oriented_side_of_bisector_C2.h include/CGAL/Apollonius_graph_2/uncertain/Uncertain_vertex_conflict_2.h @@ -534,8 +533,12 @@ include/CGAL/Complex_2_in_triangulation_ include/CGAL/Complex_2_in_triangulation_vertex_base_3.h include/CGAL/Complexity_tags.h include/CGAL/Compute_anchor_3.h +include/CGAL/Compute_cone_boundaries_2.h include/CGAL/Concatenate_iterator.h include/CGAL/Concurrent_compact_container.h +include/CGAL/Cone_spanners_2/Less_by_direction_2.h +include/CGAL/Cone_spanners_2/Plane_scan_tree.h +include/CGAL/Cone_spanners_2/Plane_scan_tree_impl.h include/CGAL/ConicCPA2.h include/CGAL/ConicHPA2.h include/CGAL/Conic_2.h @@ -547,6 +550,8 @@ include/CGAL/Constrained_triangulation_f include/CGAL/Constrained_triangulation_plus_2.h include/CGAL/Constrained_voronoi_diagram_2.h include/CGAL/Constraint_hierarchy_2.h +include/CGAL/Construct_theta_graph_2.h +include/CGAL/Construct_yao_graph_2.h include/CGAL/Convertible_circulator_project.h include/CGAL/Convertible_filter_iterator.h include/CGAL/Convertible_iterator_project.h @@ -688,7 +693,6 @@ include/CGAL/FPU_extension.h include/CGAL/FPU_gcc_i386.h include/CGAL/FPU_gcc_i386_sse2.h include/CGAL/FPU_msvc.h -include/CGAL/FaceGraph_to_Polyhedron_3.h include/CGAL/Filter_circulator.h include/CGAL/Filtered_bbox_circular_kernel_2.h include/CGAL/Filtered_bbox_circular_kernel_2/bbox_filtered_predicates.h @@ -854,9 +858,8 @@ include/CGAL/IO/Gps_iostream.h include/CGAL/IO/Inventor_ostream.h include/CGAL/IO/Istream_iterator.h include/CGAL/IO/Nef_polyhedron_2_PS_stream.h -include/CGAL/IO/Nef_polyhedron_S2_OGLUT_stream.h include/CGAL/IO/Nef_polyhedron_iostream_3.h -include/CGAL/IO/Nef_polyhedron_iostream_S2.h +include/CGAL/IO/OBJ_reader.h include/CGAL/IO/OFF_reader.h include/CGAL/IO/Ostream_iterator.h include/CGAL/IO/Polyhedron_VRML_1_ostream.h @@ -899,6 +902,38 @@ include/CGAL/IO/write_ply_points.h include/CGAL/IO/write_xyz_points.h include/CGAL/Identity_policy_2.h include/CGAL/ImageIO.h +include/CGAL/ImageIO/analyze.h +include/CGAL/ImageIO/analyze_impl.h +include/CGAL/ImageIO/bmp.h +include/CGAL/ImageIO/bmp_impl.h +include/CGAL/ImageIO/bmpendian.h +include/CGAL/ImageIO/bmpendian_impl.h +include/CGAL/ImageIO/bmpread.h +include/CGAL/ImageIO/bmpread_impl.h +include/CGAL/ImageIO/bmptypes.h +include/CGAL/ImageIO/convert.h +include/CGAL/ImageIO/convert_impl.h +include/CGAL/ImageIO/fgetns.h +include/CGAL/ImageIO/fgetns_impl.h +include/CGAL/ImageIO/gif.h +include/CGAL/ImageIO/gif_impl.h +include/CGAL/ImageIO/gis.h +include/CGAL/ImageIO/gis_impl.h +include/CGAL/ImageIO/inr.h +include/CGAL/ImageIO/inr_impl.h +include/CGAL/ImageIO/iris.h +include/CGAL/ImageIO/iris_impl.h +include/CGAL/ImageIO/mincio.h +include/CGAL/ImageIO/mincio_impl.h +include/CGAL/ImageIO/pnm.h +include/CGAL/ImageIO/pnm_impl.h +include/CGAL/ImageIO/recbuffer.h +include/CGAL/ImageIO/recbuffer_impl.h +include/CGAL/ImageIO/recline.h +include/CGAL/ImageIO/recline_impl.h +include/CGAL/ImageIO/reech4x4.h +include/CGAL/ImageIO/reech4x4_impl.h +include/CGAL/ImageIO/typedefs.h include/CGAL/ImageIO_impl.h include/CGAL/Image_3.h include/CGAL/Image_3_impl.h @@ -982,8 +1017,6 @@ include/CGAL/Kernel_d/Line_d_impl.h include/CGAL/Kernel_d/Linear_algebraCd_impl.h include/CGAL/Kernel_d/Linear_algebraHd_impl.h include/CGAL/Kernel_d/Matrix__.h -include/CGAL/Kernel_d/PVDHACd_impl.h -include/CGAL/Kernel_d/PVDHAHd_impl.h include/CGAL/Kernel_d/Pair_d.h include/CGAL/Kernel_d/PointCd.h include/CGAL/Kernel_d/PointCd_impl.h @@ -1055,7 +1088,6 @@ include/CGAL/Kinetic/Simulator_objects_l include/CGAL/Kinetic/Sort.h include/CGAL/Kinetic/Sort_event_log_visitor.h include/CGAL/Kinetic/Sort_visitor_base.h -include/CGAL/Kinetic/Triangulation_2.h include/CGAL/Kinetic/Two_list_pointer_event_queue.h include/CGAL/Kinetic/basic.h include/CGAL/Kinetic/internal/Delaunay_triangulation_base_3.h @@ -1192,6 +1224,7 @@ include/CGAL/Mesh_3/Worksharing_data_str include/CGAL/Mesh_3/config.h include/CGAL/Mesh_3/dihedral_angle_3.h include/CGAL/Mesh_3/global_parameters.h +include/CGAL/Mesh_3/initialize_triangulation_from_labeled_image.h include/CGAL/Mesh_3/io_signature.h include/CGAL/Mesh_3/mesh_standard_cell_criteria.h include/CGAL/Mesh_3/mesh_standard_criteria.h @@ -1201,6 +1234,7 @@ include/CGAL/Mesh_3/parameters_defaults. include/CGAL/Mesh_3/polyhedral_to_labeled_function_wrapper.h include/CGAL/Mesh_3/polylines_to_protect.h include/CGAL/Mesh_3/radius_ratio.h +include/CGAL/Mesh_3/search_for_connected_components_in_labeled_image.h include/CGAL/Mesh_3/sliver_criteria.h include/CGAL/Mesh_3/squared_distance_Point_3_Triangle_3.h include/CGAL/Mesh_3/utilities.h @@ -1554,7 +1588,6 @@ include/CGAL/Periodic_2_triangulation_tr include/CGAL/Periodic_2_triangulation_vertex_base_2.h include/CGAL/Periodic_3_Delaunay_triangulation_3.h include/CGAL/Periodic_3_Delaunay_triangulation_filtered_traits_3.h -include/CGAL/Periodic_3_Delaunay_triangulation_statically_filtered_traits_3.h include/CGAL/Periodic_3_Delaunay_triangulation_traits_3.h include/CGAL/Periodic_3_construct_point_3.h include/CGAL/Periodic_3_offset_3.h @@ -1562,11 +1595,8 @@ include/CGAL/Periodic_3_triangulation_3. include/CGAL/Periodic_3_triangulation_ds_cell_base_3.h include/CGAL/Periodic_3_triangulation_ds_vertex_base_3.h include/CGAL/Periodic_3_triangulation_dummy_36.h -include/CGAL/Periodic_3_triangulation_filtered_traits_3.h include/CGAL/Periodic_3_triangulation_hierarchy_3.h include/CGAL/Periodic_3_triangulation_iterators_3.h -include/CGAL/Periodic_3_triangulation_remove_traits_3.h -include/CGAL/Periodic_3_triangulation_statically_filtered_traits_3.h include/CGAL/Periodic_3_triangulation_traits_3.h include/CGAL/Plane_3.h include/CGAL/Plane_separator.h @@ -1633,6 +1663,7 @@ include/CGAL/Polygon_mesh_processing/sti include/CGAL/Polygon_mesh_processing/triangulate_faces.h include/CGAL/Polygon_mesh_processing/triangulate_hole.h include/CGAL/Polygon_mesh_slicer.h +include/CGAL/Polygon_nop_decomposition_2.h include/CGAL/Polygon_offset_builder_2.h include/CGAL/Polygon_offset_builder_traits_2.h include/CGAL/Polygon_set_2.h @@ -1699,7 +1730,6 @@ include/CGAL/Polynomial/internal/Filtere include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_Descartes_has_root.h include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_Descartes_root_counter.h include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_are_negations.h -include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_polynomial_rational_kernel.h include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_root_bound_evaluator.h include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_root_multiplicity.h include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_sign_at.h @@ -2245,6 +2275,8 @@ include/CGAL/Three/Scene_group_item.h include/CGAL/Three/Scene_interface.h include/CGAL/Three/Scene_item.h include/CGAL/Three/Scene_item_config.h +include/CGAL/Three/Scene_print_interface_item.h +include/CGAL/Three/TextRenderer.h include/CGAL/Three/Viewer_config.h include/CGAL/Three/Viewer_interface.h include/CGAL/Threetuple.h @@ -2310,9 +2342,6 @@ include/CGAL/Triangulation_ds_vertex_2.h include/CGAL/Triangulation_ds_vertex_base_2.h include/CGAL/Triangulation_ds_vertex_base_3.h include/CGAL/Triangulation_euclidean_traits_2.h -include/CGAL/Triangulation_euclidean_traits_xy_3.h -include/CGAL/Triangulation_euclidean_traits_xz_3.h -include/CGAL/Triangulation_euclidean_traits_yz_3.h include/CGAL/Triangulation_face.h include/CGAL/Triangulation_face_base_2.h include/CGAL/Triangulation_face_base_with_info_2.h @@ -2425,7 +2454,7 @@ include/CGAL/boost/graph/Dual.h include/CGAL/boost/graph/Euler_operations.h include/CGAL/boost/graph/Graph_geometry.h include/CGAL/boost/graph/backward_compatibility_functions.h -include/CGAL/boost/graph/convert_surface_mesh.h +include/CGAL/boost/graph/copy_face_graph.h include/CGAL/boost/graph/dijkstra_shortest_paths.h include/CGAL/boost/graph/dijkstra_shortest_paths.hpp include/CGAL/boost/graph/graph_concepts.h @@ -2480,6 +2509,7 @@ include/CGAL/compiler_config.h include/CGAL/compute_average_spacing.h include/CGAL/compute_outer_frame_margin.h include/CGAL/config.h +include/CGAL/config.h.orig include/CGAL/connect_holes.h include/CGAL/constant.h include/CGAL/constructions/Polygon_offset_cons_ftC2.h @@ -2543,12 +2573,14 @@ include/CGAL/glu.h include/CGAL/gmp.h include/CGAL/gmpxx.h include/CGAL/gmpxx_coercion_traits.h +include/CGAL/gnuplot_output_2.h include/CGAL/grabbers.h include/CGAL/graph_traits_Arrangement_2.h include/CGAL/graph_traits_Dual_Arrangement_2.h include/CGAL/grid_simplify_point_set.h include/CGAL/halfedgeDS_cut_component.h include/CGAL/halfedgeds_connected_components.h +include/CGAL/hash_openmesh.h include/CGAL/hierarchy_simplify_point_set.h include/CGAL/hilbert_sort.h include/CGAL/hilbert_sort_on_sphere.h @@ -2556,10 +2588,12 @@ include/CGAL/in_place_edge_list.h include/CGAL/int.h include/CGAL/internal/AABB_tree/AABB_drawing_traits.h include/CGAL/internal/AABB_tree/AABB_node.h +include/CGAL/internal/AABB_tree/AABB_ray_intersection.h include/CGAL/internal/AABB_tree/AABB_search_tree.h include/CGAL/internal/AABB_tree/AABB_traversal_traits.h include/CGAL/internal/AABB_tree/Halfedge_and_face_graph_property_maps.h include/CGAL/internal/AABB_tree/Has_nested_type_Shared_data.h +include/CGAL/internal/AABB_tree/Is_ray_intersection_geomtraits.h include/CGAL/internal/AABB_tree/Primitive_helper.h include/CGAL/internal/AABB_tree/nearest_point_segment_3.h include/CGAL/internal/AABB_tree/nearest_point_triangle_3.h @@ -2581,6 +2615,7 @@ include/CGAL/internal/Delaunay_triangula include/CGAL/internal/Dummy_tds_3.h include/CGAL/internal/Exact_type_selector.h include/CGAL/internal/Get_dimension_tag.h +include/CGAL/internal/Has_boolean_tags.h include/CGAL/internal/Intersections_3/Bbox_3_Bbox_3_do_intersect.h include/CGAL/internal/Intersections_3/Bbox_3_Line_3_do_intersect.h include/CGAL/internal/Intersections_3/Bbox_3_Plane_3_do_intersect.h @@ -2596,9 +2631,14 @@ include/CGAL/internal/Lazy_alpha_nt_2.h include/CGAL/internal/Lazy_alpha_nt_3.h include/CGAL/internal/Mesh_3/Boundary_of_subdomain_of_complex_3_in_triangulation_3_to_off.h include/CGAL/internal/Mesh_3/Graph_manipulations.h +include/CGAL/internal/Mesh_3/Handle_IO_for_pair_of_int.h include/CGAL/internal/Mesh_3/check_weights.h include/CGAL/internal/Mesh_3/get_index.h -include/CGAL/internal/Mesh_3/split_in_polylines.h +include/CGAL/internal/Periodic_3_Delaunay_triangulation_filtered_traits_3.h +include/CGAL/internal/Periodic_3_Delaunay_triangulation_statically_filtered_traits_3.h +include/CGAL/internal/Periodic_3_triangulation_filtered_traits_3.h +include/CGAL/internal/Periodic_3_triangulation_remove_traits_3.h +include/CGAL/internal/Periodic_3_triangulation_statically_filtered_traits_3.h include/CGAL/internal/Polyhedron_plane_clipping_3.h include/CGAL/internal/Projection_traits_3.h include/CGAL/internal/Regular_triangulation_filtered_traits_3.h @@ -2606,10 +2646,13 @@ include/CGAL/internal/Rich_grid.h include/CGAL/internal/Static_filters/Angle_3.h include/CGAL/internal/Static_filters/Compare_squared_radius_3.h include/CGAL/internal/Static_filters/Compare_weighted_squared_radius_3.h +include/CGAL/internal/Static_filters/Compare_x_2.h +include/CGAL/internal/Static_filters/Compare_y_2.h include/CGAL/internal/Static_filters/Compare_y_at_x_2.h include/CGAL/internal/Static_filters/Coplanar_orientation_3.h include/CGAL/internal/Static_filters/Coplanar_side_of_bounded_circle_3.h include/CGAL/internal/Static_filters/Do_intersect_3.h +include/CGAL/internal/Static_filters/Equal_2.h include/CGAL/internal/Static_filters/Equal_3.h include/CGAL/internal/Static_filters/Is_degenerate_3.h include/CGAL/internal/Static_filters/Orientation_2.h @@ -2639,11 +2682,12 @@ include/CGAL/internal/Surface_mesh_segme include/CGAL/internal/Surface_mesh_skeletonization/Curve_skeleton.h include/CGAL/internal/Surface_mesh_skeletonization/Debug.h include/CGAL/internal/Surface_mesh_skeletonization/Detect_degeneracy.h -include/CGAL/internal/Surface_mesh_skeletonization/get_normal.h include/CGAL/internal/Transform_coordinates_traits_3.h include/CGAL/internal/Triangulation/Dummy_TDS.h include/CGAL/internal/Triangulation/Triangulation_ds_iterators.h include/CGAL/internal/Triangulation/utilities.h +include/CGAL/internal/Triangulation_2_filtered_projection_traits_3.h +include/CGAL/internal/Triangulation_2_projection_traits_base_3.h include/CGAL/internal/Triangulation_ds_circulators_3.h include/CGAL/internal/Triangulation_ds_iterators_3.h include/CGAL/internal/Voronoi_covariance_3/voronoi_covariance_3.h @@ -2652,7 +2696,6 @@ include/CGAL/internal/auxiliary/graph.h include/CGAL/internal/boost/array_binary_tree.hpp include/CGAL/internal/boost/mutable_heap.hpp include/CGAL/internal/boost/mutable_queue.hpp -include/CGAL/internal/boost/property_map.h include/CGAL/internal/bounded_priority_queue.h include/CGAL/internal/container_fwd_fixed.hpp include/CGAL/internal/corefinement/Combinatorial_map_for_corefinement.h @@ -2779,7 +2822,6 @@ include/CGAL/predicates_on_lines_2.h include/CGAL/predicates_on_points_2.h include/CGAL/predicates_on_points_3.h include/CGAL/primes.h -include/CGAL/primes_impl.h include/CGAL/property_map.h include/CGAL/radial_orient_normals.h include/CGAL/random_convex_hull_in_disc_2.h @@ -2794,6 +2836,7 @@ include/CGAL/rectangular_3_center_2.h include/CGAL/rectangular_p_center_2.h include/CGAL/refine_mesh_3.h include/CGAL/regular_neighbor_coordinates_2.h +include/CGAL/regularize_planes.h include/CGAL/remove_far_points_in_mesh_3.h include/CGAL/remove_outliers.h include/CGAL/representation_tags.h @@ -2913,14 +2956,15 @@ lib/CGAL/UseESBTL.cmake lib/CGAL/UseEigen3.cmake lib/CGAL/UseOpenMesh.cmake lib/CGAL/UseTBB.cmake +lib/CGAL/Use_CGAL_Qt5_headers.cmake lib/CGAL/test_MPFI.cpp lib/libCGAL.so -lib/libCGAL.so.11 -lib/libCGAL.so.11.0.2 +lib/libCGAL.so.12 +lib/libCGAL.so.12.0.0 lib/libCGAL_Core.so -lib/libCGAL_Core.so.11 -lib/libCGAL_Core.so.11.0.2 +lib/libCGAL_Core.so.12 +lib/libCGAL_Core.so.12.0.0 lib/libCGAL_ImageIO.so -lib/libCGAL_ImageIO.so.11 -lib/libCGAL_ImageIO.so.11.0.2 +lib/libCGAL_ImageIO.so.12 +lib/libCGAL_ImageIO.so.12.0.0 man/man1/cgal_create_cmake_script.1.gz From owner-svn-ports-head@freebsd.org Thu Oct 13 09:26:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ABABC10F5D; Thu, 13 Oct 2016 09:26:49 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE0CA9A5; Thu, 13 Oct 2016 09:26:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9D9QmlB062196; Thu, 13 Oct 2016 09:26:48 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9D9Qlnx062194; Thu, 13 Oct 2016 09:26:47 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610130926.u9D9Qlnx062194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 13 Oct 2016 09:26:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423906 - head/www/p5-HTTP-SimpleLinkChecker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 09:26:49 -0000 Author: wen Date: Thu Oct 13 09:26:47 2016 New Revision: 423906 URL: https://svnweb.freebsd.org/changeset/ports/423906 Log: - Update to 1.164 Changes: http://search.cpan.org/src/BDFOY/HTTP-SimpleLinkChecker-1.164/Changes Modified: head/www/p5-HTTP-SimpleLinkChecker/Makefile head/www/p5-HTTP-SimpleLinkChecker/distinfo Modified: head/www/p5-HTTP-SimpleLinkChecker/Makefile ============================================================================== --- head/www/p5-HTTP-SimpleLinkChecker/Makefile Thu Oct 13 09:12:46 2016 (r423905) +++ head/www/p5-HTTP-SimpleLinkChecker/Makefile Thu Oct 13 09:26:47 2016 (r423906) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-SimpleLinkChecker -PORTVERSION= 1.163 +PORTVERSION= 1.164 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-HTTP-SimpleLinkChecker/distinfo ============================================================================== --- head/www/p5-HTTP-SimpleLinkChecker/distinfo Thu Oct 13 09:12:46 2016 (r423905) +++ head/www/p5-HTTP-SimpleLinkChecker/distinfo Thu Oct 13 09:26:47 2016 (r423906) @@ -1,2 +1,3 @@ -SHA256 (HTTP-SimpleLinkChecker-1.163.tar.gz) = 40b1cfc636317cd7058bb12afccc67342bbfcf7bc73571f4a5c89a23e5e08f39 -SIZE (HTTP-SimpleLinkChecker-1.163.tar.gz) = 10846 +TIMESTAMP = 1476350269 +SHA256 (HTTP-SimpleLinkChecker-1.164.tar.gz) = 71fd6f625a0c3ce47ff6b039ac46c688bad4469d9f2ed4981fdd7ec3d387d657 +SIZE (HTTP-SimpleLinkChecker-1.164.tar.gz) = 10933 From owner-svn-ports-head@freebsd.org Thu Oct 13 09:59:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 087EFC0EA58; Thu, 13 Oct 2016 09:59:10 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9458E2E; Thu, 13 Oct 2016 09:59:09 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9D9x8o6073713; Thu, 13 Oct 2016 09:59:08 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9D9x8fF073709; Thu, 13 Oct 2016 09:59:08 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610130959.u9D9x8fF073709@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 13 Oct 2016 09:59:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423907 - in head/www: . rubygem-turbolinks-classic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 09:59:10 -0000 Author: tz Date: Thu Oct 13 09:59:08 2016 New Revision: 423907 URL: https://svnweb.freebsd.org/changeset/ports/423907 Log: Revive www/rubygem-turbolinks as www/rubygem-turbolinks-classic. turbolinks was completely rewritten and released as version 5.x. The old branch 2.5.x was renamed to turbolinks-classic. www/gitlab still depends on the old version of rubygem-turbolinks. Therefore its revived as a new port, while the updated turbolinks port will satisfy www/rubygem-rails4. PR: 213218 Approved by: swills (mentor) Added: head/www/rubygem-turbolinks-classic/ - copied from r414136, head/www/rubygem-turbolinks/ Modified: head/www/Makefile head/www/rubygem-turbolinks-classic/Makefile head/www/rubygem-turbolinks-classic/distinfo head/www/rubygem-turbolinks-classic/pkg-descr Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Oct 13 09:26:47 2016 (r423906) +++ head/www/Makefile Thu Oct 13 09:59:08 2016 (r423907) @@ -2050,6 +2050,7 @@ SUBDIR += rubygem-totoridipjp SUBDIR += rubygem-tumblr_client SUBDIR += rubygem-turbolinks + SUBDIR += rubygem-turbolinks-classic SUBDIR += rubygem-turbolinks-source SUBDIR += rubygem-typhoeus SUBDIR += rubygem-uglifier Modified: head/www/rubygem-turbolinks-classic/Makefile ============================================================================== --- head/www/rubygem-turbolinks/Makefile Wed Apr 27 21:57:31 2016 (r414136) +++ head/www/rubygem-turbolinks-classic/Makefile Thu Oct 13 09:59:08 2016 (r423907) @@ -4,6 +4,7 @@ PORTNAME= turbolinks PORTVERSION= 2.5.3 CATEGORIES= www rubygems MASTER_SITES= RG +PKGNAMESUFFIX= -classic MAINTAINER= ruby@FreeBSD.org COMMENT= Turbolinks makes following links in your web application faster @@ -13,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS?= rubygem-coffee-rails4>=4.0.1:devel/rubygem-coffee-rails4 +PORTSCOUT= limit:^2\.5 + NO_ARCH= yes USE_RUBY= yes USES= gem Modified: head/www/rubygem-turbolinks-classic/distinfo ============================================================================== --- head/www/rubygem-turbolinks/distinfo Wed Apr 27 21:57:31 2016 (r414136) +++ head/www/rubygem-turbolinks-classic/distinfo Thu Oct 13 09:59:08 2016 (r423907) @@ -1,2 +1,3 @@ +TIMESTAMP = 1476351062 SHA256 (rubygem/turbolinks-2.5.3.gem) = 5606242743a4c9bb1ef49bc5bb88ebdc2dc1a0ac99a602c9a71defbd8be8b9b5 SIZE (rubygem/turbolinks-2.5.3.gem) = 20992 Modified: head/www/rubygem-turbolinks-classic/pkg-descr ============================================================================== --- head/www/rubygem-turbolinks/pkg-descr Wed Apr 27 21:57:31 2016 (r414136) +++ head/www/rubygem-turbolinks-classic/pkg-descr Thu Oct 13 09:59:08 2016 (r423907) @@ -1,4 +1,4 @@ Turbolinks makes following links in your web application faster (use with Rails Asset Pipeline) -WWW: https://github.com/rails/turbolinks +WWW: https://github.com/rails/turbolinks-classic From owner-svn-ports-head@freebsd.org Thu Oct 13 11:33:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97BFCC0EABD; Thu, 13 Oct 2016 11:33:59 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A03869; Thu, 13 Oct 2016 11:33:59 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DBXw0H010462; Thu, 13 Oct 2016 11:33:58 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DBXwSw010461; Thu, 13 Oct 2016 11:33:58 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201610131133.u9DBXwSw010461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Thu, 13 Oct 2016 11:33:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423908 - head/comms/gqrx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 11:33:59 -0000 Author: martymac Date: Thu Oct 13 11:33:58 2016 New Revision: 423908 URL: https://svnweb.freebsd.org/changeset/ports/423908 Log: Update to 2.6.0 Modified: head/comms/gqrx/Makefile head/comms/gqrx/distinfo Modified: head/comms/gqrx/Makefile ============================================================================== --- head/comms/gqrx/Makefile Thu Oct 13 09:59:08 2016 (r423907) +++ head/comms/gqrx/Makefile Thu Oct 13 11:33:58 2016 (r423908) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gqrx -PORTVERSION= 2.5.3 -DISTVERSIONPREFIX= v +PORTVERSION= 2.6.0 PORTEPOCH= 1 CATEGORIES= comms hamradio @@ -23,20 +22,18 @@ LIB_DEPENDS= libgnuradio-runtime.so:comm libgnuradio-pmt.so:comms/gnuradio \ libgnuradio-osmosdr.so:comms/gr-osmosdr \ libpulse.so:audio/pulseaudio \ - libpulse-simple.so:audio/pulseaudio + libpulse-simple.so:audio/pulseaudio \ + libboost_system.so:devel/boost-libs \ + libboost_program_options.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= csete +GH_TAGNAME= v${PORTVERSION:S/.0$//} USES= pkgconfig qmake -OPTIONS_SINGLE= GUI -OPTIONS_SINGLE_GUI= QT4 QT5 - -QT4_USE= QT4=corelib,gui,network -QT5_USE= QT5=buildtools_build,core,gui,svg,network,widgets - -OPTIONS_DEFAULT= QT5 +USE_GL= gl +USE_QT5= buildtools_build core gui svg network widgets PLIST_FILES= bin/gqrx share/applications/gqrx.desktop Modified: head/comms/gqrx/distinfo ============================================================================== --- head/comms/gqrx/distinfo Thu Oct 13 09:59:08 2016 (r423907) +++ head/comms/gqrx/distinfo Thu Oct 13 11:33:58 2016 (r423908) @@ -1,2 +1,3 @@ -SHA256 (csete-gqrx-v2.5.3_GH0.tar.gz) = a6aa5419af7c8d59a39e749f9f9fd1bff44e84f246000e0d113b1e4a93e3f05c -SIZE (csete-gqrx-v2.5.3_GH0.tar.gz) = 1175584 +TIMESTAMP = 1475750932 +SHA256 (csete-gqrx-2.6.0-v2.6_GH0.tar.gz) = 53d25db8d987a41ccccaf6fd85262bd7770cdfab5539b5901c4558756483c9db +SIZE (csete-gqrx-2.6.0-v2.6_GH0.tar.gz) = 1195638 From owner-svn-ports-head@freebsd.org Thu Oct 13 12:40:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7903C0D989; Thu, 13 Oct 2016 12:40:19 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B92CF882; Thu, 13 Oct 2016 12:40:19 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DCeI7X033296; Thu, 13 Oct 2016 12:40:18 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DCeIUj033294; Thu, 13 Oct 2016 12:40:18 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201610131240.u9DCeIUj033294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 13 Oct 2016 12:40:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423909 - in head/net/py-netif: . 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.23 Precedence: list List-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, 13 Oct 2016 12:40:20 -0000 Author: wg Date: Thu Oct 13 12:40:18 2016 New Revision: 423909 URL: https://svnweb.freebsd.org/changeset/ports/423909 Log: net/py-netif: update to 20161013 Deleted: head/net/py-netif/files/ Modified: head/net/py-netif/Makefile head/net/py-netif/distinfo Modified: head/net/py-netif/Makefile ============================================================================== --- head/net/py-netif/Makefile Thu Oct 13 11:33:58 2016 (r423908) +++ head/net/py-netif/Makefile Thu Oct 13 12:40:18 2016 (r423909) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netif -PORTVERSION= 1.0 +PORTVERSION= 1.0.20161013 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= cython>0:lang/cython USE_GITHUB= yes GH_ACCOUNT= freenas GH_PROJECT= py-netif -GH_TAGNAME= 4432c12 +GH_TAGNAME= d663844 USES= python USE_PYTHON= autoplist distutils @@ -27,8 +27,8 @@ USE_PYTHON= autoplist distutils RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100036 -IGNORE= This module requires at least FreeBSD 11 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1003000 +IGNORE= This module requires at least FreeBSD 10.3 .endif .include Modified: head/net/py-netif/distinfo ============================================================================== --- head/net/py-netif/distinfo Thu Oct 13 11:33:58 2016 (r423908) +++ head/net/py-netif/distinfo Thu Oct 13 12:40:18 2016 (r423909) @@ -1,2 +1,3 @@ -SHA256 (freenas-py-netif-1.0-4432c12_GH0.tar.gz) = 0531049b780ba2b64683d2d353958f000a063e43ed642106efc0d0635d23187b -SIZE (freenas-py-netif-1.0-4432c12_GH0.tar.gz) = 16654 +TIMESTAMP = 1476362103 +SHA256 (freenas-py-netif-1.0.20161013-d663844_GH0.tar.gz) = 27b76f1429bc84d5353908d943fd9d3fdc4f34a66d0c36f6492b33f344f29991 +SIZE (freenas-py-netif-1.0.20161013-d663844_GH0.tar.gz) = 21354 From owner-svn-ports-head@freebsd.org Thu Oct 13 12:49:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC223C0DC6F; Thu, 13 Oct 2016 12:49:35 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B652D8C; Thu, 13 Oct 2016 12:49:35 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DCnYU8037179; Thu, 13 Oct 2016 12:49:34 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DCnYuN037176; Thu, 13 Oct 2016 12:49:34 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610131249.u9DCnYuN037176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 13 Oct 2016 12:49:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423910 - in head/www/gitlab: . 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.23 Precedence: list List-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, 13 Oct 2016 12:49:35 -0000 Author: tz Date: Thu Oct 13 12:49:34 2016 New Revision: 423910 URL: https://svnweb.freebsd.org/changeset/ports/423910 Log: www/gitlab: Use www/rubygem-turbolinks-classic instead of www/rubygem-turbolinks This fixes various problems with the issue-pages of GitLab PR: 213218 Approved by: junovitch (mentor, implicit) Modified: head/www/gitlab/Makefile head/www/gitlab/files/patch-Gemfile Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Thu Oct 13 12:40:18 2016 (r423909) +++ head/www/gitlab/Makefile Thu Oct 13 12:49:34 2016 (r423910) @@ -3,7 +3,7 @@ PORTNAME= gitlab PORTVERSION= 8.9.6 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= www devel @@ -121,7 +121,7 @@ RUN_DEPENDS= git>=2.7.4:devel/git \ rubygem-sass-rails5>=5.0.0:textproc/rubygem-sass-rails5 \ rubygem-coffee-rails4>=4.1.0:devel/rubygem-coffee-rails4 \ rubygem-uglifier>=2.7.2:www/rubygem-uglifier \ - rubygem-turbolinks>=2.5.0:www/rubygem-turbolinks \ + rubygem-turbolinks-classic>=2.5.0:www/rubygem-turbolinks-classic \ rubygem-jquery-turbolinks>=2.1.0:www/rubygem-jquery-turbolinks \ rubygem-addressable>=2.3.8:www/rubygem-addressable \ rubygem-bootstrap-sass>=3.3.0:www/rubygem-bootstrap-sass \ Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Thu Oct 13 12:40:18 2016 (r423909) +++ head/www/gitlab/files/patch-Gemfile Thu Oct 13 12:49:34 2016 (r423910) @@ -141,9 +141,8 @@ gem "sass-rails", '~> 5.0.0' gem "coffee-rails", '~> 4.1.0' -gem "uglifier", '~> 2.7.2' --gem 'turbolinks', '~> 2.5.0' +gem "uglifier", '>= 2.7.2' -+gem 'turbolinks', '>= 2.5.0' + gem 'turbolinks', '~> 2.5.0' gem 'jquery-turbolinks', '~> 2.1.0' -gem 'addressable', '~> 2.3.8' From owner-svn-ports-head@freebsd.org Thu Oct 13 12:57:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76D9FC0DEBB; Thu, 13 Oct 2016 12:57:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26C1526D; Thu, 13 Oct 2016 12:57:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DCvUvw041101; Thu, 13 Oct 2016 12:57:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DCvUGq041100; Thu, 13 Oct 2016 12:57:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610131257.u9DCvUGq041100@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 13 Oct 2016 12:57:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423911 - head/multimedia/mkvtoolnix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 12:57:31 -0000 Author: amdmi3 Date: Thu Oct 13 12:57:29 2016 New Revision: 423911 URL: https://svnweb.freebsd.org/changeset/ports/423911 Log: - Switch to USES=localbase - Verbosify build - Cosmetic fixes Approved by: portmgr blanket Modified: head/multimedia/mkvtoolnix/Makefile Modified: head/multimedia/mkvtoolnix/Makefile ============================================================================== --- head/multimedia/mkvtoolnix/Makefile Thu Oct 13 12:49:34 2016 (r423910) +++ head/multimedia/mkvtoolnix/Makefile Thu Oct 13 12:57:29 2016 (r423911) @@ -20,21 +20,19 @@ LIB_DEPENDS= libvorbis.so:audio/libvorbi libmatroska.so:multimedia/libmatroska BROKEN_FreeBSD_9= does not build: g++48 internal compiler error +BROKEN_sparc64= does not install -USES= compiler:c++11-lib iconv pkgconfig tar:xz +USES= compiler:c++11-lib iconv localbase pkgconfig tar:xz GNU_CONFIGURE= yes USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= ac_cv_path_PO4A=no ZLIB_CFLAGS=-I/usr/include ZLIB_LIBS=-lz CONFIGURE_ARGS= --without-curl \ --with-boost=${LOCALBASE} \ --with-boost-filesystem=boost_filesystem \ --with-boost-system=boost_system \ --with-boost-regex=boost_regex - -BROKEN_sparc64= does not install +MAKE_ENV= V=1 OPTIONS_DEFINE= FLAC NLS QT5 OPTIONS_DEFAULT= FLAC QT5 @@ -49,12 +47,7 @@ NLS_CONFIGURE_WITH= gettext QT5_DESC= Build and install GUI application (Qt 5) QT5_USES= desktop-file-utils shared-mime-info QT5_USE= QT5=buildtools_build,core,gui,network,quick,widgets -QT5_CONFIGURE_ON= --enable-qt -QT5_CONFIGURE_OFF= --disable-qt - -.if defined(PACKAGE_BUILDING) -MAKE_ENV+= V=1 -.endif +QT5_CONFIGURE_ENABLE= qt .include @@ -83,7 +76,7 @@ post-patch: @${REINPLACE_CMD} -e 's|std::lround|lround|g' \ ${WRKSRC}/src/propedit/tag_target.cpp .endif - ${REINPLACE_CMD} -e '/LIBS="-lintl/s,-liconv,$$ICONV_LIBS,' \ + @${REINPLACE_CMD} -e '/LIBS="-lintl/s,-liconv,$$ICONV_LIBS,' \ ${WRKSRC}/configure post-configure-NLS-off: From owner-svn-ports-head@freebsd.org Thu Oct 13 13:08:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D300FC1023B; Thu, 13 Oct 2016 13:08:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD44CC5B; Thu, 13 Oct 2016 13:08:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DD8AWv044967; Thu, 13 Oct 2016 13:08:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DD8AYk044960; Thu, 13 Oct 2016 13:08:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610131308.u9DD8AYk044960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 13 Oct 2016 13:08:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423912 - in head: databases/libgda5 devel/geany-plugins/files games/openttd security/cardpeek security/yapet sysutils/e2fsprogs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 13:08:11 -0000 Author: amdmi3 Date: Thu Oct 13 13:08:09 2016 New Revision: 423912 URL: https://svnweb.freebsd.org/changeset/ports/423912 Log: - Switch couple more ports to verbose build - Remove --disable-silent-rules which are used by default Approved by: portmgr blanket Modified: head/databases/libgda5/Makefile head/devel/geany-plugins/files/Makefile.common head/games/openttd/Makefile head/security/cardpeek/Makefile head/security/yapet/Makefile head/sysutils/e2fsprogs/Makefile Modified: head/databases/libgda5/Makefile ============================================================================== --- head/databases/libgda5/Makefile Thu Oct 13 12:57:29 2016 (r423911) +++ head/databases/libgda5/Makefile Thu Oct 13 13:08:09 2016 (r423912) @@ -31,8 +31,7 @@ INSTALL_TARGET= install-strip CONFIGURE_ARGS= --without-oracle \ --disable-crypto \ --disable-default-binary \ - --enable-introspection \ - --disable-silent-rules + --enable-introspection .include Modified: head/devel/geany-plugins/files/Makefile.common ============================================================================== --- head/devel/geany-plugins/files/Makefile.common Thu Oct 13 12:57:29 2016 (r423911) +++ head/devel/geany-plugins/files/Makefile.common Thu Oct 13 13:08:09 2016 (r423912) @@ -29,10 +29,6 @@ ${GEANY_PLUGIN}_SWITCH?= --enable-${${GE CONFIGURE_ARGS+= ${${GEANY_PLUGIN}_SWITCH} -.if defined(VERBOSE_BUILD) || defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --disable-silent-rules -.endif - BUILD_WRKSRC= ${WRKSRC}/${${GEANY_PLUGIN}_DIR} INSTALL_WRKSRC= ${BUILD_WRKSRC} Modified: head/games/openttd/Makefile ============================================================================== --- head/games/openttd/Makefile Thu Oct 13 12:57:29 2016 (r423911) +++ head/games/openttd/Makefile Thu Oct 13 13:08:09 2016 (r423912) @@ -26,10 +26,7 @@ USES= cpe gmake pkgconfig tar:xz HAS_CONFIGURE= yes CONFIGURE_ENV= STRIP="${STRIP_CMD} ${STRIP}" CONFIGURE_ARGS= --prefix-dir="${PREFIX}" --data-dir="${DATADIR_REL}" - -.if defined(BATCH) || defined(PACKAGE_BUILDING) MAKE_ARGS= VERBOSE=1 -.endif WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} CXXFLAGS= # Set to empty as OpenTTD treats it as an addition to CFLAGS Modified: head/security/cardpeek/Makefile ============================================================================== --- head/security/cardpeek/Makefile Thu Oct 13 12:57:29 2016 (r423911) +++ head/security/cardpeek/Makefile Thu Oct 13 13:08:09 2016 (r423912) @@ -18,7 +18,6 @@ RUN_DEPENDS= pcscd:devel/pcsc-lite USES= execinfo iconv localbase lua pkgconfig USE_GNOME= gtk30 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-silent-rules INSTALLS_ICONS= yes PLIST_FILES= bin/cardpeek man/man1/cardpeek.1.gz \ Modified: head/security/yapet/Makefile ============================================================================== --- head/security/yapet/Makefile Thu Oct 13 12:57:29 2016 (r423911) +++ head/security/yapet/Makefile Thu Oct 13 13:08:09 2016 (r423912) @@ -15,8 +15,6 @@ USES= gmake ncurses USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-silent-rules - OPTIONS_DEFINE= CONVERTERS DOCS NLS OPTIONS_DEFAULT= CONVERTERS OPTIONS_SUB= yes Modified: head/sysutils/e2fsprogs/Makefile ============================================================================== --- head/sysutils/e2fsprogs/Makefile Thu Oct 13 12:57:29 2016 (r423911) +++ head/sysutils/e2fsprogs/Makefile Thu Oct 13 13:08:09 2016 (r423912) @@ -50,10 +50,7 @@ post-extract: PKGDEINSTALL= ${PKGINSTALL} -# get more details into tinderbox logs -.if defined(PACKAGE_BUILDING) MAKE_ARGS+= V=1 -.endif .include From owner-svn-ports-head@freebsd.org Thu Oct 13 13:15:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79622C10642; Thu, 13 Oct 2016 13:15:08 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49A5D3B2; Thu, 13 Oct 2016 13:15:08 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DDF7Ru048658; Thu, 13 Oct 2016 13:15:07 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DDF7vD048657; Thu, 13 Oct 2016 13:15:07 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201610131315.u9DDF7vD048657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 13 Oct 2016 13:15:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423913 - head/www/zend-framework X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 13:15:08 -0000 Author: wg Date: Thu Oct 13 13:15:07 2016 New Revision: 423913 URL: https://svnweb.freebsd.org/changeset/ports/423913 Log: www/zend-framework: Make memcache dependency optional PR: 213384 Submitted by: Fredrik Eriksson Modified: head/www/zend-framework/Makefile Modified: head/www/zend-framework/Makefile ============================================================================== --- head/www/zend-framework/Makefile Thu Oct 13 13:08:09 2016 (r423912) +++ head/www/zend-framework/Makefile Thu Oct 13 13:15:07 2016 (r423913) @@ -3,7 +3,7 @@ PORTNAME= ZendFramework PORTVERSION= 2.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://packages.zendframework.com/releases/${DISTNAME}/ @@ -21,7 +21,7 @@ USES= gettext tar:tgz SUB_FILES= pkg-message -OPTIONS_DEFINE= DOCS MYSQL MYSQLI DBLIB PGSQL ODBC SQLITE REQPHP OPTPHP +OPTIONS_DEFINE= DOCS MYSQL MYSQLI DBLIB PGSQL ODBC SQLITE REQPHP OPTPHP MEMCACHE OPTIONS_DEFAULT=REQPHP MYSQL_DESC= Enable MySQL PDO support @@ -32,6 +32,7 @@ ODBC_DESC= Enable ODBC PDO support SQLITE_DESC= Enable SQLite v3 PDO support REQPHP_DESC= Install required PHP dependencies OPTPHP_DESC= Install optional PHP dependencies +MEMCACHE_DESC= Enable memcache support PORTDOCS= CHANGELOG.md INSTALL.md README-GIT.md CONTRIBUTING.md README.md @@ -47,13 +48,18 @@ USE_PHP+= sqlite .else USE_PHP+= sqlite3 .endif -RUN_DEPENDS+= pecl-memcache>=0:databases/pecl-memcache \ - pecl-memcached>=0:databases/pecl-memcached + .endif + .if ${PORT_OPTIONS:MOPTPHP} USE_PHP+= bcmath bitset json posix .endif +.if ${PORT_OPTIONS:MMCACHE} +RUN_DEPENDS+= pecl-memcache>=0:databases/pecl-memcache \ + pecl-memcached>=0:databases/pecl-memcached +.endif + .if ${PORT_OPTIONS:MMYSQL} USE_PHP+= pdo_mysql .endif From owner-svn-ports-head@freebsd.org Thu Oct 13 13:29:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66134C1099B; Thu, 13 Oct 2016 13:29:17 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34A0BB9D; Thu, 13 Oct 2016 13:29:17 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DDTGtw052709; Thu, 13 Oct 2016 13:29:16 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DDTG9M052707; Thu, 13 Oct 2016 13:29:16 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201610131329.u9DDTG9M052707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 13 Oct 2016 13:29:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423914 - head/net/py-kombu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 13:29:17 -0000 Author: wg Date: Thu Oct 13 13:29:15 2016 New Revision: 423914 URL: https://svnweb.freebsd.org/changeset/ports/423914 Log: net/py-kombu: updat eto 3.0.36 PR: 213415 Submitted by: olgeni Modified: head/net/py-kombu/Makefile head/net/py-kombu/distinfo Modified: head/net/py-kombu/Makefile ============================================================================== --- head/net/py-kombu/Makefile Thu Oct 13 13:15:07 2016 (r423913) +++ head/net/py-kombu/Makefile Thu Oct 13 13:29:15 2016 (r423914) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kombu -PORTVERSION= 3.0.35 +PORTVERSION= 3.0.36 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-kombu/distinfo ============================================================================== --- head/net/py-kombu/distinfo Thu Oct 13 13:15:07 2016 (r423913) +++ head/net/py-kombu/distinfo Thu Oct 13 13:29:15 2016 (r423914) @@ -1,2 +1,3 @@ -SHA256 (kombu-3.0.35.tar.gz) = 22ab336a17962717a5d9470547e5508d4bcf1b6ec10cd9486868daf4e5edb727 -SIZE (kombu-3.0.35.tar.gz) = 381135 +TIMESTAMP = 1476276183 +SHA256 (kombu-3.0.36.tar.gz) = 09afe0e6d1c5ce9a985703b6e54e96e2a99ec0646a52ab303d63646e61fd35f4 +SIZE (kombu-3.0.36.tar.gz) = 411583 From owner-svn-ports-head@freebsd.org Thu Oct 13 13:30:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 747D1C10B1A; Thu, 13 Oct 2016 13:30:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42EA4D73; Thu, 13 Oct 2016 13:30:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DDUql7055495; Thu, 13 Oct 2016 13:30:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DDUqTO055494; Thu, 13 Oct 2016 13:30:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610131330.u9DDUqTO055494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 13 Oct 2016 13:30:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423915 - head/emulators/citra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 13:30:53 -0000 Author: jbeich Date: Thu Oct 13 13:30:52 2016 New Revision: 423915 URL: https://svnweb.freebsd.org/changeset/ports/423915 Log: emulators/citra: unbreak on < 10.2 after r423781 USES=compiler cannot pull newer C++14 compatible libc++ version. In file included from externals/dynarmic/src/frontend/disassembler/disassembler_arm.cpp:15: In file included from externals/dynarmic/src/./frontend/decoder/arm.h:18: In file included from externals/dynarmic/src/./frontend/decoder/decoder_detail.h:14: externals/dynarmic/src/./common/mp.h:34:27: fatal error: no template named 'tuple_element_t' in namespace 'std'; did you mean 'tuple_element'? using type = std::tuple_element_t>; ~~~~~^~~~~~~~~~~~~~~ tuple_element /usr/include/c++/v1/__tuple:44:62: note: 'tuple_element' declared here template class _LIBCPP_TYPE_VIS_ONLY tuple_element; ^ Reported by: pkg-fallout Modified: head/emulators/citra/Makefile (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Thu Oct 13 13:29:15 2016 (r423914) +++ head/emulators/citra/Makefile Thu Oct 13 13:30:52 2016 (r423915) @@ -36,6 +36,8 @@ USES= cmake:outsource compiler:c++14-la FAVORITE_COMPILER= ${COMPILER_TYPE} # c++14-lib CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 +CXXFLAGS+= ${CXXFLAGS_${OPSYS}_${OSREL}} +CXXFLAGS_FreeBSD_10.1= -Dtuple_element_t=tuple_element # libcxx r202673 (c++14) LDFLAGS+= -Wl,--as-needed # GL OPTIONS_MULTI= GUI From owner-svn-ports-head@freebsd.org Thu Oct 13 13:31:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C3F7C10C07; Thu, 13 Oct 2016 13:31:41 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48E59ECC; Thu, 13 Oct 2016 13:31:41 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DDVeqc055638; Thu, 13 Oct 2016 13:31:40 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DDVeGY055636; Thu, 13 Oct 2016 13:31:40 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201610131331.u9DDVeGY055636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Thu, 13 Oct 2016 13:31:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423916 - head/devel/py-celery X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 13:31:41 -0000 Author: wg Date: Thu Oct 13 13:31:40 2016 New Revision: 423916 URL: https://svnweb.freebsd.org/changeset/ports/423916 Log: devel/py-celery: update to 3.1.24 PR: 213415 Submitted by: olgeni Modified: head/devel/py-celery/Makefile head/devel/py-celery/distinfo Modified: head/devel/py-celery/Makefile ============================================================================== --- head/devel/py-celery/Makefile Thu Oct 13 13:30:52 2016 (r423915) +++ head/devel/py-celery/Makefile Thu Oct 13 13:31:40 2016 (r423916) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= celery -PORTVERSION= 3.1.23 +PORTVERSION= 3.1.24 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}billiard>=3.3.0.21:devel/py-billiard \ ${PYTHON_PKGNAMEPREFIX}pytz>=1.5:devel/py-pytz \ - ${PYTHON_PKGNAMEPREFIX}kombu>=3.0.29:net/py-kombu \ + ${PYTHON_PKGNAMEPREFIX}kombu>=3.0.36:net/py-kombu \ ${PYTHON_PKGNAMEPREFIX}python-memcached>=0:databases/py-python-memcached NO_ARCH= yes Modified: head/devel/py-celery/distinfo ============================================================================== --- head/devel/py-celery/distinfo Thu Oct 13 13:30:52 2016 (r423915) +++ head/devel/py-celery/distinfo Thu Oct 13 13:31:40 2016 (r423916) @@ -1,2 +1,3 @@ -SHA256 (celery-3.1.23.tar.gz) = 1a359c815837f9dbf193a7dbc6addafa34612c077ff70c66e3b16e14eebd2418 -SIZE (celery-3.1.23.tar.gz) = 1310624 +TIMESTAMP = 1476276011 +SHA256 (celery-3.1.24.tar.gz) = 99b8085ff3013c8cebb9211857fadf5f402882ccada863d67c4d74db60be027a +SIZE (celery-3.1.24.tar.gz) = 1330180 From owner-svn-ports-head@freebsd.org Thu Oct 13 13:38:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE5C2C10D1F; Thu, 13 Oct 2016 13:38:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B78C7270; Thu, 13 Oct 2016 13:38:08 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DDc7NO056641; Thu, 13 Oct 2016 13:38:07 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DDc7io056640; Thu, 13 Oct 2016 13:38:07 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610131338.u9DDc7io056640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 13 Oct 2016 13:38:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423917 - head/emulators/citra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 13:38:09 -0000 Author: jbeich Date: Thu Oct 13 13:38:07 2016 New Revision: 423917 URL: https://svnweb.freebsd.org/changeset/ports/423917 Log: emulators/citra: oops, back out r423781 Modified: head/emulators/citra/Makefile (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Thu Oct 13 13:31:40 2016 (r423916) +++ head/emulators/citra/Makefile Thu Oct 13 13:38:07 2016 (r423917) @@ -36,8 +36,6 @@ USES= cmake:outsource compiler:c++14-la FAVORITE_COMPILER= ${COMPILER_TYPE} # c++14-lib CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 -CXXFLAGS+= ${CXXFLAGS_${OPSYS}_${OSREL}} -CXXFLAGS_FreeBSD_10.1= -Dtuple_element_t=tuple_element # libcxx r202673 (c++14) LDFLAGS+= -Wl,--as-needed # GL OPTIONS_MULTI= GUI From owner-svn-ports-head@freebsd.org Thu Oct 13 13:39:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0483CC10DA9; Thu, 13 Oct 2016 13:39:20 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C80B6767; Thu, 13 Oct 2016 13:39:19 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DDdIOe056840; Thu, 13 Oct 2016 13:39:18 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DDdIf5056838; Thu, 13 Oct 2016 13:39:18 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201610131339.u9DDdIf5056838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 13 Oct 2016 13:39:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423918 - head/sysutils/f3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 13:39:20 -0000 Author: robak Date: Thu Oct 13 13:39:18 2016 New Revision: 423918 URL: https://svnweb.freebsd.org/changeset/ports/423918 Log: sysutils/f3: update 4.0 -> 6.0 * Assign maintainership to Danilo G. Baio * Add LICENSE_FILE PR: 213425 Submitted by: Danilo G. Baio Modified: head/sysutils/f3/Makefile head/sysutils/f3/distinfo Modified: head/sysutils/f3/Makefile ============================================================================== --- head/sysutils/f3/Makefile Thu Oct 13 13:38:07 2016 (r423917) +++ head/sysutils/f3/Makefile Thu Oct 13 13:39:18 2016 (r423918) @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= f3 -PORTVERSION= 4.0 +PORTVERSION= 6.0 DISTVERSIONPREFIX= v CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dbaio@bsd.com.br COMMENT= Fight Flash Fraud or Fight Fake Flash test tool LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= AltraMayor Modified: head/sysutils/f3/distinfo ============================================================================== --- head/sysutils/f3/distinfo Thu Oct 13 13:38:07 2016 (r423917) +++ head/sysutils/f3/distinfo Thu Oct 13 13:39:18 2016 (r423918) @@ -1,2 +1,3 @@ -SHA256 (AltraMayor-f3-v4.0_GH0.tar.gz) = 864e90aed6ef90c9057458adb1b906d08a1408c8f070e006342ee8cb8db58e0c -SIZE (AltraMayor-f3-v4.0_GH0.tar.gz) = 21960 +TIMESTAMP = 1476307786 +SHA256 (AltraMayor-f3-v6.0_GH0.tar.gz) = d72addb15809bc6229a08ac57e2b87b34eac80346384560ba1f16dae03fbebd5 +SIZE (AltraMayor-f3-v6.0_GH0.tar.gz) = 45355 From owner-svn-ports-head@freebsd.org Thu Oct 13 14:05:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8282EC10404; Thu, 13 Oct 2016 14:05:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F9B0146F; Thu, 13 Oct 2016 14:05:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DE5gE3068078; Thu, 13 Oct 2016 14:05:42 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DE5ggV068077; Thu, 13 Oct 2016 14:05:42 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610131405.u9DE5ggV068077@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 13 Oct 2016 14:05:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423919 - head/emulators/citra/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.23 Precedence: list List-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, 13 Oct 2016 14:05:43 -0000 Author: jbeich Date: Thu Oct 13 14:05:42 2016 New Revision: 423919 URL: https://svnweb.freebsd.org/changeset/ports/423919 Log: emulators/citra: unbreak on < 10.2 after r423781 In file included from externals/dynarmic/src/frontend/disassembler/disassembler_arm.cpp:15: In file included from externals/dynarmic/src/./frontend/decoder/arm.h:18: In file included from externals/dynarmic/src/./frontend/decoder/decoder_detail.h:14: externals/dynarmic/src/./common/mp.h:34:27: fatal error: no template named 'tuple_element_t' in namespace 'std'; did you mean 'tuple_element'? using type = std::tuple_element_t>; ~~~~~^~~~~~~~~~~~~~~ tuple_element /usr/include/c++/v1/__tuple:44:62: note: 'tuple_element' declared here template class _LIBCPP_TYPE_VIS_ONLY tuple_element; ^ Reported by: pkg-fallout Added: head/emulators/citra/files/ head/emulators/citra/files/patch-externals_dynarmic_src_common_mp.h (contents, props changed) Added: head/emulators/citra/files/patch-externals_dynarmic_src_common_mp.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/citra/files/patch-externals_dynarmic_src_common_mp.h Thu Oct 13 14:05:42 2016 (r423919) @@ -0,0 +1,34 @@ +std::tuple_element_t appeared in FreeBSD 10.2 (libcxx r202673) but +USES=compiler cannot pull newer C++14-compatible libc++ version. + + In file included from externals/dynarmic/src/frontend/disassembler/disassembler_arm.cpp:15: + In file included from externals/dynarmic/src/./frontend/decoder/arm.h:18: + In file included from externals/dynarmic/src/./frontend/decoder/decoder_detail.h:14: + externals/dynarmic/src/./common/mp.h:34:27: fatal error: no template named 'tuple_element_t' in namespace 'std'; did you mean 'tuple_element'? + using type = std::tuple_element_t>; + ~~~~~^~~~~~~~~~~~~~~ + tuple_element + /usr/include/c++/v1/__tuple:44:62: note: 'tuple_element' declared here + template class _LIBCPP_TYPE_VIS_ONLY tuple_element; + ^ + +--- externals/dynarmic/src/common/mp.h.orig 2016-09-14 22:03:09 UTC ++++ externals/dynarmic/src/common/mp.h +@@ -9,6 +9,17 @@ + #include + #include + ++#ifdef __FreeBSD__ ++#include ++# if defined(_LIBCPP_VERSION) && __FreeBSD_version < 1001508 ++// Copied from ++namespace std { ++ template ++ using tuple_element_t = typename tuple_element <_Ip, _Tp...>::type; ++} ++# endif ++#endif ++ + namespace Dynarmic { + namespace mp { + From owner-svn-ports-head@freebsd.org Thu Oct 13 14:09:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FBD2C10470; Thu, 13 Oct 2016 14:09:04 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28B8B1604; Thu, 13 Oct 2016 14:09:04 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DE93HS068299; Thu, 13 Oct 2016 14:09:03 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DE93UC068297; Thu, 13 Oct 2016 14:09:03 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201610131409.u9DE93UC068297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 13 Oct 2016 14:09:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423920 - head/graphics/gscan2pdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 14:09:04 -0000 Author: danilo Date: Thu Oct 13 14:09:02 2016 New Revision: 423920 URL: https://svnweb.freebsd.org/changeset/ports/423920 Log: - Update to 1.5.3 Modified: head/graphics/gscan2pdf/Makefile head/graphics/gscan2pdf/distinfo Modified: head/graphics/gscan2pdf/Makefile ============================================================================== --- head/graphics/gscan2pdf/Makefile Thu Oct 13 14:05:42 2016 (r423919) +++ head/graphics/gscan2pdf/Makefile Thu Oct 13 14:09:02 2016 (r423920) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gscan2pdf -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/gscan2pdf/distinfo ============================================================================== --- head/graphics/gscan2pdf/distinfo Thu Oct 13 14:05:42 2016 (r423919) +++ head/graphics/gscan2pdf/distinfo Thu Oct 13 14:09:02 2016 (r423920) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472401395 -SHA256 (gscan2pdf-1.5.2.tar.xz) = 103753a8b25338e84e9fde0776935230d9b67a5eb7bfd96b917afd027e7fc736 -SIZE (gscan2pdf-1.5.2.tar.xz) = 383408 +TIMESTAMP = 1476367619 +SHA256 (gscan2pdf-1.5.3.tar.xz) = a7892aecf2d2c2c337dd55ee6dc050bc267c67983a553f368859621ebe4f44bb +SIZE (gscan2pdf-1.5.3.tar.xz) = 386432 From owner-svn-ports-head@freebsd.org Thu Oct 13 14:28:50 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 883CBC10A57; Thu, 13 Oct 2016 14:28:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5150E1FEB; Thu, 13 Oct 2016 14:28:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DESnaA075987; Thu, 13 Oct 2016 14:28:49 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DESnmh075982; Thu, 13 Oct 2016 14:28:49 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610131428.u9DESnmh075982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 13 Oct 2016 14:28:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423921 - in head/devel/git: . 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.23 Precedence: list List-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, 13 Oct 2016 14:28:50 -0000 Author: mat Date: Thu Oct 13 14:28:48 2016 New Revision: 423921 URL: https://svnweb.freebsd.org/changeset/ports/423921 Log: Update to 2.10.1. Hook up to the test framework. Sort the plist the same way make makeplist does, so that next updates are easier to work on. PR: 213417 Submitted by: mat Approved by: maintainer Sponsored by: Absolight Modified: head/devel/git/Makefile (contents, props changed) head/devel/git/distinfo (contents, props changed) head/devel/git/files/patch-Documentation__Makefile (contents, props changed) head/devel/git/files/patch-Makefile (contents, props changed) head/devel/git/pkg-plist (contents, props changed) Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Thu Oct 13 14:09:02 2016 (r423920) +++ head/devel/git/Makefile Thu Oct 13 14:28:48 2016 (r423921) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= git -DISTVERSION= 2.9.2 -PORTREVISION= 2 +DISTVERSION= 2.10.1 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -37,6 +36,7 @@ SHEBANG_FILES= *.perl */*.perl */*/*.per contrib/diff-highlight/diff-highlight \ contrib/buildsystems/generate contrib/contacts/git-contacts \ contrib/svn-fe/svnrdump_sim.py +TEST_TARGET= test CONFIGURE_ARGS= --enable-pthreads=-pthread ac_cv_header_libcharset_h=no Modified: head/devel/git/distinfo ============================================================================== --- head/devel/git/distinfo Thu Oct 13 14:09:02 2016 (r423920) +++ head/devel/git/distinfo Thu Oct 13 14:28:48 2016 (r423921) @@ -1,7 +1,7 @@ -TIMESTAMP = 1468849201 -SHA256 (git-2.9.2.tar.xz) = f8f546648f77f246f1302e3ec4037c81db25af1f02931597148c5bf61fac2db5 -SIZE (git-2.9.2.tar.xz) = 4019916 -SHA256 (git-manpages-2.9.2.tar.xz) = 4c5c516ee4c0412b9475739e2125a257f6022e7c7bd006827c376fe70d47c323 -SIZE (git-manpages-2.9.2.tar.xz) = 392552 -SHA256 (git-htmldocs-2.9.2.tar.xz) = 6dddb003184f2ab68aa6b54e02e1e55c82c774fe6e74602e9dbefdf06826fb1c -SIZE (git-htmldocs-2.9.2.tar.xz) = 1053284 +TIMESTAMP = 1476283907 +SHA256 (git-2.10.1.tar.xz) = a9c32df9061cfc2c194ecaa0357ba273c1f24a0dbf0d856b03dcedafcd0a4dc6 +SIZE (git-2.10.1.tar.xz) = 4102452 +SHA256 (git-manpages-2.10.1.tar.xz) = 89ff7aae275252d6b01cac6479e10e1be2e0208181ff14decf200606b5223611 +SIZE (git-manpages-2.10.1.tar.xz) = 395560 +SHA256 (git-htmldocs-2.10.1.tar.xz) = 40f9ce980f91c0391438e5d04a1bb11b128c6b6bf272eac44d6fca80f2dacfcb +SIZE (git-htmldocs-2.10.1.tar.xz) = 1067144 Modified: head/devel/git/files/patch-Documentation__Makefile ============================================================================== --- head/devel/git/files/patch-Documentation__Makefile Thu Oct 13 14:09:02 2016 (r423920) +++ head/devel/git/files/patch-Documentation__Makefile Thu Oct 13 14:28:48 2016 (r423921) @@ -1,6 +1,6 @@ ---- Documentation/Makefile.orig 2015-11-05 21:31:55 UTC +--- Documentation/Makefile.orig 2016-10-03 22:19:09 UTC +++ Documentation/Makefile -@@ -86,11 +86,11 @@ DOC_MAN1 = $(patsubst %.txt,%.1,$(MAN1_T +@@ -87,11 +87,11 @@ DOC_MAN1 = $(patsubst %.txt,%.1,$(MAN1_T DOC_MAN5 = $(patsubst %.txt,%.5,$(MAN5_TXT)) DOC_MAN7 = $(patsubst %.txt,%.7,$(MAN7_TXT)) @@ -15,7 +15,7 @@ mandir ?= $(prefix)/share/man man1dir = $(mandir)/man1 man5dir = $(mandir)/man5 -@@ -212,7 +212,7 @@ ifndef V +@@ -214,7 +214,7 @@ ifndef V endif endif Modified: head/devel/git/files/patch-Makefile ============================================================================== --- head/devel/git/files/patch-Makefile Thu Oct 13 14:09:02 2016 (r423920) +++ head/devel/git/files/patch-Makefile Thu Oct 13 14:28:48 2016 (r423921) @@ -1,6 +1,6 @@ ---- Makefile.orig 2015-11-05 21:31:55 UTC +--- Makefile.orig 2016-10-03 22:19:09 UTC +++ Makefile -@@ -398,15 +398,15 @@ ARFLAGS = rcs +@@ -426,15 +426,15 @@ ARFLAGS = rcs prefix = $(HOME) bindir_relative = bin bindir = $(prefix)/$(bindir_relative) @@ -20,7 +20,7 @@ ETC_GITCONFIG = $(sysconfdir)/gitconfig ETC_GITATTRIBUTES = $(sysconfdir)/gitattributes lib = lib -@@ -1107,9 +1107,9 @@ EXTLIBS += -lz +@@ -1146,9 +1146,9 @@ EXTLIBS += -lz ifndef NO_OPENSSL OPENSSL_LIBSSL = -lssl @@ -33,7 +33,7 @@ else OPENSSL_LINK = endif -@@ -1803,7 +1803,7 @@ git-instaweb: git-instaweb.sh GIT-SCRIPT +@@ -1873,7 +1873,7 @@ git-instaweb: git-instaweb.sh GIT-SCRIPT chmod +x $@+ && \ mv $@+ $@ else # NO_PERL Modified: head/devel/git/pkg-plist ============================================================================== --- head/devel/git/pkg-plist Thu Oct 13 14:09:02 2016 (r423920) +++ head/devel/git/pkg-plist Thu Oct 13 14:28:48 2016 (r423921) @@ -1,189 +1,26 @@ bin/git +%%CVS%%bin/git-cvsserver %%P4%%bin/git-p4.py -bin/git-upload-pack bin/git-receive-pack -bin/git-upload-archive -%%CVS%%bin/git-cvsserver bin/git-shell -man/man1/git.1.gz -man/man1/git-add.1.gz -man/man1/git-am.1.gz -man/man1/git-annotate.1.gz -man/man1/git-apply.1.gz -man/man1/git-archimport.1.gz -man/man1/git-archive.1.gz -man/man1/git-bisect.1.gz -man/man1/git-blame.1.gz -man/man1/git-branch.1.gz -man/man1/git-bundle.1.gz -man/man1/git-cat-file.1.gz -man/man1/git-check-attr.1.gz -man/man1/git-check-ignore.1.gz -man/man1/git-check-mailmap.1.gz -man/man1/git-check-ref-format.1.gz -man/man1/git-checkout-index.1.gz -man/man1/git-checkout.1.gz -man/man1/git-cherry-pick.1.gz -man/man1/git-cherry.1.gz -%%GUI%%man/man1/git-citool.1.gz -man/man1/git-clean.1.gz -man/man1/git-clone.1.gz -man/man1/git-column.1.gz -man/man1/git-commit-tree.1.gz -man/man1/git-commit.1.gz -man/man1/git-config.1.gz -man/man1/git-count-objects.1.gz -man/man1/git-credential.1.gz -man/man1/git-credential-cache--daemon.1.gz -man/man1/git-credential-cache.1.gz -man/man1/git-credential-store.1.gz -%%CVS%%man/man1/git-cvsexportcommit.1.gz -%%CVS%%man/man1/git-cvsimport.1.gz -%%CVS%%man/man1/git-cvsserver.1.gz -man/man1/git-daemon.1.gz -man/man1/git-describe.1.gz -man/man1/git-diff-files.1.gz -man/man1/git-diff-index.1.gz -man/man1/git-difftool.1.gz -man/man1/git-diff-tree.1.gz -man/man1/git-diff.1.gz -man/man1/git-fast-export.1.gz -man/man1/git-fast-import.1.gz -man/man1/git-fetch-pack.1.gz -man/man1/git-fetch.1.gz -man/man1/git-filter-branch.1.gz -man/man1/git-fmt-merge-msg.1.gz -man/man1/git-for-each-ref.1.gz -man/man1/git-format-patch.1.gz -man/man1/git-fsck-objects.1.gz -man/man1/git-fsck.1.gz -man/man1/git-gc.1.gz -man/man1/git-get-tar-commit-id.1.gz -man/man1/git-grep.1.gz -%%GUI%%man/man1/git-gui.1.gz -man/man1/git-hash-object.1.gz -man/man1/git-help.1.gz -man/man1/git-http-backend.1.gz -man/man1/git-http-fetch.1.gz -man/man1/git-http-push.1.gz -man/man1/git-imap-send.1.gz -man/man1/git-index-pack.1.gz -man/man1/git-init-db.1.gz -man/man1/git-init.1.gz -man/man1/git-instaweb.1.gz -man/man1/git-interpret-trailers.1.gz -man/man1/git-log.1.gz -man/man1/git-ls-files.1.gz -man/man1/git-ls-remote.1.gz -man/man1/git-ls-tree.1.gz -man/man1/git-mailinfo.1.gz -man/man1/git-mailsplit.1.gz -man/man1/git-merge-base.1.gz -man/man1/git-merge-file.1.gz -man/man1/git-merge-index.1.gz -man/man1/git-merge-one-file.1.gz -man/man1/git-mergetool.1.gz -man/man1/git-merge-tree.1.gz -man/man1/git-merge.1.gz -man/man1/git-mergetool--lib.1.gz -man/man1/git-mktag.1.gz -man/man1/git-mktree.1.gz -man/man1/git-mv.1.gz -man/man1/git-name-rev.1.gz -man/man1/git-notes.1.gz -man/man1/git-p4.1.gz -man/man1/git-pack-objects.1.gz -man/man1/git-pack-redundant.1.gz -man/man1/git-pack-refs.1.gz -man/man1/git-parse-remote.1.gz -man/man1/git-patch-id.1.gz -man/man1/git-prune-packed.1.gz -man/man1/git-prune.1.gz -man/man1/git-pull.1.gz -man/man1/git-push.1.gz -man/man1/git-quiltimport.1.gz -man/man1/git-read-tree.1.gz -man/man1/git-rebase.1.gz -man/man1/git-receive-pack.1.gz -man/man1/git-reflog.1.gz -man/man1/git-relink.1.gz -man/man1/git-remote-ext.1.gz -man/man1/git-remote-fd.1.gz -man/man1/git-remote-testgit.1.gz -man/man1/git-remote.1.gz -man/man1/git-repack.1.gz -man/man1/git-replace.1.gz -man/man1/git-request-pull.1.gz -man/man1/git-rerere.1.gz -man/man1/git-reset.1.gz -man/man1/git-rev-list.1.gz -man/man1/git-rev-parse.1.gz -man/man1/git-revert.1.gz -man/man1/git-rm.1.gz -%%SEND_EMAIL%%man/man1/git-send-email.1.gz -man/man1/git-send-pack.1.gz -man/man1/git-sh-setup.1.gz -man/man1/git-sh-i18n.1.gz -man/man1/git-sh-i18n--envsubst.1.gz -man/man1/git-shell.1.gz -man/man1/git-shortlog.1.gz -man/man1/git-show-branch.1.gz -man/man1/git-show-index.1.gz -man/man1/git-show-ref.1.gz -man/man1/git-show.1.gz -man/man1/git-stage.1.gz -man/man1/git-stash.1.gz -man/man1/git-status.1.gz -man/man1/git-stripspace.1.gz -man/man1/git-submodule.1.gz -%%CONTRIB%%man/man1/git-subtree.1.gz -%%SVN%%man/man1/git-svn.1.gz -man/man1/git-symbolic-ref.1.gz -man/man1/git-tag.1.gz -man/man1/git-unpack-file.1.gz -man/man1/git-unpack-objects.1.gz -man/man1/git-update-index.1.gz -man/man1/git-update-ref.1.gz -man/man1/git-update-server-info.1.gz -man/man1/git-upload-archive.1.gz -man/man1/git-upload-pack.1.gz -man/man1/git-var.1.gz -man/man1/git-verify-commit.1.gz -man/man1/git-verify-pack.1.gz -man/man1/git-verify-tag.1.gz -man/man1/git-web--browse.1.gz -man/man1/git-whatchanged.1.gz -man/man1/git-write-tree.1.gz -man/man1/git-worktree.1.gz -%%GUI%%man/man1/gitk.1.gz -man/man1/gitremote-helpers.1.gz -man/man1/gitweb.1.gz -%%PERL%%man/man3/Git.3.gz -%%PERL%%man/man3/Git::I18N.3.gz -%%PERL%%man/man3/Git::SVN::Editor.3.gz -%%PERL%%man/man3/Git::SVN::Fetcher.3.gz -%%PERL%%man/man3/Git::SVN::Memoize::YAML.3.gz -%%PERL%%man/man3/Git::SVN::Prompt.3.gz -%%PERL%%man/man3/Git::SVN::Ra.3.gz -%%PERL%%man/man3/Git::SVN::Utils.3.gz -man/man5/gitattributes.5.gz -man/man5/githooks.5.gz -man/man5/gitignore.5.gz -man/man5/gitmodules.5.gz -man/man5/gitrepository-layout.5.gz -man/man5/gitweb.conf.5.gz -man/man7/gitcli.7.gz -man/man7/gitcredentials.7.gz -%%CVS%%man/man7/gitcvs-migration.7.gz -man/man7/gitglossary.7.gz -man/man7/gittutorial.7.gz -man/man7/gitcore-tutorial.7.gz -man/man7/gitdiffcore.7.gz -man/man7/giteveryday.7.gz -man/man7/gittutorial-2.7.gz -man/man7/gitworkflows.7.gz -man/man7/gitrevisions.7.gz -man/man7/gitnamespaces.7.gz +bin/git-upload-archive +bin/git-upload-pack +%%GUI%%bin/gitk +%%PERL%%%%SITE_PERL%%/Git.pm +%%PERL%%%%SITE_PERL%%/Git/I18N.pm +%%PERL%%%%SITE_PERL%%/Git/IndexInfo.pm +%%PERL%%%%SITE_PERL%%/Git/SVN.pm +%%PERL%%%%SITE_PERL%%/Git/SVN/Editor.pm +%%PERL%%%%SITE_PERL%%/Git/SVN/Fetcher.pm +%%PERL%%%%SITE_PERL%%/Git/SVN/GlobSpec.pm +%%PERL%%%%SITE_PERL%%/Git/SVN/Log.pm +%%PERL%%%%SITE_PERL%%/Git/SVN/Memoize/YAML.pm +%%PERL%%%%SITE_PERL%%/Git/SVN/Migration.pm +%%PERL%%%%SITE_PERL%%/Git/SVN/Prompt.pm +%%PERL%%%%SITE_PERL%%/Git/SVN/Ra.pm +%%PERL%%%%SITE_PERL%%/Git/SVN/Utils.pm +lib/xemacs/site-lisp/git/git-blame.el +lib/xemacs/site-lisp/git/git.el libexec/git-core/git libexec/git-core/git-add libexec/git-core/git-add--interactive @@ -215,8 +52,8 @@ libexec/git-core/git-commit-tree libexec/git-core/git-config libexec/git-core/git-count-objects libexec/git-core/git-credential -libexec/git-core/git-credential-cache--daemon libexec/git-core/git-credential-cache +libexec/git-core/git-credential-cache--daemon libexec/git-core/git-credential-store %%CVS%%libexec/git-core/git-cvsexportcommit %%CVS%%libexec/git-core/git-cvsimport @@ -226,9 +63,9 @@ libexec/git-core/git-describe libexec/git-core/git-diff libexec/git-core/git-diff-files libexec/git-core/git-diff-index +libexec/git-core/git-diff-tree libexec/git-core/git-difftool libexec/git-core/git-difftool--helper -libexec/git-core/git-diff-tree libexec/git-core/git-fast-export libexec/git-core/git-fast-import libexec/git-core/git-fetch @@ -271,9 +108,9 @@ libexec/git-core/git-merge-ours libexec/git-core/git-merge-recursive libexec/git-core/git-merge-resolve libexec/git-core/git-merge-subtree -libexec/git-core/git-mergetool--lib libexec/git-core/git-merge-tree libexec/git-core/git-mergetool +libexec/git-core/git-mergetool--lib libexec/git-core/git-mktag libexec/git-core/git-mktree libexec/git-core/git-mv @@ -301,11 +138,11 @@ libexec/git-core/git-relink libexec/git-core/git-remote libexec/git-core/git-remote-ext libexec/git-core/git-remote-fd -libexec/git-core/git-remote-testsvn -%%CURL%%libexec/git-core/git-remote-http -%%CURL%%libexec/git-core/git-remote-https %%CURL%%libexec/git-core/git-remote-ftp %%CURL%%libexec/git-core/git-remote-ftps +%%CURL%%libexec/git-core/git-remote-http +%%CURL%%libexec/git-core/git-remote-https +libexec/git-core/git-remote-testsvn libexec/git-core/git-repack libexec/git-core/git-replace libexec/git-core/git-request-pull @@ -321,12 +158,12 @@ libexec/git-core/git-sh-i18n libexec/git-core/git-sh-i18n--envsubst libexec/git-core/git-sh-setup @shell libexec/git-core/git-shell -libexec/git-core/git-stage libexec/git-core/git-shortlog libexec/git-core/git-show libexec/git-core/git-show-branch libexec/git-core/git-show-index libexec/git-core/git-show-ref +libexec/git-core/git-stage libexec/git-core/git-stash libexec/git-core/git-status libexec/git-core/git-stripspace @@ -376,620 +213,185 @@ libexec/git-core/mergetools/vimdiff2 libexec/git-core/mergetools/vimdiff3 libexec/git-core/mergetools/winmerge libexec/git-core/mergetools/xxdiff -%%GUI%%bin/gitk -%%PERL%%%%SITE_PERL%%/Git.pm -%%PERL%%%%SITE_PERL%%/Git/I18N.pm -%%PERL%%%%SITE_PERL%%/Git/SVN.pm -%%PERL%%%%SITE_PERL%%/Git/IndexInfo.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/Memoize/YAML.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/Migration.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/Log.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/GlobSpec.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/Utils.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/Ra.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/Prompt.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/Editor.pm -%%PERL%%%%SITE_PERL%%/Git/SVN/Fetcher.pm -lib/xemacs/site-lisp/git/git.el -lib/xemacs/site-lisp/git/git-blame.el -%%NLS%%share/locale/bg/LC_MESSAGES/git.mo -%%NLS%%share/locale/ca/LC_MESSAGES/git.mo -%%NLS%%share/locale/de/LC_MESSAGES/git.mo -%%NLS%%share/locale/fr/LC_MESSAGES/git.mo -%%NLS%%share/locale/is/LC_MESSAGES/git.mo -%%NLS%%share/locale/it/LC_MESSAGES/git.mo -%%NLS%%share/locale/ko/LC_MESSAGES/git.mo -%%NLS%%share/locale/pt_PT/LC_MESSAGES/git.mo -%%NLS%%share/locale/ru/LC_MESSAGES/git.mo -%%NLS%%share/locale/sv/LC_MESSAGES/git.mo -%%NLS%%share/locale/vi/LC_MESSAGES/git.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/git.mo -share/emacs/site-lisp/git/git.el -share/emacs/site-lisp/git/git-blame.el -share/git-core/templates/description -share/git-core/templates/hooks/applypatch-msg.sample -share/git-core/templates/hooks/commit-msg.sample -share/git-core/templates/hooks/post-update.sample -share/git-core/templates/hooks/pre-applypatch.sample -share/git-core/templates/hooks/pre-commit.sample -share/git-core/templates/hooks/pre-push.sample -share/git-core/templates/hooks/pre-rebase.sample -share/git-core/templates/hooks/prepare-commit-msg.sample -share/git-core/templates/hooks/update.sample -share/git-core/templates/info/exclude -%%GUI%%share/git-gui/lib/tclIndex -%%GUI%%share/git-gui/lib/about.tcl -%%GUI%%share/git-gui/lib/blame.tcl -%%GUI%%share/git-gui/lib/branch.tcl -%%GUI%%share/git-gui/lib/branch_checkout.tcl -%%GUI%%share/git-gui/lib/branch_create.tcl -%%GUI%%share/git-gui/lib/branch_delete.tcl -%%GUI%%share/git-gui/lib/branch_rename.tcl -%%GUI%%share/git-gui/lib/browser.tcl -%%GUI%%share/git-gui/lib/checkout_op.tcl -%%GUI%%share/git-gui/lib/choose_font.tcl -%%GUI%%share/git-gui/lib/choose_repository.tcl -%%GUI%%share/git-gui/lib/choose_rev.tcl -%%GUI%%share/git-gui/lib/class.tcl -%%GUI%%share/git-gui/lib/commit.tcl -%%GUI%%share/git-gui/lib/console.tcl -%%GUI%%share/git-gui/lib/database.tcl -%%GUI%%share/git-gui/lib/date.tcl -%%GUI%%share/git-gui/lib/diff.tcl -%%GUI%%share/git-gui/lib/encoding.tcl -%%GUI%%share/git-gui/lib/error.tcl -%%GUI%%share/git-gui/lib/git-gui.ico -%%GUI%%share/git-gui/lib/index.tcl -%%GUI%%share/git-gui/lib/line.tcl -%%GUI%%share/git-gui/lib/logo.tcl -%%GUI%%share/git-gui/lib/merge.tcl -%%GUI%%share/git-gui/lib/mergetool.tcl -%%GUI%%share/git-gui/lib/option.tcl -%%GUI%%share/git-gui/lib/remote.tcl -%%GUI%%share/git-gui/lib/remote_add.tcl -%%GUI%%share/git-gui/lib/remote_branch_delete.tcl -%%GUI%%share/git-gui/lib/search.tcl -%%GUI%%share/git-gui/lib/shortcut.tcl -%%GUI%%share/git-gui/lib/spellcheck.tcl -%%GUI%%share/git-gui/lib/sshkey.tcl -%%GUI%%share/git-gui/lib/status_bar.tcl -%%GUI%%share/git-gui/lib/themed.tcl -%%GUI%%share/git-gui/lib/tools_dlg.tcl -%%GUI%%share/git-gui/lib/tools.tcl -%%GUI%%share/git-gui/lib/transport.tcl -%%GUI%%share/git-gui/lib/win32.tcl -%%GUI%%share/git-gui/lib/win32_shortcut.js -%%GUI%%share/git-gui/lib/msgs/bg.msg -%%GUI%%share/git-gui/lib/msgs/de.msg -%%GUI%%share/git-gui/lib/msgs/el.msg -%%GUI%%share/git-gui/lib/msgs/fr.msg -%%GUI%%share/git-gui/lib/msgs/hu.msg -%%GUI%%share/git-gui/lib/msgs/it.msg -%%GUI%%share/git-gui/lib/msgs/ja.msg -%%GUI%%share/git-gui/lib/msgs/nb.msg -%%GUI%%share/git-gui/lib/msgs/pt_br.msg -%%GUI%%share/git-gui/lib/msgs/ru.msg -%%GUI%%share/git-gui/lib/msgs/sv.msg -%%GUI%%share/git-gui/lib/msgs/vi.msg -%%GUI%%share/git-gui/lib/msgs/zh_cn.msg -%%GUI%%share/gitk/lib/msgs/bg.msg -%%GUI%%share/gitk/lib/msgs/ca.msg -%%GUI%%share/gitk/lib/msgs/es.msg -%%GUI%%share/gitk/lib/msgs/de.msg -%%GUI%%share/gitk/lib/msgs/fr.msg -%%GUI%%share/gitk/lib/msgs/hu.msg -%%GUI%%share/gitk/lib/msgs/it.msg -%%GUI%%share/gitk/lib/msgs/ja.msg -%%GUI%%share/gitk/lib/msgs/pt_br.msg -%%GUI%%share/gitk/lib/msgs/ru.msg -%%GUI%%share/gitk/lib/msgs/sv.msg -%%GUI%%share/gitk/lib/msgs/vi.msg -%%HTMLDOCS%%%%DOCSDIR%%/git-add.html -%%HTMLDOCS%%%%DOCSDIR%%/git-am.html -%%HTMLDOCS%%%%DOCSDIR%%/git-annotate.html -%%HTMLDOCS%%%%DOCSDIR%%/git-apply.html -%%HTMLDOCS%%%%DOCSDIR%%/git-archimport.html -%%HTMLDOCS%%%%DOCSDIR%%/git-archive.html -%%HTMLDOCS%%%%DOCSDIR%%/git-bisect.html -%%HTMLDOCS%%%%DOCSDIR%%/git-bisect-lk2009.html -%%HTMLDOCS%%%%DOCSDIR%%/git-bisect-lk2009.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-blame.html -%%HTMLDOCS%%%%DOCSDIR%%/git-branch.html -%%HTMLDOCS%%%%DOCSDIR%%/git-bundle.html -%%HTMLDOCS%%%%DOCSDIR%%/git-cat-file.html -%%HTMLDOCS%%%%DOCSDIR%%/git-check-attr.html -%%HTMLDOCS%%%%DOCSDIR%%/git-check-ref-format.html -%%HTMLDOCS%%%%DOCSDIR%%/git-checkout-index.html -%%HTMLDOCS%%%%DOCSDIR%%/git-checkout.html -%%HTMLDOCS%%%%DOCSDIR%%/git-cherry-pick.html -%%HTMLDOCS%%%%DOCSDIR%%/git-cherry.html -%%HTMLDOCS%%%%DOCSDIR%%/git-citool.html -%%HTMLDOCS%%%%DOCSDIR%%/git-clean.html -%%HTMLDOCS%%%%DOCSDIR%%/git-clone.html -%%HTMLDOCS%%%%DOCSDIR%%/git-column.html -%%HTMLDOCS%%%%DOCSDIR%%/git-column.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-commit-tree.html -%%HTMLDOCS%%%%DOCSDIR%%/git-commit.html -%%HTMLDOCS%%%%DOCSDIR%%/git-config.html -%%HTMLDOCS%%%%DOCSDIR%%/git-count-objects.html -%%HTMLDOCS%%%%DOCSDIR%%/git-cvsexportcommit.html -%%HTMLDOCS%%%%DOCSDIR%%/git-cvsimport.html -%%HTMLDOCS%%%%DOCSDIR%%/git-cvsserver.html -%%HTMLDOCS%%%%DOCSDIR%%/git-daemon.html -%%HTMLDOCS%%%%DOCSDIR%%/git-describe.html -%%HTMLDOCS%%%%DOCSDIR%%/git-diff-files.html -%%HTMLDOCS%%%%DOCSDIR%%/git-diff-index.html -%%HTMLDOCS%%%%DOCSDIR%%/git-diff-tree.html -%%HTMLDOCS%%%%DOCSDIR%%/git-diff.html -%%HTMLDOCS%%%%DOCSDIR%%/git-difftool.html -%%HTMLDOCS%%%%DOCSDIR%%/git-fast-export.html -%%HTMLDOCS%%%%DOCSDIR%%/git-fast-import.html -%%HTMLDOCS%%%%DOCSDIR%%/git-fetch-pack.html -%%HTMLDOCS%%%%DOCSDIR%%/git-fetch.html -%%HTMLDOCS%%%%DOCSDIR%%/git-filter-branch.html -%%HTMLDOCS%%%%DOCSDIR%%/git-fmt-merge-msg.html -%%HTMLDOCS%%%%DOCSDIR%%/fmt-merge-msg-config.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-for-each-ref.html -%%HTMLDOCS%%%%DOCSDIR%%/git-format-patch.html -%%HTMLDOCS%%%%DOCSDIR%%/git-fsck-objects.html -%%HTMLDOCS%%%%DOCSDIR%%/git-fsck.html -%%HTMLDOCS%%%%DOCSDIR%%/git-gc.html -%%HTMLDOCS%%%%DOCSDIR%%/git-get-tar-commit-id.html -%%HTMLDOCS%%%%DOCSDIR%%/git-grep.html -%%HTMLDOCS%%%%DOCSDIR%%/git-gui.html -%%HTMLDOCS%%%%DOCSDIR%%/git-hash-object.html -%%HTMLDOCS%%%%DOCSDIR%%/git-help.html -%%HTMLDOCS%%%%DOCSDIR%%/git-http-backend.html -%%HTMLDOCS%%%%DOCSDIR%%/git-http-backend.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-http-fetch.html -%%HTMLDOCS%%%%DOCSDIR%%/git-http-push.html -%%HTMLDOCS%%%%DOCSDIR%%/git-imap-send.html -%%HTMLDOCS%%%%DOCSDIR%%/git-index-pack.html -%%HTMLDOCS%%%%DOCSDIR%%/git-init-db.html -%%HTMLDOCS%%%%DOCSDIR%%/git-init.html -%%HTMLDOCS%%%%DOCSDIR%%/git-instaweb.html -%%HTMLDOCS%%%%DOCSDIR%%/git-interpret-trailers.html -%%HTMLDOCS%%%%DOCSDIR%%/git-log.html -%%HTMLDOCS%%%%DOCSDIR%%/git-ls-files.html -%%HTMLDOCS%%%%DOCSDIR%%/git-ls-remote.html -%%HTMLDOCS%%%%DOCSDIR%%/git-ls-tree.html -%%HTMLDOCS%%%%DOCSDIR%%/git-mailinfo.html -%%HTMLDOCS%%%%DOCSDIR%%/git-mailsplit.html -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-base.html -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-file.html -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-index.html -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-one-file.html -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-tree.html -%%HTMLDOCS%%%%DOCSDIR%%/git-merge.html -%%HTMLDOCS%%%%DOCSDIR%%/git-mergetool--lib.html -%%HTMLDOCS%%%%DOCSDIR%%/git-mergetool.html -%%HTMLDOCS%%%%DOCSDIR%%/git-mktag.html -%%HTMLDOCS%%%%DOCSDIR%%/git-mktree.html -%%HTMLDOCS%%%%DOCSDIR%%/git-mv.html -%%HTMLDOCS%%%%DOCSDIR%%/git-name-rev.html -%%HTMLDOCS%%%%DOCSDIR%%/git-notes.html -%%HTMLDOCS%%%%DOCSDIR%%/git-notes.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-pack-objects.html -%%HTMLDOCS%%%%DOCSDIR%%/git-pack-redundant.html -%%HTMLDOCS%%%%DOCSDIR%%/git-pack-refs.html -%%HTMLDOCS%%%%DOCSDIR%%/git-parse-remote.html -%%HTMLDOCS%%%%DOCSDIR%%/git-patch-id.html -%%HTMLDOCS%%%%DOCSDIR%%/git-prune-packed.html -%%HTMLDOCS%%%%DOCSDIR%%/git-prune.html -%%HTMLDOCS%%%%DOCSDIR%%/git-pull.html -%%HTMLDOCS%%%%DOCSDIR%%/git-push.html -%%HTMLDOCS%%%%DOCSDIR%%/git-quiltimport.html -%%HTMLDOCS%%%%DOCSDIR%%/git-read-tree.html -%%HTMLDOCS%%%%DOCSDIR%%/git-rebase.html -%%HTMLDOCS%%%%DOCSDIR%%/git-receive-pack.html -%%HTMLDOCS%%%%DOCSDIR%%/git-reflog.html -%%HTMLDOCS%%%%DOCSDIR%%/git-relink.html -%%HTMLDOCS%%%%DOCSDIR%%/git-remote.html -%%HTMLDOCS%%%%DOCSDIR%%/git-remote-ext.html -%%HTMLDOCS%%%%DOCSDIR%%/git-remote-ext.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-remote-fd.html -%%HTMLDOCS%%%%DOCSDIR%%/git-remote-fd.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-remote-helpers.html -%%HTMLDOCS%%%%DOCSDIR%%/gitremote-helpers.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitremote-helpers.html -%%HTMLDOCS%%%%DOCSDIR%%/git-remote-testgit.html -%%HTMLDOCS%%%%DOCSDIR%%/git-remote-testgit.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-repack.html -%%HTMLDOCS%%%%DOCSDIR%%/git-replace.html -%%HTMLDOCS%%%%DOCSDIR%%/git-replace.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-request-pull.html -%%HTMLDOCS%%%%DOCSDIR%%/git-rerere.html -%%HTMLDOCS%%%%DOCSDIR%%/git-reset.html -%%HTMLDOCS%%%%DOCSDIR%%/git-rev-list.html -%%HTMLDOCS%%%%DOCSDIR%%/git-rev-parse.html -%%HTMLDOCS%%%%DOCSDIR%%/git-revert.html -%%HTMLDOCS%%%%DOCSDIR%%/git-rm.html -%%SEND_EMAIL%%%%HTMLDOCS%%%%DOCSDIR%%/git-send-email.html -%%HTMLDOCS%%%%DOCSDIR%%/git-send-pack.html -%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n.html -%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n--envsubst.html -%%HTMLDOCS%%%%DOCSDIR%%/git-sh-setup.html -%%HTMLDOCS%%%%DOCSDIR%%/git-shell.html -%%HTMLDOCS%%%%DOCSDIR%%/git-shortlog.html -%%HTMLDOCS%%%%DOCSDIR%%/git-show-branch.html -%%HTMLDOCS%%%%DOCSDIR%%/git-show-index.html -%%HTMLDOCS%%%%DOCSDIR%%/git-show-ref.html -%%HTMLDOCS%%%%DOCSDIR%%/git-show.html -%%HTMLDOCS%%%%DOCSDIR%%/git-stage.html -%%HTMLDOCS%%%%DOCSDIR%%/git-stash.html -%%HTMLDOCS%%%%DOCSDIR%%/git-status.html -%%HTMLDOCS%%%%DOCSDIR%%/git-stripspace.html -%%HTMLDOCS%%%%DOCSDIR%%/git-submodule.html -%%CONTRIB%%%%HTMLDOCS%%%%DOCSDIR%%/git-subtree.html -%%HTMLDOCS%%%%DOCSDIR%%/git-svn.html -%%HTMLDOCS%%%%DOCSDIR%%/git-symbolic-ref.html -%%HTMLDOCS%%%%DOCSDIR%%/git-tag.html -%%HTMLDOCS%%%%DOCSDIR%%/git-unpack-file.html -%%HTMLDOCS%%%%DOCSDIR%%/git-unpack-objects.html -%%HTMLDOCS%%%%DOCSDIR%%/git-update-index.html -%%HTMLDOCS%%%%DOCSDIR%%/git-update-ref.html -%%HTMLDOCS%%%%DOCSDIR%%/git-update-server-info.html -%%HTMLDOCS%%%%DOCSDIR%%/git-upload-archive.html -%%HTMLDOCS%%%%DOCSDIR%%/git-upload-pack.html -%%HTMLDOCS%%%%DOCSDIR%%/git-var.html -%%HTMLDOCS%%%%DOCSDIR%%/git-verify-commit.html -%%HTMLDOCS%%%%DOCSDIR%%/git-verify-pack.html -%%HTMLDOCS%%%%DOCSDIR%%/git-verify-tag.html -%%HTMLDOCS%%%%DOCSDIR%%/git-web--browse.html -%%HTMLDOCS%%%%DOCSDIR%%/git-whatchanged.html -%%HTMLDOCS%%%%DOCSDIR%%/git-write-tree.html -%%HTMLDOCS%%%%DOCSDIR%%/git.html -%%HTMLDOCS%%%%DOCSDIR%%/gitattributes.html -%%HTMLDOCS%%%%DOCSDIR%%/gitcli.html -%%HTMLDOCS%%%%DOCSDIR%%/gitcore-tutorial.html -%%HTMLDOCS%%%%DOCSDIR%%/gitcvs-migration.html -%%HTMLDOCS%%%%DOCSDIR%%/gitdiffcore.html -%%HTMLDOCS%%%%DOCSDIR%%/giteveryday.html -%%HTMLDOCS%%%%DOCSDIR%%/gitglossary.html -%%HTMLDOCS%%%%DOCSDIR%%/githooks.html -%%HTMLDOCS%%%%DOCSDIR%%/gitignore.html -%%HTMLDOCS%%%%DOCSDIR%%/gitk.html -%%HTMLDOCS%%%%DOCSDIR%%/gitmodules.html -%%HTMLDOCS%%%%DOCSDIR%%/gitnamespaces.html -%%HTMLDOCS%%%%DOCSDIR%%/gitnamespaces.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitrepository-layout.html -%%HTMLDOCS%%%%DOCSDIR%%/gittutorial-2.html -%%HTMLDOCS%%%%DOCSDIR%%/gittutorial.html -%%HTMLDOCS%%%%DOCSDIR%%/gitworkflows.html -%%HTMLDOCS%%%%DOCSDIR%%/cmds-ancillaryinterrogators.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-ancillarymanipulators.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-foreignscminterface.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-mainporcelain.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-plumbinginterrogators.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-plumbingmanipulators.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-purehelpers.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-synchelpers.txt -%%HTMLDOCS%%%%DOCSDIR%%/cmds-synchingrepositories.txt -%%HTMLDOCS%%%%DOCSDIR%%/line-range-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-check-mailmap.html -%%HTMLDOCS%%%%DOCSDIR%%/git-check-mailmap.txt -%%HTMLDOCS%%%%DOCSDIR%%/mailmap.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-citool.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-hash-object.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-commit-tree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-count-objects.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-quiltimport.txt -%%HTMLDOCS%%%%DOCSDIR%%/index.html -%%HTMLDOCS%%%%DOCSDIR%%/git-bundle.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitcore-tutorial.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mv.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-blame.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-archimport.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitcli.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-shortlog.txt -%%HTMLDOCS%%%%DOCSDIR%%/fetch-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-revert.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-stash.txt -%%HTMLDOCS%%%%DOCSDIR%%/pretty-formats.txt -%%HTMLDOCS%%%%DOCSDIR%%/date-formats.txt -%%HTMLDOCS%%%%DOCSDIR%%/diff-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-send-pack.txt -%%HTMLDOCS%%%%DOCSDIR%%/merge-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-difftool.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-tools.html -%%HTMLDOCS%%%%DOCSDIR%%/git-apply.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fsck.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-config.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cvsserver.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-checkout.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mergetool.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mergetool--lib.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-archive.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-verify-commit.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-verify-pack.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-ls-tree.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-prune.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-am.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-web--browse.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-grep.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-ls-remote.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-receive-pack.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/keep-canonical-history-correct.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/keep-canonical-history-correct.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/new-command.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/new-command.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/maintain-git.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/maintain-git.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/using-merge-subtree.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-object-harder.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-object-harder.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-blob-object.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/recover-corrupted-blob-object.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/setup-git-server-over-http.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/setup-git-server-over-http.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/update-hook-example.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/update-hook-example.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/rebuild-from-update-hook.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/rebuild-from-update-hook.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/revert-branch-rebase.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/using-merge-subtree.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/revert-a-faulty-merge.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/revert-a-faulty-merge.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/revert-branch-rebase.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/separating-topic-branches.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/separating-topic-branches.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/rebase-from-internal-branch.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/rebase-from-internal-branch.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/use-git-daemon.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto/use-git-daemon.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/using-signed-tag-in-pull-request.html -%%HTMLDOCS%%%%DOCSDIR%%/howto/using-signed-tag-in-pull-request.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-credential.html -%%HTMLDOCS%%%%DOCSDIR%%/git-credential.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache--daemon.html -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache--daemon.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache.html -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-cache.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-store.html -%%HTMLDOCS%%%%DOCSDIR%%/git-credential-store.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitcredentials.html -%%HTMLDOCS%%%%DOCSDIR%%/gitcredentials.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-p4.html -%%HTMLDOCS%%%%DOCSDIR%%/git-p4.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-one-file.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fetch-pack.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-branch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-log.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fast-import.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fmt-merge-msg.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-pack-refs.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-rev-parse.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-stage.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-status.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-repack.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-worktree.html -%%HTMLDOCS%%%%DOCSDIR%%/git-worktree.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitworkflows.txt -%%HTMLDOCS%%%%DOCSDIR%%/diff-config.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-allocation-growing.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-allocation-growing.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-argv-array.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-argv-array.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-builtin.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-builtin.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-config.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-config.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-credentials.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-credentials.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-decorate.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-decorate.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-diff.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-diff.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-directory-listing.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-directory-listing.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-error-handling.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-error-handling.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-gitattributes.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-gitattributes.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-grep.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-grep.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-hashmap.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-hashmap.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-history-graph.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-history-graph.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-in-core-index.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-in-core-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-index-skel.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-index.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-merge.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-merge.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-object-access.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-object-access.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-parse-options.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-parse-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-quote.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-quote.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-ref-iteration.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-ref-iteration.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-remote.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-remote.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-revision-walking.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-revision-walking.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-run-command.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-run-command.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-setup.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-setup.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sha1-array.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sha1-array.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sigchain.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sigchain.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-string-list.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-string-list.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-submodule-config.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-submodule-config.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-trace.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-trace.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-tree-walking.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-tree-walking.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-xdiff-interface.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-xdiff-interface.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/bitmap-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/http-protocol.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/http-protocol.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/index-format.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/index-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-format.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-heuristics.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-heuristics.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-protocol.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/pack-protocol.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/protocol-capabilities.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/protocol-capabilities.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/protocol-common.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/protocol-common.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/racy-git.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/racy-git.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/repository-version.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/send-pack-pipeline.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/send-pack-pipeline.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/shallow.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/shallow.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/trivial-merge.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/trivial-merge.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-check-ignore.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-check-ignore.html -%%HTMLDOCS%%%%DOCSDIR%%/mergetools-diff.txt -%%HTMLDOCS%%%%DOCSDIR%%/mergetools-merge.txt -%%HTMLDOCS%%%%DOCSDIR%%/gittutorial.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-help.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-remote.txt -%%HTMLDOCS%%%%DOCSDIR%%/gittutorial-2.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-filter-branch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-unpack-file.txt -%%HTMLDOCS%%%%DOCSDIR%%/everyday.html -%%HTMLDOCS%%%%DOCSDIR%%/git-format-patch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-name-rev.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-symbolic-ref.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-reset.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-commit.txt -%%HTMLDOCS%%%%DOCSDIR%%/urls-remotes.txt -%%HTMLDOCS%%%%DOCSDIR%%/githooks.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-instaweb.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-interpret-trailers.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-upload-pack.txt -%%HTMLDOCS%%%%DOCSDIR%%/blame-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-describe.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cvsexportcommit.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mailsplit.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-reflog.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-diff-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cvsimport.txt -%%HTMLDOCS%%%%DOCSDIR%%/user-manual.html -%%HTMLDOCS%%%%DOCSDIR%%/git-gui.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n--envsubst.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-sh-setup.txt -%%HTMLDOCS%%%%DOCSDIR%%/git.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cherry-pick.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fetch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-clean.txt -%%HTMLDOCS%%%%DOCSDIR%%/diff-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-pack-objects.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-add.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-diff-files.txt -%%HTMLDOCS%%%%DOCSDIR%%/pretty-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-show.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-imap-send.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-http-push.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-submodule.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fsck-objects.txt -%%HTMLDOCS%%%%DOCSDIR%%/merge-strategies.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-for-each-ref.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-tree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-show-branch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-parse-remote.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-whatchanged.txt -%%HTMLDOCS%%%%DOCSDIR%%/docbook-xsl.css -%%HTMLDOCS%%%%DOCSDIR%%/git-var.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-clone.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-rev-list.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mailinfo.txt -%%HTMLDOCS%%%%DOCSDIR%%/user-manual.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-init-db.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-pull.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cat-file.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-pack-redundant.txt -%%HTMLDOCS%%%%DOCSDIR%%/merge-config.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-init.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitk.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitrepository-layout.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitglossary.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-relink.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-update-ref.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-push.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-request-pull.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-update-server-info.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mktag.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-daemon.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-index-pack.txt -%%HTMLDOCS%%%%DOCSDIR%%/rev-list-options.txt -%%HTMLDOCS%%%%DOCSDIR%%/revisions.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-rerere.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-fast-export.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-get-tar-commit-id.txt -%%HTMLDOCS%%%%DOCSDIR%%/diff-generate-patch.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-patch-id.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitcvs-migration.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-cherry.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-show-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-upload-archive.txt -%%HTMLDOCS%%%%DOCSDIR%%/glossary-content.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitignore.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-base.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-checkout-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-diff-tree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge-file.txt -%%HTMLDOCS%%%%DOCSDIR%%/howto-index.html -%%HTMLDOCS%%%%DOCSDIR%%/git-shell.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-mktree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-read-tree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-tag.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-write-tree.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-svn.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-ls-files.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-stripspace.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-prune-packed.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-rm.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-check-attr.txt -%%HTMLDOCS%%%%DOCSDIR%%/config.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-http-fetch.txt -%%SEND_EMAIL%%%%HTMLDOCS%%%%DOCSDIR%%/git-send-email.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-annotate.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitmodules.txt -%%HTMLDOCS%%%%DOCSDIR%%/pull-fetch-param.txt -%%HTMLDOCS%%%%DOCSDIR%%/urls.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-bisect.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-tools.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-show-ref.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-rebase.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-verify-tag.txt -%%HTMLDOCS%%%%DOCSDIR%%/i18n.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-merge.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-gc.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitattributes.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-update-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-check-ref-format.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-unpack-objects.txt -%%HTMLDOCS%%%%DOCSDIR%%/git-diff.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitdiffcore.txt -%%HTMLDOCS%%%%DOCSDIR%%/giteveryday.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitrevisions.html -%%HTMLDOCS%%%%DOCSDIR%%/gitrevisions.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitweb.html -%%HTMLDOCS%%%%DOCSDIR%%/gitweb.txt -%%HTMLDOCS%%%%DOCSDIR%%/gitweb.conf.html -%%HTMLDOCS%%%%DOCSDIR%%/gitweb.conf.txt -%%HTMLDOCS%%%%DOCSDIR%%/sequencer.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.5.0.txt +man/man1/git-add.1.gz +man/man1/git-am.1.gz +man/man1/git-annotate.1.gz +man/man1/git-apply.1.gz +man/man1/git-archimport.1.gz +man/man1/git-archive.1.gz +man/man1/git-bisect.1.gz +man/man1/git-blame.1.gz +man/man1/git-branch.1.gz +man/man1/git-bundle.1.gz +man/man1/git-cat-file.1.gz +man/man1/git-check-attr.1.gz +man/man1/git-check-ignore.1.gz +man/man1/git-check-mailmap.1.gz +man/man1/git-check-ref-format.1.gz +man/man1/git-checkout-index.1.gz +man/man1/git-checkout.1.gz +man/man1/git-cherry-pick.1.gz +man/man1/git-cherry.1.gz +%%GUI%%man/man1/git-citool.1.gz +man/man1/git-clean.1.gz +man/man1/git-clone.1.gz +man/man1/git-column.1.gz +man/man1/git-commit-tree.1.gz *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Thu Oct 13 14:31:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DD88C10C0D; Thu, 13 Oct 2016 14:31:40 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E556D3EF; Thu, 13 Oct 2016 14:31:39 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DEVd6I079536; Thu, 13 Oct 2016 14:31:39 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DEVcA7079532; Thu, 13 Oct 2016 14:31:38 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201610131431.u9DEVcA7079532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Thu, 13 Oct 2016 14:31:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423922 - in head/security: . ngrok X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 14:31:40 -0000 Author: kmoore Date: Thu Oct 13 14:31:38 2016 New Revision: 423922 URL: https://svnweb.freebsd.org/changeset/ports/423922 Log: - Add new port security/ngrok Expose local servers behind NATs and firewalls to the public internet over secure tunnels. URL: https://ngrok.com PR: 212883 Submitted by: jhixson@gmail.com Added: head/security/ngrok/ head/security/ngrok/Makefile (contents, props changed) head/security/ngrok/distinfo (contents, props changed) head/security/ngrok/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Oct 13 14:28:48 2016 (r423921) +++ head/security/Makefile Thu Oct 13 14:31:38 2016 (r423922) @@ -383,6 +383,7 @@ SUBDIR += ncrypt SUBDIR += netpgp SUBDIR += nettle + SUBDIR += ngrok SUBDIR += nikto SUBDIR += nist-kat SUBDIR += nmap Added: head/security/ngrok/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ngrok/Makefile Thu Oct 13 14:31:38 2016 (r423922) @@ -0,0 +1,35 @@ +# Created by: John Hixson +# $FreeBSD$ + +PORTNAME= ngrok +PORTVERSION= 2.1.14 +CATEGORIES= security +MASTER_SITES= https://bin.equinox.io/c/4VmDzA7iaHb/ +DISTNAME= ${PORTNAME}-stable-freebsd-${NGROK_ARCH} + +MAINTAINER= jhixson@gmail.com +COMMENT= Secure tunnels to localhost + +ONLY_FOR_ARCHS= i386 amd64 + +NO_WRKSUBDIR= yes +PLIST_FILES= bin/ngrok + +NO_BUILD= yes +USES= zip + +.include + +.if ${ARCH} == "i386" +NGROK_ARCH= 386 +.endif +.if ${ARCH} == "amd64" +NGROK_ARCH= amd64 +.endif + +.include + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +.include Added: head/security/ngrok/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ngrok/distinfo Thu Oct 13 14:31:38 2016 (r423922) @@ -0,0 +1,5 @@ +TIMESTAMP = 1474389051 +SHA256 (ngrok-stable-freebsd-amd64.zip) = 38058306073a6d2e970bc8ad9e9febe80fea6e1a20d106a46fd7ac9887e70e2a +SIZE (ngrok-stable-freebsd-amd64.zip) = 4688635 +SHA256 (ngrok-stable-freebsd-386.zip) = 8202da2283cee9d62df26bced9f09dd6613ff712efd57599a02b79205c21f751 +SIZE (ngrok-stable-freebsd-386.zip) = 4541544 Added: head/security/ngrok/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/ngrok/pkg-descr Thu Oct 13 14:31:38 2016 (r423922) @@ -0,0 +1,4 @@ +Expose local servers behind NATs and firewalls to the public internet +over secure tunnels. + +URL: https://ngrok.com From owner-svn-ports-head@freebsd.org Thu Oct 13 14:42:12 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7438AC10FD1; Thu, 13 Oct 2016 14:42:12 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3951ED1B; Thu, 13 Oct 2016 14:42:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id B3F79BDCF8; Thu, 13 Oct 2016 16:42:08 +0200 (CEST) Received: from atuin.in.mat.cc (AMontsouris-654-1-196-60.w90-2.abo.wanadoo.fr [90.2.187.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 117ECBDCF1; Thu, 13 Oct 2016 16:42:07 +0200 (CEST) Subject: Re: svn commit: r423922 - in head/security: . ngrok To: Kris Moore , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610131431.u9DEVcA7079532@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <773bb4e0-00d2-6234-33ae-fdafce1135a7@FreeBSD.org> Date: Thu, 13 Oct 2016 16:42:05 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610131431.u9DEVcA7079532@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="CpcEASUK9rstFdmMQmLQT5HCCaB8PgHaD" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 14:42:12 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --CpcEASUK9rstFdmMQmLQT5HCCaB8PgHaD Content-Type: multipart/mixed; boundary="9EatneOkdPNEgrrMTIel5o1cMV5h6WP6g"; protected-headers="v1" From: Mathieu Arnold To: Kris Moore , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <773bb4e0-00d2-6234-33ae-fdafce1135a7@FreeBSD.org> Subject: Re: svn commit: r423922 - in head/security: . ngrok References: <201610131431.u9DEVcA7079532@repo.freebsd.org> In-Reply-To: <201610131431.u9DEVcA7079532@repo.freebsd.org> --9EatneOkdPNEgrrMTIel5o1cMV5h6WP6g Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 13/10/2016 =C3=A0 16:31, Kris Moore a =C3=A9crit : > +PORTNAME=3D ngrok > +PORTVERSION=3D 2.1.14 > +CATEGORIES=3D security > +MASTER_SITES=3D https://bin.equinox.io/c/4VmDzA7iaHb/ > +DISTNAME=3D ${PORTNAME}-stable-freebsd-${NGROK_ARCH} > The DISTNAME seems to not have PORTVERSION in it. It means that when the software is updated, there will be a second distfile with the same name, which is a bad thing. For those case, you should add: DIST_SUBDIR=3D ${PORTNAME}/${PORTVERSIONS} or something, so that there cannot be two different files with the same name. --=20 Mathieu Arnold --9EatneOkdPNEgrrMTIel5o1cMV5h6WP6g-- --CpcEASUK9rstFdmMQmLQT5HCCaB8PgHaD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJX/509XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IFPQQALtXHWSrBCrk+jW6NuusoRGA InORUxyOUuvFXCIhSKRm8Fe5UYpVjg6dlV6Gfs+nS1yNx+sY4KcySZ+wc15TTJ7P AJs5UNPdpwzjknwJ8q7FTumwxp5GaWAD7lYnaVmxrODeWAueOwKBeu4/NQa4Mdej RZMlf73Pu1cPqvXIJe9jwG5PcJPhMCLJv8G3G8bXIwAlI/eIw+DhMk0vQ0kkybex QJBxeilRJ8J8Qh+Q8I1zvUxUy12MudEt4BQlAE3FIW6JSBJ5KkxjgmLc0D89ipK1 Zm6XCN1ulRR6FDO7PwdwsCwxQRCrDlahVK2Elb37obUBBURS36unzYA5Tm3K1WMJ vuCC9HRottetsBHkBunkS/rGupB5TqyKbqBrG/Y+tdKLipbu3oKZ2wmj9NyHdkTx El7V8n8GNKzqdEiMzkAubTfh+gU4Mo9zTTv7yNooxCb/ZI1oWmJaDES4b/3d5RCm WAAiH/HwzCp3+Fu19UbZVSU2Fn4SWcFtQVNut90hHQY3xPSJgQnQxorKQ/OVq8FC kh7OkFyg+fVU2UWrDn2/s+HysEU0Ki/fTd2SAktcnfrWM4lhUBgLU/aiDGMfnv2A bwYEoBgF1LU6a7Gegeo93pFfd6V8NQQAQUHFNm5Tas59Ihzssl5R0FgEJA2/kVTq dG2wT3ibHmkrKlRqAhDj =3LOp -----END PGP SIGNATURE----- --CpcEASUK9rstFdmMQmLQT5HCCaB8PgHaD-- From owner-svn-ports-head@freebsd.org Thu Oct 13 14:51:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32ED3C0E513; Thu, 13 Oct 2016 14:51:36 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0241B371; Thu, 13 Oct 2016 14:51:35 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DEpZIV085709; Thu, 13 Oct 2016 14:51:35 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DEpYYq085707; Thu, 13 Oct 2016 14:51:34 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201610131451.u9DEpYYq085707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 13 Oct 2016 14:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423923 - head/audio/libxmp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 14:51:36 -0000 Author: ehaupt Date: Thu Oct 13 14:51:34 2016 New Revision: 423923 URL: https://svnweb.freebsd.org/changeset/ports/423923 Log: - Update to 4.4.1 - Add license Modified: head/audio/libxmp/Makefile head/audio/libxmp/distinfo Modified: head/audio/libxmp/Makefile ============================================================================== --- head/audio/libxmp/Makefile Thu Oct 13 14:31:38 2016 (r423922) +++ head/audio/libxmp/Makefile Thu Oct 13 14:51:34 2016 (r423923) @@ -2,13 +2,16 @@ # $FreeBSD$ PORTNAME= libxmp -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= audio MASTER_SITES= SF/xmp/${PORTNAME}/${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Module rendering library for xmp +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/docs/COPYING.LIB + USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/audio/libxmp/distinfo ============================================================================== --- head/audio/libxmp/distinfo Thu Oct 13 14:31:38 2016 (r423922) +++ head/audio/libxmp/distinfo Thu Oct 13 14:51:34 2016 (r423923) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469121818 -SHA256 (libxmp-4.4.0.tar.gz) = 1488dd953fd30384fb946745111824ad14a5c2ed82d76af671ac9cd733ac5c82 -SIZE (libxmp-4.4.0.tar.gz) = 615536 +TIMESTAMP = 1476370041 +SHA256 (libxmp-4.4.1.tar.gz) = 353535cc84c8cddae8decec4e65fa4c51fc64f22eb0891bc3dae6eaf25f9cccf +SIZE (libxmp-4.4.1.tar.gz) = 618448 From owner-svn-ports-head@freebsd.org Thu Oct 13 14:59:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45C09C0E672; Thu, 13 Oct 2016 14:59:23 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15D3D986; Thu, 13 Oct 2016 14:59:23 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DExMHD087354; Thu, 13 Oct 2016 14:59:22 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DExM13087352; Thu, 13 Oct 2016 14:59:22 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201610131459.u9DExM13087352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Thu, 13 Oct 2016 14:59:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423924 - head/security/ngrok X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 14:59:23 -0000 Author: kmoore Date: Thu Oct 13 14:59:21 2016 New Revision: 423924 URL: https://svnweb.freebsd.org/changeset/ports/423924 Log: - Set DIST_SUBDIR to handle distfile without version string Thanks for pointing it out: mat@ Modified: head/security/ngrok/Makefile head/security/ngrok/distinfo Modified: head/security/ngrok/Makefile ============================================================================== --- head/security/ngrok/Makefile Thu Oct 13 14:51:34 2016 (r423923) +++ head/security/ngrok/Makefile Thu Oct 13 14:59:21 2016 (r423924) @@ -6,6 +6,7 @@ PORTVERSION= 2.1.14 CATEGORIES= security MASTER_SITES= https://bin.equinox.io/c/4VmDzA7iaHb/ DISTNAME= ${PORTNAME}-stable-freebsd-${NGROK_ARCH} +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= jhixson@gmail.com COMMENT= Secure tunnels to localhost Modified: head/security/ngrok/distinfo ============================================================================== --- head/security/ngrok/distinfo Thu Oct 13 14:51:34 2016 (r423923) +++ head/security/ngrok/distinfo Thu Oct 13 14:59:21 2016 (r423924) @@ -1,5 +1,3 @@ -TIMESTAMP = 1474389051 -SHA256 (ngrok-stable-freebsd-amd64.zip) = 38058306073a6d2e970bc8ad9e9febe80fea6e1a20d106a46fd7ac9887e70e2a -SIZE (ngrok-stable-freebsd-amd64.zip) = 4688635 -SHA256 (ngrok-stable-freebsd-386.zip) = 8202da2283cee9d62df26bced9f09dd6613ff712efd57599a02b79205c21f751 -SIZE (ngrok-stable-freebsd-386.zip) = 4541544 +TIMESTAMP = 1476370539 +SHA256 (ngrok/2.1.14/ngrok-stable-freebsd-amd64.zip) = 38058306073a6d2e970bc8ad9e9febe80fea6e1a20d106a46fd7ac9887e70e2a +SIZE (ngrok/2.1.14/ngrok-stable-freebsd-amd64.zip) = 4688635 From owner-svn-ports-head@freebsd.org Thu Oct 13 14:59:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A731BC0E6E0 for ; Thu, 13 Oct 2016 14:59:47 +0000 (UTC) (envelope-from kmoore@freebsd.org) Received: from barracuda.ixsystems.com (barracuda.ixsystems.com [12.229.62.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.ixsystems.com", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 89428AA8 for ; Thu, 13 Oct 2016 14:59:47 +0000 (UTC) (envelope-from kmoore@freebsd.org) X-ASG-Debug-ID: 1476370786-08ca0410a15f4c0001-7kGxFj Received: from zimbra.ixsystems.com ([10.246.0.20]) by barracuda.ixsystems.com with ESMTP id EMZvaNX1K2Mc5gXe (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 13 Oct 2016 07:59:46 -0700 (PDT) X-Barracuda-Envelope-From: kmoore@freebsd.org X-ASG-Whitelist: Sender X-Barracuda-RBL-Trusted-Forwarder: 10.246.0.20 X-ASG-Whitelist: Client Received: from localhost (localhost [127.0.0.1]) by zimbra.ixsystems.com (Postfix) with ESMTP id CE1DF8FE344; Thu, 13 Oct 2016 07:59:46 -0700 (PDT) Received: from zimbra.ixsystems.com ([127.0.0.1]) by localhost (zimbra.ixsystems.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Bd8909NsRkeK; Thu, 13 Oct 2016 07:59:46 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zimbra.ixsystems.com (Postfix) with ESMTP id 6D4508FE345; Thu, 13 Oct 2016 07:59:46 -0700 (PDT) X-Virus-Scanned: amavisd-new at ixsystems.com Received: from zimbra.ixsystems.com ([127.0.0.1]) by localhost (zimbra.ixsystems.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id lk56m_b1j9Q3; Thu, 13 Oct 2016 07:59:46 -0700 (PDT) Received: from [192.168.0.150] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) by zimbra.ixsystems.com (Postfix) with ESMTPSA id D53238FE344; Thu, 13 Oct 2016 07:59:45 -0700 (PDT) Subject: Re: svn commit: r423922 - in head/security: . ngrok To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-ASG-Orig-Subj: Re: svn commit: r423922 - in head/security: . ngrok References: <201610131431.u9DEVcA7079532@repo.freebsd.org> <773bb4e0-00d2-6234-33ae-fdafce1135a7@FreeBSD.org> From: Kris Moore Organization: FreeBSD Project Message-ID: Date: Thu, 13 Oct 2016 10:59:44 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <773bb4e0-00d2-6234-33ae-fdafce1135a7@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Barracuda-Connect: UNKNOWN[10.246.0.20] X-Barracuda-Start-Time: 1476370786 X-Barracuda-Encrypted: ECDHE-RSA-AES256-GCM-SHA384 X-Barracuda-URL: https://10.246.0.26:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at ixsystems.com X-Barracuda-BRTS-Status: 1 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 14:59:47 -0000 On 10/13/2016 10:42, Mathieu Arnold wrote: > Le 13/10/2016 =C3=A0 16:31, Kris Moore a =C3=A9crit : >> +PORTNAME=3D ngrok >> +PORTVERSION=3D 2.1.14 >> +CATEGORIES=3D security >> +MASTER_SITES=3D https://bin.equinox.io/c/4VmDzA7iaHb/ >> +DISTNAME=3D ${PORTNAME}-stable-freebsd-${NGROK_ARCH} >> > The DISTNAME seems to not have PORTVERSION in it. It means that when th= e > software is updated, there will be a second distfile with the same name= , > which is a bad thing. For those case, you should add: > > DIST_SUBDIR=3D ${PORTNAME}/${PORTVERSIONS} > > or something, so that there cannot be two different files with the same > name. > > Good catch! I've added that now. From owner-svn-ports-head@freebsd.org Thu Oct 13 15:17:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE878C0C418; Thu, 13 Oct 2016 15:17:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89E8D8F8; Thu, 13 Oct 2016 15:17:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DFHZdW094977; Thu, 13 Oct 2016 15:17:35 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DFHZH1094975; Thu, 13 Oct 2016 15:17:35 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201610131517.u9DFHZH1094975@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 13 Oct 2016 15:17:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423925 - head/devel/jenkins-lts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 15:17:36 -0000 Author: swills Date: Thu Oct 13 15:17:35 2016 New Revision: 423925 URL: https://svnweb.freebsd.org/changeset/ports/423925 Log: devel/jenkins-lts: update to 2.19.1 Modified: head/devel/jenkins-lts/Makefile head/devel/jenkins-lts/distinfo Modified: head/devel/jenkins-lts/Makefile ============================================================================== --- head/devel/jenkins-lts/Makefile Thu Oct 13 14:59:21 2016 (r423924) +++ head/devel/jenkins-lts/Makefile Thu Oct 13 15:17:35 2016 (r423925) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.7.2 +PORTVERSION= 2.19.1 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${PORTVERSION}/ PKGNAMESUFFIX= -lts Modified: head/devel/jenkins-lts/distinfo ============================================================================== --- head/devel/jenkins-lts/distinfo Thu Oct 13 14:59:21 2016 (r423924) +++ head/devel/jenkins-lts/distinfo Thu Oct 13 15:17:35 2016 (r423925) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470590645 -SHA256 (jenkins/2.7.2/jenkins.war) = b1ea4e1e72a7fe6ead79f7c93b76934d2b8291ab764fc212abe952fa4322a74a -SIZE (jenkins/2.7.2/jenkins.war) = 68853528 +TIMESTAMP = 1476370137 +SHA256 (jenkins/2.19.1/jenkins.war) = eb0484ab9a405d663724ec2a678ee648b7995b7b1b1021bf85dcddf7d2b2f577 +SIZE (jenkins/2.19.1/jenkins.war) = 69754011 From owner-svn-ports-head@freebsd.org Thu Oct 13 15:29:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35E72C0C9C6; Thu, 13 Oct 2016 15:29:14 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7F611F6; Thu, 13 Oct 2016 15:29:13 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DFTC71098885; Thu, 13 Oct 2016 15:29:12 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DFTC7P098881; Thu, 13 Oct 2016 15:29:12 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201610131529.u9DFTC7P098881@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 13 Oct 2016 15:29:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423926 - in head/security: py-acme py-certbot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 15:29:14 -0000 Author: cpm Date: Thu Oct 13 15:29:12 2016 New Revision: 423926 URL: https://svnweb.freebsd.org/changeset/ports/423926 Log: security/py-{acme,certbot}: Update to 0.9.2 Common: Update PORTVERSION and distinfo checksum (0.9.2) security/py-acme: Add dns/py-dnspython dependency required to support both Python 2 and Python 3 Approved by: koobs Differential Revision: D8223 Modified: head/security/py-acme/Makefile head/security/py-acme/distinfo head/security/py-certbot/Makefile head/security/py-certbot/distinfo Modified: head/security/py-acme/Makefile ============================================================================== --- head/security/py-acme/Makefile Thu Oct 13 15:17:35 2016 (r423925) +++ head/security/py-acme/Makefile Thu Oct 13 15:29:12 2016 (r423926) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.2 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP @@ -17,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.8:security/py-cryptography \ ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>0:net/py-ndg_httpsclient \ ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1 \ + ${PYTHON_PKGNAMEPREFIX}dnspython>=1.12:dns/py-dnspython \ ${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339 \ Modified: head/security/py-acme/distinfo ============================================================================== --- head/security/py-acme/distinfo Thu Oct 13 15:17:35 2016 (r423925) +++ head/security/py-acme/distinfo Thu Oct 13 15:29:12 2016 (r423926) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466491084 -SHA256 (acme-0.8.1.tar.gz) = d3ea4acf280bf6253ad7d641cb0970f230a19805acfed809e7a8ddcf62157d9f -SIZE (acme-0.8.1.tar.gz) = 84610 +TIMESTAMP = 1476353960 +SHA256 (acme-0.9.2.tar.gz) = 263d019b6bedd630d669442fad79bc62b4699b69fdb95a49a812fcf8e5bc82b4 +SIZE (acme-0.9.2.tar.gz) = 87815 Modified: head/security/py-certbot/Makefile ============================================================================== --- head/security/py-certbot/Makefile Thu Oct 13 15:17:35 2016 (r423925) +++ head/security/py-certbot/Makefile Thu Oct 13 15:29:12 2016 (r423926) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= certbot -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.2 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Modified: head/security/py-certbot/distinfo ============================================================================== --- head/security/py-certbot/distinfo Thu Oct 13 15:17:35 2016 (r423925) +++ head/security/py-certbot/distinfo Thu Oct 13 15:29:12 2016 (r423926) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466491228 -SHA256 (certbot-0.8.1.tar.gz) = 6ca8df3d310ced6687d38aac17c0fb8c1b2ec7a3bea156a254e4cc2a1c132771 -SIZE (certbot-0.8.1.tar.gz) = 204649 +TIMESTAMP = 1476353987 +SHA256 (certbot-0.9.2.tar.gz) = b2576bfe1295b2daab3d589ab9fcbd4d7a6928e85cea31a5e6b008e4d9a16869 +SIZE (certbot-0.9.2.tar.gz) = 219863 From owner-svn-ports-head@freebsd.org Thu Oct 13 15:36:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CFCEC0CD3B; Thu, 13 Oct 2016 15:36:55 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C26CA906; Thu, 13 Oct 2016 15:36:54 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DFar9a002684; Thu, 13 Oct 2016 15:36:53 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DFarl5002682; Thu, 13 Oct 2016 15:36:53 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201610131536.u9DFarl5002682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 13 Oct 2016 15:36:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423927 - in head/devel/py-gitless: . 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.23 Precedence: list List-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, 13 Oct 2016 15:36:55 -0000 Author: cpm Date: Thu Oct 13 15:36:53 2016 New Revision: 423927 URL: https://svnweb.freebsd.org/changeset/ports/423927 Log: devel/py-gitless: Update to 0.8.4 - Update PORTVERSION and distinfo checksum (0.8.4) - Remove patch (fixed upstream) Changelog: https://github.com/sdg-mit/gitless/releases/tag/v0.8.4 Approved by: koobs Differential Revision: D8222 Deleted: head/devel/py-gitless/files/ Modified: head/devel/py-gitless/Makefile head/devel/py-gitless/distinfo Modified: head/devel/py-gitless/Makefile ============================================================================== --- head/devel/py-gitless/Makefile Thu Oct 13 15:29:12 2016 (r423926) +++ head/devel/py-gitless/Makefile Thu Oct 13 15:36:53 2016 (r423927) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= gitless -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-gitless/distinfo ============================================================================== --- head/devel/py-gitless/distinfo Thu Oct 13 15:29:12 2016 (r423926) +++ head/devel/py-gitless/distinfo Thu Oct 13 15:36:53 2016 (r423927) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475620912 -SHA256 (sdg-mit-gitless-v0.8.3_GH0.tar.gz) = df212d6a3d377f90c46d03fd4216ecbbeb40055b62c0fe73b9c3aa165ea8f0af -SIZE (sdg-mit-gitless-v0.8.3_GH0.tar.gz) = 37530 +TIMESTAMP = 1476229109 +SHA256 (sdg-mit-gitless-v0.8.4_GH0.tar.gz) = ecde4887eb20109a0345a1bfee420140522f981deff335d552908a00952853c8 +SIZE (sdg-mit-gitless-v0.8.4_GH0.tar.gz) = 43965 From owner-svn-ports-head@freebsd.org Thu Oct 13 16:26:10 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFF26C10416; Thu, 13 Oct 2016 16:26:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3325C4F; Thu, 13 Oct 2016 16:26:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DGQ9BQ021207; Thu, 13 Oct 2016 16:26:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DGQ9W7021202; Thu, 13 Oct 2016 16:26:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610131626.u9DGQ9W7021202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 13 Oct 2016 16:26:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423928 - in head: Mk/Uses audio/lv2core audio/patchage audio/raul 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.23 Precedence: list List-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, 13 Oct 2016 16:26:11 -0000 Author: amdmi3 Date: Thu Oct 13 16:26:09 2016 New Revision: 423928 URL: https://svnweb.freebsd.org/changeset/ports/423928 Log: - Switch waf to verbose builds as well Approved by: portmgr (mat) Differential Revision: D8240 Modified: head/Mk/Uses/waf.mk head/audio/lv2core/Makefile head/audio/patchage/Makefile head/audio/raul/Makefile head/audio/slv2/Makefile Modified: head/Mk/Uses/waf.mk ============================================================================== --- head/Mk/Uses/waf.mk Thu Oct 13 15:36:53 2016 (r423927) +++ head/Mk/Uses/waf.mk Thu Oct 13 16:26:09 2016 (r423928) @@ -30,6 +30,7 @@ MAKEFILE= # MAKE_FLAGS= # ALL_TARGET= # HAS_CONFIGURE= yes +MAKE_ARGS+= --verbose WAF_CMD?= ./waf CONFIGURE_TARGET?= configure Modified: head/audio/lv2core/Makefile ============================================================================== --- head/audio/lv2core/Makefile Thu Oct 13 15:36:53 2016 (r423927) +++ head/audio/lv2core/Makefile Thu Oct 13 16:26:09 2016 (r423928) @@ -14,10 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= pkgconfig python:build tar:bzip2 waf -.if defined(BATCH) || defined(PACKAGE_BUILDING) -MAKE_ARGS+= --verbose -.endif - post-patch: @${REINPLACE_CMD} -e '/autowaf.build_pc/s|^|#|' ${WRKSRC}/wscript @(cd ${WRKSRC} && ${SED} -e \ Modified: head/audio/patchage/Makefile ============================================================================== --- head/audio/patchage/Makefile Thu Oct 13 15:36:53 2016 (r423927) +++ head/audio/patchage/Makefile Thu Oct 13 16:26:09 2016 (r423928) @@ -30,10 +30,6 @@ CONFIGURE_ARGS+= --mandir=${MANPREFIX}/m CFLAGS+= -I${LOCALBASE}/include -.if defined(BATCH) || defined(PACKAGE_BUILDING) -MAKE_ARGS= --verbose -.endif - post-patch: @${REINPLACE_CMD} -e \ "s|$$[{]LIBDIRNAME[}]/pkgconfig|libdata/pkgconfig| ; \ Modified: head/audio/raul/Makefile ============================================================================== --- head/audio/raul/Makefile Thu Oct 13 15:36:53 2016 (r423927) +++ head/audio/raul/Makefile Thu Oct 13 16:26:09 2016 (r423928) @@ -21,10 +21,6 @@ USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -.if defined(BATCH) || defined(PACKAGE_BUILDING) -MAKE_ARGS= --verbose -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libraul.so Modified: head/audio/slv2/Makefile ============================================================================== --- head/audio/slv2/Makefile Thu Oct 13 15:36:53 2016 (r423927) +++ head/audio/slv2/Makefile Thu Oct 13 16:26:09 2016 (r423928) @@ -20,10 +20,6 @@ LIB_DEPENDS= libjack.so:audio/jack \ USES= pkgconfig tar:bzip2 waf USE_LDCONFIG= yes -.if defined(BATCH) || defined(PACKAGE_BUILDING) -MAKE_ARGS= --verbose -.endif - post-patch: @${REINPLACE_CMD} -e \ '/pkgconfig/s|$${LIBDIRNAME}|libdata|' ${WRKSRC}/autowaf.py From owner-svn-ports-head@freebsd.org Thu Oct 13 18:26:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20086C10864; Thu, 13 Oct 2016 18:26:21 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9B489B9; Thu, 13 Oct 2016 18:26:20 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DIQJ9m066853; Thu, 13 Oct 2016 18:26:19 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DIQJxx066850; Thu, 13 Oct 2016 18:26:19 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610131826.u9DIQJxx066850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 13 Oct 2016 18:26:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423929 - in head/devel/erlang-lager_syslog: . 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.23 Precedence: list List-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, 13 Oct 2016 18:26:21 -0000 Author: olgeni Date: Thu Oct 13 18:26:19 2016 New Revision: 423929 URL: https://svnweb.freebsd.org/changeset/ports/423929 Log: Update devel/erlang-lager_syslog to version 3.0.3. Modified: head/devel/erlang-lager_syslog/Makefile head/devel/erlang-lager_syslog/distinfo head/devel/erlang-lager_syslog/files/patch-rebar.config Modified: head/devel/erlang-lager_syslog/Makefile ============================================================================== --- head/devel/erlang-lager_syslog/Makefile Thu Oct 13 16:26:09 2016 (r423928) +++ head/devel/erlang-lager_syslog/Makefile Thu Oct 13 18:26:19 2016 (r423929) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lager_syslog -PORTVERSION= 3.0.2 +PORTVERSION= 3.0.3 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-lager_syslog/distinfo ============================================================================== --- head/devel/erlang-lager_syslog/distinfo Thu Oct 13 16:26:09 2016 (r423928) +++ head/devel/erlang-lager_syslog/distinfo Thu Oct 13 18:26:19 2016 (r423929) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475423210 -SHA256 (basho-lager_syslog-3.0.2_GH0.tar.gz) = 11f1481d5ca9301020fff9e31917662b0162212541ddccdb0e54711edc4c879e -SIZE (basho-lager_syslog-3.0.2_GH0.tar.gz) = 191655 +TIMESTAMP = 1476381425 +SHA256 (basho-lager_syslog-3.0.3_GH0.tar.gz) = e9ce7cf5f885035503570892c3c52128f53bda784599a48a0e0f1490ad62c7ef +SIZE (basho-lager_syslog-3.0.3_GH0.tar.gz) = 191632 Modified: head/devel/erlang-lager_syslog/files/patch-rebar.config ============================================================================== --- head/devel/erlang-lager_syslog/files/patch-rebar.config Thu Oct 13 16:26:09 2016 (r423928) +++ head/devel/erlang-lager_syslog/files/patch-rebar.config Thu Oct 13 18:26:19 2016 (r423929) @@ -1,11 +1,11 @@ ---- rebar.config.orig 2016-10-02 16:06:14 UTC +--- rebar.config.orig 2016-10-13 18:07:54 UTC +++ rebar.config @@ -3,8 +3,6 @@ {cover_enabled, true}. {deps, [ -- {lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "3.2.2"}}}, -- {'syslog', "1.0.*", {git, "git://github.com/Vagabond/erlang-syslog", {tag, "1.0.3"}}} +- {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.4"}}}, +- {'syslog', "1.0.*", {git, "https://github.com/basho/erlang-syslog", {tag, "1.0.3"}}} ] }. From owner-svn-ports-head@freebsd.org Thu Oct 13 19:14:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED963C104A6; Thu, 13 Oct 2016 19:14:11 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF18C37A; Thu, 13 Oct 2016 19:14:11 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DJEAto085516; Thu, 13 Oct 2016 19:14:10 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DJEANw085515; Thu, 13 Oct 2016 19:14:10 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201610131914.u9DJEANw085515@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 13 Oct 2016 19:14:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423930 - head/devel/extra-cmake-modules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 19:14:12 -0000 Author: tcberner Date: Thu Oct 13 19:14:10 2016 New Revision: 423930 URL: https://svnweb.freebsd.org/changeset/ports/423930 Log: Take maintainership of devel/extra-cmake-modules In preparation for the upcoming import of KDE Frameworks chomp up devel/extra-cmake-modules. Approved by: Yuri (previous maintainer), rakuco (mentor) Modified: head/devel/extra-cmake-modules/Makefile Modified: head/devel/extra-cmake-modules/Makefile ============================================================================== --- head/devel/extra-cmake-modules/Makefile Thu Oct 13 18:26:19 2016 (r423929) +++ head/devel/extra-cmake-modules/Makefile Thu Oct 13 19:14:10 2016 (r423930) @@ -6,7 +6,7 @@ PORTVERSION= 5.27.0 DISTVERSIONPREFIX= v CATEGORIES= devel -MAINTAINER= yuri@rawbw.com +MAINTAINER= kde@FreeBSD.org COMMENT= Extra modules and scripts for CMake LICENSE= BSD3CLAUSE From owner-svn-ports-head@freebsd.org Thu Oct 13 19:20:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2321C108D2; Thu, 13 Oct 2016 19:20:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89BB5A58; Thu, 13 Oct 2016 19:20:56 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DJKtpJ085924; Thu, 13 Oct 2016 19:20:55 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DJKtwt085921; Thu, 13 Oct 2016 19:20:55 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610131920.u9DJKtwt085921@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 13 Oct 2016 19:20:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423931 - in head/devel/erlang-clique: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 19:20:56 -0000 Author: olgeni Date: Thu Oct 13 19:20:55 2016 New Revision: 423931 URL: https://svnweb.freebsd.org/changeset/ports/423931 Log: Update devel/erlang-clique to version 0.3.8. Modified: head/devel/erlang-clique/Makefile head/devel/erlang-clique/distinfo head/devel/erlang-clique/files/patch-rebar.config Modified: head/devel/erlang-clique/Makefile ============================================================================== --- head/devel/erlang-clique/Makefile Thu Oct 13 19:14:10 2016 (r423930) +++ head/devel/erlang-clique/Makefile Thu Oct 13 19:20:55 2016 (r423931) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= clique -PORTVERSION= 0.3.7 +PORTVERSION= 0.3.8 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-clique/distinfo ============================================================================== --- head/devel/erlang-clique/distinfo Thu Oct 13 19:14:10 2016 (r423930) +++ head/devel/erlang-clique/distinfo Thu Oct 13 19:20:55 2016 (r423931) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475447806 -SHA256 (basho-clique-0.3.7_GH0.tar.gz) = ded01071fdb06c5c9fc20ee7dac8772b14042c8967016ab628a07cc3cd05482f -SIZE (basho-clique-0.3.7_GH0.tar.gz) = 180483 +TIMESTAMP = 1476383201 +SHA256 (basho-clique-0.3.8_GH0.tar.gz) = de24dc9de6ebe377777f85f0697f7559bab500a04f5bc5f6800985d265139c71 +SIZE (basho-clique-0.3.8_GH0.tar.gz) = 180489 Modified: head/devel/erlang-clique/files/patch-rebar.config ============================================================================== --- head/devel/erlang-clique/files/patch-rebar.config Thu Oct 13 19:14:10 2016 (r423930) +++ head/devel/erlang-clique/files/patch-rebar.config Thu Oct 13 19:20:55 2016 (r423931) @@ -1,8 +1,8 @@ ---- rebar.config.orig 2016-10-02 23:44:25 UTC +--- rebar.config.orig 2016-10-13 18:43:11 UTC +++ rebar.config @@ -12,5 +12,4 @@ ]}. {deps, [ -- {cuttlefish, ".*", {git, "https://github.com/basho/cuttlefish.git", {tag, "2.0.8"}}} +- {cuttlefish, ".*", {git, "https://github.com/basho/cuttlefish.git", {tag, "2.0.10"}}} ]}. From owner-svn-ports-head@freebsd.org Thu Oct 13 19:31:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9A72C10B8A; Thu, 13 Oct 2016 19:31:07 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B291FC4; Thu, 13 Oct 2016 19:31:07 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DJV68V089648; Thu, 13 Oct 2016 19:31:06 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DJV6HH089647; Thu, 13 Oct 2016 19:31:06 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201610131931.u9DJV6HH089647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Thu, 13 Oct 2016 19:31:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423932 - head/net/intel-ixl-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 19:31:07 -0000 Author: sbruno Date: Thu Oct 13 19:31:06 2016 New Revision: 423932 URL: https://svnweb.freebsd.org/changeset/ports/423932 Log: Do not set BROKEN for slave ports. PR: 213283 Submitted by: Franco Fichtner Reviewed by: Sergey Kozlov Modified: head/net/intel-ixl-kmod/Makefile Modified: head/net/intel-ixl-kmod/Makefile ============================================================================== --- head/net/intel-ixl-kmod/Makefile Thu Oct 13 19:20:55 2016 (r423931) +++ head/net/intel-ixl-kmod/Makefile Thu Oct 13 19:31:06 2016 (r423932) @@ -24,11 +24,13 @@ MANPAGENAME?= ${PORTNAME} PLIST_FILES= ${KMODDIR}/if_${PORTNAME}_updated.ko \ man/man4/${MANPAGENAME}.4.gz +.include + +# Fixup for slave ports that use this as a master port. sbruno +.if ${PORTNAME} == ixl ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= Not supported on other architectures, amd64 only. -.include - .if ${OSVERSION} < 1001000 IGNORE= is not supported on FreeBSD 10.0 and older .endif @@ -36,6 +38,7 @@ IGNORE= is not supported on FreeBSD 10. .if ${OSVERSION} >= 1100000 BROKEN= does not build .endif +.endif do-install: ${INSTALL_KLD} ${WRKSRC}/if_${PORTNAME}.ko ${STAGEDIR}${KMODDIR}/if_${PORTNAME}_updated.ko From owner-svn-ports-head@freebsd.org Thu Oct 13 19:37:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF3DFC10E37; Thu, 13 Oct 2016 19:37:18 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9528A8FC; Thu, 13 Oct 2016 19:37:18 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DJbHPk093332; Thu, 13 Oct 2016 19:37:17 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DJbHHI093329; Thu, 13 Oct 2016 19:37:17 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201610131937.u9DJbHHI093329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 13 Oct 2016 19:37:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423933 - head/graphics/vips X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 19:37:19 -0000 Author: danilo Date: Thu Oct 13 19:37:17 2016 New Revision: 423933 URL: https://svnweb.freebsd.org/changeset/ports/423933 Log: - Update to 8.4.2 Modified: head/graphics/vips/Makefile head/graphics/vips/distinfo head/graphics/vips/pkg-plist Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Thu Oct 13 19:31:06 2016 (r423932) +++ head/graphics/vips/Makefile Thu Oct 13 19:37:17 2016 (r423933) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vips -PORTVERSION= 8.4.1 +PORTVERSION= 8.4.2 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ Modified: head/graphics/vips/distinfo ============================================================================== --- head/graphics/vips/distinfo Thu Oct 13 19:31:06 2016 (r423932) +++ head/graphics/vips/distinfo Thu Oct 13 19:37:17 2016 (r423933) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474838799 -SHA256 (vips-8.4.1.tar.gz) = 3e7021db2df099736c02aaf48211ca5f306371af75e9878a35bbcf06742cbb6e -SIZE (vips-8.4.1.tar.gz) = 11530206 +TIMESTAMP = 1476367782 +SHA256 (vips-8.4.2.tar.gz) = 3aa197f9f0a08801f076c808cb3b3c24b6065a2ed1d648c640c8c2853682b243 +SIZE (vips-8.4.2.tar.gz) = 11519730 Modified: head/graphics/vips/pkg-plist ============================================================================== --- head/graphics/vips/pkg-plist Thu Oct 13 19:31:06 2016 (r423932) +++ head/graphics/vips/pkg-plist Thu Oct 13 19:37:17 2016 (r423933) @@ -71,15 +71,15 @@ lib/girepository-1.0/Vips-8.0.typelib lib/libvips-cpp.a lib/libvips-cpp.so lib/libvips-cpp.so.42 -lib/libvips-cpp.so.42.6.1 +lib/libvips-cpp.so.42.6.2 lib/libvips.a lib/libvips.so lib/libvips.so.42 -lib/libvips.so.42.6.1 +lib/libvips.so.42.6.2 lib/libvipsCC.a lib/libvipsCC.so lib/libvipsCC.so.42 -lib/libvipsCC.so.42.6.1 +lib/libvipsCC.so.42.6.2 %%PYTHON%%%%PYTHON_SITELIBDIR%%/gi/overrides/Vips.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/gi/overrides/Vips.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gi/overrides/Vips.pyo From owner-svn-ports-head@freebsd.org Thu Oct 13 19:49:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B772C101B1; Thu, 13 Oct 2016 19:49:04 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE8D2EDF; Thu, 13 Oct 2016 19:49:03 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DJn3WZ097209; Thu, 13 Oct 2016 19:49:03 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DJn2Dt097206; Thu, 13 Oct 2016 19:49:02 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201610131949.u9DJn2Dt097206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Thu, 13 Oct 2016 19:49:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423934 - in head/devel/tbb: . 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.23 Precedence: list List-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, 13 Oct 2016 19:49:04 -0000 Author: martymac Date: Thu Oct 13 19:49:02 2016 New Revision: 423934 URL: https://svnweb.freebsd.org/changeset/ports/423934 Log: - Add pkgconfig file [1] - Do not use absolute paths for shlibs links PR: 213373 [1] Submitted by: rozhuk.im@gmail.com [1] MFH: 2016Q4 Added: head/devel/tbb/files/tbb.pc.in (contents, props changed) Modified: head/devel/tbb/Makefile head/devel/tbb/pkg-plist Modified: head/devel/tbb/Makefile ============================================================================== --- head/devel/tbb/Makefile Thu Oct 13 19:37:17 2016 (r423933) +++ head/devel/tbb/Makefile Thu Oct 13 19:49:02 2016 (r423934) @@ -3,6 +3,7 @@ PORTNAME= tbb PORTVERSION= 4.4.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://threadingbuildingblocks.org/sites/default/files/software_releases/source/ \ LOCAL/martymac @@ -13,6 +14,12 @@ COMMENT= Library that provides thread bu LICENSE= GPLv2 +SUB_FILES= tbb.pc +SUB_LIST= prefix="${PREFIX}" \ + name="${PORTNAME}" \ + description="${COMMENT}" \ + version="${PORTVERSION}" + OPTIONS_DEFINE= DOCS PORTDOCS= * @@ -45,15 +52,18 @@ do-install: cd ${WRKSRC}; \ ${INSTALL_LIB} build/FreeBSD*release/libtbb.so \ ${STAGEDIR}${PREFIX}/lib/libtbb.so.4; \ - ${LN} -sf ${PREFIX}/lib/libtbb.so.4 \ + ${LN} -sf libtbb.so.4 \ ${STAGEDIR}${PREFIX}/lib/libtbb.so; \ ${INSTALL_LIB} build/FreeBSD*release/libtbbmalloc.so \ ${STAGEDIR}${PREFIX}/lib/libtbbmalloc.so.4; \ - ${LN} -sf ${PREFIX}/lib/libtbbmalloc.so.4 \ + ${LN} -sf libtbbmalloc.so.4 \ ${STAGEDIR}${PREFIX}/lib/libtbbmalloc.so; \ ${MKDIR} ${STAGEDIR}${PREFIX}/include/tbb/; \ cd include/tbb/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/tbb/ ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} +post-install: + ${INSTALL_DATA} ${WRKDIR}/tbb.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig + .include Added: head/devel/tbb/files/tbb.pc.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tbb/files/tbb.pc.in Thu Oct 13 19:49:02 2016 (r423934) @@ -0,0 +1,10 @@ +prefix=%%prefix%% +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: %%name%% +Description: %%description%% +Version: %%version%% +Libs: -L${libdir} -ltbb +Cflags: -I${includedir} Modified: head/devel/tbb/pkg-plist ============================================================================== --- head/devel/tbb/pkg-plist Thu Oct 13 19:37:17 2016 (r423933) +++ head/devel/tbb/pkg-plist Thu Oct 13 19:49:02 2016 (r423934) @@ -103,3 +103,4 @@ lib/libtbb.so lib/libtbb.so.4 lib/libtbbmalloc.so lib/libtbbmalloc.so.4 +libdata/pkgconfig/tbb.pc From owner-svn-ports-head@freebsd.org Thu Oct 13 20:17:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3BD4C10874; Thu, 13 Oct 2016 20:17:32 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8029DEE1; Thu, 13 Oct 2016 20:17:32 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DKHVYL008692; Thu, 13 Oct 2016 20:17:31 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DKHVdu008691; Thu, 13 Oct 2016 20:17:31 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201610132017.u9DKHVdu008691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 13 Oct 2016 20:17:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423935 - head/devel/git X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 20:17:32 -0000 Author: jkim Date: Thu Oct 13 20:17:31 2016 New Revision: 423935 URL: https://svnweb.freebsd.org/changeset/ports/423935 Log: Fix plist when NLS option is unset. Modified: head/devel/git/pkg-plist Modified: head/devel/git/pkg-plist ============================================================================== --- head/devel/git/pkg-plist Thu Oct 13 19:49:02 2016 (r423934) +++ head/devel/git/pkg-plist Thu Oct 13 20:17:31 2016 (r423935) @@ -1433,16 +1433,16 @@ share/git-core/templates/info/exclude %%GUI%%share/gitk/lib/msgs/ru.msg %%GUI%%share/gitk/lib/msgs/sv.msg %%GUI%%share/gitk/lib/msgs/vi.msg -share/locale/bg/LC_MESSAGES/git.mo -share/locale/ca/LC_MESSAGES/git.mo -share/locale/de/LC_MESSAGES/git.mo -share/locale/fr/LC_MESSAGES/git.mo -share/locale/is/LC_MESSAGES/git.mo -share/locale/it/LC_MESSAGES/git.mo -share/locale/ko/LC_MESSAGES/git.mo -share/locale/pt_PT/LC_MESSAGES/git.mo -share/locale/ru/LC_MESSAGES/git.mo -share/locale/sv/LC_MESSAGES/git.mo -share/locale/vi/LC_MESSAGES/git.mo -share/locale/zh_CN/LC_MESSAGES/git.mo +%%NLS%%share/locale/bg/LC_MESSAGES/git.mo +%%NLS%%share/locale/ca/LC_MESSAGES/git.mo +%%NLS%%share/locale/de/LC_MESSAGES/git.mo +%%NLS%%share/locale/fr/LC_MESSAGES/git.mo +%%NLS%%share/locale/is/LC_MESSAGES/git.mo +%%NLS%%share/locale/it/LC_MESSAGES/git.mo +%%NLS%%share/locale/ko/LC_MESSAGES/git.mo +%%NLS%%share/locale/pt_PT/LC_MESSAGES/git.mo +%%NLS%%share/locale/ru/LC_MESSAGES/git.mo +%%NLS%%share/locale/sv/LC_MESSAGES/git.mo +%%NLS%%share/locale/vi/LC_MESSAGES/git.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/git.mo @dir share/git-core/templates/branches From owner-svn-ports-head@freebsd.org Thu Oct 13 20:24:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0FB2C10A34; Thu, 13 Oct 2016 20:24:02 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C00BE322; Thu, 13 Oct 2016 20:24:02 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DKO1du012335; Thu, 13 Oct 2016 20:24:01 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DKO14v012334; Thu, 13 Oct 2016 20:24:01 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610132024.u9DKO14v012334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 13 Oct 2016 20:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423936 - head/devel/directfb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 20:24:03 -0000 Author: antoine Date: Thu Oct 13 20:24:01 2016 New Revision: 423936 URL: https://svnweb.freebsd.org/changeset/ports/423936 Log: Fix packaging Reported by: pkg-fallout Modified: head/devel/directfb/Makefile Modified: head/devel/directfb/Makefile ============================================================================== --- head/devel/directfb/Makefile Thu Oct 13 20:17:31 2016 (r423935) +++ head/devel/directfb/Makefile Thu Oct 13 20:24:01 2016 (r423936) @@ -51,7 +51,7 @@ FREETYPE_LIB_DEPENDS= libfreetype.so:pri FREETYPE_CONFIGURE_ENABLE= freetype X11_USE= XORG=x11,xext,xproto X11_CONFIGURE_ENABLE= x11 -SDL_USE= sdl +SDL_USE= sdl=sdl SDL_CONFIGURE_ENABLE= sdl UNIQUE_CONFIGURE_ENABLE= unique TEST_CONFIGURE_WITH= tests From owner-svn-ports-head@freebsd.org Thu Oct 13 20:30:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32378C10BEC; Thu, 13 Oct 2016 20:30:13 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFC417E7; Thu, 13 Oct 2016 20:30:12 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DKUC9k012680; Thu, 13 Oct 2016 20:30:12 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DKUBCk012678; Thu, 13 Oct 2016 20:30:11 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201610132030.u9DKUBCk012678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Thu, 13 Oct 2016 20:30:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423937 - head/ports-mgmt/portshaker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 20:30:13 -0000 Author: romain Date: Thu Oct 13 20:30:11 2016 New Revision: 423937 URL: https://svnweb.freebsd.org/changeset/ports/423937 Log: Update to 1.0.13 This update brings: - Documentation update; - A new way to fail fast when conflics are detected. Reported by: swills Modified: head/ports-mgmt/portshaker/Makefile head/ports-mgmt/portshaker/distinfo Modified: head/ports-mgmt/portshaker/Makefile ============================================================================== --- head/ports-mgmt/portshaker/Makefile Thu Oct 13 20:24:01 2016 (r423936) +++ head/ports-mgmt/portshaker/Makefile Thu Oct 13 20:30:11 2016 (r423937) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= portshaker -PORTVERSION= 1.0.12 +PORTVERSION= 1.0.13 DISTVERSIONPREFIX= v PORTREVISION?= 0 CATEGORIES?= ports-mgmt Modified: head/ports-mgmt/portshaker/distinfo ============================================================================== --- head/ports-mgmt/portshaker/distinfo Thu Oct 13 20:24:01 2016 (r423936) +++ head/ports-mgmt/portshaker/distinfo Thu Oct 13 20:30:11 2016 (r423937) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470482311 -SHA256 (smortex-portshaker-v1.0.12_GH0.tar.gz) = 374fb5a73c62a2fc1a34f2f6e4a3c150811f11ddfac5f2f3e331a662d4ef229c -SIZE (smortex-portshaker-v1.0.12_GH0.tar.gz) = 21049 +TIMESTAMP = 1476390102 +SHA256 (smortex-portshaker-v1.0.13_GH0.tar.gz) = 507aa94f169736dd0c53cb84b0b017a1ec954fc177cefd1ca1f21796b2b12d4d +SIZE (smortex-portshaker-v1.0.13_GH0.tar.gz) = 21211 From owner-svn-ports-head@freebsd.org Thu Oct 13 20:46:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23857C10101; Thu, 13 Oct 2016 20:46:25 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E9913226; Thu, 13 Oct 2016 20:46:24 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DKkO2i020231; Thu, 13 Oct 2016 20:46:24 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DKkN3u020229; Thu, 13 Oct 2016 20:46:23 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610132046.u9DKkN3u020229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 13 Oct 2016 20:46:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423938 - head/net-p2p/retroshare X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 20:46:25 -0000 Author: pawel Date: Thu Oct 13 20:46:23 2016 New Revision: 423938 URL: https://svnweb.freebsd.org/changeset/ports/423938 Log: Use version tagname Submitted by: mat Modified: head/net-p2p/retroshare/Makefile head/net-p2p/retroshare/distinfo Modified: head/net-p2p/retroshare/Makefile ============================================================================== --- head/net-p2p/retroshare/Makefile Thu Oct 13 20:30:11 2016 (r423937) +++ head/net-p2p/retroshare/Makefile Thu Oct 13 20:46:23 2016 (r423938) @@ -3,6 +3,7 @@ PORTNAME= retroshare PORTVERSION= 0.6.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-p2p @@ -34,7 +35,6 @@ DOS2UNIX_FILES= retroshare-nogui/src/ret USE_GITHUB= yes GH_ACCOUNT= RetroShare GH_PROJECT= RetroShare -GH_TAGNAME= 53e26983 .include Modified: head/net-p2p/retroshare/distinfo ============================================================================== --- head/net-p2p/retroshare/distinfo Thu Oct 13 20:30:11 2016 (r423937) +++ head/net-p2p/retroshare/distinfo Thu Oct 13 20:46:23 2016 (r423938) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476022169 -SHA256 (RetroShare-RetroShare-v0.6.1-53e26983_GH0.tar.gz) = 5a3d9dbfe4c4d217c310caf97577414fcb96d0560a88c2f0ac3eb02382813aa3 -SIZE (RetroShare-RetroShare-v0.6.1-53e26983_GH0.tar.gz) = 18006124 +TIMESTAMP = 1476367118 +SHA256 (RetroShare-RetroShare-v0.6.1_GH0.tar.gz) = 4ffbb6c61538f80d0f667c2a155c5eac38b0722a3e8d4f1dc1487d10087cfe42 +SIZE (RetroShare-RetroShare-v0.6.1_GH0.tar.gz) = 18002032 From owner-svn-ports-head@freebsd.org Thu Oct 13 20:52:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AA2BC102B6; Thu, 13 Oct 2016 20:52:07 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 12D6B836; Thu, 13 Oct 2016 20:52:07 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DKq6dw023247; Thu, 13 Oct 2016 20:52:06 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DKq6SA023244; Thu, 13 Oct 2016 20:52:06 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610132052.u9DKq6SA023244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Thu, 13 Oct 2016 20:52:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423939 - head/devel/libftdi1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 20:52:07 -0000 Author: bsam Date: Thu Oct 13 20:52:05 2016 New Revision: 423939 URL: https://svnweb.freebsd.org/changeset/ports/423939 Log: devel/libftdi1: Update to version 1.3. Modified: head/devel/libftdi1/Makefile head/devel/libftdi1/distinfo head/devel/libftdi1/pkg-plist Modified: head/devel/libftdi1/Makefile ============================================================================== --- head/devel/libftdi1/Makefile Thu Oct 13 20:46:23 2016 (r423938) +++ head/devel/libftdi1/Makefile Thu Oct 13 20:52:05 2016 (r423939) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libftdi1 -PORTVERSION= 1.1 +PORTVERSION= 1.3 CATEGORIES= devel MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ Modified: head/devel/libftdi1/distinfo ============================================================================== --- head/devel/libftdi1/distinfo Thu Oct 13 20:46:23 2016 (r423938) +++ head/devel/libftdi1/distinfo Thu Oct 13 20:52:05 2016 (r423939) @@ -1,2 +1,3 @@ -SHA256 (libftdi1-1.1.tar.bz2) = c0b1af1a13e2c6682a1d8041e5b164a1e0d90267cd378bb51e059bd62f821e21 -SIZE (libftdi1-1.1.tar.bz2) = 99690 +TIMESTAMP = 1475137612 +SHA256 (libftdi1-1.3.tar.bz2) = 9a8c95c94bfbcf36584a0a58a6e2003d9b133213d9202b76aec76302ffaa81f4 +SIZE (libftdi1-1.3.tar.bz2) = 108549 Modified: head/devel/libftdi1/pkg-plist ============================================================================== --- head/devel/libftdi1/pkg-plist Thu Oct 13 20:46:23 2016 (r423938) +++ head/devel/libftdi1/pkg-plist Thu Oct 13 20:52:05 2016 (r423939) @@ -14,18 +14,21 @@ bin/libftdi1-config libdata/pkgconfig/libftdi1.pc libdata/pkgconfig/libftdipp1.pc lib/cmake/libftdi1/LibFTDI1Config.cmake +lib/cmake/libftdi1/LibFTDI1ConfigVersion.cmake lib/cmake/libftdi1/UseLibFTDI1.cmake include/libftdi1/ftdi.h %%BOOST%%include/libftdi1/ftdi.hpp lib/libftdi1.a lib/libftdi1.so lib/libftdi1.so.2 -lib/libftdi1.so.2.1.0 +lib/libftdi1.so.2.3.0 %%BOOST%%lib/libftdipp1.a %%BOOST%%lib/libftdipp1.so %%BOOST%%lib/libftdipp1.so.2 -%%BOOST%%lib/libftdipp1.so.2.1.0 +%%BOOST%%lib/libftdipp1.so.2.3.0 +%%PORTDOCS%%%%DOCSDIR%%/example.conf %%PYTHON%%%%PYTHON_SITELIBDIR%%/_ftdi1.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/ftdi1.py +%%PYTHON%%share/libftdi/examples/cbus.py %%PYTHON%%share/libftdi/examples/complete.py %%PYTHON%%share/libftdi/examples/simple.py From owner-svn-ports-head@freebsd.org Thu Oct 13 21:56:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2524C1017D; Thu, 13 Oct 2016 21:56:25 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1312A7B; Thu, 13 Oct 2016 21:56:25 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DLuOTS046501; Thu, 13 Oct 2016 21:56:24 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DLuOBn046499; Thu, 13 Oct 2016 21:56:24 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610132156.u9DLuOBn046499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 13 Oct 2016 21:56:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423940 - head/sysutils/lbl-hf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 13 Oct 2016 21:56:26 -0000 Author: pawel Date: Thu Oct 13 21:56:24 2016 New Revision: 423940 URL: https://svnweb.freebsd.org/changeset/ports/423940 Log: Update to version 1.7 PR: 213403 Submitted by: maintainer Modified: head/sysutils/lbl-hf/Makefile head/sysutils/lbl-hf/distinfo Modified: head/sysutils/lbl-hf/Makefile ============================================================================== --- head/sysutils/lbl-hf/Makefile Thu Oct 13 20:52:05 2016 (r423939) +++ head/sysutils/lbl-hf/Makefile Thu Oct 13 21:56:24 2016 (r423940) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hf -PORTVERSION= 1.5 +PORTVERSION= 1.7 CATEGORIES= sysutils MASTER_SITES= ftp://ee.lbl.gov/ \ http://www.mmnt.net/db/0/3/ftp.ee.lbl.gov/ @@ -13,8 +13,6 @@ COMMENT= Address to hostname filter LICENSE= BSD3CLAUSE -MAKE_JOBS_UNSAFE= yes - CONFLICTS= hf-[0-9]* PLIST_FILES= bin/hf \ Modified: head/sysutils/lbl-hf/distinfo ============================================================================== --- head/sysutils/lbl-hf/distinfo Thu Oct 13 20:52:05 2016 (r423939) +++ head/sysutils/lbl-hf/distinfo Thu Oct 13 21:56:24 2016 (r423940) @@ -1,4 +1,3 @@ -SHA256 (hf-1.5.tar.gz) = beb3ad2e4a7ef80bd741c4abe8190aa663313f52bc627509284657fbd8a47ab5 -SIZE (hf-1.5.tar.gz) = 99638 -SHA256 (hf-1.5.tar.gz.asc) = eedc55dd3359a942d6bdbe3d01bb32277a266aad9d8e82c767dd132f4bd133c5 -SIZE (hf-1.5.tar.gz.asc) = 181 +TIMESTAMP = 1476317295 +SHA256 (hf-1.7.tar.gz) = c612d6c42d90427fd62c41d0abf92b9375c9002e21f305f3fe7f1d9c92dfd014 +SIZE (hf-1.7.tar.gz) = 100517 From owner-svn-ports-head@freebsd.org Fri Oct 14 00:03:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD79CC10F64; Fri, 14 Oct 2016 00:03:38 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79BDFE0; Fri, 14 Oct 2016 00:03:38 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9E03bqs094779; Fri, 14 Oct 2016 00:03:37 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9E03b4b094778; Fri, 14 Oct 2016 00:03:37 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201610140003.u9E03b4b094778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Fri, 14 Oct 2016 00:03:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423941 - head/sysutils/intel-pcm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 00:03:38 -0000 Author: imp Date: Fri Oct 14 00:03:37 2016 New Revision: 423941 URL: https://svnweb.freebsd.org/changeset/ports/423941 Log: This doesn't build on FreeBSD 9.x, so don't bother trying. Modified: head/sysutils/intel-pcm/Makefile (contents, props changed) Modified: head/sysutils/intel-pcm/Makefile ============================================================================== --- head/sysutils/intel-pcm/Makefile Thu Oct 13 21:56:24 2016 (r423940) +++ head/sysutils/intel-pcm/Makefile Fri Oct 14 00:03:37 2016 (r423941) @@ -19,6 +19,8 @@ ONLY_FOR_ARCHS= i386 amd64 WRKSRC= ${WRKDIR}/IntelPerformanceCounterMonitor-V${PORTVERSION} MAKE_ARGS= CXX="${CXX}" LIB=-lpthread +BROKEN_FreeBSD_9= Does not build + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin From owner-svn-ports-head@freebsd.org Fri Oct 14 00:03:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4E1DC10F9F; Fri, 14 Oct 2016 00:03:45 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E88A1BD; Fri, 14 Oct 2016 00:03:45 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9E03iaS094892; Fri, 14 Oct 2016 00:03:44 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9E03iEo094891; Fri, 14 Oct 2016 00:03:44 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201610140003.u9E03iEo094891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Fri, 14 Oct 2016 00:03:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423942 - head/sysutils/intel-pcm/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.23 Precedence: list List-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, 14 Oct 2016 00:03:45 -0000 Author: imp Date: Fri Oct 14 00:03:44 2016 New Revision: 423942 URL: https://svnweb.freebsd.org/changeset/ports/423942 Log: These aren't needed anymore, and should have been deleted with the last import. Submitted by: gallatin@ Sponsored by: Netflix, Inc Deleted: head/sysutils/intel-pcm/files/patch-cpucounters.cpp head/sysutils/intel-pcm/files/patch-cpucounters.h From owner-svn-ports-head@freebsd.org Fri Oct 14 00:05:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74BBAAC614C; Fri, 14 Oct 2016 00:05:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46CF668E; Fri, 14 Oct 2016 00:05:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9E05lAf095082; Fri, 14 Oct 2016 00:05:47 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9E05lKG095080; Fri, 14 Oct 2016 00:05:47 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610140005.u9E05lKG095080@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 14 Oct 2016 00:05:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423943 - head/www/ilias X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 00:05:48 -0000 Author: wen Date: Fri Oct 14 00:05:47 2016 New Revision: 423943 URL: https://svnweb.freebsd.org/changeset/ports/423943 Log: - Update to 5.1.10 Modified: head/www/ilias/Makefile head/www/ilias/distinfo Modified: head/www/ilias/Makefile ============================================================================== --- head/www/ilias/Makefile Fri Oct 14 00:03:44 2016 (r423942) +++ head/www/ilias/Makefile Fri Oct 14 00:05:47 2016 (r423943) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ilias -PORTVERSION= 5.1.9 +PORTVERSION= 5.1.10 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/ilias/distinfo ============================================================================== --- head/www/ilias/distinfo Fri Oct 14 00:03:44 2016 (r423942) +++ head/www/ilias/distinfo Fri Oct 14 00:05:47 2016 (r423943) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474169787 -SHA256 (ILIAS-eLearning-ILIAS-v5.1.9_GH0.tar.gz) = 1f96715227749d851acf7d90f0e3afeaf9b7a9800b70c402079a33e9993bf34b -SIZE (ILIAS-eLearning-ILIAS-v5.1.9_GH0.tar.gz) = 144768576 +TIMESTAMP = 1476400477 +SHA256 (ILIAS-eLearning-ILIAS-v5.1.10_GH0.tar.gz) = 81bbb61983fffca32c4b7ad661f8f1ea35751438eaa6aee55e5fb559b12371ec +SIZE (ILIAS-eLearning-ILIAS-v5.1.10_GH0.tar.gz) = 144787879 From owner-svn-ports-head@freebsd.org Fri Oct 14 00:31:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A626AC66C7; Fri, 14 Oct 2016 00:31:18 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C5D2EB4; Fri, 14 Oct 2016 00:31:18 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9E0VHUC006334; Fri, 14 Oct 2016 00:31:17 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9E0VHAH006332; Fri, 14 Oct 2016 00:31:17 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610140031.u9E0VHAH006332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 14 Oct 2016 00:31:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423944 - in head/devel/py-pytest: . 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.23 Precedence: list List-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, 14 Oct 2016 00:31:18 -0000 Author: wen Date: Fri Oct 14 00:31:17 2016 New Revision: 423944 URL: https://svnweb.freebsd.org/changeset/ports/423944 Log: - Update to 3.0.3 - Update TEST_DEPENDS PR: 212042 (based on) Submitted by: yuri@rawbw.com Deleted: head/devel/py-pytest/files/ Modified: head/devel/py-pytest/Makefile head/devel/py-pytest/distinfo Modified: head/devel/py-pytest/Makefile ============================================================================== --- head/devel/py-pytest/Makefile Fri Oct 14 00:05:47 2016 (r423943) +++ head/devel/py-pytest/Makefile Fri Oct 14 00:31:17 2016 (r423944) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pytest -PORTVERSION= 2.8.7 +PORTVERSION= 3.0.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py>=1.4.29:devel/py-py TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \ + ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis \ + ${PYTHON_PKGNAMEPREFIX}twisted>0:devel/py-twisted \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.13:devel/py-pytest-xdist Modified: head/devel/py-pytest/distinfo ============================================================================== --- head/devel/py-pytest/distinfo Fri Oct 14 00:05:47 2016 (r423943) +++ head/devel/py-pytest/distinfo Fri Oct 14 00:31:17 2016 (r423944) @@ -1,2 +1,3 @@ -SHA256 (pytest-2.8.7.tar.gz) = fc4c86be54fce08e4b85b646a736efa18c6cde7599c1d2919f4f74629e018baf -SIZE (pytest-2.8.7.tar.gz) = 564943 +TIMESTAMP = 1476404011 +SHA256 (pytest-3.0.3.tar.gz) = f213500a356800a483e8a146ff971ae14a8df3f2c0ae4145181aad96996abee7 +SIZE (pytest-3.0.3.tar.gz) = 731934 From owner-svn-ports-head@freebsd.org Fri Oct 14 01:02:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACB5EAC6E30; Fri, 14 Oct 2016 01:02:56 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BF9CF16; Fri, 14 Oct 2016 01:02:56 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9E12tk3017952; Fri, 14 Oct 2016 01:02:55 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9E12ttF017950; Fri, 14 Oct 2016 01:02:55 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201610140102.u9E12ttF017950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Fri, 14 Oct 2016 01:02:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423945 - head/sysutils/synergy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 01:02:56 -0000 Author: kevlo Date: Fri Oct 14 01:02:55 2016 New Revision: 423945 URL: https://svnweb.freebsd.org/changeset/ports/423945 Log: Update to 1.8.4 Modified: head/sysutils/synergy/Makefile head/sysutils/synergy/distinfo Modified: head/sysutils/synergy/Makefile ============================================================================== --- head/sysutils/synergy/Makefile Fri Oct 14 00:31:17 2016 (r423944) +++ head/sysutils/synergy/Makefile Fri Oct 14 01:02:55 2016 (r423945) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= synergy -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.4 CATEGORIES= sysutils MAINTAINER= kevlo@FreeBSD.org Modified: head/sysutils/synergy/distinfo ============================================================================== --- head/sysutils/synergy/distinfo Fri Oct 14 00:31:17 2016 (r423944) +++ head/sysutils/synergy/distinfo Fri Oct 14 01:02:55 2016 (r423945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472174774 -SHA256 (symless-synergy-v1.8.2-stable_GH0.tar.gz) = 2f84c718636f02acca4801fff30bd67f5bb2720304f7ab095f2112536da5a9fa -SIZE (symless-synergy-v1.8.2-stable_GH0.tar.gz) = 13500982 +TIMESTAMP = 1476362278 +SHA256 (symless-synergy-v1.8.4-stable_GH0.tar.gz) = 9c1fa5a96c23ff63d0bd7b6626b6f7e7d14314f26b46e7bf51ce20eab8b075aa +SIZE (symless-synergy-v1.8.4-stable_GH0.tar.gz) = 13457383 From owner-svn-ports-head@freebsd.org Fri Oct 14 01:16:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51695C1014B; Fri, 14 Oct 2016 01:16:14 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06DDF3C4; Fri, 14 Oct 2016 01:16:13 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9E1GDT9021831; Fri, 14 Oct 2016 01:16:13 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9E1GDUF021829; Fri, 14 Oct 2016 01:16:13 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610140116.u9E1GDUF021829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 14 Oct 2016 01:16:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423946 - head/sysutils/storcli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 01:16:14 -0000 Author: wen Date: Fri Oct 14 01:16:12 2016 New Revision: 423946 URL: https://svnweb.freebsd.org/changeset/ports/423946 Log: - Update to 1.19.04 PR: 212238 Submitted by: pkubaj@anongoth.pl Approved by: takefu@airport.fm(maintainer) Modified: head/sysutils/storcli/Makefile head/sysutils/storcli/distinfo Modified: head/sysutils/storcli/Makefile ============================================================================== --- head/sysutils/storcli/Makefile Fri Oct 14 01:02:55 2016 (r423945) +++ head/sysutils/storcli/Makefile Fri Oct 14 01:16:12 2016 (r423946) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= storcli -PORTVERSION= 1.17.08 +PORTVERSION= 1.19.04 CATEGORIES= sysutils -MASTER_SITES= http://docs.avagotech.com/docs-and-downloads/https:/avagodocs.s3.amazonaws.com:443/docs-and-downloads/raid-controllers/raid-controllers-common-files/ -DISTNAME= MR_SAS_StorCLI_${PORTVERSION} +MASTER_SITES= http://docs.avagotech.com/docs-and-downloads/docs-and-downloads/raid-controllers/raid-controllers-common-files/ +DISTNAME= ${PORTVERSION}_StorCLI MAINTAINER= takefu@airport.fm COMMENT= SAS MegaRAID FreeBSD StorCLI @@ -27,11 +27,10 @@ NO_WRKSUBDIR= yes PLIST_FILES= sbin/storcli PKGMESSAGE= ${WRKDIR}/pkg-message -BINSRC= ${WRKSRC}/FreeBSD +BINSRC= ${WRKSRC}/storcli_all_os/FreeBSD FETCH_AFTER_ARGS=-v post-extract: - @${TAR} xf ${WRKSRC}/storcli_all_os.zip -C${WRKSRC} @${TAR} xf ${BINSRC}/storcli${ARCH:S/i386//:S/amd64/64/}.tar -C${WRKSRC} @${REINPLACE_CMD} 's#\(StorCli\).*StorCli64#\1#'\ ${BINSRC}/FreeBSD_readme.txt Modified: head/sysutils/storcli/distinfo ============================================================================== --- head/sysutils/storcli/distinfo Fri Oct 14 01:02:55 2016 (r423945) +++ head/sysutils/storcli/distinfo Fri Oct 14 01:16:12 2016 (r423946) @@ -1,2 +1,3 @@ -SHA256 (MR_SAS_StorCLI_1.17.08.zip) = c19c59cd9fd797a8676f01ace01b7f69664b40033e894264b4a390f3f4cc0c8a -SIZE (MR_SAS_StorCLI_1.17.08.zip) = 38907204 +TIMESTAMP = 1472476903 +SHA256 (1.19.04_StorCLI.zip) = 026456cf30e1f14f33a42eb5804dcf9fb6d3b79b9fd46828db6cdd4abe736054 +SIZE (1.19.04_StorCLI.zip) = 41606377 From owner-svn-ports-head@freebsd.org Fri Oct 14 01:19:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A63FC101AF; Fri, 14 Oct 2016 01:19:08 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C42D56DB; Fri, 14 Oct 2016 01:19:07 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9E1J6p3022076; Fri, 14 Oct 2016 01:19:06 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9E1J6To022073; Fri, 14 Oct 2016 01:19:06 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201610140119.u9E1J6To022073@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Fri, 14 Oct 2016 01:19:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423947 - head/java/java-zoneinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 01:19:08 -0000 Author: glewis Date: Fri Oct 14 01:19:06 2016 New Revision: 423947 URL: https://svnweb.freebsd.org/changeset/ports/423947 Log: . Update to 2016g. Modified: head/java/java-zoneinfo/Makefile head/java/java-zoneinfo/distinfo head/java/java-zoneinfo/pkg-plist Modified: head/java/java-zoneinfo/Makefile ============================================================================== --- head/java/java-zoneinfo/Makefile Fri Oct 14 01:16:12 2016 (r423946) +++ head/java/java-zoneinfo/Makefile Fri Oct 14 01:19:06 2016 (r423947) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zoneinfo -DISTVERSION= 2016f +DISTVERSION= 2016g CATEGORIES= java misc MASTER_SITES= LOCAL/glewis/javazi PKGNAMEPREFIX= java- Modified: head/java/java-zoneinfo/distinfo ============================================================================== --- head/java/java-zoneinfo/distinfo Fri Oct 14 01:16:12 2016 (r423946) +++ head/java/java-zoneinfo/distinfo Fri Oct 14 01:19:06 2016 (r423947) @@ -1,2 +1,3 @@ -SHA256 (javazi-2016f.tar.gz) = b1568b4fc3a0d7a7bdc26b88aa52bb7e47bfe868e82cefc51ff4ff22966ed7b0 -SIZE (javazi-2016f.tar.gz) = 109728 +TIMESTAMP = 1476407075 +SHA256 (javazi-2016g.tar.gz) = f021c22ba793436274c3ea5b34e9a202528f2a5bc2a487535aef160f436f5b4d +SIZE (javazi-2016g.tar.gz) = 109805 Modified: head/java/java-zoneinfo/pkg-plist ============================================================================== --- head/java/java-zoneinfo/pkg-plist Fri Oct 14 01:16:12 2016 (r423946) +++ head/java/java-zoneinfo/pkg-plist Fri Oct 14 01:19:06 2016 (r423947) @@ -207,7 +207,6 @@ share/java/zi/Asia/Pontianak share/java/zi/Asia/Pyongyang share/java/zi/Asia/Qatar share/java/zi/Asia/Qyzylorda -share/java/zi/Asia/Rangoon share/java/zi/Asia/Riyadh share/java/zi/Asia/Sakhalin share/java/zi/Asia/Samarkand @@ -227,6 +226,7 @@ share/java/zi/Asia/Urumqi share/java/zi/Asia/Ust-Nera share/java/zi/Asia/Vladivostok share/java/zi/Asia/Yakutsk +share/java/zi/Asia/Yangon share/java/zi/Asia/Yekaterinburg share/java/zi/Asia/Yerevan share/java/zi/Atlantic/Azores From owner-svn-ports-head@freebsd.org Fri Oct 14 01:23:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21C41C10317; Fri, 14 Oct 2016 01:23:06 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D64F8A5C; Fri, 14 Oct 2016 01:23:05 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9E1N4RB025688; Fri, 14 Oct 2016 01:23:04 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9E1N4Uf025685; Fri, 14 Oct 2016 01:23:04 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201610140123.u9E1N4Uf025685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Fri, 14 Oct 2016 01:23:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423948 - in head/www/owncloud: . 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.23 Precedence: list List-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, 14 Oct 2016 01:23:06 -0000 Author: kevlo Date: Fri Oct 14 01:23:04 2016 New Revision: 423948 URL: https://svnweb.freebsd.org/changeset/ports/423948 Log: Update to 9.1.1 Deleted: head/www/owncloud/files/patch-core_Controller_LoginController.php Modified: head/www/owncloud/Makefile head/www/owncloud/distinfo head/www/owncloud/pkg-plist Modified: head/www/owncloud/Makefile ============================================================================== --- head/www/owncloud/Makefile Fri Oct 14 01:19:06 2016 (r423947) +++ head/www/owncloud/Makefile Fri Oct 14 01:23:04 2016 (r423948) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= owncloud -PORTVERSION= 9.1.0 -PORTREVISION= 1 +PORTVERSION= 9.1.1 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ Modified: head/www/owncloud/distinfo ============================================================================== --- head/www/owncloud/distinfo Fri Oct 14 01:19:06 2016 (r423947) +++ head/www/owncloud/distinfo Fri Oct 14 01:23:04 2016 (r423948) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469152672 -SHA256 (owncloud-9.1.0.tar.bz2) = 26df5f51ae87f83dba93c130a1929278afe69f9426b877e3c5064034bec28ee3 -SIZE (owncloud-9.1.0.tar.bz2) = 29055490 +TIMESTAMP = 1476407508 +SHA256 (owncloud-9.1.1.tar.bz2) = a6bf3531ebb7e09a11aaae641bc3af933f339261424782841c640bf9df1ba7b9 +SIZE (owncloud-9.1.1.tar.bz2) = 28984910 Modified: head/www/owncloud/pkg-plist ============================================================================== --- head/www/owncloud/pkg-plist Fri Oct 14 01:19:06 2016 (r423947) +++ head/www/owncloud/pkg-plist Fri Oct 14 01:23:04 2016 (r423948) @@ -6540,6 +6540,7 @@ %%WWWDIR%%/apps/files_trashbin/lib/Capabilities.php %%WWWDIR%%/apps/files_trashbin/lib/Command/CleanUp.php %%WWWDIR%%/apps/files_trashbin/lib/Command/Expire.php +%%WWWDIR%%/apps/files_trashbin/lib/Command/ExpireTrash.php %%WWWDIR%%/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php %%WWWDIR%%/apps/files_trashbin/lib/Expiration.php %%WWWDIR%%/apps/files_trashbin/lib/Helper.php @@ -6706,6 +6707,7 @@ %%WWWDIR%%/apps/files_versions/lib/Capabilities.php %%WWWDIR%%/apps/files_versions/lib/Command/CleanUp.php %%WWWDIR%%/apps/files_versions/lib/Command/Expire.php +%%WWWDIR%%/apps/files_versions/lib/Command/ExpireVersions.php %%WWWDIR%%/apps/files_versions/lib/Expiration.php %%WWWDIR%%/apps/files_versions/lib/Hooks.php %%WWWDIR%%/apps/files_versions/lib/Storage.php @@ -8246,6 +8248,8 @@ %%WWWDIR%%/core/doc/admin/_images/google-drive6.png %%WWWDIR%%/core/doc/admin/_images/google-drive8.png %%WWWDIR%%/core/doc/admin/_images/google-drive9.png +%%WWWDIR%%/core/doc/admin/_images/import-ssl-cert-1.png +%%WWWDIR%%/core/doc/admin/_images/import-ssl-cert-2.png %%WWWDIR%%/core/doc/admin/_images/install-wizard-a.png %%WWWDIR%%/core/doc/admin/_images/install-wizard-a1.png %%WWWDIR%%/core/doc/admin/_images/install-wizard-a2.png @@ -8275,11 +8279,6 @@ %%WWWDIR%%/core/doc/admin/_images/phpinfo.png %%WWWDIR%%/core/doc/admin/_images/preview_images.png %%WWWDIR%%/core/doc/admin/_images/rackspace.png -%%WWWDIR%%/core/doc/admin/_images/scaling-1.png -%%WWWDIR%%/core/doc/admin/_images/scaling-2.png -%%WWWDIR%%/core/doc/admin/_images/scaling-3.png -%%WWWDIR%%/core/doc/admin/_images/scaling-4.png -%%WWWDIR%%/core/doc/admin/_images/scaling-5.png %%WWWDIR%%/core/doc/admin/_images/security-setup-warning-1.png %%WWWDIR%%/core/doc/admin/_images/sharepoint-1.png %%WWWDIR%%/core/doc/admin/_images/sharepoint-2.png @@ -8315,6 +8314,7 @@ %%WWWDIR%%/core/doc/admin/_images/workflow-2.png %%WWWDIR%%/core/doc/admin/_images/workflow-3.png %%WWWDIR%%/core/doc/admin/_images/workflow-4.png +%%WWWDIR%%/core/doc/admin/_images/workflow-5.png %%WWWDIR%%/core/doc/admin/_sources/configuration_database/db_conversion.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_database/index.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_database/linux_database_configuration.txt @@ -8354,7 +8354,9 @@ %%WWWDIR%%/core/doc/admin/_sources/configuration_server/email_configuration.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_server/external_sites.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_server/harden_server.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration_server/import_ssl_cert.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_server/index.txt +%%WWWDIR%%/core/doc/admin/_sources/configuration_server/index_php_less_urls.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_server/js_css_asset_management_configuration.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_server/knowledgebase_configuration.txt %%WWWDIR%%/core/doc/admin/_sources/configuration_server/language_configuration.txt @@ -8429,10 +8431,6 @@ %%WWWDIR%%/core/doc/admin/_sources/maintenance/restore.txt %%WWWDIR%%/core/doc/admin/_sources/maintenance/update.txt %%WWWDIR%%/core/doc/admin/_sources/maintenance/upgrade.txt -%%WWWDIR%%/core/doc/admin/_sources/operations/considerations_on_monitoring.txt -%%WWWDIR%%/core/doc/admin/_sources/operations/index.txt -%%WWWDIR%%/core/doc/admin/_sources/operations/scaling_multiple_machines.txt -%%WWWDIR%%/core/doc/admin/_sources/operations/theming.txt %%WWWDIR%%/core/doc/admin/_sources/release_notes.txt %%WWWDIR%%/core/doc/admin/_sources/whats_new_admin.txt %%WWWDIR%%/core/doc/admin/_static/ajax-loader.gif @@ -8555,7 +8553,9 @@ %%WWWDIR%%/core/doc/admin/configuration_server/email_configuration.html %%WWWDIR%%/core/doc/admin/configuration_server/external_sites.html %%WWWDIR%%/core/doc/admin/configuration_server/harden_server.html +%%WWWDIR%%/core/doc/admin/configuration_server/import_ssl_cert.html %%WWWDIR%%/core/doc/admin/configuration_server/index.html +%%WWWDIR%%/core/doc/admin/configuration_server/index_php_less_urls.html %%WWWDIR%%/core/doc/admin/configuration_server/js_css_asset_management_configuration.html %%WWWDIR%%/core/doc/admin/configuration_server/knowledgebase_configuration.html %%WWWDIR%%/core/doc/admin/configuration_server/language_configuration.html @@ -8632,10 +8632,6 @@ %%WWWDIR%%/core/doc/admin/maintenance/update.html %%WWWDIR%%/core/doc/admin/maintenance/upgrade.html %%WWWDIR%%/core/doc/admin/objects.inv -%%WWWDIR%%/core/doc/admin/operations/considerations_on_monitoring.html -%%WWWDIR%%/core/doc/admin/operations/index.html -%%WWWDIR%%/core/doc/admin/operations/scaling_multiple_machines.html -%%WWWDIR%%/core/doc/admin/operations/theming.html %%WWWDIR%%/core/doc/admin/release_notes.html %%WWWDIR%%/core/doc/admin/search.html %%WWWDIR%%/core/doc/admin/searchindex.js @@ -10012,6 +10008,7 @@ %%WWWDIR%%/lib/private/Repair/RepairInvalidShares.php %%WWWDIR%%/lib/private/Repair/RepairLegacyStorages.php %%WWWDIR%%/lib/private/Repair/RepairMimeTypes.php +%%WWWDIR%%/lib/private/Repair/RepairUnmergedShares.php %%WWWDIR%%/lib/private/Repair/SearchLuceneTables.php %%WWWDIR%%/lib/private/Repair/SharePropagation.php %%WWWDIR%%/lib/private/Repair/SqliteAutoincrement.php @@ -10346,7 +10343,7 @@ %%WWWDIR%%/lib/public/User.php %%WWWDIR%%/lib/public/UserInterface.php %%WWWDIR%%/lib/public/Util.php -@(%%OWNCLOUD_USERNAME%%,%%OWNCLOUD_GROUPNAME%%,750) %%WWWDIR%%/occ +%%WWWDIR%%/occ %%WWWDIR%%/ocs-provider/index.php %%WWWDIR%%/ocs/providers.php %%WWWDIR%%/ocs/routes.php @@ -10705,16 +10702,12 @@ %%WWWDIR%%/updater/vendor/composer/autoload_psr4.php %%WWWDIR%%/updater/vendor/composer/autoload_real.php %%WWWDIR%%/updater/vendor/composer/installed.json -%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/.editorconfig -%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/.gitignore %%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/.travis.yml %%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/CHANGELOG.md %%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/LICENSE %%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/README.md %%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/UPGRADING.md -%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/build/packager.php %%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/composer.json -%%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/phpunit.xml.dist %%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/BatchResults.php %%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/Client.php %%WWWDIR%%/updater/vendor/guzzlehttp/guzzle/src/ClientInterface.php From owner-svn-ports-head@freebsd.org Fri Oct 14 01:26:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2335AC1043C; Fri, 14 Oct 2016 01:26:07 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6E61D0B; Fri, 14 Oct 2016 01:26:06 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9E1Q6E7025948; Fri, 14 Oct 2016 01:26:06 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9E1Q63B025947; Fri, 14 Oct 2016 01:26:06 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201610140126.u9E1Q63B025947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Fri, 14 Oct 2016 01:26:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423949 - head/java/java-zoneinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 01:26:07 -0000 Author: glewis Date: Fri Oct 14 01:26:05 2016 New Revision: 423949 URL: https://svnweb.freebsd.org/changeset/ports/423949 Log: . Note that the time zone data is in the public domain (according to ftp://ftp.iana.org/tz/tz-link.html). Specifically the sentence "The public-domain time zone database contains code and data that represent the history of local time for many representative locations around the globe." Modified: head/java/java-zoneinfo/Makefile Modified: head/java/java-zoneinfo/Makefile ============================================================================== --- head/java/java-zoneinfo/Makefile Fri Oct 14 01:23:04 2016 (r423948) +++ head/java/java-zoneinfo/Makefile Fri Oct 14 01:26:05 2016 (r423949) @@ -11,6 +11,8 @@ DISTNAME= javazi-${DISTVERSION} MAINTAINER= glewis@FreeBSD.org COMMENT= Updated Java timezone definitions +LICENSE= PD + WRKSRC= ${WRKDIR} NO_BUILD= yes From owner-svn-ports-head@freebsd.org Fri Oct 14 02:08:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EE6DC10FEA; Fri, 14 Oct 2016 02:08:19 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 028327CC; Fri, 14 Oct 2016 02:08:19 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 00DC410DB; Fri, 14 Oct 2016 02:08:19 +0000 (UTC) Date: Fri, 14 Oct 2016 02:08:18 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: Boris Samorodov , Boris Samorodov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r423799 - in head/devel: . arduino-sevseg Message-ID: <20161014020818.GA32457@FreeBSD.org> References: <201610112119.u9BLJZUg025971@repo.freebsd.org> <78824109-0639-384b-3ec5-3e9245607d98@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 02:08:19 -0000 On Wed, Oct 12, 2016 at 02:53:04PM +0200, Mathieu Arnold wrote: > Le 12/10/2016 ?? 14:44, Boris Samorodov a ??crit : > > 12.10.2016 12:59, Mathieu Arnold пишет: > >> Le 11/10/2016 ?? 23:19, Boris Samorodov a ??crit : > >>> +PORTNAME= arduino-sevseg > >>> > >>> +GH_PROJECT= SevSeg > >> This should be: > >> > >> PORTNAME=SevSeg > >> PKGNAMEPREFIX=Arduino- > > > > I like our tradition to have port names in lower case. There are > > exceptions but this port AFAIK is not among them. > > There is no such tradition. Yes there is, please stop misguiding people Mathieu. This tradition is commongly seen throughout entire Unix heritage and is omnipresent, from login names to APIs. You may prefer c:\Documents and Settings\User Joe but most of us don't. Yes, this also applies to port and package names. > The rule is that PORTNAME follows upstream's naming. The only exception > when the port installs a single utility and that utility is lowercased. There are plenty if counterexamples to what you say, Firefox and PostgreSQL would be a good start to reconsider your views. > Now, this, here, is some library that does not install a binary, so that > rule applies, follow upstream's choice of naming. This is what we do for CPAN packages and others that 1) include a lot of ports, 2) have an established naming convention of their own, 3) many of them are common dependencies and it helps to have similar package names with popular GNU/Linux distros. For some random unattached port it's almost always better tolower() it, (ir)regardless of whether it is a single utility, library, game with a lot of resources, or anything else. ./danfe From owner-svn-ports-head@freebsd.org Fri Oct 14 02:31:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AA8EC114CF; Fri, 14 Oct 2016 02:31:05 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 20EE3196; Fri, 14 Oct 2016 02:31:05 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 1F5BB1563; Fri, 14 Oct 2016 02:31:05 +0000 (UTC) Date: Fri, 14 Oct 2016 02:31:05 +0000 From: Alexey Dokuchaev To: Pawel Pekala Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r423940 - head/sysutils/lbl-hf Message-ID: <20161014023105.GB32457@FreeBSD.org> References: <201610132156.u9DLuOBn046499@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201610132156.u9DLuOBn046499@repo.freebsd.org> User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 02:31:05 -0000 On Thu, Oct 13, 2016 at 09:56:24PM +0000, Pawel Pekala wrote: > New Revision: 423940 > URL: https://svnweb.freebsd.org/changeset/ports/423940 > > Log: > Update to version 1.7 > > PR: 213403 > Submitted by: maintainer > [...] > > -MAKE_JOBS_UNSAFE= yes Commit log should have included this piece of information from the PR: - Remove MAKE_JOBS_UNSAFE as upsteam had fixed Makefile.in to work with make -jN ./danfe From owner-svn-ports-head@freebsd.org Fri Oct 14 06:40:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCC33C11ABC; Fri, 14 Oct 2016 06:40:32 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EB3784D; Fri, 14 Oct 2016 06:40:32 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9E6eVWg045435; Fri, 14 Oct 2016 06:40:31 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9E6eVQ2045433; Fri, 14 Oct 2016 06:40:31 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201610140640.u9E6eVQ2045433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 14 Oct 2016 06:40:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423950 - head/databases/rubygem-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.23 Precedence: list List-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, 14 Oct 2016 06:40:32 -0000 Author: wen Date: Fri Oct 14 06:40:31 2016 New Revision: 423950 URL: https://svnweb.freebsd.org/changeset/ports/423950 Log: - Update to 0.19.0 Modified: head/databases/rubygem-pg/Makefile head/databases/rubygem-pg/distinfo Modified: head/databases/rubygem-pg/Makefile ============================================================================== --- head/databases/rubygem-pg/Makefile Fri Oct 14 01:26:05 2016 (r423949) +++ head/databases/rubygem-pg/Makefile Fri Oct 14 06:40:31 2016 (r423950) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pg -PORTVERSION= 0.18.4 +PORTVERSION= 0.19.0 CATEGORIES= databases rubygems MASTER_SITES= RG Modified: head/databases/rubygem-pg/distinfo ============================================================================== --- head/databases/rubygem-pg/distinfo Fri Oct 14 01:26:05 2016 (r423949) +++ head/databases/rubygem-pg/distinfo Fri Oct 14 06:40:31 2016 (r423950) @@ -1,2 +1,3 @@ -SHA256 (rubygem/pg-0.18.4.gem) = 62f0dce2fd0b3b0f684b2d60e09b3f515e7eb30f8f736bf5ede5b49e5425bb1d -SIZE (rubygem/pg-0.18.4.gem) = 219648 +TIMESTAMP = 1476414008 +SHA256 (rubygem/pg-0.19.0.gem) = 927c41c5d103922c1b2492419802ee92057a5122c7a45064e31b39d08ed8f42e +SIZE (rubygem/pg-0.19.0.gem) = 228864 From owner-svn-ports-head@freebsd.org Fri Oct 14 06:58:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B15ADC11DC1; Fri, 14 Oct 2016 06:58:35 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F2D474; Fri, 14 Oct 2016 06:58:35 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9E6wYsj052865; Fri, 14 Oct 2016 06:58:34 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9E6wY0t052862; Fri, 14 Oct 2016 06:58:34 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201610140658.u9E6wY0t052862@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Fri, 14 Oct 2016 06:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423951 - head/net/axa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 06:58:35 -0000 Author: truckman Date: Fri Oct 14 06:58:34 2016 New Revision: 423951 URL: https://svnweb.freebsd.org/changeset/ports/423951 Log: Upgrade axa to version 1.3.3: * Remove misplaced axa/rad_mod.h * Move all tls scripts to cert_tools * Fix axa_link_certs to work reliably on OS X and Debian * Add Rad Units data type * Documentation fixes Sponsored by: Farsight Security, Inc. Modified: head/net/axa/Makefile head/net/axa/distinfo head/net/axa/pkg-plist Modified: head/net/axa/Makefile ============================================================================== --- head/net/axa/Makefile Fri Oct 14 06:40:31 2016 (r423950) +++ head/net/axa/Makefile Fri Oct 14 06:58:34 2016 (r423951) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= axa -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.3 CATEGORIES= net dns MASTER_SITES= FARSIGHT/${PORTNAME} LOCAL/truckman/farsight Modified: head/net/axa/distinfo ============================================================================== --- head/net/axa/distinfo Fri Oct 14 06:40:31 2016 (r423950) +++ head/net/axa/distinfo Fri Oct 14 06:58:34 2016 (r423951) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467236842 -SHA256 (axa-1.3.0.tar.gz) = dba2a2eafc1b44accc398e260cadcb756a43aada72e9865ac47bc1c74406d4d8 -SIZE (axa-1.3.0.tar.gz) = 539237 +TIMESTAMP = 1476380147 +SHA256 (axa-1.3.3.tar.gz) = 3c9965ab52991ee800e7443df23e0fec4efe3434a5c25ebc69b60b1712d8f61e +SIZE (axa-1.3.3.tar.gz) = 538018 Modified: head/net/axa/pkg-plist ============================================================================== --- head/net/axa/pkg-plist Fri Oct 14 06:40:31 2016 (r423950) +++ head/net/axa/pkg-plist Fri Oct 14 06:58:34 2016 (r423951) @@ -16,7 +16,6 @@ include/axa/json.h include/axa/strbuf.h include/axa/open_nmsg_out.h include/axa/protocol.h -include/axa/rad_mod.h include/axa/socket.h include/axa/trie.h include/axa/wire.h From owner-svn-ports-head@freebsd.org Fri Oct 14 07:42:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D74D4C1112A; Fri, 14 Oct 2016 07:42:11 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F84F7E7; Fri, 14 Oct 2016 07:42:11 +0000 (UTC) (envelope-from freebsd@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id 628CD1AAF046; Fri, 14 Oct 2016 09:42:03 +0200 (CEST) Subject: Re: svn commit: r423950 - head/databases/rubygem-pg To: Wen Heping , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610140640.u9E6eVQ2045433@repo.freebsd.org> From: Torsten Zuehlsdorff Message-ID: <1896c319-93c5-d48f-dd17-e3c313a3fcd6@toco-domains.de> Date: Fri, 14 Oct 2016 09:42:03 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610140640.u9E6eVQ2045433@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 07:42:11 -0000 On 14.10.2016 08:40, Wen Heping wrote: > Author: wen > Date: Fri Oct 14 06:40:31 2016 > New Revision: 423950 > URL: https://svnweb.freebsd.org/changeset/ports/423950 > > Log: > - Update to 0.19.0 Please notice: whenever you update a rubygem-* you need a *runtime* test for *every* dependency. This update breaks for example www/gitlab and www/redmine (if used with pg). I'm going to fix the breaks. Greetings, Torsten From owner-svn-ports-head@freebsd.org Fri Oct 14 07:56:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFB35C11742; Fri, 14 Oct 2016 07:56:38 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95D61A6D; Fri, 14 Oct 2016 07:56:38 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9E7ub8l077968; Fri, 14 Oct 2016 07:56:37 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9E7ubVF077964; Fri, 14 Oct 2016 07:56:37 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201610140756.u9E7ubVF077964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 14 Oct 2016 07:56:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423952 - in head/lang: perl5.22 perl5.24 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 07:56:39 -0000 Author: mat Date: Fri Oct 14 07:56:37 2016 New Revision: 423952 URL: https://svnweb.freebsd.org/changeset/ports/423952 Log: Update Perl 5.22.3 & 5.24.1 to -RC4. This fixes the fix (-RC3) of the fix (-RC2) of CVE-2016-1238. MFH: 2016Q4 Sponsored by: Absolight Modified: head/lang/perl5.22/Makefile (contents, props changed) head/lang/perl5.22/distinfo (contents, props changed) head/lang/perl5.24/Makefile (contents, props changed) head/lang/perl5.24/distinfo (contents, props changed) Modified: head/lang/perl5.22/Makefile ============================================================================== --- head/lang/perl5.22/Makefile Fri Oct 14 06:58:34 2016 (r423951) +++ head/lang/perl5.22/Makefile Fri Oct 14 07:56:37 2016 (r423952) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= perl -DISTVERSION= ${PERL_VERSION}-RC3 +DISTVERSION= ${PERL_VERSION}-RC4 PORTREVISION= 0 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN/../../src/5.0 CPAN/../by-authors/id/S/SH/SHAY Modified: head/lang/perl5.22/distinfo ============================================================================== --- head/lang/perl5.22/distinfo Fri Oct 14 06:58:34 2016 (r423951) +++ head/lang/perl5.22/distinfo Fri Oct 14 07:56:37 2016 (r423952) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471073154 -SHA256 (perl/perl-5.22.3-RC3.tar.xz) = a14903deb3f1613d79c74ef62be32e858237b20b474294db0a1c31a94d98ebb8 -SIZE (perl/perl-5.22.3-RC3.tar.xz) = 11235232 +TIMESTAMP = 1476431177 +SHA256 (perl/perl-5.22.3-RC4.tar.xz) = cd35050f1a45c48389133285870cf310d1fe5d342c52de10fd47b296e102e4ae +SIZE (perl/perl-5.22.3-RC4.tar.xz) = 11233496 Modified: head/lang/perl5.24/Makefile ============================================================================== --- head/lang/perl5.24/Makefile Fri Oct 14 06:58:34 2016 (r423951) +++ head/lang/perl5.24/Makefile Fri Oct 14 07:56:37 2016 (r423952) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= perl -DISTVERSION= ${PERL_VERSION}-RC3 +DISTVERSION= ${PERL_VERSION}-RC4 PORTREVISION= 0 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN/../../src/5.0 CPAN/../by-authors/id/S/SH/SHAY Modified: head/lang/perl5.24/distinfo ============================================================================== --- head/lang/perl5.24/distinfo Fri Oct 14 06:58:34 2016 (r423951) +++ head/lang/perl5.24/distinfo Fri Oct 14 07:56:37 2016 (r423952) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471072507 -SHA256 (perl/perl-5.24.1-RC3.tar.xz) = 18a25373d80e5d5c39928790e45427c7bc34a98499b25645de2b5fb2ab7ba7b5 -SIZE (perl/perl-5.24.1-RC3.tar.xz) = 11552388 +TIMESTAMP = 1476431232 +SHA256 (perl/perl-5.24.1-RC4.tar.xz) = 6da6333809eb2b35b17ee3c25b7f0327da32fad7214b296b662ccd9883b8bc59 +SIZE (perl/perl-5.24.1-RC4.tar.xz) = 11553836 From owner-svn-ports-head@freebsd.org Fri Oct 14 09:03:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDF1EC114C7; Fri, 14 Oct 2016 09:03:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 890E937B; Fri, 14 Oct 2016 09:03:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9E93jm2005404; Fri, 14 Oct 2016 09:03:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9E93jxu005403; Fri, 14 Oct 2016 09:03:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610140903.u9E93jxu005403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 14 Oct 2016 09:03:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423954 - head/science/fastcap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 09:03:46 -0000 Author: amdmi3 Date: Fri Oct 14 09:03:45 2016 New Revision: 423954 URL: https://svnweb.freebsd.org/changeset/ports/423954 Log: - Add LICENSE - Switch to options helpers Modified: head/science/fastcap/Makefile Modified: head/science/fastcap/Makefile ============================================================================== --- head/science/fastcap/Makefile Fri Oct 14 07:57:42 2016 (r423953) +++ head/science/fastcap/Makefile Fri Oct 14 09:03:45 2016 (r423954) @@ -9,6 +9,11 @@ MASTER_SITES= http://www.wrcad.com/ftp/p MAINTAINER= ports@FreeBSD.org COMMENT= Three-dimensional capacitance extraction program +LICENSE= FASTCAP +LICENSE_NAME= fastcap license +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= auto-accept + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config WRKSRC= ${WRKDIR}/fastcap-2.0wr @@ -17,7 +22,8 @@ BINFILES= busgen capgen cubegen fastcap OPTIONS_DEFINE= DOCS EXAMPLES -.include +post-extract: + @${HEAD} -32 ${WRKSRC}/src/direct.c | ${TAIL} +2 > ${WRKSRC}/LICENSE post-patch: @${REINPLACE_CMD} -e 's,TYPE=other,TYPE=4,' \ @@ -41,8 +47,12 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${BINFILES:S,^,${WRKSRC}/bin/,} ${STAGEDIR}${PREFIX}/bin + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${CAT} ${WRKSRC}/README ${WRKSRC}/README.mit > ${STAGEDIR}${DOCSDIR}/readme ${INSTALL_DATA} ${WRKSRC}/doc/*.ps ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Fri Oct 14 09:48:15 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B465C0F339; Fri, 14 Oct 2016 09:48:15 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE61819C; Fri, 14 Oct 2016 09:48:14 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9E9mDo4021169; Fri, 14 Oct 2016 09:48:13 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9E9mDWQ021160; Fri, 14 Oct 2016 09:48:13 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610140948.u9E9mDWQ021160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 14 Oct 2016 09:48:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423955 - in head/lang: erlang erlang-java erlang-runtime19 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.23 Precedence: list List-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, 14 Oct 2016 09:48:15 -0000 Author: olgeni Date: Fri Oct 14 09:48:12 2016 New Revision: 423955 URL: https://svnweb.freebsd.org/changeset/ports/423955 Log: Update Erlang 19 ports to version 19.1.4. Modified: head/lang/erlang-java/Makefile head/lang/erlang-java/distinfo head/lang/erlang-runtime19/Makefile head/lang/erlang-runtime19/distinfo head/lang/erlang-wx/Makefile head/lang/erlang-wx/distinfo head/lang/erlang/Makefile head/lang/erlang/distinfo Modified: head/lang/erlang-java/Makefile ============================================================================== --- head/lang/erlang-java/Makefile Fri Oct 14 09:03:45 2016 (r423954) +++ head/lang/erlang-java/Makefile Fri Oct 14 09:48:12 2016 (r423955) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.1.3 +PORTVERSION= 19.1.4 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -14,7 +14,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 +PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 \ + patch-otp-19.1.4 MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang interface for Java Modified: head/lang/erlang-java/distinfo ============================================================================== --- head/lang/erlang-java/distinfo Fri Oct 14 09:03:45 2016 (r423954) +++ head/lang/erlang-java/distinfo Fri Oct 14 09:48:12 2016 (r423955) @@ -1,4 +1,4 @@ -TIMESTAMP = 1476201457 +TIMESTAMP = 1476436939 SHA256 (erlang/otp_src_19.1.tar.gz) = fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23 SIZE (erlang/otp_src_19.1.tar.gz) = 68103074 SHA256 (erlang/otp_doc_html_19.1.tar.gz) = 76c89aee1ac69b5107114b0065189101e3f42d53e929d8ef8f08b5c586f15930 @@ -9,3 +9,5 @@ SHA256 (erlang/patch-otp-19.1.2) = 4626d SIZE (erlang/patch-otp-19.1.2) = 5080 SHA256 (erlang/patch-otp-19.1.3) = 0808dccad4740ad05ea351cf79c394c878329e69faff922d7672ca635d330120 SIZE (erlang/patch-otp-19.1.3) = 14746 +SHA256 (erlang/patch-otp-19.1.4) = d922ffa4bcac9e7317060b46ee569ca6f9ddaa454661fc2201b43c8e4cebfaa4 +SIZE (erlang/patch-otp-19.1.4) = 20204 Modified: head/lang/erlang-runtime19/Makefile ============================================================================== --- head/lang/erlang-runtime19/Makefile Fri Oct 14 09:03:45 2016 (r423954) +++ head/lang/erlang-runtime19/Makefile Fri Oct 14 09:48:12 2016 (r423955) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.1.3 +PORTVERSION= 19.1.4 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -16,7 +16,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 +PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 \ + patch-otp-19.1.4 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -216,7 +217,7 @@ post-install: -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.2/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.4 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.5 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.2 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.0.2/* \ Modified: head/lang/erlang-runtime19/distinfo ============================================================================== --- head/lang/erlang-runtime19/distinfo Fri Oct 14 09:03:45 2016 (r423954) +++ head/lang/erlang-runtime19/distinfo Fri Oct 14 09:48:12 2016 (r423955) @@ -1,4 +1,4 @@ -TIMESTAMP = 1476201463 +TIMESTAMP = 1476436948 SHA256 (erlang/otp_src_19.1.tar.gz) = fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23 SIZE (erlang/otp_src_19.1.tar.gz) = 68103074 SHA256 (erlang/otp_doc_man_19.1.tar.gz) = 7200e9e5b3a229a6b3838046e1b3e64afc869265539d49d0e4853212f19c0c79 @@ -11,3 +11,5 @@ SHA256 (erlang/patch-otp-19.1.2) = 4626d SIZE (erlang/patch-otp-19.1.2) = 5080 SHA256 (erlang/patch-otp-19.1.3) = 0808dccad4740ad05ea351cf79c394c878329e69faff922d7672ca635d330120 SIZE (erlang/patch-otp-19.1.3) = 14746 +SHA256 (erlang/patch-otp-19.1.4) = d922ffa4bcac9e7317060b46ee569ca6f9ddaa454661fc2201b43c8e4cebfaa4 +SIZE (erlang/patch-otp-19.1.4) = 20204 Modified: head/lang/erlang-wx/Makefile ============================================================================== --- head/lang/erlang-wx/Makefile Fri Oct 14 09:03:45 2016 (r423954) +++ head/lang/erlang-wx/Makefile Fri Oct 14 09:48:12 2016 (r423955) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.1.3 +PORTVERSION= 19.1.4 CATEGORIES= lang parallel MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -14,7 +14,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 +PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 \ + patch-otp-19.1.4 MAINTAINER= olgeni@FreeBSD.org COMMENT= Erlang bindings for wxWindows Modified: head/lang/erlang-wx/distinfo ============================================================================== --- head/lang/erlang-wx/distinfo Fri Oct 14 09:03:45 2016 (r423954) +++ head/lang/erlang-wx/distinfo Fri Oct 14 09:48:12 2016 (r423955) @@ -1,4 +1,4 @@ -TIMESTAMP = 1476201451 +TIMESTAMP = 1476436933 SHA256 (erlang/otp_src_19.1.tar.gz) = fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23 SIZE (erlang/otp_src_19.1.tar.gz) = 68103074 SHA256 (erlang/otp_doc_html_19.1.tar.gz) = 76c89aee1ac69b5107114b0065189101e3f42d53e929d8ef8f08b5c586f15930 @@ -9,3 +9,5 @@ SHA256 (erlang/patch-otp-19.1.2) = 4626d SIZE (erlang/patch-otp-19.1.2) = 5080 SHA256 (erlang/patch-otp-19.1.3) = 0808dccad4740ad05ea351cf79c394c878329e69faff922d7672ca635d330120 SIZE (erlang/patch-otp-19.1.3) = 14746 +SHA256 (erlang/patch-otp-19.1.4) = d922ffa4bcac9e7317060b46ee569ca6f9ddaa454661fc2201b43c8e4cebfaa4 +SIZE (erlang/patch-otp-19.1.4) = 20204 Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Fri Oct 14 09:03:45 2016 (r423954) +++ head/lang/erlang/Makefile Fri Oct 14 09:48:12 2016 (r423955) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 19.1.3 +PORTVERSION= 19.1.4 PORTEPOCH= 3 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -20,7 +20,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 +PATCHFILES= patch-otp-19.1.1 patch-otp-19.1.2 patch-otp-19.1.3 \ + patch-otp-19.1.4 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -240,7 +241,7 @@ post-install: -C ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB} ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.2/* \ - ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.4 + ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.5 ${RMDIR} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssh-4.3.2 ${MV} ${STAGEDIR}${PREFIX}/lib/${ERLANG_LIB}/lib/ssl-8.0.2/* \ Modified: head/lang/erlang/distinfo ============================================================================== --- head/lang/erlang/distinfo Fri Oct 14 09:03:45 2016 (r423954) +++ head/lang/erlang/distinfo Fri Oct 14 09:48:12 2016 (r423955) @@ -1,4 +1,4 @@ -TIMESTAMP = 1476201443 +TIMESTAMP = 1476436927 SHA256 (erlang/otp_src_19.1.tar.gz) = fed4cbbc1ee5cc8efc2b8f14c3db97bfde1de967703f5f9a95f8ab6852737e23 SIZE (erlang/otp_src_19.1.tar.gz) = 68103074 SHA256 (erlang/otp_doc_man_19.1.tar.gz) = 7200e9e5b3a229a6b3838046e1b3e64afc869265539d49d0e4853212f19c0c79 @@ -23,3 +23,5 @@ SHA256 (erlang/patch-otp-19.1.2) = 4626d SIZE (erlang/patch-otp-19.1.2) = 5080 SHA256 (erlang/patch-otp-19.1.3) = 0808dccad4740ad05ea351cf79c394c878329e69faff922d7672ca635d330120 SIZE (erlang/patch-otp-19.1.3) = 14746 +SHA256 (erlang/patch-otp-19.1.4) = d922ffa4bcac9e7317060b46ee569ca6f9ddaa454661fc2201b43c8e4cebfaa4 +SIZE (erlang/patch-otp-19.1.4) = 20204 From owner-svn-ports-head@freebsd.org Fri Oct 14 10:55:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6FF4C11A05; Fri, 14 Oct 2016 10:55:43 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86F58897; Fri, 14 Oct 2016 10:55:43 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EAtgJO047013; Fri, 14 Oct 2016 10:55:42 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EAtgE3047011; Fri, 14 Oct 2016 10:55:42 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201610141055.u9EAtgE3047011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 14 Oct 2016 10:55:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423956 - head/devel/php70-APCu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 10:55:43 -0000 Author: robak Date: Fri Oct 14 10:55:42 2016 New Revision: 423956 URL: https://svnweb.freebsd.org/changeset/ports/423956 Log: devel/php70-APCu: update 5.1.5 -> 5.1.6 * Various security/bug fixes PR: 213266 Submitted by: Daniel Ylitalo (maintainer) MFH: 2016Q4 Modified: head/devel/php70-APCu/Makefile head/devel/php70-APCu/distinfo Modified: head/devel/php70-APCu/Makefile ============================================================================== --- head/devel/php70-APCu/Makefile Fri Oct 14 09:48:12 2016 (r423955) +++ head/devel/php70-APCu/Makefile Fri Oct 14 10:55:42 2016 (r423956) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= APCu -PORTVERSION= 5.1.5 +PORTVERSION= 5.1.6 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= php70- Modified: head/devel/php70-APCu/distinfo ============================================================================== --- head/devel/php70-APCu/distinfo Fri Oct 14 09:48:12 2016 (r423955) +++ head/devel/php70-APCu/distinfo Fri Oct 14 10:55:42 2016 (r423956) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469541599 -SHA256 (PECL/apcu-5.1.5.tgz) = 5f4153fe21745a44f1d92431b05a85c0912bb3235110615db84a4a6e84fb6791 -SIZE (PECL/apcu-5.1.5.tgz) = 109196 +TIMESTAMP = 1475832817 +SHA256 (PECL/apcu-5.1.6.tgz) = 796bfd5f3444ddbfdf7db875b82673cb509415796b723ab8a2d6e76888794862 +SIZE (PECL/apcu-5.1.6.tgz) = 110792 From owner-svn-ports-head@freebsd.org Fri Oct 14 11:13:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D319BC11E96; Fri, 14 Oct 2016 11:13:26 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EDEF167; Fri, 14 Oct 2016 11:13:26 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EBDPef054532; Fri, 14 Oct 2016 11:13:25 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EBDPX0054530; Fri, 14 Oct 2016 11:13:25 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610141113.u9EBDPX0054530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 14 Oct 2016 11:13:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423957 - in head/www/gitlab: . 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.23 Precedence: list List-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, 14 Oct 2016 11:13:26 -0000 Author: tz Date: Fri Oct 14 11:13:25 2016 New Revision: 423957 URL: https://svnweb.freebsd.org/changeset/ports/423957 Log: www/gitlab: Unbreak after update of databases/rubygem-pg Approved by: junovitch (mentor, implicit) Modified: head/www/gitlab/Makefile head/www/gitlab/files/patch-Gemfile Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Fri Oct 14 10:55:42 2016 (r423956) +++ head/www/gitlab/Makefile Fri Oct 14 11:13:25 2016 (r423957) @@ -3,7 +3,7 @@ PORTNAME= gitlab PORTVERSION= 8.9.6 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= www devel Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Fri Oct 14 10:55:42 2016 (r423956) +++ head/www/gitlab/files/patch-Gemfile Fri Oct 14 11:13:25 2016 (r423957) @@ -8,7 +8,7 @@ gem 'rails-deprecated_sanitizer', '~> 1.0.3' # Responders respond_to and respond_with -@@ -8,13 +8,12 @@ gem 'responders', '~> 2.0' +@@ -8,14 +8,13 @@ gem 'responders', '~> 2.0' # Specify a sprockets version due to increased performance # See https://gitlab.com/gitlab-org/gitlab-ce/issues/6069 @@ -21,9 +21,11 @@ # Supported DBs -gem "mysql2", '~> 0.3.16', group: :mysql - gem "pg", '~> 0.18.2', group: :postgres +-gem "pg", '~> 0.18.2', group: :postgres ++gem "pg", '>= 0.18.2', group: :postgres # Authentication libraries + gem 'devise', '~> 4.0' @@ -28,13 +27,12 @@ gem 'omniauth-cas3', '~> 1.1.2' gem 'omniauth-facebook', '~> 3.0.0' gem 'omniauth-github', '~> 1.1.1' From owner-svn-ports-head@freebsd.org Fri Oct 14 11:23:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31402C11188; Fri, 14 Oct 2016 11:23:46 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7D4593A; Fri, 14 Oct 2016 11:23:45 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EBNiI0058279; Fri, 14 Oct 2016 11:23:44 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EBNie6058276; Fri, 14 Oct 2016 11:23:44 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610141123.u9EBNie6058276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 14 Oct 2016 11:23:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423958 - in head/www/redmine: . 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.23 Precedence: list List-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, 14 Oct 2016 11:23:46 -0000 Author: tz Date: Fri Oct 14 11:23:44 2016 New Revision: 423958 URL: https://svnweb.freebsd.org/changeset/ports/423958 Log: www/redmine: Unbreak after update of databases/rubygem-pg Approved by: pi (mentor) Modified: head/www/redmine/Makefile head/www/redmine/files/patch-Gemfile head/www/redmine/files/pg.rb Modified: head/www/redmine/Makefile ============================================================================== --- head/www/redmine/Makefile Fri Oct 14 11:13:25 2016 (r423957) +++ head/www/redmine/Makefile Fri Oct 14 11:23:44 2016 (r423958) @@ -3,7 +3,7 @@ PORTNAME= redmine PORTVERSION= 3.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.redmine.org/releases/ Modified: head/www/redmine/files/patch-Gemfile ============================================================================== --- head/www/redmine/files/patch-Gemfile Fri Oct 14 11:13:25 2016 (r423957) +++ head/www/redmine/files/patch-Gemfile Fri Oct 14 11:23:44 2016 (r423958) @@ -55,6 +55,15 @@ platforms :jruby do # jruby-openssl is bundled with JRuby 1.7.0 gem "jruby-openssl" if Object.const_defined?(:JRUBY_VERSION) && JRUBY_VERSION < '1.7.0' +@@ -72,7 +55,7 @@ if File.exist?(database_file) + when 'mysql' + gem "activerecord-jdbcmysql-adapter", :platforms => :jruby + when /postgresql/ +- gem "pg", "~> 0.18.1", :platforms => [:mri, :mingw, :x64_mingw] ++ gem "pg", ">= 0.18.1", :platforms => [:mri, :mingw, :x64_mingw] + gem "activerecord-jdbcpostgresql-adapter", :platforms => :jruby + when /sqlite3/ + gem "sqlite3", :platforms => [:mri, :mingw, :x64_mingw] @@ -92,21 +75,6 @@ else warn("Please configure your config/database.yml first") end Modified: head/www/redmine/files/pg.rb ============================================================================== --- head/www/redmine/files/pg.rb Fri Oct 14 11:13:25 2016 (r423957) +++ head/www/redmine/files/pg.rb Fri Oct 14 11:23:44 2016 (r423958) @@ -1 +1 @@ -gem "pg", "~> 0.18.1" +gem "pg", ">= 0.18.1" From owner-svn-ports-head@freebsd.org Fri Oct 14 11:53:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50899C11ADC; Fri, 14 Oct 2016 11:53:55 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EEC6BD9; Fri, 14 Oct 2016 11:53:55 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EBrsWe069882; Fri, 14 Oct 2016 11:53:54 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EBrroV069878; Fri, 14 Oct 2016 11:53:53 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201610141153.u9EBrroV069878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Fri, 14 Oct 2016 11:53:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423959 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 11:53:55 -0000 Author: osa Date: Fri Oct 14 11:53:53 2016 New Revision: 423959 URL: https://svnweb.freebsd.org/changeset/ports/423959 Log: Upgrade third-party headers_more and memc modules tp their latest versions. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Fri Oct 14 11:23:44 2016 (r423958) +++ head/www/nginx-devel/Makefile Fri Oct 14 11:53:53 2016 (r423959) @@ -447,7 +447,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_ec .endif .if ${PORT_OPTIONS:MHEADERS_MORE} -NGINX_HEADERS_MORE_VERSION= f5559ec +NGINX_HEADERS_MORE_VERSION= 84241e4 GH_ACCOUNT+= openresty:headers_more GH_PROJECT+= headers-more-nginx-module:headers_more GH_TAGNAME+= ${NGINX_HEADERS_MORE_VERSION}:headers_more @@ -811,7 +811,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_lu .endif .if ${PORT_OPTIONS:MMEMC} -NGINX_MEMC_VERSION= 0.16 +NGINX_MEMC_VERSION= 0.17 GH_ACCOUNT+= openresty:memc GH_PROJECT+= memc-nginx-module:memc GH_TAGNAME+= v${NGINX_MEMC_VERSION}:memc Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Fri Oct 14 11:23:44 2016 (r423958) +++ head/www/nginx-devel/distinfo Fri Oct 14 11:53:53 2016 (r423959) @@ -1,4 +1,4 @@ -TIMESTAMP = 1476229849 +TIMESTAMP = 1476391310 SHA256 (nginx-1.11.5.tar.gz) = 223f8a2345a75f891098cf26ccdf208b293350388f51ce69083674c9432db6f6 SIZE (nginx-1.11.5.tar.gz) = 956517 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 @@ -45,8 +45,8 @@ SHA256 (grahamedgecombe-nginx-ct-f3cad5e SIZE (grahamedgecombe-nginx-ct-f3cad5e_GH0.tar.gz) = 5521 SHA256 (openresty-echo-nginx-module-46334b3_GH0.tar.gz) = 00d42a5f562a0be5570110d9b70c8f2cace93b292421a6f994cf4ec76a8979f0 SIZE (openresty-echo-nginx-module-46334b3_GH0.tar.gz) = 52766 -SHA256 (openresty-headers-more-nginx-module-f5559ec_GH0.tar.gz) = 422b12414a6f850cbb3ee96c225e5259eef4e949f70e63e27e6583ce3eb836ff -SIZE (openresty-headers-more-nginx-module-f5559ec_GH0.tar.gz) = 27400 +SHA256 (openresty-headers-more-nginx-module-84241e4_GH0.tar.gz) = d3442be9058682ed0ad1d294ab27effcb245c0a320fcf418c452dc923f714531 +SIZE (openresty-headers-more-nginx-module-84241e4_GH0.tar.gz) = 27951 SHA256 (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 SHA256 (openresty-nginx-eval-module-342c812_GH0.tar.gz) = c45f6438474593f0cf5229160327d20c2f2d72e9c0b5c8cf9e0ef8d5295de177 @@ -93,8 +93,8 @@ SHA256 (arut-nginx-let-module-v0.0.4_GH0 SIZE (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = 20534 SHA256 (openresty-lua-nginx-module-v0.10.6_GH0.tar.gz) = b98c4f648589bbf3e2c3d5fd18664e7a7ef89ac083e96c8e984fa919e7a7c073 SIZE (openresty-lua-nginx-module-v0.10.6_GH0.tar.gz) = 597217 -SHA256 (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 24f3c3270831aed2d157c01ef74cb26eab26b832971fe7b9f42a03dbfac10ce4 -SIZE (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 38560 +SHA256 (openresty-memc-nginx-module-v0.17_GH0.tar.gz) = 25cbe3ff4931283a681260607bc91ae4a922075345d5770b293c6cd7f1e3bdcc +SIZE (openresty-memc-nginx-module-v0.17_GH0.tar.gz) = 36369 SHA256 (nbs-system-naxsi-0.54_GH0.tar.gz) = 9cc2c09405bc71f78ef26a8b6d70afcea3fccbe8125df70cb0cfc480133daba5 SIZE (nbs-system-naxsi-0.54_GH0.tar.gz) = 163809 SHA256 (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = c942e674a7273ab87caab4dcad626ab54852be192c29b1add50d2cb535e3cbb9 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Fri Oct 14 11:23:44 2016 (r423958) +++ head/www/nginx/Makefile Fri Oct 14 11:53:53 2016 (r423959) @@ -446,7 +446,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_ec .endif .if ${PORT_OPTIONS:MHEADERS_MORE} -NGINX_HEADERS_MORE_VERSION= f5559ec +NGINX_HEADERS_MORE_VERSION= 84241e4 GH_ACCOUNT+= openresty:headers_more GH_PROJECT+= headers-more-nginx-module:headers_more GH_TAGNAME+= ${NGINX_HEADERS_MORE_VERSION}:headers_more @@ -807,7 +807,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_lu .endif .if ${PORT_OPTIONS:MMEMC} -NGINX_MEMC_VERSION= 0.16 +NGINX_MEMC_VERSION= 0.17 GH_ACCOUNT+= openresty:memc GH_PROJECT+= memc-nginx-module:memc GH_TAGNAME+= v${NGINX_MEMC_VERSION}:memc Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Fri Oct 14 11:23:44 2016 (r423958) +++ head/www/nginx/distinfo Fri Oct 14 11:53:53 2016 (r423959) @@ -1,4 +1,4 @@ -TIMESTAMP = 1476231167 +TIMESTAMP = 1476391310 SHA256 (nginx-1.10.1.tar.gz) = 1fd35846566485e03c0e318989561c135c598323ff349c503a6c14826487a801 SIZE (nginx-1.10.1.tar.gz) = 909077 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 @@ -45,8 +45,8 @@ SHA256 (grahamedgecombe-nginx-ct-f3cad5e SIZE (grahamedgecombe-nginx-ct-f3cad5e_GH0.tar.gz) = 5521 SHA256 (openresty-echo-nginx-module-46334b3_GH0.tar.gz) = 00d42a5f562a0be5570110d9b70c8f2cace93b292421a6f994cf4ec76a8979f0 SIZE (openresty-echo-nginx-module-46334b3_GH0.tar.gz) = 52766 -SHA256 (openresty-headers-more-nginx-module-f5559ec_GH0.tar.gz) = 422b12414a6f850cbb3ee96c225e5259eef4e949f70e63e27e6583ce3eb836ff -SIZE (openresty-headers-more-nginx-module-f5559ec_GH0.tar.gz) = 27400 +SHA256 (openresty-headers-more-nginx-module-84241e4_GH0.tar.gz) = d3442be9058682ed0ad1d294ab27effcb245c0a320fcf418c452dc923f714531 +SIZE (openresty-headers-more-nginx-module-84241e4_GH0.tar.gz) = 27951 SHA256 (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 SHA256 (openresty-nginx-eval-module-342c812_GH0.tar.gz) = c45f6438474593f0cf5229160327d20c2f2d72e9c0b5c8cf9e0ef8d5295de177 @@ -93,8 +93,8 @@ SHA256 (arut-nginx-let-module-v0.0.4_GH0 SIZE (arut-nginx-let-module-v0.0.4_GH0.tar.gz) = 20534 SHA256 (openresty-lua-nginx-module-v0.10.6_GH0.tar.gz) = b98c4f648589bbf3e2c3d5fd18664e7a7ef89ac083e96c8e984fa919e7a7c073 SIZE (openresty-lua-nginx-module-v0.10.6_GH0.tar.gz) = 597217 -SHA256 (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 24f3c3270831aed2d157c01ef74cb26eab26b832971fe7b9f42a03dbfac10ce4 -SIZE (openresty-memc-nginx-module-v0.16_GH0.tar.gz) = 38560 +SHA256 (openresty-memc-nginx-module-v0.17_GH0.tar.gz) = 25cbe3ff4931283a681260607bc91ae4a922075345d5770b293c6cd7f1e3bdcc +SIZE (openresty-memc-nginx-module-v0.17_GH0.tar.gz) = 36369 SHA256 (nbs-system-naxsi-0.54_GH0.tar.gz) = 9cc2c09405bc71f78ef26a8b6d70afcea3fccbe8125df70cb0cfc480133daba5 SIZE (nbs-system-naxsi-0.54_GH0.tar.gz) = 163809 SHA256 (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = c942e674a7273ab87caab4dcad626ab54852be192c29b1add50d2cb535e3cbb9 From owner-svn-ports-head@freebsd.org Fri Oct 14 11:59:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06E75C11C05; Fri, 14 Oct 2016 11:59:37 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B4B1EF07; Fri, 14 Oct 2016 11:59:36 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EBxZZv070224; Fri, 14 Oct 2016 11:59:35 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EBxZsP070222; Fri, 14 Oct 2016 11:59:35 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610141159.u9EBxZsP070222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 14 Oct 2016 11:59:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423960 - 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.23 Precedence: list List-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, 14 Oct 2016 11:59:37 -0000 Author: tz Date: Fri Oct 14 11:59:35 2016 New Revision: 423960 URL: https://svnweb.freebsd.org/changeset/ports/423960 Log: Document multiple security issues of PHP 5.6 Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7411 Security: CVE-2016-7413 Security: CVE-2016-7418 Security: https://vuxml.freebsd.org/freebsd/8d5180a6-86fe-11e6-8d93-00248c0c745d.html Approved by: pi (mentor) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Oct 14 11:53:53 2016 (r423959) +++ head/security/vuxml/vuln.xml Fri Oct 14 11:59:35 2016 (r423960) @@ -58,6 +58,46 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + PHP -- multiple vulnerabilities + + + php56 + 5.6.26 + + + + +

PHP reports:

+
+
    +
  • Fixed bug #73007 (add locale length check)

  • +
  • Fixed bug #72293 (Heap overflow in mysqlnd related to BIT fields)

  • +
  • Fixed bug #72928 (Out of bound when verify signature of zip phar in phar_parse_zipfile)

  • +
  • Fixed bug #73029 (Missing type check when unserializing SplArray)

  • +
  • Fixed bug #73052 (Memory Corruption in During Deserialized-object Destruction)

  • +
  • Fixed bug #72860 (wddx_deserialize use-after-free)

  • +
  • Fixed bug #73065 (Out-Of-Bounds Read in php_wddx_push_element)

  • +
+
+ +
+ + http://php.net/ChangeLog-5.php#5.6.26 + CVE-2016-7416 + CVE-2016-7412 + CVE-2016-7414 + CVE-2016-7417 + CVE-2016-7411 + CVE-2016-7413 + CVE-2016-7418 + + + 2016-09-16 + 2016-09-30 + +
+ file-roller -- path traversal vulnerability From owner-svn-ports-head@freebsd.org Fri Oct 14 12:01:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98F43C103A9; Fri, 14 Oct 2016 12:01:49 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA6D489D; Fri, 14 Oct 2016 12:01:48 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EC1l9s073278; Fri, 14 Oct 2016 12:01:47 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EC1l5g073275; Fri, 14 Oct 2016 12:01:47 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610141201.u9EC1l5g073275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 14 Oct 2016 12:01:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423961 - 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.23 Precedence: list List-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, 14 Oct 2016 12:01:49 -0000 Author: tz Date: Fri Oct 14 12:01:46 2016 New Revision: 423961 URL: https://svnweb.freebsd.org/changeset/ports/423961 Log: Document multiple security issues of PHP 7.0 Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7413 Security: CVE-2016-7418 Security: https://vuxml.freebsd.org/freebsd/f471032a-8700-11e6-8d93-00248c0c745d.html Approved by: pi (mentor) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Oct 14 11:59:35 2016 (r423960) +++ head/security/vuxml/vuln.xml Fri Oct 14 12:01:46 2016 (r423961) @@ -58,6 +58,45 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + PHP -- multiple vulnerabilities + + + php70 + 7.0.11 + + + + +

PHP reports:

+
+
    +
  • Fixed bug #73007 (add locale length check)

  • +
  • Fixed bug #72293 (Heap overflow in mysqlnd related to BIT fields)

  • +
  • Fixed bug #72928 (Out of bound when verify signature of zip phar in phar_parse_zipfile)

  • +
  • Fixed bug #73029 (Missing type check when unserializing SplArray)

  • +
  • Fixed bug #73052 (Memory Corruption in During Deserialized-object Destruction)

  • +
  • Fixed bug #72860 (wddx_deserialize use-after-free)

  • +
  • Fixed bug #73065 (Out-Of-Bounds Read in php_wddx_push_element)

  • +
+
+ +
+ + http://php.net/ChangeLog-7.php#7.0.11 + CVE-2016-7416 + CVE-2016-7412 + CVE-2016-7414 + CVE-2016-7417 + CVE-2016-7413 + CVE-2016-7418 + + + 2016-09-15 + 2016-09-30 + +
+ PHP -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Fri Oct 14 12:03:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C56AC10678; Fri, 14 Oct 2016 12:03:49 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1141CB1; Fri, 14 Oct 2016 12:03:48 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EC3mvo074176; Fri, 14 Oct 2016 12:03:48 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EC3lcp074174; Fri, 14 Oct 2016 12:03:47 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610141203.u9EC3lcp074174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 14 Oct 2016 12:03:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423962 - 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.23 Precedence: list List-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, 14 Oct 2016 12:03:49 -0000 Author: tz Date: Fri Oct 14 12:03:47 2016 New Revision: 423962 URL: https://svnweb.freebsd.org/changeset/ports/423962 Log: Rails 4: Document XSS Vulnerability in Action View and Unsafe Query Generation Risk in Active Record Security: CVE-2016-6316 Security: https://vuxml.freebsd.org/freebsd/43f1c867-654a-11e6-8286-00248c0c745d.html Security: CVE-2016-6317 Security: https://vuxml.freebsd.org/freebsd/7e61cf44-6549-11e6-8286-00248c0c745d.html Approved by: pi(mentor) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Oct 14 12:01:46 2016 (r423961) +++ head/security/vuxml/vuln.xml Fri Oct 14 12:03:47 2016 (r423962) @@ -58,6 +58,66 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Rails 4 -- Possible XSS Vulnerability in Action View + + + rubygem-actionview + 4.2.7.1 + 3.0.0 + + + + +

Ruby Security team reports:

+
+

There is a possible XSS vulnerability in Action View. Text declared as "HTML +safe" will not have quotes escaped when used as attribute values in tag +helpers. This vulnerability has been assigned the CVE identifier +CVE-2016-6316.

+
+ +
+ + https://groups.google.com/forum/#!topic/ruby-security-ann/8B2iV2tPRSE + CVE-2016-6316 + + + 2016-08-11 + 2016-08-18 + +
+ + + Rails 4 -- Unsafe Query Generation Risk in Active Record + + + rubygem-activerecord4 + 4.2.7.1 + 4.2.0 + + + + +

Ruby Security team reports:

+
+

There is a vulnerability when Active Record is used in conjunction with JSON +parameter parsing. This vulnerability has been assigned the CVE identifier +CVE-2016-6317. This vulnerability is similar to CVE-2012-2660, CVE-2012-2694 +and CVE-2013-0155.

+
+ +
+ + https://groups.google.com/forum/#!topic/ruby-security-ann/WccgKSKiPZA + CVE-2016-6317 + + + 2016-08-11 + 2016-08-18 + +
+ PHP -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Fri Oct 14 12:52:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B15AEC11350; Fri, 14 Oct 2016 12:52:27 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67B09C0D; Fri, 14 Oct 2016 12:52:27 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9ECqQLZ092756; Fri, 14 Oct 2016 12:52:26 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9ECqQeM092753; Fri, 14 Oct 2016 12:52:26 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201610141252.u9ECqQeM092753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Fri, 14 Oct 2016 12:52:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423963 - in head/devel/py-virtualenv: . 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.23 Precedence: list List-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, 14 Oct 2016 12:52:27 -0000 Author: nivit Date: Fri Oct 14 12:52:26 2016 New Revision: 423963 URL: https://svnweb.freebsd.org/changeset/ports/423963 Log: - Update to 15.0.3 - Update web site URL - Remove files/patch-setup.py ReleaseHistory: https://virtualenv.pypa.io/en/stable/changes/ Deleted: head/devel/py-virtualenv/files/ Modified: head/devel/py-virtualenv/Makefile head/devel/py-virtualenv/distinfo head/devel/py-virtualenv/pkg-descr Modified: head/devel/py-virtualenv/Makefile ============================================================================== --- head/devel/py-virtualenv/Makefile Fri Oct 14 12:03:47 2016 (r423962) +++ head/devel/py-virtualenv/Makefile Fri Oct 14 12:52:26 2016 (r423963) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= virtualenv -PORTVERSION= 14.0.0 +PORTVERSION= 15.0.3 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-virtualenv/distinfo ============================================================================== --- head/devel/py-virtualenv/distinfo Fri Oct 14 12:03:47 2016 (r423962) +++ head/devel/py-virtualenv/distinfo Fri Oct 14 12:52:26 2016 (r423963) @@ -1,2 +1,3 @@ -SHA256 (pypa-virtualenv-14.0.0_GH0.tar.gz) = b65ed686c9248426c5ad9b7e0f821c16e5493e363f944895da19a744c5be03fb -SIZE (pypa-virtualenv-14.0.0_GH0.tar.gz) = 1793952 +TIMESTAMP = 1476440392 +SHA256 (pypa-virtualenv-15.0.3_GH0.tar.gz) = 8b230f01701eee0bfa45a7dc6ff19397abd92c3d50728f08e2236754797fdc01 +SIZE (pypa-virtualenv-15.0.3_GH0.tar.gz) = 1847120 Modified: head/devel/py-virtualenv/pkg-descr ============================================================================== --- head/devel/py-virtualenv/pkg-descr Fri Oct 14 12:03:47 2016 (r423962) +++ head/devel/py-virtualenv/pkg-descr Fri Oct 14 12:52:26 2016 (r423963) @@ -6,4 +6,4 @@ that doesn't share libraries with other Usage: virtualenv YOUR_NEW_PYTHON_ENV -WWW: http://www.virtualenv.org/ +WWW: https://virtualenv.pypa.io From owner-svn-ports-head@freebsd.org Fri Oct 14 13:21:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52DB2C104F0; Fri, 14 Oct 2016 13:21:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2491BAAF; Fri, 14 Oct 2016 13:21:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EDLlt9003248; Fri, 14 Oct 2016 13:21:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EDLl7m003247; Fri, 14 Oct 2016 13:21:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610141321.u9EDLl7m003247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 14 Oct 2016 13:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423964 - head/devel/cargo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 13:21:48 -0000 Author: amdmi3 Date: Fri Oct 14 13:21:47 2016 New Revision: 423964 URL: https://svnweb.freebsd.org/changeset/ports/423964 Log: - Always use verbose build Approved by: portmgr blanket Modified: head/devel/cargo/Makefile Modified: head/devel/cargo/Makefile ============================================================================== --- head/devel/cargo/Makefile Fri Oct 14 12:52:26 2016 (r423963) +++ head/devel/cargo/Makefile Fri Oct 14 13:21:47 2016 (r423964) @@ -68,9 +68,7 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" --m MAKE_ENV= ARGS="${CARGO_ARGS}" CARGO_ARGS= --jobs ${MAKE_JOBS_NUMBER} -.if defined(BATCH) || defined(PACKAGE_BUILDING) MAKE_ARGS+= VERBOSE=1 -.endif OPTIONS_DEFINE= BOOTSTRAP OPTIONS_DEFAULT=BOOTSTRAP From owner-svn-ports-head@freebsd.org Fri Oct 14 13:25:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90B31C1068B; Fri, 14 Oct 2016 13:25:34 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46025C70; Fri, 14 Oct 2016 13:25:34 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EDPXne004166; Fri, 14 Oct 2016 13:25:33 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EDPXRY004164; Fri, 14 Oct 2016 13:25:33 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201610141325.u9EDPXRY004164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Fri, 14 Oct 2016 13:25:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423965 - head/devel/py-watchdog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 13:25:34 -0000 Author: nivit Date: Fri Oct 14 13:25:33 2016 New Revision: 423965 URL: https://svnweb.freebsd.org/changeset/ports/423965 Log: - Update to 0.8.3 PR: 212309 Submitted by: olivierd Modified: head/devel/py-watchdog/Makefile head/devel/py-watchdog/distinfo Modified: head/devel/py-watchdog/Makefile ============================================================================== --- head/devel/py-watchdog/Makefile Fri Oct 14 13:21:47 2016 (r423964) +++ head/devel/py-watchdog/Makefile Fri Oct 14 13:25:33 2016 (r423965) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= watchdog -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 DISTVERSIONPREFIX= v PORTREVISION= 0 CATEGORIES= devel @@ -12,12 +12,12 @@ COMMENT= Python API library to monitor f LICENSE= APACHE20 -RUN_DEPENDS= ${PKGNAMEPREFIX}argh>=0.24.1:devel/py-argh \ +RUN_DEPENDS= ${PKGNAMEPREFIX}argh>=0.26.1:devel/py-argh \ ${PKGNAMEPREFIX}pathtools>=0.1.2:devel/py-pathtools \ - ${PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml + ${PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml DOCS_BUILD_DEPENDS= ${PKGNAMEPREFIX}pathtools>=0.1.2:devel/py-pathtools \ - ${PKGNAMEPREFIX}sphinx>=1.1.3:textproc/py-sphinx + ${PKGNAMEPREFIX}sphinx>=1.4.4:textproc/py-sphinx DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} GH_ACCOUNT= gorakhargosh Modified: head/devel/py-watchdog/distinfo ============================================================================== --- head/devel/py-watchdog/distinfo Fri Oct 14 13:21:47 2016 (r423964) +++ head/devel/py-watchdog/distinfo Fri Oct 14 13:25:33 2016 (r423965) @@ -1,2 +1,3 @@ -SHA256 (gorakhargosh-watchdog-v0.8.2_GH0.tar.gz) = 386e882c8bc7df8a3c4c8803e6fcf2f7cf836c9a8867ff9d91b4af19d262d023 -SIZE (gorakhargosh-watchdog-v0.8.2_GH0.tar.gz) = 94224 +TIMESTAMP = 1472751701 +SHA256 (gorakhargosh-watchdog-v0.8.3_GH0.tar.gz) = e9a27d0ab121fc86217ab833e778c76880aad4ecdb623796f4b7aee9925394ed +SIZE (gorakhargosh-watchdog-v0.8.3_GH0.tar.gz) = 87892 From owner-svn-ports-head@freebsd.org Fri Oct 14 13:26:38 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81EE9C106E0; Fri, 14 Oct 2016 13:26:38 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52452D6D; Fri, 14 Oct 2016 13:26:38 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EDQbFM004323; Fri, 14 Oct 2016 13:26:37 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EDQbIq004321; Fri, 14 Oct 2016 13:26:37 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201610141326.u9EDQbIq004321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Fri, 14 Oct 2016 13:26:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423966 - head/sysutils/cbsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 13:26:38 -0000 Author: vg Date: Fri Oct 14 13:26:37 2016 New Revision: 423966 URL: https://svnweb.freebsd.org/changeset/ports/423966 Log: - update to 11.0.3 - fixes for popcnt test tooles - make more bhyve arguments editable via jconfig PR: ports/213476 Submitted by: olevole@olevole.ru (maintainer) Modified: head/sysutils/cbsd/Makefile head/sysutils/cbsd/distinfo Modified: head/sysutils/cbsd/Makefile ============================================================================== --- head/sysutils/cbsd/Makefile Fri Oct 14 13:25:33 2016 (r423965) +++ head/sysutils/cbsd/Makefile Fri Oct 14 13:26:37 2016 (r423966) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cbsd -PORTVERSION= 11.0.2 +PORTVERSION= 11.0.3 CATEGORIES= sysutils MAINTAINER= olevole@olevole.ru Modified: head/sysutils/cbsd/distinfo ============================================================================== --- head/sysutils/cbsd/distinfo Fri Oct 14 13:25:33 2016 (r423965) +++ head/sysutils/cbsd/distinfo Fri Oct 14 13:26:37 2016 (r423966) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475523094 -SHA256 (olevole-cbsd-11.0.2_GH0.tar.gz) = ecb2ea75be477a23afbc2bf1d673e6c5d37af8227cabe16a01d52a7b0ac1b05c -SIZE (olevole-cbsd-11.0.2_GH0.tar.gz) = 2345332 +TIMESTAMP = 1476449526 +SHA256 (olevole-cbsd-11.0.3_GH0.tar.gz) = eb83b736ba06e21520cb12c3e26aaa392ffef1a099f2673271addcbb9073e2b1 +SIZE (olevole-cbsd-11.0.3_GH0.tar.gz) = 2347062 From owner-svn-ports-head@freebsd.org Fri Oct 14 13:45:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5B96C10B94; Fri, 14 Oct 2016 13:45:48 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95B20985; Fri, 14 Oct 2016 13:45:48 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EDjluB011861; Fri, 14 Oct 2016 13:45:47 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EDjlBA011859; Fri, 14 Oct 2016 13:45:47 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201610141345.u9EDjlBA011859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Fri, 14 Oct 2016 13:45:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423967 - head/www/libjwt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 13:45:48 -0000 Author: kevlo Date: Fri Oct 14 13:45:47 2016 New Revision: 423967 URL: https://svnweb.freebsd.org/changeset/ports/423967 Log: Update to 1.5.1 Modified: head/www/libjwt/Makefile head/www/libjwt/distinfo Modified: head/www/libjwt/Makefile ============================================================================== --- head/www/libjwt/Makefile Fri Oct 14 13:26:37 2016 (r423966) +++ head/www/libjwt/Makefile Fri Oct 14 13:45:47 2016 (r423967) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libjwt -PORTVERSION= 1.3.1 +PORTVERSION= 1.5.1 DISTVERSIONPREFIX= v CATEGORIES= www @@ -18,10 +18,16 @@ LIB_DEPENDS= libcheck.so:devel/libcheck USE_GITHUB= yes GH_ACCOUNT= benmcollins -USES= libtool pkgconfig pathfix ssl +USES= autoreconf libtool pkgconfig ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} +CONFIGURE_ENV= OPENSSL_CFLAGS="-I/usr/include" \ + OPENSSL_LIBS="-lcrypto -lssl" + INSTALL_TARGET= install-strip +post-patch: + ${REINPLACE_CMD} -e 's|^pkgconfiglibdir.*|pkgconfiglibdir = ${PREFIX}/libdata/pkgconfig|g' \ + ${WRKSRC}/libjwt/Makefile.am + .include Modified: head/www/libjwt/distinfo ============================================================================== --- head/www/libjwt/distinfo Fri Oct 14 13:26:37 2016 (r423966) +++ head/www/libjwt/distinfo Fri Oct 14 13:45:47 2016 (r423967) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474607970 -SHA256 (benmcollins-libjwt-v1.3.1_GH0.tar.gz) = 5f43af415412b6448760946643f2666a65e4e0559a5c893316d7e98520d78b1a -SIZE (benmcollins-libjwt-v1.3.1_GH0.tar.gz) = 390071 +TIMESTAMP = 1476434904 +SHA256 (benmcollins-libjwt-v1.5.1_GH0.tar.gz) = 57c0c3916e9045fe564c770cc80625b0e9c546609e4f2145e494dd15d91ec665 +SIZE (benmcollins-libjwt-v1.5.1_GH0.tar.gz) = 77980 From owner-svn-ports-head@freebsd.org Fri Oct 14 14:12:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB91AC11365; Fri, 14 Oct 2016 14:12:45 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D3FA9AB; Fri, 14 Oct 2016 14:12:45 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EECio5023306; Fri, 14 Oct 2016 14:12:44 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EECiUl023303; Fri, 14 Oct 2016 14:12:44 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201610141412.u9EECiUl023303@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 14 Oct 2016 14:12:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423969 - head/lang/gcc5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 14:12:45 -0000 Author: gerald Date: Fri Oct 14 14:12:44 2016 New Revision: 423969 URL: https://svnweb.freebsd.org/changeset/ports/423969 Log: Update to the 20161011 snapshot of GCC 5.4.1. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Fri Oct 14 13:59:22 2016 (r423968) +++ head/lang/gcc5-devel/Makefile Fri Oct 14 14:12:44 2016 (r423969) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.4.1.s20161004 +PORTVERSION= 5.4.1.s20161011 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Fri Oct 14 13:59:22 2016 (r423968) +++ head/lang/gcc5-devel/distinfo Fri Oct 14 14:12:44 2016 (r423969) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475787829 -SHA256 (gcc-5-20161004.tar.bz2) = b6876cb77c9efa292da5345810669760664aa8c0b450a665c177d669eba63a4a -SIZE (gcc-5-20161004.tar.bz2) = 91734530 +TIMESTAMP = 1476440749 +SHA256 (gcc-5-20161011.tar.bz2) = ca4e48d5fcb2eceeca03e61a43527d2e076fae2186d88b012b72eb33a6c2c311 +SIZE (gcc-5-20161011.tar.bz2) = 91730952 From owner-svn-ports-head@freebsd.org Fri Oct 14 14:22:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7041DC1157C; Fri, 14 Oct 2016 14:22:21 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EB50E69; Fri, 14 Oct 2016 14:22:21 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EEMKI0027129; Fri, 14 Oct 2016 14:22:20 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EEMKIM027127; Fri, 14 Oct 2016 14:22:20 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201610141422.u9EEMKIM027127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 14 Oct 2016 14:22:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423970 - head/net/py-kafka-python X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 14:22:21 -0000 Author: robak Date: Fri Oct 14 14:22:20 2016 New Revision: 423970 URL: https://svnweb.freebsd.org/changeset/ports/423970 Log: net/py-kafka-python: update 0.9.4 -> 1.3.1 PR: 213096 Submitted by: feld Approved by: Christer Edwards (maintainer) Modified: head/net/py-kafka-python/Makefile head/net/py-kafka-python/distinfo Modified: head/net/py-kafka-python/Makefile ============================================================================== --- head/net/py-kafka-python/Makefile Fri Oct 14 14:12:44 2016 (r423969) +++ head/net/py-kafka-python/Makefile Fri Oct 14 14:22:20 2016 (r423970) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kafka-python -PORTVERSION= 0.9.4 +PORTVERSION= 1.3.1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,9 @@ COMMENT= Pure Python client for Apache K LICENSE= APACHE20 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six + USE_PYTHON= autoplist distutils USES= python shebangfix -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six - .include Modified: head/net/py-kafka-python/distinfo ============================================================================== --- head/net/py-kafka-python/distinfo Fri Oct 14 14:12:44 2016 (r423969) +++ head/net/py-kafka-python/distinfo Fri Oct 14 14:22:20 2016 (r423970) @@ -1,2 +1,3 @@ -SHA256 (kafka-python-0.9.4.tar.gz) = 6cd463b688d98fec1c1f602e316eb7745aef0e55dc57fe9ff2f203cf0865c8c7 -SIZE (kafka-python-0.9.4.tar.gz) = 63119 +TIMESTAMP = 1475169446 +SHA256 (kafka-python-1.3.1.tar.gz) = 13160b2880f908885bf23a6c91fff69dbe9c36facb9adaaee29293241063c498 +SIZE (kafka-python-1.3.1.tar.gz) = 206400 From owner-svn-ports-head@freebsd.org Fri Oct 14 14:26:36 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C29BC115DB; Fri, 14 Oct 2016 14:26:36 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C801FCA; Fri, 14 Oct 2016 14:26:36 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EEQZBJ027482; Fri, 14 Oct 2016 14:26:35 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EEQYbX027476; Fri, 14 Oct 2016 14:26:34 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201610141426.u9EEQYbX027476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Fri, 14 Oct 2016 14:26:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423971 - in head/lang/pypy3: . 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.23 Precedence: list List-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, 14 Oct 2016 14:26:36 -0000 Author: dbn Date: Fri Oct 14 14:26:34 2016 New Revision: 423971 URL: https://svnweb.freebsd.org/changeset/ports/423971 Log: lang/pypy3: update to 5.5.0 - Remove pacthes that have been upstreamed - Fix detection of 'struct winsize' - Correctly handle case when ftime(3) is not used (depreciated) Added: head/lang/pypy3/files/patch-rpython_rlib_rposix.py (contents, props changed) Deleted: head/lang/pypy3/files/patch-pypy_module___cffi__backend_misc.py head/lang/pypy3/files/patch-pypy_module___posixsubprocess_interp__subprocess.py head/lang/pypy3/files/patch-rpython_rlib_rvmprof_src_vmprof__config.h head/lang/pypy3/files/patch-rpython_translator_c_src_precommondefs.h Modified: head/lang/pypy3/Makefile head/lang/pypy3/distinfo head/lang/pypy3/files/patch-pypy_module_time_interp__time.py head/lang/pypy3/pkg-plist Modified: head/lang/pypy3/Makefile ============================================================================== --- head/lang/pypy3/Makefile Fri Oct 14 14:22:20 2016 (r423970) +++ head/lang/pypy3/Makefile Fri Oct 14 14:26:34 2016 (r423971) @@ -2,15 +2,16 @@ # $FreeBSD$ PORTNAME= pypy3 -DISTVERSION= 5.2.0-alpha1 +DISTVERSION= 5.5.0-alpha DISTNAME= ${PORTNAME}.3-v${DISTVERSION}-src MASTERDIR= ${.CURDIR}/../pypy -BUILD_WRKSRC?= ${WRKDIR}/build/usession-release-pypy3.3-v5.2-0/testing_1 +WRKSRC= ${WRKDIR}/${PORTNAME}-v${DISTVERSION:C/-.*//}-src +BUILD_WRKSRC?= ${WRKDIR}/build/usession-release-${PORTNAME}.3-${DISTVERSION:C/-.*//}-0/testing_1 PACKAGE_ARGS= --without-_gdbm --without-sqlite3 --without-tk -PYPY_CFFI_VER= pypy3-52 +PYPY_CFFI_VER= pypy3-55 .include "${MASTERDIR}/Makefile" Modified: head/lang/pypy3/distinfo ============================================================================== --- head/lang/pypy3/distinfo Fri Oct 14 14:22:20 2016 (r423970) +++ head/lang/pypy3/distinfo Fri Oct 14 14:26:34 2016 (r423971) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468995102 -SHA256 (pypy3.3-v5.2.0-alpha1-src.tar.bz2) = 344c2f088c82ea1274964bb0505ab80d3f9e538cc03f91aa109325ddbaa61426 -SIZE (pypy3.3-v5.2.0-alpha1-src.tar.bz2) = 24390595 +TIMESTAMP = 1476288077 +SHA256 (pypy3.3-v5.5.0-alpha-src.tar.bz2) = d5591c34d77253e9ed57d182b6f49585b95f7c09c3e121f0e8630e5a7e75ab5f +SIZE (pypy3.3-v5.5.0-alpha-src.tar.bz2) = 25122033 Modified: head/lang/pypy3/files/patch-pypy_module_time_interp__time.py ============================================================================== --- head/lang/pypy3/files/patch-pypy_module_time_interp__time.py Fri Oct 14 14:22:20 2016 (r423970) +++ head/lang/pypy3/files/patch-pypy_module_time_interp__time.py Fri Oct 14 14:26:34 2016 (r423971) @@ -1,46 +1,22 @@ ---- pypy/module/time/interp_time.py.orig 2016-05-29 20:38:19 UTC +--- pypy/module/time/interp_time.py.orig 2016-10-12 19:05:22 UTC +++ pypy/module/time/interp_time.py -@@ -4,6 +4,7 @@ from pypy.interpreter.error import Opera +@@ -4,8 +4,7 @@ from pypy.interpreter.error import Opera from pypy.interpreter.gateway import unwrap_spec from rpython.rtyper.lltypesystem import lltype - from rpython.rlib.rarithmetic import intmask -+from rpython.rlib.rposix import CLOCK_T as clock_t - from rpython.rlib.rtime import win_perf_counter + from rpython.rlib.rarithmetic import intmask, r_ulonglong, r_longfloat, widen +-from rpython.rlib.rtime import (TIMEB, c_ftime, +- GETTIMEOFDAY_NO_TZ, TIMEVAL, ++from rpython.rlib.rtime import (GETTIMEOFDAY_NO_TZ, TIMEVAL, + HAVE_GETTIMEOFDAY, HAVE_FTIME) from rpython.rlib import rposix, rtime from rpython.translator.tool.cbuild import ExternalCompilationInfo -@@ -147,7 +148,6 @@ class CConfig: - libraries=rtime.libraries - ) - CLOCKS_PER_SEC = platform.ConstantInteger("CLOCKS_PER_SEC") -- clock_t = platform.SimpleType("clock_t", rffi.ULONG) - has_gettimeofday = platform.Has('gettimeofday') - has_clock_gettime = platform.Has('clock_gettime') - CLOCK_PROF = platform.DefinedConstantInteger('CLOCK_PROF') -@@ -224,7 +224,6 @@ if _POSIX: +@@ -14,6 +13,9 @@ import os + import sys + import time as pytime - CLOCKS_PER_SEC = cConfig.CLOCKS_PER_SEC - HAS_CLOCK_GETTIME = cConfig.has_clock_gettime --clock_t = cConfig.clock_t - tm = cConfig.tm - glob_buf = lltype.malloc(tm, flavor='raw', zero=True, immortal=True) - -@@ -966,7 +965,9 @@ else: - with lltype.scoped_alloc(rposix.TMS) as tms: - ret = rposix.c_times(tms) - if rffi.cast(lltype.Signed, ret) != -1: -- cpu_time = float(tms.c_tms_utime + tms.c_tms_stime) -+ c_tms_utime = rffi.cast(lltype.Signed, tms.c_tms_utime) -+ c_tms_stime = rffi.cast(lltype.Signed, tms.c_tms_stime) -+ cpu_time = float(c_tms_utime + c_tms_stime) - if w_info is not None: - _setinfo(space, w_info, "times()", - 1.0 / rposix.CLOCK_TICKS_PER_SECOND, -@@ -993,7 +994,7 @@ else: - records.""" - value = _clock() - # Is this casting correct? -- if value == rffi.cast(clock_t, -1): -+ if intmask(value) == intmask(rffi.cast(clock_t, -1)): - raise oefmt(space.w_RuntimeError, - "the processor time used is not available or its value" - "cannot be represented") ++if HAVE_FTIME: ++ from rpython.rlib.rtime import TIMEB, c_ftime ++ + _POSIX = os.name == "posix" + _WIN = os.name == "nt" + _MACOSX = sys.platform == "darwin" Added: head/lang/pypy3/files/patch-rpython_rlib_rposix.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/pypy3/files/patch-rpython_rlib_rposix.py Fri Oct 14 14:26:34 2016 (r423971) @@ -0,0 +1,11 @@ +--- rpython/rlib/rposix.py.orig 2016-10-08 20:52:00 UTC ++++ rpython/rlib/rposix.py +@@ -233,7 +233,7 @@ else: + else: + _ptyh = 'pty.h' + includes = ['unistd.h', 'sys/types.h', 'sys/wait.h', +- 'utime.h', 'sys/time.h', 'sys/times.h', ++ 'utime.h', 'sys/time.h', 'sys/times.h', 'sys/ttycom.h', + 'grp.h', 'dirent.h', 'sys/stat.h', 'fcntl.h', + 'signal.h', 'sys/utsname.h', _ptyh] + libraries = ['util'] Modified: head/lang/pypy3/pkg-plist ============================================================================== --- head/lang/pypy3/pkg-plist Fri Oct 14 14:22:20 2016 (r423970) +++ head/lang/pypy3/pkg-plist Fri Oct 14 14:26:34 2016 (r423971) @@ -9,7 +9,9 @@ bin/pypy3 %%PYPY_DIR%%/include/README %%PYPY_DIR%%/include/abstract.h %%PYPY_DIR%%/include/boolobject.h +%%PYPY_DIR%%/include/bytearrayobject.h %%PYPY_DIR%%/include/bytesobject.h +%%PYPY_DIR%%/include/cStringIO.h %%PYPY_DIR%%/include/ceval.h %%PYPY_DIR%%/include/code.h %%PYPY_DIR%%/include/compile.h @@ -1918,6 +1920,8 @@ bin/pypy3 %%PYPY_DIR%%/lib_pypy/_pypy_irc_topic.py %%PYPY_DIR%%/lib_pypy/_pypy_testcapi.py %%PYPY_DIR%%/lib_pypy/_pypy_wait.py +%%PYPY_DIR%%/lib_pypy/_pypy_winbase_build.py +%%PYPY_DIR%%/lib_pypy/_pypy_winbase_cffi.py %%PYPY_DIR%%/lib_pypy/_resource_build.py %%PYPY_DIR%%/lib_pypy/_resource_cffi.%%PYPY_CFFI_VER%%.so %%PYPY_DIR%%/lib_pypy/_scproxy.py From owner-svn-ports-head@freebsd.org Fri Oct 14 14:34:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E821EC1185D; Fri, 14 Oct 2016 14:34:43 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6D0D787; Fri, 14 Oct 2016 14:34:43 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EEYgLm031149; Fri, 14 Oct 2016 14:34:42 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EEYgGe031148; Fri, 14 Oct 2016 14:34:42 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201610141434.u9EEYgGe031148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 14 Oct 2016 14:34:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423972 - head/audio/libmp3splt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 14:34:44 -0000 Author: danilo Date: Fri Oct 14 14:34:42 2016 New Revision: 423972 URL: https://svnweb.freebsd.org/changeset/ports/423972 Log: - Fix ID3 option selection PR: 213469 Submitted by: Anton Yuzhaninov MFH: 2016Q4 Modified: head/audio/libmp3splt/Makefile Modified: head/audio/libmp3splt/Makefile ============================================================================== --- head/audio/libmp3splt/Makefile Fri Oct 14 14:26:34 2016 (r423971) +++ head/audio/libmp3splt/Makefile Fri Oct 14 14:34:42 2016 (r423972) @@ -3,6 +3,7 @@ PORTNAME= libmp3splt PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION} @@ -43,8 +44,8 @@ VORBIS_LIB_DEPENDS= libogg.so:audio/libo PCRE_CONFIGURE_ENABLE= pcre PCRE_LIB_DEPENDS= libpcre.so:devel/pcre -MID3_LIB_DEPENDS= libid3tag.so:audio/libid3tag -MID3_CONFIGURE_ENABLE= id3tag +ID3_LIB_DEPENDS= libid3tag.so:audio/libid3tag +ID3_CONFIGURE_ENABLE= id3tag NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls From owner-svn-ports-head@freebsd.org Fri Oct 14 14:40:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8C73C1195D; Fri, 14 Oct 2016 14:40:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87B40935; Fri, 14 Oct 2016 14:40:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EEeT7c031525; Fri, 14 Oct 2016 14:40:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EEeTbb031524; Fri, 14 Oct 2016 14:40:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610141440.u9EEeTbb031524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 14 Oct 2016 14:40:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423973 - head/x11-toolkits/flowcanvas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 14:40:30 -0000 Author: amdmi3 Date: Fri Oct 14 14:40:29 2016 New Revision: 423973 URL: https://svnweb.freebsd.org/changeset/ports/423973 Log: - Fix LICENSE - Switch to USES=waf, simplifying the port Modified: head/x11-toolkits/flowcanvas/Makefile Modified: head/x11-toolkits/flowcanvas/Makefile ============================================================================== --- head/x11-toolkits/flowcanvas/Makefile Fri Oct 14 14:34:42 2016 (r423972) +++ head/x11-toolkits/flowcanvas/Makefile Fri Oct 14 14:40:29 2016 (r423973) @@ -10,41 +10,26 @@ MASTER_SITES= http://download.drobilla.n MAINTAINER= ports@FreeBSD.org COMMENT= Interactive Gtkmm/Gnomecanvasmm widget -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libgvc.so:graphics/graphviz \ libgnomecanvasmm-2.6.so:graphics/libgnomecanvasmm26 \ libgtkmm-2.4.so:x11-toolkits/gtkmm24 -USES= tar:bzip2 pkgconfig python:build +USES= pkgconfig tar:bzip2 waf USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -.include - -.if defined(BATCH) || defined(PACKAGE_BUILDING) -WAF_VERBOSE= --verbose -.endif - -WAF_JOBS= --jobs=${MAKE_JOBS_NUMBER} - post-patch: @${REINPLACE_CMD} -e \ "s|$$[{]LIBDIRNAME[}]/pkgconfig|libdata/pkgconfig| ; \ s|-fshow-column'|-fshow-column ${CXXFLAGS}'|" \ ${WRKSRC}/autowaf/autowaf.py -do-configure: - @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} --prefix=${PREFIX} configure) - -do-build: - @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} ${WAF_JOBS} build) - -do-install: - @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} --destdir=${STAGEDIR} install) +post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so -.include +.include From owner-svn-ports-head@freebsd.org Fri Oct 14 14:53:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33CEEC11DA4; Fri, 14 Oct 2016 14:53:57 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5AB42E1; Fri, 14 Oct 2016 14:53:56 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EErtQ0039021; Fri, 14 Oct 2016 14:53:55 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EErtJI039018; Fri, 14 Oct 2016 14:53:55 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201610141453.u9EErtJI039018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Fri, 14 Oct 2016 14:53:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423975 - head/net/wireshark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 14:53:57 -0000 Author: marcus Date: Fri Oct 14 14:53:55 2016 New Revision: 423975 URL: https://svnweb.freebsd.org/changeset/ports/423975 Log: I had updated to 2.2.0 locally and for some reason never committed it. Update to 2.2.0. This will be shortly followed by 2.2.1. Modified: head/net/wireshark/Makefile head/net/wireshark/distinfo head/net/wireshark/pkg-plist Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Fri Oct 14 14:40:46 2016 (r423974) +++ head/net/wireshark/Makefile Fri Oct 14 14:53:55 2016 (r423975) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= wireshark -PORTVERSION= 2.0.5 +PORTVERSION= 2.2.0 PORTREVISION?= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.wireshark.org/download/src/ \ @@ -27,7 +27,7 @@ DATADIR_NAME= wireshark DATADIR= ${PREFIX}/share/${DATADIR_NAME} GNU_CONFIGURE= yes -USES= alias cpe gmake libtool perl5 pkgconfig python:build ssl tar:bzip2 +USES= alias cpe gmake libtool pathfix perl5 pkgconfig python:build ssl tar:bzip2 USE_PERL5= build USE_GNOME= glib20 CONFIGURE_ARGS+= --program-transform-name="" \ @@ -40,7 +40,7 @@ LIBS+= -L${LOCALBASE}/lib PLIST_SUB+= PORTVERSION=${PORTVERSION} .for x in capinfos editcap mergecap rawshark text2pcap dftest randpkt \ - reordercap captype androiddump + reordercap captype androiddump randpktdump .if defined(LITE) PKGNAMESUFFIX= -lite PLIST_SUB+= ${x:tu}="@comment $x not installed" \ @@ -49,7 +49,8 @@ CONFIGURE_ARGS+= --enable-$x=no OPTIONS_EXCLUDE+= RTP SNMP GEOIP LUA ADNS CARES .else PLIST_SUB+= ${x:tu}=bin/$x \ - ${x:tu}_MAN="" + ${x:tu}_MAN="" \ + ${x:tu}_LIB="" .endif .endfor Modified: head/net/wireshark/distinfo ============================================================================== --- head/net/wireshark/distinfo Fri Oct 14 14:40:46 2016 (r423974) +++ head/net/wireshark/distinfo Fri Oct 14 14:53:55 2016 (r423975) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470427617 -SHA256 (wireshark-2.0.5.tar.bz2) = 0ce0241330828973f5b4efee422a3760cab8ce0b41e7721c4b9fd185be1bb10b -SIZE (wireshark-2.0.5.tar.bz2) = 31124989 +TIMESTAMP = 1473707149 +SHA256 (wireshark-2.2.0.tar.bz2) = a6847e741efcba6cb9d92d464d4219917bee3ad0b8f5b0f80d4388ad2f3f1104 +SIZE (wireshark-2.2.0.tar.bz2) = 32141141 Modified: head/net/wireshark/pkg-plist ============================================================================== --- head/net/wireshark/pkg-plist Fri Oct 14 14:40:46 2016 (r423974) +++ head/net/wireshark/pkg-plist Fri Oct 14 14:53:55 2016 (r423975) @@ -1,4 +1,3 @@ -%%ANDROIDDUMP%% %%CAPINFOS%% %%CAPTYPE%% %%DFTEST%% @@ -17,14 +16,19 @@ bin/idl2wrs bin/tshark %%TEXT2PCAP%% lib/libwireshark.so -lib/libwireshark.so.6 -lib/libwireshark.so.6.1.5 +lib/libwireshark.so.8 +lib/libwireshark.so.8.0.0 lib/libwiretap.so -lib/libwiretap.so.5 -lib/libwiretap.so.5.0.5 +lib/libwiretap.so.6 +lib/libwiretap.so.6.0.0 +lib/libwscodecs.so +lib/libwscodecs.so.1 +lib/libwscodecs.so.1.0.0 lib/libwsutil.so -lib/libwsutil.so.6 -lib/libwsutil.so.6.0.0 +lib/libwsutil.so.7 +lib/libwsutil.so.7.0.0 +%%ANDROIDDUMP_LIB%%lib/wireshark/extcap/androiddump +%%RANDPKTDUMP_LIB%%lib/wireshark/extcap/randpktdump lib/wireshark/plugins/%%PORTVERSION%%/docsis.so lib/wireshark/plugins/%%PORTVERSION%%/ethercat.so lib/wireshark/plugins/%%PORTVERSION%%/gryphon.so @@ -38,6 +42,7 @@ lib/wireshark/plugins/%%PORTVERSION%%/un lib/wireshark/plugins/%%PORTVERSION%%/wimax.so lib/wireshark/plugins/%%PORTVERSION%%/wimaxasncp.so lib/wireshark/plugins/%%PORTVERSION%%/wimaxmacphy.so +libdata/pkgconfig/wireshark.pc %%ANDROIDDUMP_MAN%%man/man1/androiddump.1.gz %%CAPINFOS_MAN%%man/man1/capinfos.1.gz man/man1/dumpcap.1.gz @@ -47,9 +52,11 @@ man/man1/dumpcap.1.gz %%TEXT2PCAP_MAN%%man/man1/text2pcap.1.gz %%DFTEST_MAN%%man/man1/dftest.1.gz %%RANDPKT_MAN%%man/man1/randpkt.1.gz +%%RANDPKTDUMP_MAN%%man/man1/randpktdump.1.gz %%REORDERCAP_MAN%%man/man1/reordercap.1.gz man/man1/tshark.1.gz %%GUI%%man/man1/wireshark.1.gz +man/man4/extcap.4.gz man/man4/wireshark-filter.4.gz %%GUI%%share/appdata/wireshark.appdata.xml %%GUI%%share/applications/wireshark.desktop @@ -75,6 +82,7 @@ man/man4/wireshark-filter.4.gz %%DATADIR%%/androiddump.html %%DATADIR%%/capinfos.html %%DATADIR%%/cfilters +%%DATADIR%%/ciscodump.html %%DATADIR%%/colorfilters %%LUA%%%%DATADIR%%/console.lua %%DATADIR%%/dfilters @@ -83,6 +91,7 @@ man/man4/wireshark-filter.4.gz %%DATADIR%%/dumpcap.html %%DATADIR%%/diameter/AlcatelLucent.xml %%DATADIR%%/diameter/Cisco.xml +%%DATADIR%%/diameter/CiscoSystems.xml %%DATADIR%%/diameter/Custom.xml %%DATADIR%%/diameter/Ericsson.xml %%DATADIR%%/diameter/HP.xml @@ -116,6 +125,7 @@ man/man4/wireshark-filter.4.gz %%DATADIR%%/dtds/xcap-caps.dtd %%DATADIR%%/dtds/xcap-error.dtd %%DATADIR%%/editcap.html +%%DATADIR%%/extcap.html %%LUA%%%%DATADIR%%/init.lua %%DATADIR%%/help/capture_filters.txt %%DATADIR%%/help/capturing.txt @@ -290,6 +300,7 @@ man/man4/wireshark-filter.4.gz %%DATADIR%%/radius/dictionary.roaringpenguin %%DATADIR%%/radius/dictionary.ruckus %%DATADIR%%/radius/dictionary.ruggedcom +%%DATADIR%%/radius/dictionary.sangoma %%DATADIR%%/radius/dictionary.sg %%DATADIR%%/radius/dictionary.shasta %%DATADIR%%/radius/dictionary.shiva @@ -330,9 +341,11 @@ man/man4/wireshark-filter.4.gz %%DATADIR%%/radius/dictionary.zte %%DATADIR%%/radius/dictionary.zyxel %%DATADIR%%/randpkt.html +%%DATADIR%%/randpktdump.html %%DATADIR%%/rawshark.html %%DATADIR%%/reordercap.html %%DATADIR%%/services +%%DATADIR%%/sshdump.html %%DATADIR%%/smi_modules %%DATADIR%%/tshark.html %%DATADIR%%/text2pcap.html From owner-svn-ports-head@freebsd.org Fri Oct 14 15:30:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BEA9C117AB; Fri, 14 Oct 2016 15:30:40 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 173A3AD3; Fri, 14 Oct 2016 15:30:39 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EFUdcU051191; Fri, 14 Oct 2016 15:30:39 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EFUcIv051185; Fri, 14 Oct 2016 15:30:38 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201610141530.u9EFUcIv051185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Fri, 14 Oct 2016 15:30:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423976 - in head/lang: . referenceassemblies-pcl referenceassemblies-pcl/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.23 Precedence: list List-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, 14 Oct 2016 15:30:40 -0000 Author: dbn Date: Fri Oct 14 15:30:38 2016 New Revision: 423976 URL: https://svnweb.freebsd.org/changeset/ports/423976 Log: lang/referenceassemblies-pcl: add new port You can build .NET apps across a wide variety of platforms, and the Portable Class Library (PCL) helps you share your code and libraries across .NET platforms. Specifically, the PCL provides a set of common reference assemblies that enable .NET libraries and binaries to be used on any .NET based runtime - from phones, to clients, to servers and clouds Notes: - The official reference assemblies come from a Microsoft download page. - Additional reference assemblies come from Debian (via Mono). - Bump PORTREVISION to indicate we are not using the pure PCL from Microsoft - Provide a plain-text version of the EULA that is dialog(1) friendly. - The official RTF based EULA is distributed alongside the LICENSE file Added: head/lang/referenceassemblies-pcl/ head/lang/referenceassemblies-pcl/Makefile (contents, props changed) head/lang/referenceassemblies-pcl/distinfo (contents, props changed) head/lang/referenceassemblies-pcl/files/ head/lang/referenceassemblies-pcl/files/EULA.txt (contents, props changed) head/lang/referenceassemblies-pcl/pkg-descr (contents, props changed) head/lang/referenceassemblies-pcl/pkg-plist (contents, props changed) Modified: head/lang/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Fri Oct 14 14:53:55 2016 (r423975) +++ head/lang/Makefile Fri Oct 14 15:30:38 2016 (r423976) @@ -284,6 +284,7 @@ SUBDIR += racket SUBDIR += racket-minimal SUBDIR += ratfor + SUBDIR += referenceassemblies-pcl SUBDIR += rexx-imc SUBDIR += rexx-regina SUBDIR += rexx-regutil Added: head/lang/referenceassemblies-pcl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/referenceassemblies-pcl/Makefile Fri Oct 14 15:30:38 2016 (r423976) @@ -0,0 +1,63 @@ +# Created by: David Naylor +# $FreeBSD$ + +PORTNAME= referenceassemblies-pcl +PORTVERSION= 4.6 +PORTREVISION= 1 +CATEGORIES= lang +MASTER_SITES= https://download.microsoft.com/download/B/7/9/B79993DE-10E7-457A-B22B-4A918086A989/:ms \ + http://download.mono-project.com/repo/debian/pool/main/r/referenceassemblies-pcl/:mono +DISTFILES= NetFx_PortableLibraryReferenceAssemblies46.exe:ms \ + referenceassemblies-pcl_2014.04.14.orig.tar.bz2:mono + +MAINTAINER= mono@FreeBSD.org +COMMENT= Microsoft .Net Portable Class Library Reference Assemblies + +LICENSE= EULA +LICENSE_NAME= Microsoft software license terms for Microsoft .Net Portable Class Library Reference Assemblies - 4.6 +LICENSE_FILE= ${FILESDIR}/EULA.txt +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +EXTRACT_DEPENDS= cabextract:archivers/cabextract + +NO_BUILD= yes +NO_ARCH= yes +PLIST_SUB= PKGNAME=${PKGNAME} + +NETPORTABLEDIR= lib/mono/xbuild-frameworks/.NETPortable +PRADIR= PortableReferenceAssemblies-2014-04-14/ + +do-extract: +.for file in u4 a1 + cabextract -d ${WRKDIR} -F ${file} ${DISTDIR}/NetFx_PortableLibraryReferenceAssemblies46.exe +.endfor + ${MV} ${WRKDIR}/u4 ${WRKDIR}/EULA.rtf + cabextract -d ${WRKDIR} ${WRKDIR}/a1 + ${RM} ${WRKDIR}/a1 + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/${NETPORTABLEDIR} + tar -xC ${STAGEDIR}${PREFIX}/${NETPORTABLEDIR} -f ${WRKDIR}/PortableReferenceAssemblies.zip \ + -s'|\\|/|g' + tar -xC ${STAGEDIR}${PREFIX}/${NETPORTABLEDIR} -f ${DISTDIR}/referenceassemblies-pcl_2014.04.14.orig.tar.bz2 \ + -s'|${PRADIR}||g' \ + --include ${PRADIR}v4.0/Profile/Profile102 \ + --include ${PRADIR}v4.0/Profile/Profile225 \ + --include ${PRADIR}v4.0/Profile/Profile240 \ + --include ${PRADIR}v4.0/Profile/Profile255 \ + --include ${PRADIR}v4.0/Profile/Profile328 \ + --include ${PRADIR}v4.0/Profile/Profile336 \ + --include ${PRADIR}v4.0/Profile/Profile344 \ + --include ${PRADIR}v4.0/Profile/Profile92 \ + --include ${PRADIR}v4.5/Profile/Profile111 \ + --include ${PRADIR}v4.5/Profile/Profile259 \ + --include ${PRADIR}v4.6/Profile/Profile151 \ + --include ${PRADIR}v4.6/System.Runtime.WindowsRuntime.UI.Xaml.dll \ + --include ${PRADIR}v4.6/System.Runtime.WindowsRuntime.dll \ + --include '*/Windows 8.xml' \ + --include '*/Windows 8.1.xml' \ + --include '*/Windows Phone Silverlight 8.xml' + ${MKDIR} ${STAGEDIR}${PREFIX}/share/licenses/${PKGNAME} + ${INSTALL_DATA} ${WRKDIR}/EULA.rtf ${STAGEDIR}${PREFIX}/share/licenses/${PKGNAME}/EULA.rtf + +.include Added: head/lang/referenceassemblies-pcl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/referenceassemblies-pcl/distinfo Fri Oct 14 15:30:38 2016 (r423976) @@ -0,0 +1,5 @@ +TIMESTAMP = 1476246063 +SHA256 (NetFx_PortableLibraryReferenceAssemblies46.exe) = 34e61c1d9a2e6838703a3005fa9df6581ad6d1da11317b40e557dec158c2531f +SIZE (NetFx_PortableLibraryReferenceAssemblies46.exe) = 9620008 +SHA256 (referenceassemblies-pcl_2014.04.14.orig.tar.bz2) = f88305669a05657dbce32d5011d6d6d8d24f0dae925e6dac04905fecd6de0530 +SIZE (referenceassemblies-pcl_2014.04.14.orig.tar.bz2) = 6828618 Added: head/lang/referenceassemblies-pcl/files/EULA.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/referenceassemblies-pcl/files/EULA.txt Fri Oct 14 15:30:38 2016 (r423976) @@ -0,0 +1,159 @@ +MICROSOFT SOFTWARE LICENSE TERMS +MICROSOFT .NET PORTABLE CLASS LIBRARY REFERENCE ASSEMBLIES - 4.6 + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +These license terms are an agreement between Microsoft Corporation (or +based on where you live, one of its affiliates) and you. Please read +them. They apply to the software named above. The terms also apply to +any Microsoft + - updates, + - supplements, + - Internet-based services, and + - support services +for this software, unless other terms accompany those items. If so, +those terms apply. + +BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT +THEM, DO NOT USE THE SOFTWARE. + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE PERPETUAL RIGHTS +BELOW. + +1. INSTALLATION AND USE RIGHTS. You may install and use any number of + copies of the software to design, develop and test your programs. + +2. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS. + a. Distributable Code. You may distribute the software in developer + tool programs you develop, to enable customers of your programs + to develop portable libraries for use with any device or + operating system, if you comply with the terms below. + i. Right to Use and Distribute. The software is "Distributable + Code." + - Distributable Code. You may copy and distribute the + object code form of the software. + - Third Party Distribution. You may permit distributors of + your programs to copy and distribute the Distributable + Code as part of those programs. + ii. Distribution Requirements. For any Distributable Code you + distribute, you must + - add significant primary functionality to it in your + programs; + - require distributors and your customers to agree to + terms that protect it at least as much as this + agreement; + - display your valid copyright notice on your programs; + and + - indemnify, defend, and hold harmless Microsoft from any + claims, including attorneys' fees, related to the + distribution or use of your programs. + iii.Distribution Restrictions. You may not + - alter any copyright, trademark or patent notice in the + Distributable Code; + - use Microsoft's trademarks in your programs' names or in + a way that suggests your programs come from or are + endorsed by Microsoft; + - include Distributable Code in malicious, deceptive or + unlawful programs; or + - modify or distribute the Distributable Code so that any + part of it becomes subject to an Excluded License. An + Excluded License is one that requires, as a condition of + use, modification or distribution, that + - the code be disclosed or distributed in source code + form; or + - others have the right to modify it. + +3. SCOPE OF LICENSE. The software is licensed, not sold. This agreement + only gives you some rights to use the software. Microsoft reserves + all other rights. Unless applicable law gives you more rights + despite this limitation, you may use the software only as expressly + permitted in this agreement. In doing so, you must comply with any + technical limitations in the software that only allow you to use it + in certain ways. You may not + - work around any technical limitations in the software; + - reverse engineer, decompile or disassemble the software, except + and only to the extent that applicable law expressly permits, + despite this limitation; + - publish the software for others to copy; or + - rent, lease or lend the software. + +4. FEEDBACK. You may provide feedback about the software. If you give + feedback about the software to Microsoft, you give to Microsoft, + without charge, the right to use, share and commercialize your + feedback in any way and for any purpose. You also give to third + parties, without charge, any patent rights needed for their + products, technologies and services to use or interface with any + specific parts of a Microsoft software or service that includes the + feedback. You will not give feedback that is subject to a license + that requires Microsoft to license its software or documentation to + third parties because we include your feedback in them. These rights + survive this agreement. + +5. TRANSFER TO A THIRD PARTY. The first user of the software may + transfer it, and this agreement, directly to a third party. Before + the transfer, that party must agree that this agreement applies to + the transfer and use of the software. The first user must uninstall + the software before transferring it separately from the device. The + first user may not retain any copies. + +6. EXPORT RESTRICTIONS. The software is subject to United States export + laws and regulations. You must comply with all domestic and + international export laws and regulations that apply to the + software. These laws include restrictions on destinations, end users + and end use. For additional information, + see www.microsoft.com/exporting. + +7. SUPPORT SERVICES. Because this software is "as is," we may not + provide support services for it. + +8. ENTIRE AGREEMENT. This agreement, and the terms for supplements, + updates, Internet-based services and support services that you use, + are the entire agreement for the software and any support services + we provide. + +9. APPLICABLE LAW. + a. United States. If you acquired the software in the United + States, Washington state law governs the interpretation of this + agreement and applies to claims for breach of it, regardless of + conflict of laws principles. The laws of the state where you + live govern all other claims, including claims under state + consumer protection laws, unfair competition laws, and in tort. + b. Outside the United States. If you acquired the software in any + other country, the laws of that country apply. + +10. LEGAL EFFECT. This agreement describes certain legal rights. You may + have other rights under the laws of your country. You may also have + rights with respect to the party from whom you acquired the + software. This agreement does not change your rights under the laws + of your country if the laws of your country do not permit it to do + so. + +11. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED "AS-IS." YOU BEAR + THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, + GUARANTEES OR CONDITIONS. YOU MAY HAVE ADDITIONAL CONSUMER RIGHTS OR + STATUTORY GUARANTEES UNDER YOUR LOCAL LAWS WHICH THIS AGREEMENT + CANNOT CHANGE. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, + MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. + + FOR AUSTRALIA - YOU HAVE STATUTORY GUARANTEES UNDER THE AUSTRALIAN + CONSUMER LAW AND NOTHING IN THESE TERMS IS INTENDED TO AFFECT THOSE + RIGHTS. + +12. LIMITATION ON AND EXCLUSION OF REMEDIES AND DAMAGES. YOU CAN RECOVER + FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. + $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING + CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL + DAMAGES. + + This limitation applies to + - anything related to the software, services, content (including + code) on third party Internet sites, or third party programs; + and + - claims for breach of contract, breach of warranty, guarantee or + condition, strict liability, negligence, or other tort to the + extent permitted by applicable law. + + It also applies even if Microsoft knew or should have known about + the possibility of the damages. The above limitation or exclusion + may not apply to you because your country may not allow the + exclusion or limitation of incidental, consequential or other + damages. Added: head/lang/referenceassemblies-pcl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/referenceassemblies-pcl/pkg-descr Fri Oct 14 15:30:38 2016 (r423976) @@ -0,0 +1,7 @@ +You can build .NET apps across a wide variety of platforms, and the +Portable Class Library (PCL) helps you share your code and libraries across +.NET platforms. Specifically, the PCL provides a set of common reference +assemblies that enable .NET libraries and binaries to be used on any .NET +based runtime - from phones, to clients, to servers and clouds. + +WWW: https://blogs.msdn.microsoft.com/dotnet/2013/10/14/portable-class-library-pcl-now-available-on-all-platforms/ Added: head/lang/referenceassemblies-pcl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/referenceassemblies-pcl/pkg-plist Fri Oct 14 15:30:38 2016 (r423976) @@ -0,0 +1,868 @@ +share/licenses/%%PKGNAME%%/EULA.rtf +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Microsoft.CSharp.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile102/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile102/SupportedFrameworks/.NET Framework 4.0.3.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile102/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile102/SupportedFrameworks/Windows Phone 8.1.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile102/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile102/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile102/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile102/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile102/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile102/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile102/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile102/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile102/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile136/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile136/SupportedFrameworks/.NET Framework 4.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile136/SupportedFrameworks/Silverlight 5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile136/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile136/SupportedFrameworks/Windows Phone 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile136/SupportedFrameworks/Windows Phone Silverlight 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile136/SupportedFrameworks/Windows Store apps (Windows 8).xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile136/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile136/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile136/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile136/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile136/System.ServiceModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile136/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile136/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile136/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile136/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile14/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile14/SupportedFrameworks/.NET Framework 4.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile14/SupportedFrameworks/Silverlight 5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile14/System.ComponentModel.Composition.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile14/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile14/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile14/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile14/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile14/System.ServiceModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile14/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile14/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile14/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile14/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile147/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile147/SupportedFrameworks/.NET Framework 4.0.3.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile147/SupportedFrameworks/Silverlight 5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile147/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile147/SupportedFrameworks/Windows Phone 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile147/SupportedFrameworks/Windows Phone Silverlight 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile147/SupportedFrameworks/Windows Store apps (Windows 8).xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile147/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile147/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile147/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile147/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile147/System.ServiceModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile147/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile147/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile147/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile147/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile147/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/Microsoft.CSharp.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/SupportedFrameworks/.NET Framework 4.5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/SupportedFrameworks/Silverlight 5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/SupportedFrameworks/Windows Phone 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/SupportedFrameworks/Windows Phone Silverlight 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/SupportedFrameworks/Windows Store apps (Windows 8).xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/System.ServiceModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/System.Windows.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile158/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile19/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile19/SupportedFrameworks/.NET Framework 4.0.3.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile19/SupportedFrameworks/Silverlight 5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile19/System.ComponentModel.Composition.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile19/System.ComponentModel.DataAnnotations.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile19/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile19/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile19/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile19/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile19/System.ServiceModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile19/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile19/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile19/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile19/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile19/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile225/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile225/SupportedFrameworks/.NET Framework 4.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile225/SupportedFrameworks/Silverlight 5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile225/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile225/SupportedFrameworks/Windows Phone 8.1.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile225/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile225/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile225/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile225/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile225/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile225/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile225/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile225/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/Microsoft.CSharp.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/SupportedFrameworks/.NET Framework 4.5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/SupportedFrameworks/Silverlight 5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/System.ComponentModel.Composition.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/System.ComponentModel.DataAnnotations.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/System.Numerics.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/System.ServiceModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/System.Windows.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile24/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile240/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile240/SupportedFrameworks/.NET Framework 4.0.3.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile240/SupportedFrameworks/Silverlight 5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile240/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile240/SupportedFrameworks/Windows Phone 8.1.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile240/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile240/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile240/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile240/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile240/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile240/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile240/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile240/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile240/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile255/Microsoft.CSharp.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile255/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile255/SupportedFrameworks/.NET Framework 4.5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile255/SupportedFrameworks/Silverlight 5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile255/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile255/SupportedFrameworks/Windows Phone 8.1.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile255/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile255/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile255/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile255/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile255/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile255/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile255/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile255/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile255/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile328/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile328/SupportedFrameworks/.NET Framework 4.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile328/SupportedFrameworks/Silverlight 5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile328/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile328/SupportedFrameworks/Windows Phone 8.1.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile328/SupportedFrameworks/Windows Phone Silverlight 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile328/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile328/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile328/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile328/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile328/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile328/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile328/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile328/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile336/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile336/SupportedFrameworks/.NET Framework 4.0.3.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile336/SupportedFrameworks/Silverlight 5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile336/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile336/SupportedFrameworks/Windows Phone 8.1.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile336/SupportedFrameworks/Windows Phone Silverlight 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile336/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile336/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile336/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile336/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile336/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile336/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile336/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile336/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile336/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile344/Microsoft.CSharp.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile344/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile344/SupportedFrameworks/.NET Framework 4.5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile344/SupportedFrameworks/Silverlight 5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile344/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile344/SupportedFrameworks/Windows Phone 8.1.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile344/SupportedFrameworks/Windows Phone Silverlight 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile344/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile344/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile344/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile344/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile344/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile344/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile344/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile344/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile344/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile37/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile37/SupportedFrameworks/.NET Framework 4.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile37/SupportedFrameworks/Silverlight 5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile37/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile37/SupportedFrameworks/Windows Store apps (Windows 8).xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile37/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile37/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile37/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile37/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile37/System.ServiceModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile37/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile37/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile37/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile37/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile42/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile42/SupportedFrameworks/.NET Framework 4.0.3.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile42/SupportedFrameworks/Silverlight 5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile42/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile42/SupportedFrameworks/Windows Store apps (Windows 8).xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile42/System.ComponentModel.DataAnnotations.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile42/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile42/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile42/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile42/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile42/System.ServiceModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile42/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile42/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile42/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile42/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile42/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/Microsoft.CSharp.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/SupportedFrameworks/.NET Framework 4.5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/SupportedFrameworks/Silverlight 5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/SupportedFrameworks/Windows Store apps (Windows 8).xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/System.ComponentModel.DataAnnotations.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/System.Numerics.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/System.ServiceModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/System.Windows.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile47/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile5/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile5/SupportedFrameworks/.NET Framework 4.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile5/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile5/SupportedFrameworks/Windows Store apps (Windows 8).xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile5/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile5/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile5/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile5/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile5/System.ServiceModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile5/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile5/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile5/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile5/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile6/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile6/SupportedFrameworks/.NET Framework 4.0.3.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile6/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile6/SupportedFrameworks/Windows Store apps (Windows 8).xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile6/System.ComponentModel.DataAnnotations.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile6/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile6/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile6/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile6/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile6/System.ServiceModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile6/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile6/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile6/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile6/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile6/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile92/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile92/SupportedFrameworks/.NET Framework 4.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile92/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile92/SupportedFrameworks/Windows Phone 8.1.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile92/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile92/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile92/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile92/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile92/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile92/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile92/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/Profile/Profile92/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.ComponentModel.Composition.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.ComponentModel.DataAnnotations.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.Numerics.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.ServiceModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.Windows.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.0/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Microsoft.CSharp.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Microsoft.VisualBasic.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/Microsoft.CSharp.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/Microsoft.VisualBasic.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/SupportedFrameworks/.NET Framework 4.5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/SupportedFrameworks/Windows Phone 8.1.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Collections.Concurrent.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Collections.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.ComponentModel.EventBasedAsync.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.ComponentModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Diagnostics.Contracts.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Diagnostics.Debug.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Diagnostics.Tools.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Diagnostics.Tracing.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Dynamic.Runtime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Globalization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.IO.Compression.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.IO.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Linq.Expressions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Linq.Parallel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Linq.Queryable.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Net.Http.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Net.NetworkInformation.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Net.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Net.Requests.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Numerics.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.ObjectModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Reflection.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Reflection.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Reflection.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Resources.ResourceManager.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.InteropServices.WindowsRuntime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.InteropServices.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.Numerics.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.Serialization.Json.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.Serialization.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.Serialization.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Runtime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Security.Principal.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Text.Encoding.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Text.Encoding.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Text.RegularExpressions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Threading.Tasks.Parallel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Threading.Tasks.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Threading.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Windows.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Xml.ReaderWriter.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Xml.XDocument.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Xml.XmlSerializer.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile111/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/Microsoft.CSharp.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/SupportedFrameworks/.NET Framework 4.5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/SupportedFrameworks/Windows Phone 8.1.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/SupportedFrameworks/Windows Phone Silverlight 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Collections.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.ComponentModel.EventBasedAsync.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.ComponentModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Diagnostics.Contracts.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Diagnostics.Debug.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Diagnostics.Tools.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Dynamic.Runtime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Globalization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.IO.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Linq.Expressions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Linq.Queryable.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Net.NetworkInformation.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Net.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Net.Requests.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.ObjectModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Reflection.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Reflection.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Reflection.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Resources.ResourceManager.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Runtime.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Runtime.InteropServices.WindowsRuntime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Runtime.Serialization.Json.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Runtime.Serialization.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Runtime.Serialization.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Runtime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Security.Principal.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Text.Encoding.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Text.Encoding.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Text.RegularExpressions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Threading.Tasks.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Threading.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Windows.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Xml.ReaderWriter.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Xml.XDocument.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Xml.XmlSerializer.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile259/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/GlobalDTARSettings.proj +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/Microsoft.CSharp.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/SupportedFrameworks/.NET Framework 4.5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/SupportedFrameworks/Windows Phone 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/SupportedFrameworks/Windows Phone Silverlight 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Collections.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.ComponentModel.EventBasedAsync.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.ComponentModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Diagnostics.Contracts.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Diagnostics.Debug.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Diagnostics.Tools.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Dynamic.Runtime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Globalization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.IO.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Linq.Expressions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Linq.Queryable.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Net.NetworkInformation.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Net.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Net.Requests.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.ObjectModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Reflection.Emit.ILGeneration.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Reflection.Emit.Lightweight.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Reflection.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Reflection.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Reflection.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Resources.ResourceManager.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Runtime.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Runtime.InteropServices.WindowsRuntime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Runtime.Serialization.Json.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Runtime.Serialization.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Runtime.Serialization.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Runtime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Security.Principal.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.ServiceModel.Http.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.ServiceModel.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.ServiceModel.Security.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.ServiceModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Text.Encoding.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Text.Encoding.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Text.RegularExpressions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Threading.Tasks.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Threading.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Windows.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Xml.ReaderWriter.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Xml.XDocument.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Xml.XmlSerializer.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile49/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/GlobalDTARSettings.proj +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/Microsoft.CSharp.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/Microsoft.VisualBasic.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/SupportedFrameworks/.NET Framework 4.5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/SupportedFrameworks/Windows Store apps (Windows 8).xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Collections.Concurrent.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Collections.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.ComponentModel.Annotations.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.ComponentModel.DataAnnotations.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.ComponentModel.EventBasedAsync.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.ComponentModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Diagnostics.Contracts.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Diagnostics.Debug.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Diagnostics.Tools.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Diagnostics.Tracing.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Dynamic.Runtime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Globalization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.IO.Compression.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.IO.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Linq.Expressions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Linq.Parallel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Linq.Queryable.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Net.Http.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Net.NetworkInformation.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Net.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Net.Requests.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Numerics.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.ObjectModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Reflection.Context.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Reflection.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Reflection.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Reflection.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Resources.ResourceManager.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Runtime.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Runtime.InteropServices.WindowsRuntime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Runtime.InteropServices.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Runtime.Numerics.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Runtime.Serialization.Json.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Runtime.Serialization.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Runtime.Serialization.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Runtime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Security.Principal.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.ServiceModel.Duplex.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.ServiceModel.Http.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.ServiceModel.NetTcp.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.ServiceModel.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.ServiceModel.Security.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.ServiceModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Text.Encoding.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Text.Encoding.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Text.RegularExpressions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Threading.Tasks.Parallel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Threading.Tasks.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Threading.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Windows.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Xml.ReaderWriter.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Xml.XDocument.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Xml.XmlSerializer.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile7/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/GlobalDTARSettings.proj +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/Microsoft.CSharp.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/SupportedFrameworks/.NET Framework 4.5.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/SupportedFrameworks/Windows 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/SupportedFrameworks/Windows Phone 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/SupportedFrameworks/Windows Phone Silverlight 8.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/SupportedFrameworks/Windows Store apps (Windows 8).xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Collections.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.ComponentModel.EventBasedAsync.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.ComponentModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Diagnostics.Contracts.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Diagnostics.Debug.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Diagnostics.Tools.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Dynamic.Runtime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Globalization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.IO.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Linq.Expressions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Linq.Queryable.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Net.NetworkInformation.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Net.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Net.Requests.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.ObjectModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Reflection.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Reflection.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Reflection.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Resources.ResourceManager.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Runtime.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Runtime.InteropServices.WindowsRuntime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Runtime.Serialization.Json.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Runtime.Serialization.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Runtime.Serialization.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Runtime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Security.Principal.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.ServiceModel.Http.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.ServiceModel.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.ServiceModel.Security.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.ServiceModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Text.Encoding.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Text.Encoding.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Text.RegularExpressions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Threading.Tasks.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Threading.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Windows.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Xml.ReaderWriter.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Xml.XDocument.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Xml.XmlSerializer.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/Profile/Profile78/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Collections.Concurrent.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Collections.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ComponentModel.Annotations.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ComponentModel.DataAnnotations.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ComponentModel.EventBasedAsync.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ComponentModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Contracts.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Debug.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Tools.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Diagnostics.Tracing.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Dynamic.Runtime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Globalization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.IO.Compression.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.IO.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.Expressions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.Parallel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.Queryable.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.Http.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.NetworkInformation.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.Requests.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Numerics.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ObjectModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.Context.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.Emit.ILGeneration.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.Emit.Lightweight.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Reflection.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Resources.ResourceManager.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.InteropServices.WindowsRuntime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.InteropServices.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Numerics.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Json.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Runtime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Security.Principal.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ServiceModel.Duplex.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ServiceModel.Http.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ServiceModel.NetTcp.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ServiceModel.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ServiceModel.Security.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.ServiceModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.Encoding.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.Encoding.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Text.RegularExpressions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Threading.Tasks.Parallel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Threading.Tasks.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Threading.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Windows.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.ReaderWriter.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.XDocument.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.XmlSerializer.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.5/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Microsoft.CSharp.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Microsoft.VisualBasic.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/Microsoft.CSharp.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/Microsoft.VisualBasic.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/SupportedFrameworks/.NET Framework 4.5.1.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/SupportedFrameworks/Windows 8.1.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/SupportedFrameworks/Windows Phone 8.1.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Collections.Concurrent.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Collections.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.ComponentModel.EventBasedAsync.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.ComponentModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Core.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Diagnostics.Contracts.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Diagnostics.Debug.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Diagnostics.Tools.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Diagnostics.Tracing.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Dynamic.Runtime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Globalization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.IO.Compression.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.IO.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Linq.Expressions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Linq.Parallel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Linq.Queryable.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Net.Http.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Net.NetworkInformation.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Net.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Net.Requests.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Net.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Numerics.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.ObjectModel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Reflection.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Reflection.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Reflection.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Resources.ResourceManager.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Runtime.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Runtime.InteropServices.WindowsRuntime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Runtime.InteropServices.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Runtime.Numerics.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Runtime.Serialization.Json.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Runtime.Serialization.Primitives.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Runtime.Serialization.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Runtime.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Runtime.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Security.Principal.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.ServiceModel.Web.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Text.Encoding.Extensions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Text.Encoding.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Text.RegularExpressions.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Threading.Tasks.Parallel.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Threading.Tasks.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Threading.Timer.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Threading.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Windows.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Xml.Linq.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Xml.ReaderWriter.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Xml.Serialization.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Xml.XDocument.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Xml.XmlSerializer.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.Xml.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/System.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile151/mscorlib.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile44/GlobalDTARSettings.proj +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile44/Microsoft.CSharp.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile44/Microsoft.VisualBasic.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile44/RedistList/FrameworkList.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile44/SupportedFrameworks/.NET Framework 4.5.1.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile44/SupportedFrameworks/Windows 8.1.xml +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile44/SupportedFrameworks/Windows Store apps (Windows 8.1).xml +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile44/System.Collections.Concurrent.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile44/System.Collections.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile44/System.ComponentModel.Annotations.dll +lib/mono/xbuild-frameworks/.NETPortable/v4.6/Profile/Profile44/System.ComponentModel.DataAnnotations.dll *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri Oct 14 15:35:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93E7EC11B14; Fri, 14 Oct 2016 15:35:52 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 514291A4; Fri, 14 Oct 2016 15:35:52 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EFZpL2054168; Fri, 14 Oct 2016 15:35:51 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EFZpn0054166; Fri, 14 Oct 2016 15:35:51 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201610141535.u9EFZpn0054166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Fri, 14 Oct 2016 15:35:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423977 - head/lang/fsharp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 15:35:52 -0000 Author: dbn Date: Fri Oct 14 15:35:51 2016 New Revision: 423977 URL: https://svnweb.freebsd.org/changeset/ports/423977 Log: lang/fsharp: fix build, add test support. - Use license file from source - Depend on PCL reference assemblies - Download and extract nuget packages - Mark the port as MAKE_JOBS_UNSAFE (it always run -j1) - Mark the port as architecture agnostic (intepreted by mono) - Add test support PR: 213405 Modified: head/lang/fsharp/Makefile head/lang/fsharp/distinfo Modified: head/lang/fsharp/Makefile ============================================================================== --- head/lang/fsharp/Makefile Fri Oct 14 15:30:38 2016 (r423976) +++ head/lang/fsharp/Makefile Fri Oct 14 15:35:51 2016 (r423977) @@ -4,20 +4,69 @@ PORTNAME= fsharp PORTVERSION= 4.0.1.10 CATEGORIES= lang +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= mono@FreeBSD.org COMMENT= Functional and object-oriented language for the .NET platform LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= mono>=3.0:lang/mono +BUILD_DEPENDS= mono>=3.0:lang/mono \ + referenceassemblies-pcl>=4.6-1:lang/referenceassemblies-pcl RUN_DEPENDS= mono>=3.0:lang/mono -NO_PACKAGE= The build process downloads external dependencies we cannot provide through ports +NUGET_DEPENDS= FSharp.Compiler.Tools-4.0.1.3 \ + FSharp.Data-2.2.5 \ + FSharp.SRGen.Build.Tasks-3.0.0 \ + fssrgen-3.0.0 \ + Microsoft.DiaSymReader-1.0.8 \ + Microsoft.DiaSymReader.PortablePdb-1.1.0 \ + System.Collections.Immutable-1.2.0 \ + System.Reflection.Metadata-1.4.1-beta-24227-04 USE_GITHUB= yes USES= autoreconf gmake mono pkgconfig GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= Build not parallelizable +NO_ARCH= yes + +NUGET_PACKAGEDIR= ${WRKSRC}/packages + +.for depend in ${NUGET_DEPENDS} +id= ${depend:C/-.*$//} +version= ${depend:S/${id}-//} +group= nuget_${id:S/.//g} +nupkg= ${id:tl}.${version}.nupkg +DISTFILES_${group}:= ${nupkg}:${group} +MASTER_SITES_${group}:= https://www.nuget.org/api/v2/package/${id}/${version}?dummy=/:${group} +NUGET_NUPKGS_${group}:= ${nupkg}:${id}-${version} + +DISTFILES+= ${DISTFILES_nuget_${depend:C/-.*$//:S/.//g}} +MASTER_SITES+= ${MASTER_SITES_nuget_${depend:C/-.*$//:S/.//g}} +NUGET_NUPKGS+= ${NUGET_NUPKGS_nuget_${depend:C/-.*$//:S/.//g}} +.endfor + +post-extract: +.for nupkg in ${NUGET_NUPKGS} + @${MKDIR} ${NUGET_PACKAGEDIR}/${nupkg:C/^.*://:S/-/./} + @tar -xf ${DISTDIR}/${nupkg:C/:.*$//} -C ${NUGET_PACKAGEDIR}/${nupkg:C/^.*://:S/-/./} \ + -s/%2B/\+/g \ + --exclude '\[Content_Types\].xml' \ + --exclude package/ \ + --exclude _rels/ +.endfor + +do-test: + ${MKDIR} ${WRKDIR}/bin + echo "#!/bin/sh" > ${WRKDIR}/bin/fsharpc + echo 'exec ${LOCALBASE}/bin/mono ${WRKSRC}/lib/release/fsc.exe "$$@"' >> ${WRKDIR}/bin/fsharpc + ${CHMOD} 0755 ${WRKDIR}/bin/fsharpc + (cd ${WRKSRC}/tests/fsharp/core; \ + ${ENV} \ + PATH=${WRKDIR}/bin:${PATH} \ + MONO_PATH=${WRKSRC}/lib/release \ + ./run-all.sh) .include Modified: head/lang/fsharp/distinfo ============================================================================== --- head/lang/fsharp/distinfo Fri Oct 14 15:30:38 2016 (r423976) +++ head/lang/fsharp/distinfo Fri Oct 14 15:35:51 2016 (r423977) @@ -1,3 +1,19 @@ -TIMESTAMP = 1470483636 +TIMESTAMP = 1476128531 +SHA256 (fsharp.compiler.tools.4.0.1.3.nupkg) = 98a8792f59f4c9aa7ea02ab96644b71cf5dfe06d51fde0db1b0fe8373bee1ee4 +SIZE (fsharp.compiler.tools.4.0.1.3.nupkg) = 6323760 +SHA256 (fsharp.data.2.2.5.nupkg) = 449cba49c2567b0b1f27d39c0aaaab73607893072809a81563598b06e63234b1 +SIZE (fsharp.data.2.2.5.nupkg) = 2542684 +SHA256 (fsharp.srgen.build.tasks.3.0.0.nupkg) = dc368423704dbfd02659452535e1a270e75c75fb066a4b47b7e0c2442ea77c00 +SIZE (fsharp.srgen.build.tasks.3.0.0.nupkg) = 457178 +SHA256 (fssrgen.3.0.0.nupkg) = 81c6ef8556fada34f184195903200977c3174329be5caa472bcf0c1ef2d6a7e4 +SIZE (fssrgen.3.0.0.nupkg) = 465727 +SHA256 (microsoft.diasymreader.1.0.8.nupkg) = 9cb62775ad29c64f904c11d5d133356e9bebc3bd572de6be45a75d8d283f661c +SIZE (microsoft.diasymreader.1.0.8.nupkg) = 54176 +SHA256 (microsoft.diasymreader.portablepdb.1.1.0.nupkg) = a080613ea0dc09436e843de1189601df55fc7339b460d8697a4bdbbe219e0b6c +SIZE (microsoft.diasymreader.portablepdb.1.1.0.nupkg) = 140778 +SHA256 (system.collections.immutable.1.2.0.nupkg) = 7c9eec8208414eebce34f3af5c946f2911e74fd906738f058114d341f0df91fb +SIZE (system.collections.immutable.1.2.0.nupkg) = 300738 +SHA256 (system.reflection.metadata.1.4.1-beta-24227-04.nupkg) = 0f077b4184d04f7db02e41169b9471e7c630c7dc873398f12eaf70b7a00a7993 +SIZE (system.reflection.metadata.1.4.1-beta-24227-04.nupkg) = 435719 SHA256 (fsharp-fsharp-4.0.1.10_GH0.tar.gz) = 04659c8b89fc414fd6b5a8bf7842e187a3484abd4d858710339ee122219aa91b SIZE (fsharp-fsharp-4.0.1.10_GH0.tar.gz) = 37296094 From owner-svn-ports-head@freebsd.org Fri Oct 14 15:37:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E6E4C11CE1; Fri, 14 Oct 2016 15:37:24 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 519383E1; Fri, 14 Oct 2016 15:37:24 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EFbNpD054350; Fri, 14 Oct 2016 15:37:23 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EFbNEi054349; Fri, 14 Oct 2016 15:37:23 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201610141537.u9EFbNEi054349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Fri, 14 Oct 2016 15:37:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423978 - head/lang/fsharp/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.23 Precedence: list List-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, 14 Oct 2016 15:37:24 -0000 Author: dbn Date: Fri Oct 14 15:37:23 2016 New Revision: 423978 URL: https://svnweb.freebsd.org/changeset/ports/423978 Log: lang/fsharp: add missing patch files - remove autorestore of nuget packages (now done by port) PR: 213405 Added: head/lang/fsharp/files/ head/lang/fsharp/files/patch-Makefile.in (contents, props changed) head/lang/fsharp/files/patch-src_FSharpSource.targets (contents, props changed) Added: head/lang/fsharp/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/fsharp/files/patch-Makefile.in Fri Oct 14 15:37:23 2016 (r423978) @@ -0,0 +1,10 @@ +--- Makefile.in.orig 2016-08-05 13:14:17 UTC ++++ Makefile.in +@@ -1,7 +1,6 @@ + include $(topsrcdir)config.make + + all clean install build build-proto all-monotouch-monodroid-xamarinmac all-monotouch-monodroid all-monotouch all-monodroid all-xamarinmac all-monotouch-xamarinmac: +- MONO_ENV_OPTIONS=$(monoopts) mono .nuget/NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile .nuget/NuGet.Config + $(MAKE) -C src/fsharp $@ + + dist: Added: head/lang/fsharp/files/patch-src_FSharpSource.targets ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/fsharp/files/patch-src_FSharpSource.targets Fri Oct 14 15:37:23 2016 (r423978) @@ -0,0 +1,9 @@ +--- src/FSharpSource.targets.orig 2016-10-10 06:34:42 UTC ++++ src/FSharpSource.targets +@@ -643,6 +643,5 @@ Some other NuGET monikers to support in + + + +- + + From owner-svn-ports-head@freebsd.org Fri Oct 14 15:42:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBC03C11F68; Fri, 14 Oct 2016 15:42:44 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F857A30; Fri, 14 Oct 2016 15:42:44 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EFghMC058131; Fri, 14 Oct 2016 15:42:43 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EFghL7058128; Fri, 14 Oct 2016 15:42:43 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610141542.u9EFghL7058128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 14 Oct 2016 15:42:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423979 - in head/www/node: . 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.23 Precedence: list List-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, 14 Oct 2016 15:42:45 -0000 Author: adamw Date: Fri Oct 14 15:42:43 2016 New Revision: 423979 URL: https://svnweb.freebsd.org/changeset/ports/423979 Log: Update to 6.8.0. PR: 213432 Submitted by: maintainer (Bradley T. Hughes) Added: head/www/node/files/patch-node.gyp (contents, props changed) Modified: head/www/node/Makefile head/www/node/distinfo Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Fri Oct 14 15:37:23 2016 (r423978) +++ head/www/node/Makefile Fri Oct 14 15:42:43 2016 (r423979) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 6.7.0 +PORTVERSION= 6.8.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Fri Oct 14 15:37:23 2016 (r423978) +++ head/www/node/distinfo Fri Oct 14 15:42:43 2016 (r423979) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475046238 -SHA256 (node-v6.7.0.tar.gz) = 02b8ee1719a11b9ab22bef9279519efaaf31dd0d39cba4c3a1176ccda400b8d6 -SIZE (node-v6.7.0.tar.gz) = 26431821 +TIMESTAMP = 1476306017 +SHA256 (node-v6.8.0.tar.gz) = a8a2d4b74734991dd45e5b2b0b13617864f1283f6d6bc262e1e4d30741114352 +SIZE (node-v6.8.0.tar.gz) = 26502047 Added: head/www/node/files/patch-node.gyp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/node/files/patch-node.gyp Fri Oct 14 15:42:43 2016 (r423979) @@ -0,0 +1,11 @@ +--- node.gyp.orig 2016-10-12 21:30:37 UTC ++++ node.gyp +@@ -477,6 +477,8 @@ + }], + [ 'node_shared_zlib=="false"', { + 'dependencies': [ 'deps/zlib/zlib.gyp:zlib' ], ++ }, { ++ 'defines': [ 'ZLIB_CONST' ], + }], + + [ 'node_shared_http_parser=="false"', { From owner-svn-ports-head@freebsd.org Fri Oct 14 17:34:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7601FC1268C; Fri, 14 Oct 2016 17:34:23 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 456361051; Fri, 14 Oct 2016 17:34:23 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EHYM7E099766; Fri, 14 Oct 2016 17:34:22 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EHYMOT099765; Fri, 14 Oct 2016 17:34:22 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610141734.u9EHYMOT099765@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Fri, 14 Oct 2016 17:34:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423980 - head/net/tsclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 17:34:23 -0000 Author: bsam Date: Fri Oct 14 17:34:22 2016 New Revision: 423980 URL: https://svnweb.freebsd.org/changeset/ports/423980 Log: net/tsclient: Currently a link at LOCALBASE/share/pixmaps is broken. Fix it. PR: 209889 Submitted by: bsam (me) Approved by: maintainer timeout (3 months+) Modified: head/net/tsclient/Makefile Modified: head/net/tsclient/Makefile ============================================================================== --- head/net/tsclient/Makefile Fri Oct 14 15:42:43 2016 (r423979) +++ head/net/tsclient/Makefile Fri Oct 14 17:34:22 2016 (r423980) @@ -3,7 +3,7 @@ PORTNAME= tsclient PORTVERSION= 0.150 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net gnome MASTER_SITES= SF @@ -42,7 +42,7 @@ post-patch: ${WRKSRC}/Makefile.in post-install: - @${LN} -sf tsclient.png \ + @${LN} -sf tsclient/tsclient.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/tsclient.png .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Fri Oct 14 17:43:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F43AC128FC; Fri, 14 Oct 2016 17:43:02 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BB9316B5; Fri, 14 Oct 2016 17:43:02 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EHh19f003664; Fri, 14 Oct 2016 17:43:01 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EHh1lb003662; Fri, 14 Oct 2016 17:43:01 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201610141743.u9EHh1lb003662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 14 Oct 2016 17:43:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423981 - head/lang/gcc6-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 17:43:02 -0000 Author: gerald Date: Fri Oct 14 17:43:01 2016 New Revision: 423981 URL: https://svnweb.freebsd.org/changeset/ports/423981 Log: Update to the 20161013 snapshot of GCC 6. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Fri Oct 14 17:34:22 2016 (r423980) +++ head/lang/gcc6-devel/Makefile Fri Oct 14 17:43:01 2016 (r423981) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.2.1.s20161006 +PORTVERSION= 6.2.1.s20161013 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Fri Oct 14 17:34:22 2016 (r423980) +++ head/lang/gcc6-devel/distinfo Fri Oct 14 17:43:01 2016 (r423981) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475918299 -SHA256 (gcc-6-20161006.tar.bz2) = 1db602cbbb88eab9f7ada9200b79046028fefedac55a91f8594412b331fa5373 -SIZE (gcc-6-20161006.tar.bz2) = 95595910 +TIMESTAMP = 1476440753 +SHA256 (gcc-6-20161013.tar.bz2) = aad5f6c48db3aaa5b4db6875ba5b18bf67ef72dd39f7002202bdca5c1985c7f5 +SIZE (gcc-6-20161013.tar.bz2) = 95603490 From owner-svn-ports-head@freebsd.org Fri Oct 14 18:22:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D07D5C120BD; Fri, 14 Oct 2016 18:22:40 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E48ABC6; Fri, 14 Oct 2016 18:22:40 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EIMdr8018993; Fri, 14 Oct 2016 18:22:39 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EIMdFe018990; Fri, 14 Oct 2016 18:22:39 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201610141822.u9EIMdFe018990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Fri, 14 Oct 2016 18:22:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423982 - head/devel/p4d X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 18:22:40 -0000 Author: gordon Date: Fri Oct 14 18:22:39 2016 New Revision: 423982 URL: https://svnweb.freebsd.org/changeset/ports/423982 Log: Update devel/p4d to 2016.1/1447837. MFH: 2016Q4 Modified: head/devel/p4d/Makefile head/devel/p4d/distinfo.freebsd100x86 head/devel/p4d/distinfo.freebsd100x86_64 Modified: head/devel/p4d/Makefile ============================================================================== --- head/devel/p4d/Makefile Fri Oct 14 17:43:01 2016 (r423981) +++ head/devel/p4d/Makefile Fri Oct 14 18:22:39 2016 (r423982) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p4d -PORTVERSION= 2016.1.1443785 +PORTVERSION= 2016.1.1447837 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \ http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ Modified: head/devel/p4d/distinfo.freebsd100x86 ============================================================================== --- head/devel/p4d/distinfo.freebsd100x86 Fri Oct 14 17:43:01 2016 (r423981) +++ head/devel/p4d/distinfo.freebsd100x86 Fri Oct 14 18:22:39 2016 (r423982) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475550274 -SHA256 (perforce/2016.1.1443785/bin.freebsd100x86/p4d) = b7108f7b02012c7931e11563450877722de09931808c81aa8507d36fea6c968c -SIZE (perforce/2016.1.1443785/bin.freebsd100x86/p4d) = 5769368 +TIMESTAMP = 1476469122 +SHA256 (perforce/2016.1.1447837/bin.freebsd100x86/p4d) = 027d546bbe923cdc9421002f889aeda3e84082e070d5f7857508c72748ecbe9b +SIZE (perforce/2016.1.1447837/bin.freebsd100x86/p4d) = 5769368 Modified: head/devel/p4d/distinfo.freebsd100x86_64 ============================================================================== --- head/devel/p4d/distinfo.freebsd100x86_64 Fri Oct 14 17:43:01 2016 (r423981) +++ head/devel/p4d/distinfo.freebsd100x86_64 Fri Oct 14 18:22:39 2016 (r423982) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475550270 -SHA256 (perforce/2016.1.1443785/bin.freebsd100x86_64/p4d) = 6de7e1c52ca76e709a603d08894d31839acc262f54717eff44aba5c26723a409 -SIZE (perforce/2016.1.1443785/bin.freebsd100x86_64/p4d) = 5902152 +TIMESTAMP = 1476469116 +SHA256 (perforce/2016.1.1447837/bin.freebsd100x86_64/p4d) = 000c74fc86e1a5391cc0bc43b364aa9c97ef3983828f55f1a4e28b2bb1572f0a +SIZE (perforce/2016.1.1447837/bin.freebsd100x86_64/p4d) = 5902152 From owner-svn-ports-head@freebsd.org Fri Oct 14 19:04:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E99D8C12C30; Fri, 14 Oct 2016 19:04:01 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72167D5A; Fri, 14 Oct 2016 19:04:01 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EJ40Dn034098; Fri, 14 Oct 2016 19:04:00 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EJ3x2g034084; Fri, 14 Oct 2016 19:03:59 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610141903.u9EJ3x2g034084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Fri, 14 Oct 2016 19:03:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423983 - in head/devel: . arduino-core arduino-core/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.23 Precedence: list List-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, 14 Oct 2016 19:04:02 -0000 Author: bsam Date: Fri Oct 14 19:03:59 2016 New Revision: 423983 URL: https://svnweb.freebsd.org/changeset/ports/423983 Log: Core board support used in Arduino 1.6 WWW: http://www.arduino.cc PR: 213482 Submitted by: bsdports@kyle-evans.net Added: head/devel/arduino-core/ head/devel/arduino-core/Makefile (contents, props changed) head/devel/arduino-core/distinfo (contents, props changed) head/devel/arduino-core/files/ head/devel/arduino-core/files/patch-hardware_arduino_avr_platform.txt (contents, props changed) head/devel/arduino-core/files/patch-hardware_arduino_sam_cores_arduino_itoa.c (contents, props changed) head/devel/arduino-core/files/patch-hardware_arduino_sam_cores_arduino_itoa.h (contents, props changed) head/devel/arduino-core/files/patch-hardware_package__index__bundled.json (contents, props changed) head/devel/arduino-core/pkg-descr (contents, props changed) head/devel/arduino-core/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Oct 14 18:22:39 2016 (r423982) +++ head/devel/Makefile Fri Oct 14 19:03:59 2016 (r423983) @@ -96,6 +96,7 @@ SUBDIR += arcanist SUBDIR += arduino SUBDIR += arduino-builder + SUBDIR += arduino-core SUBDIR += arduino-ctags SUBDIR += arduino-glcd SUBDIR += arduino-irremote Added: head/devel/arduino-core/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-core/Makefile Fri Oct 14 19:03:59 2016 (r423983) @@ -0,0 +1,38 @@ +# $FreeBSD$ + +PORTNAME= arduino-core +PORTVERSION= 1.6.12 +CATEGORIES= devel + +MAINTAINER= bsdports@kyle-evans.net +COMMENT= Core board support for Arduino devices + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/license.txt + +USE_GITHUB= yes +GH_ACCOUNT= arduino +GH_PROJECT= Arduino + +STRIP= # No stripping, uses Elf firmware + +OPTIONS_DEFINE= DOCS EXAMPLES SAMD +OPTIONS_SUB= yes + +NO_BUILD= yes +SAMD_DESC= Core support for SAMD boards (Zero/MKR1000) +SAMD_GH_TUPLE= arduino:ArduinoCore-samd:1.6.8:samd/hardware/arduino/samd + +.include + +.if ${ARCH} == "amd64" +ARCH= x86_64 +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|%%ARCH%%|${ARCH}|g' -e 's|%%OSREL%%|${OSREL:R}|g' ${WRKSRC}/hardware/package_index_bundled.json + +do-install: + (cd ${WRKSRC}/ && ${COPYTREE_SHARE} "hardware" ${STAGEDIR}${PREFIX}/arduino ${FIND_EXPR}) + +.include Added: head/devel/arduino-core/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-core/distinfo Fri Oct 14 19:03:59 2016 (r423983) @@ -0,0 +1,5 @@ +TIMESTAMP = 1476459830 +SHA256 (arduino-Arduino-1.6.12_GH0.tar.gz) = 081c063e34bd72c9912705f33395cdd1870424826b4365dd64439575e0f11817 +SIZE (arduino-Arduino-1.6.12_GH0.tar.gz) = 81248294 +SHA256 (arduino-ArduinoCore-samd-1.6.8_GH0.tar.gz) = 2e7eded445d9b9cb88babf8d17e63886258ca52103ca4b3760fbb33311e5ffe7 +SIZE (arduino-ArduinoCore-samd-1.6.8_GH0.tar.gz) = 922278 Added: head/devel/arduino-core/files/patch-hardware_arduino_avr_platform.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-core/files/patch-hardware_arduino_avr_platform.txt Fri Oct 14 19:03:59 2016 (r423983) @@ -0,0 +1,13 @@ +--- hardware/arduino/avr/platform.txt.orig 2016-10-13 04:27:28 UTC ++++ hardware/arduino/avr/platform.txt +@@ -20,8 +20,8 @@ compiler.warning_flags.all=-Wall -Wextra + # Default "compiler.path" is correct, change only if you want to override the initial value + compiler.path={runtime.tools.avr-gcc.path}/bin/ + compiler.c.cmd=avr-gcc +-compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects +-compiler.c.elf.flags={compiler.warning_flags} -Os -flto -fuse-linker-plugin -Wl,--gc-sections ++compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto ++compiler.c.elf.flags={compiler.warning_flags} -Os -flto -Wl,--gc-sections + compiler.c.elf.cmd=avr-gcc + compiler.S.flags=-c -g -x assembler-with-cpp -flto + compiler.cpp.cmd=avr-g++ Added: head/devel/arduino-core/files/patch-hardware_arduino_sam_cores_arduino_itoa.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-core/files/patch-hardware_arduino_sam_cores_arduino_itoa.c Fri Oct 14 19:03:59 2016 (r423983) @@ -0,0 +1,11 @@ +--- hardware/arduino/sam/cores/arduino/itoa.c.orig 2016-10-14 15:00:06 UTC ++++ hardware/arduino/sam/cores/arduino/itoa.c +@@ -121,7 +121,7 @@ extern char* ltoa( long value, char *str + return string; + } + +-extern char* utoa( unsigned long value, char *string, int radix ) ++extern char* utoa( unsigned int value, char *string, int radix ) + { + return ultoa( value, string, radix ) ; + } Added: head/devel/arduino-core/files/patch-hardware_arduino_sam_cores_arduino_itoa.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-core/files/patch-hardware_arduino_sam_cores_arduino_itoa.h Fri Oct 14 19:03:59 2016 (r423983) @@ -0,0 +1,11 @@ +--- hardware/arduino/sam/cores/arduino/itoa.h.orig 2016-10-14 15:00:09 UTC ++++ hardware/arduino/sam/cores/arduino/itoa.h +@@ -31,7 +31,7 @@ extern void itoa( int n, char s[] ) ; + + extern char* itoa( int value, char *string, int radix ) ; + extern char* ltoa( long value, char *string, int radix ) ; +-extern char* utoa( unsigned long value, char *string, int radix ) ; ++extern char* utoa( unsigned int value, char *string, int radix ) ; + extern char* ultoa( unsigned long value, char *string, int radix ) ; + #endif /* 0 */ + Added: head/devel/arduino-core/files/patch-hardware_package__index__bundled.json ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-core/files/patch-hardware_package__index__bundled.json Fri Oct 14 19:03:59 2016 (r423983) @@ -0,0 +1,22 @@ +--- hardware/package_index_bundled.json.orig 2016-10-04 12:22:50 UTC ++++ hardware/package_index_bundled.json +@@ -63,6 +63,9 @@ + "version": "6.3.0-arduino6", + "systems": [ + { ++ "host": "%%ARCH%%-freebsd%%OSREL%%" ++ }, ++ { + "size": "644600", + "checksum": "SHA-256:2426207423d58eb0e5fc4df9493418f1cb54ba3f328fdc7c3bb582f920b9cbe7", + "host": "arm-linux-gnueabihf", +@@ -104,6 +107,9 @@ + "version": "4.9.2-atmel3.5.3-arduino2", + "systems": [ + { ++ "host": "%%ARCH%%-freebsd%%OSREL%%" ++ }, ++ { + "size": "27400889", + "checksum": "SHA-256:77f300d519bc6b9a25df17b36cb303218e9a258c059b2f6bff8f71a0d8f96821", + "host": "arm-linux-gnueabihf", Added: head/devel/arduino-core/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-core/pkg-descr Fri Oct 14 19:03:59 2016 (r423983) @@ -0,0 +1,3 @@ +Core board support used in Arduino 1.6 + +WWW: http://www.arduino.cc Added: head/devel/arduino-core/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/arduino-core/pkg-plist Fri Oct 14 19:03:59 2016 (r423983) @@ -0,0 +1,3681 @@ +arduino/hardware/arduino/avr/boards.txt +arduino/hardware/arduino/avr/bootloaders/atmega/ATmegaBOOT_168.c +arduino/hardware/arduino/avr/bootloaders/atmega/ATmegaBOOT_168_atmega1280.hex +arduino/hardware/arduino/avr/bootloaders/atmega/ATmegaBOOT_168_atmega328.hex +arduino/hardware/arduino/avr/bootloaders/atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex +arduino/hardware/arduino/avr/bootloaders/atmega/ATmegaBOOT_168_diecimila.hex +arduino/hardware/arduino/avr/bootloaders/atmega/ATmegaBOOT_168_ng.hex +arduino/hardware/arduino/avr/bootloaders/atmega/ATmegaBOOT_168_pro_8MHz.hex +arduino/hardware/arduino/avr/bootloaders/atmega/Makefile +arduino/hardware/arduino/avr/bootloaders/atmega8/ATmegaBOOT-prod-firmware-2009-11-07.hex +arduino/hardware/arduino/avr/bootloaders/atmega8/ATmegaBOOT.c +arduino/hardware/arduino/avr/bootloaders/atmega8/ATmegaBOOT.hex +arduino/hardware/arduino/avr/bootloaders/atmega8/ATmegaBOOT.txt +arduino/hardware/arduino/avr/bootloaders/atmega8/Makefile +arduino/hardware/arduino/avr/bootloaders/bt/ATmegaBOOT_168.c +arduino/hardware/arduino/avr/bootloaders/bt/ATmegaBOOT_168.hex +arduino/hardware/arduino/avr/bootloaders/bt/ATmegaBOOT_168_atmega328_bt.hex +arduino/hardware/arduino/avr/bootloaders/bt/Makefile +arduino/hardware/arduino/avr/bootloaders/caterina-Arduino_Robot/Caterina-Robot-Control.hex +arduino/hardware/arduino/avr/bootloaders/caterina-Arduino_Robot/Caterina-Robot-Motor.hex +arduino/hardware/arduino/avr/bootloaders/caterina-Arduino_Robot/Caterina-Robot.txt +arduino/hardware/arduino/avr/bootloaders/caterina-Arduino_Robot/Caterina.c +arduino/hardware/arduino/avr/bootloaders/caterina-Arduino_Robot/Caterina.h +arduino/hardware/arduino/avr/bootloaders/caterina-Arduino_Robot/Descriptors.c +arduino/hardware/arduino/avr/bootloaders/caterina-Arduino_Robot/Descriptors.h +arduino/hardware/arduino/avr/bootloaders/caterina-Arduino_Robot/Makefile +arduino/hardware/arduino/avr/bootloaders/caterina-Arduino_Robot/README.md +arduino/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Caterina-LilyPadUSB.hex +arduino/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Caterina.c +arduino/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Caterina.h +arduino/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Descriptors.c +arduino/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Descriptors.h +arduino/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Makefile +arduino/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Readme.txt +arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Esplora.hex +arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Esplora.txt +arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Genuino-Micro.hex +arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Genuino-Micro.txt +arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Leonardo.hex +arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Leonardo.txt +arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Micro.hex +arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Micro.txt +arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Yun-noblink.hex +arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Yun.hex +arduino/hardware/arduino/avr/bootloaders/caterina/Caterina.c +arduino/hardware/arduino/avr/bootloaders/caterina/Caterina.h +arduino/hardware/arduino/avr/bootloaders/caterina/Descriptors.c +arduino/hardware/arduino/avr/bootloaders/caterina/Descriptors.h +arduino/hardware/arduino/avr/bootloaders/caterina/Esplora-prod-firmware-2012-12-10.hex +arduino/hardware/arduino/avr/bootloaders/caterina/Esplora-prod-firmware-2012-12-10.txt +arduino/hardware/arduino/avr/bootloaders/caterina/Leonardo-prod-firmware-2012-04-26.hex +arduino/hardware/arduino/avr/bootloaders/caterina/Leonardo-prod-firmware-2012-04-26.txt +arduino/hardware/arduino/avr/bootloaders/caterina/Leonardo-prod-firmware-2012-12-10.hex +arduino/hardware/arduino/avr/bootloaders/caterina/Leonardo-prod-firmware-2012-12-10.txt +arduino/hardware/arduino/avr/bootloaders/caterina/Makefile +arduino/hardware/arduino/avr/bootloaders/caterina/Micro-prod-firmware-2012-11-23.hex +arduino/hardware/arduino/avr/bootloaders/caterina/Micro-prod-firmware-2012-11-23.txt +arduino/hardware/arduino/avr/bootloaders/caterina/Micro-prod-firmware-2012-12-10.hex +arduino/hardware/arduino/avr/bootloaders/caterina/Micro-prod-firmware-2012-12-10.txt +arduino/hardware/arduino/avr/bootloaders/gemma/README.md +arduino/hardware/arduino/avr/bootloaders/gemma/avrdude.conf +arduino/hardware/arduino/avr/bootloaders/gemma/gemma_v1.hex +arduino/hardware/arduino/avr/bootloaders/gemma/usbconfig.h +arduino/hardware/arduino/avr/bootloaders/gemma/usbconfig.patch +arduino/hardware/arduino/avr/bootloaders/lilypad/LilyPadBOOT_168.hex +arduino/hardware/arduino/avr/bootloaders/lilypad/src/ATmegaBOOT.c +arduino/hardware/arduino/avr/bootloaders/lilypad/src/Makefile +arduino/hardware/arduino/avr/bootloaders/optiboot/Makefile +arduino/hardware/arduino/avr/bootloaders/optiboot/README.TXT +arduino/hardware/arduino/avr/bootloaders/optiboot/boot.h +arduino/hardware/arduino/avr/bootloaders/optiboot/makeall +arduino/hardware/arduino/avr/bootloaders/optiboot/omake +arduino/hardware/arduino/avr/bootloaders/optiboot/omake.bat +arduino/hardware/arduino/avr/bootloaders/optiboot/optiboot.c +arduino/hardware/arduino/avr/bootloaders/optiboot/optiboot_atmega168.hex +arduino/hardware/arduino/avr/bootloaders/optiboot/optiboot_atmega168.lst +arduino/hardware/arduino/avr/bootloaders/optiboot/optiboot_atmega328-Mini.hex +arduino/hardware/arduino/avr/bootloaders/optiboot/optiboot_atmega328.hex +arduino/hardware/arduino/avr/bootloaders/optiboot/optiboot_atmega328.lst +arduino/hardware/arduino/avr/bootloaders/optiboot/optiboot_atmega8.hex +arduino/hardware/arduino/avr/bootloaders/optiboot/optiboot_atmega8.lst +arduino/hardware/arduino/avr/bootloaders/optiboot/pin_defs.h +arduino/hardware/arduino/avr/bootloaders/optiboot/stk500.h +arduino/hardware/arduino/avr/bootloaders/stk500v2/License.txt +arduino/hardware/arduino/avr/bootloaders/stk500v2/Makefile +arduino/hardware/arduino/avr/bootloaders/stk500v2/Mega2560-prod-firmware-2011-06-29.hex +arduino/hardware/arduino/avr/bootloaders/stk500v2/STK500V2.pnproj +arduino/hardware/arduino/avr/bootloaders/stk500v2/STK500V2.pnps +arduino/hardware/arduino/avr/bootloaders/stk500v2/avr_cpunames.h +arduino/hardware/arduino/avr/bootloaders/stk500v2/avrinterruptnames.h +arduino/hardware/arduino/avr/bootloaders/stk500v2/command.h +arduino/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.c +arduino/hardware/arduino/avr/bootloaders/stk500v2/stk500boot.ppg +arduino/hardware/arduino/avr/bootloaders/stk500v2/stk500boot_v2_mega2560.hex +arduino/hardware/arduino/avr/cores/arduino/Arduino.h +arduino/hardware/arduino/avr/cores/arduino/CDC.cpp +arduino/hardware/arduino/avr/cores/arduino/Client.h +arduino/hardware/arduino/avr/cores/arduino/HardwareSerial.cpp +arduino/hardware/arduino/avr/cores/arduino/HardwareSerial.h +arduino/hardware/arduino/avr/cores/arduino/HardwareSerial0.cpp +arduino/hardware/arduino/avr/cores/arduino/HardwareSerial1.cpp +arduino/hardware/arduino/avr/cores/arduino/HardwareSerial2.cpp +arduino/hardware/arduino/avr/cores/arduino/HardwareSerial3.cpp +arduino/hardware/arduino/avr/cores/arduino/HardwareSerial_private.h +arduino/hardware/arduino/avr/cores/arduino/IPAddress.cpp +arduino/hardware/arduino/avr/cores/arduino/IPAddress.h +arduino/hardware/arduino/avr/cores/arduino/PluggableUSB.cpp +arduino/hardware/arduino/avr/cores/arduino/PluggableUSB.h +arduino/hardware/arduino/avr/cores/arduino/Print.cpp +arduino/hardware/arduino/avr/cores/arduino/Print.h +arduino/hardware/arduino/avr/cores/arduino/Printable.h +arduino/hardware/arduino/avr/cores/arduino/Server.h +arduino/hardware/arduino/avr/cores/arduino/Stream.cpp +arduino/hardware/arduino/avr/cores/arduino/Stream.h +arduino/hardware/arduino/avr/cores/arduino/Tone.cpp +arduino/hardware/arduino/avr/cores/arduino/USBAPI.h +arduino/hardware/arduino/avr/cores/arduino/USBCore.cpp +arduino/hardware/arduino/avr/cores/arduino/USBCore.h +arduino/hardware/arduino/avr/cores/arduino/USBDesc.h +arduino/hardware/arduino/avr/cores/arduino/Udp.h +arduino/hardware/arduino/avr/cores/arduino/WCharacter.h +arduino/hardware/arduino/avr/cores/arduino/WInterrupts.c +arduino/hardware/arduino/avr/cores/arduino/WMath.cpp +arduino/hardware/arduino/avr/cores/arduino/WString.cpp +arduino/hardware/arduino/avr/cores/arduino/WString.h +arduino/hardware/arduino/avr/cores/arduino/abi.cpp +arduino/hardware/arduino/avr/cores/arduino/binary.h +arduino/hardware/arduino/avr/cores/arduino/hooks.c +arduino/hardware/arduino/avr/cores/arduino/main.cpp +arduino/hardware/arduino/avr/cores/arduino/new.cpp +arduino/hardware/arduino/avr/cores/arduino/new.h +arduino/hardware/arduino/avr/cores/arduino/wiring.c +arduino/hardware/arduino/avr/cores/arduino/wiring_analog.c +arduino/hardware/arduino/avr/cores/arduino/wiring_digital.c +arduino/hardware/arduino/avr/cores/arduino/wiring_private.h +arduino/hardware/arduino/avr/cores/arduino/wiring_pulse.S +arduino/hardware/arduino/avr/cores/arduino/wiring_pulse.c +arduino/hardware/arduino/avr/cores/arduino/wiring_shift.c +arduino/hardware/arduino/avr/firmwares/arduinoISP/readme.txt +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/Arduino-COMBINED-dfu-usbserial-atmega16u2-Mega2560-Rev3.hex +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/Arduino-COMBINED-dfu-usbserial-atmega16u2-MegaADK-Rev3.hex +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/Arduino-COMBINED-dfu-usbserial-atmega16u2-Uno-Rev3.hex +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/Genuino-COMBINED-dfu-usbserial-atmega16u2-Mega2560-R3.hex +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/Genuino-COMBINED-dfu-usbserial-atmega16u2-Uno-R3.hex +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/MEGA-dfu_and_usbserial_combined.hex +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/README.txt +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/UNO-dfu_and_usbserial_combined.hex +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbdfu/Arduino-usbdfu.c +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbdfu/Arduino-usbdfu.h +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbdfu/Board/LEDs.h +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbdfu/Descriptors.c +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbdfu/Descriptors.h +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbdfu/makefile +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbdfu/readme.txt +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial-atmega16u2-Mega2560-Rev3.hex +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial-atmega16u2-MegaADK-Rev3.hex +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial-atmega16u2-Uno-Rev3.hex +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial-mega.hex +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial-uno.hex +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial.c +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/Arduino-usbserial.h +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/Board/LEDs.h +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/Descriptors.c +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/Descriptors.h +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/Genuino-usbserial-atmega16u2-Mega2560-R3.hex +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/Genuino-usbserial-atmega16u2-Uno-R3.hex +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/Lib/LightweightRingBuff.h +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/makefile +arduino/hardware/arduino/avr/firmwares/atmegaxxu2/arduino-usbserial/readme.txt +arduino/hardware/arduino/avr/firmwares/wifishield/binary/wifiHD.elf +arduino/hardware/arduino/avr/firmwares/wifishield/binary/wifiHD.hex +arduino/hardware/arduino/avr/firmwares/wifishield/binary/wifiHD_2_1.elf +arduino/hardware/arduino/avr/firmwares/wifishield/binary/wifi_dnld.elf +arduino/hardware/arduino/avr/firmwares/wifishield/binary/wifi_dnld.hex +arduino/hardware/arduino/avr/firmwares/wifishield/binary/wifi_dnld_2_1.elf +arduino/hardware/arduino/avr/firmwares/wifishield/scripts/ArduinoWifiShield_upgrade.sh +arduino/hardware/arduino/avr/firmwares/wifishield/scripts/ArduinoWifiShield_upgrade_mac.sh +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/.cproject +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/.project +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/Release/wifiHD.elf +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/Release/wifiHD.hex +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/CONFIG/conf_access.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/CONFIG/conf_at45dbx.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/CONFIG/conf_ebi.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/CONFIG/conf_sd_mmc_spi.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/ASM/trampoline.x +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/arduino.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/led.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/led.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/evk1105.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/led.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/led.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/board.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/BOARDS/board.h.my +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx_mem.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx_mem.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR1/GCC/lib_ucr1_hd_sdio_v2.7.0.a +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR1/GCC/lib_ucr1_hd_spi_v2.7.0.a +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR1/GCC/lib_ucr1_hd_wl_sta_intwpa_v2.7.0.a +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR2/GCC/lib_ucr2_hd_sdio_v2.7.0.a +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR2/GCC/lib_ucr2_hd_spi_v2.7.0.a +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/UCR2/GCC/lib_ucr2_hd_wl_sta_intwpa_v2.7.0.a +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/v2.7.0/revision.txt +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_api.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_fw.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_os.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_sdio.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wl_spi.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/COMPONENTS/WIFI/HD/wlap_api.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/CPU/CYCLE_COUNTER/cycle_counter.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/EBI/SMC/smc.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/EBI/SMC/smc.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/EIC/eic.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/EIC/eic.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PDCA/pdca.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PDCA/pdca.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm_conf_clocks.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/RTC/rtc.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/RTC/rtc.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/SPI/spi.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/SPI/spi.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/TC/tc.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/TC/tc.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/DELAY/delay.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/DELAY/delay.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dhcp.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/dns.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/init.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/autoip.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/icmp.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/igmp.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/inet.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/inet_chksum.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/ip.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/ip_addr.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/ipv4/ip_frag.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/mem.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/memp.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/netif.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/pbuf.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/raw.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/stats.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp_in.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/tcp_out.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/udp.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/autoip.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/icmp.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/igmp.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/inet.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/inet_chksum.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip_addr.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/ip_frag.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/api_msg.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/arch.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/debug.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/def.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/dhcp.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/dns.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/err.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/init.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/mem.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/memp.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/memp_std.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netbuf.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netdb.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netif.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/netifapi.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/opt.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/pbuf.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/raw.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/sio.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/snmp.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/snmp_asn1.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/snmp_msg.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/snmp_structs.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/sockets.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/stats.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/sys.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/tcp.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/tcpip.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/udp.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/etharp.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/loopif.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/ppp_oe.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/netif/slipif.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/netif/etharp.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/netif/loopif.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/include/arch/cc.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/include/arch/perf.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/include/lwipopts.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/include/netif/wlif.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/if/netif/wlif.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-port-1.3.2/HD/readme.txt +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/MEMORY/CTRL_ACCESS/ctrl_access.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/MEMORY/CTRL_ACCESS/ctrl_access.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/debug.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/debug.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/print_funcs.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/print_funcs.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_cpu.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_exceptions.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_interrupts.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_usart.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/libnewlib_addons-at32ucr2-speed_opt.a +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LINKER_SCRIPTS/AT32UC3A/0512/GCC/link_uc3a0512.lds +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/LINKER_SCRIPTS/AT32UC3A/1256/GCC/link_uc3a1256.lds +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/mrepeat.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/preprocessor.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/stringz.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/tpaste.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/STARTUP_FILES/GCC/crt0.x +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/compiler.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/conf_isp.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/UTILS/parts.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/ard_spi.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/ard_spi.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/ard_tcp.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/ard_tcp.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/ard_utils.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/ard_utils.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/avr32_spi.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/board_init.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/board_init.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/cmd_wl.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/cmd_wl.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/console.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/console.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/debug.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/fw_download.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/fw_download_extflash.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/license.txt +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/lwip_setup.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/lwip_setup.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/lwipopts.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/main.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/nvram.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/nvram.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/owl_os.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/ping.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/ping.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/printf-stdarg.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/printf-stdarg.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/timer.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/timer.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/top_defs.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/trace.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/util.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/util.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/wifi_spi.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/wl_cm.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/wl_cm.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/wl_definitions.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifiHD/wifiHD.cproj +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/.cproject +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/.project +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/Release/wifi_dnld.elf +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/CONFIG/conf_access.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/CONFIG/conf_at45dbx.h +%%DOCS%%arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/Doc/SPB104 product brief.pdf +%%DOCS%%arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/Doc/gettingstarted.pdf +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/ASM/trampoline.x +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/arduino.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/led.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/ARDUINO/led.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/evk1105.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/led.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/EVK1105/led.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/board.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/BOARDS/board.h.ori +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx_mem.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/COMPONENTS/MEMORY/DATA_FLASH/AT45DBX/at45dbx_mem.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/FLASHC/flashc.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/GPIO/gpio.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/INTC/intc.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/pm_conf_clocks.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/PM/power_clocks_lib.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/SPI/spi.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/SPI/spi.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/DRIVERS/USART/usart.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/SERVICES/MEMORY/CTRL_ACCESS/ctrl_access.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/SERVICES/MEMORY/CTRL_ACCESS/ctrl_access.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/debug.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/debug.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/print_funcs.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/DEBUG/print_funcs.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_cpu.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_exceptions.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_interrupts.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_io.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/INCLUDE/nlao_usart.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LIBS/NEWLIB_ADDONS/libnewlib_addons-at32ucr2-speed_opt.a +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LINKER_SCRIPTS/AT32UC3A/0512/GCC/link_uc3a0512.lds +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/LINKER_SCRIPTS/AT32UC3A/1256/GCC/link_uc3a1256.lds +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/mrepeat.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/preprocessor.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/stringz.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/PREPROCESSOR/tpaste.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/STARTUP_FILES/GCC/crt0.x +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/compiler.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/conf_isp.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/SOFTWARE_FRAMEWORK/UTILS/parts.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/clocks.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/clocks.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/flash_fw.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/license.txt +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/nor_flash.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/nor_flash.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/printf-stdarg.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/printf-stdarg.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/startup.c +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/startup.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/src/wl_fw.h +arduino/hardware/arduino/avr/firmwares/wifishield/wifi_dnld/wifi_dnld.cproj +arduino/hardware/arduino/avr/firmwares/wifishield/wifishield.atsln +arduino/hardware/arduino/avr/libraries/EEPROM/README.md +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/EEPROM/examples/eeprom_clear/eeprom_clear.ino +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/EEPROM/examples/eeprom_crc/eeprom_crc.ino +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/EEPROM/examples/eeprom_get/eeprom_get.ino +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/EEPROM/examples/eeprom_iteration/eeprom_iteration.ino +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/EEPROM/examples/eeprom_put/eeprom_put.ino +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/EEPROM/examples/eeprom_read/eeprom_read.ino +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/EEPROM/examples/eeprom_update/eeprom_update.ino +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/EEPROM/examples/eeprom_write/eeprom_write.ino +arduino/hardware/arduino/avr/libraries/EEPROM/keywords.txt +arduino/hardware/arduino/avr/libraries/EEPROM/library.properties +arduino/hardware/arduino/avr/libraries/EEPROM/src/EEPROM.h +arduino/hardware/arduino/avr/libraries/HID/keywords.txt +arduino/hardware/arduino/avr/libraries/HID/library.properties +arduino/hardware/arduino/avr/libraries/HID/src/HID.cpp +arduino/hardware/arduino/avr/libraries/HID/src/HID.h +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/SPI/examples/BarometricPressureSensor/BarometricPressureSensor.ino +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/SPI/examples/DigitalPotControl/DigitalPotControl.ino +arduino/hardware/arduino/avr/libraries/SPI/keywords.txt +arduino/hardware/arduino/avr/libraries/SPI/library.properties +arduino/hardware/arduino/avr/libraries/SPI/src/SPI.cpp +arduino/hardware/arduino/avr/libraries/SPI/src/SPI.h +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/SoftwareSerial/examples/TwoPortReceive/TwoPortReceive.ino +arduino/hardware/arduino/avr/libraries/SoftwareSerial/keywords.txt +arduino/hardware/arduino/avr/libraries/SoftwareSerial/library.properties +arduino/hardware/arduino/avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp +arduino/hardware/arduino/avr/libraries/SoftwareSerial/src/SoftwareSerial.h +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/Wire/examples/SFRRanger_reader/SFRRanger_reader.ino +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/Wire/examples/digital_potentiometer/digital_potentiometer.ino +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/Wire/examples/master_reader/master_reader.ino +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/Wire/examples/master_writer/master_writer.ino +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/Wire/examples/slave_receiver/slave_receiver.ino +%%EXAMPLES%%arduino/hardware/arduino/avr/libraries/Wire/examples/slave_sender/slave_sender.ino +arduino/hardware/arduino/avr/libraries/Wire/keywords.txt +arduino/hardware/arduino/avr/libraries/Wire/library.properties +arduino/hardware/arduino/avr/libraries/Wire/src/Wire.cpp +arduino/hardware/arduino/avr/libraries/Wire/src/Wire.h +arduino/hardware/arduino/avr/libraries/Wire/src/utility/twi.c +arduino/hardware/arduino/avr/libraries/Wire/src/utility/twi.h +arduino/hardware/arduino/avr/platform.txt +arduino/hardware/arduino/avr/programmers.txt +arduino/hardware/arduino/avr/variants/eightanaloginputs/pins_arduino.h +arduino/hardware/arduino/avr/variants/ethernet/pins_arduino.h +arduino/hardware/arduino/avr/variants/gemma/pins_arduino.h +arduino/hardware/arduino/avr/variants/leonardo/pins_arduino.h +arduino/hardware/arduino/avr/variants/mega/pins_arduino.h +arduino/hardware/arduino/avr/variants/micro/pins_arduino.h +arduino/hardware/arduino/avr/variants/robot_control/pins_arduino.h +arduino/hardware/arduino/avr/variants/robot_motor/pins_arduino.h +arduino/hardware/arduino/avr/variants/standard/pins_arduino.h +arduino/hardware/arduino/avr/variants/yun/pins_arduino.h +arduino/hardware/arduino/sam/boards.txt +arduino/hardware/arduino/sam/cores/arduino/Arduino.h +arduino/hardware/arduino/sam/cores/arduino/Client.h +arduino/hardware/arduino/sam/cores/arduino/HardwareSerial.h +arduino/hardware/arduino/sam/cores/arduino/IPAddress.cpp +arduino/hardware/arduino/sam/cores/arduino/IPAddress.h +arduino/hardware/arduino/sam/cores/arduino/Print.cpp +arduino/hardware/arduino/sam/cores/arduino/Print.h +arduino/hardware/arduino/sam/cores/arduino/Printable.h +arduino/hardware/arduino/sam/cores/arduino/Reset.cpp +arduino/hardware/arduino/sam/cores/arduino/Reset.h +arduino/hardware/arduino/sam/cores/arduino/RingBuffer.cpp +arduino/hardware/arduino/sam/cores/arduino/RingBuffer.h +arduino/hardware/arduino/sam/cores/arduino/Server.h +arduino/hardware/arduino/sam/cores/arduino/Stream.cpp +arduino/hardware/arduino/sam/cores/arduino/Stream.h +arduino/hardware/arduino/sam/cores/arduino/Tone.cpp.disabled +arduino/hardware/arduino/sam/cores/arduino/Tone.h +arduino/hardware/arduino/sam/cores/arduino/UARTClass.cpp +arduino/hardware/arduino/sam/cores/arduino/UARTClass.h +arduino/hardware/arduino/sam/cores/arduino/USARTClass.cpp +arduino/hardware/arduino/sam/cores/arduino/USARTClass.h +arduino/hardware/arduino/sam/cores/arduino/USB/CDC.cpp +arduino/hardware/arduino/sam/cores/arduino/USB/PluggableUSB.cpp +arduino/hardware/arduino/sam/cores/arduino/USB/PluggableUSB.h +arduino/hardware/arduino/sam/cores/arduino/USB/USBAPI.h +arduino/hardware/arduino/sam/cores/arduino/USB/USBCore.cpp +arduino/hardware/arduino/sam/cores/arduino/USB/USBCore.h +arduino/hardware/arduino/sam/cores/arduino/USB/USBDesc.h +arduino/hardware/arduino/sam/cores/arduino/Udp.h +arduino/hardware/arduino/sam/cores/arduino/WCharacter.h +arduino/hardware/arduino/sam/cores/arduino/WInterrupts.c +arduino/hardware/arduino/sam/cores/arduino/WInterrupts.h +arduino/hardware/arduino/sam/cores/arduino/WMath.cpp +arduino/hardware/arduino/sam/cores/arduino/WMath.h +arduino/hardware/arduino/sam/cores/arduino/WString.cpp +arduino/hardware/arduino/sam/cores/arduino/WString.h +arduino/hardware/arduino/sam/cores/arduino/abi.cpp +arduino/hardware/arduino/sam/cores/arduino/avr/dtostrf.c +arduino/hardware/arduino/sam/cores/arduino/avr/dtostrf.h +arduino/hardware/arduino/sam/cores/arduino/avr/interrupt.h +arduino/hardware/arduino/sam/cores/arduino/avr/pgmspace.h +arduino/hardware/arduino/sam/cores/arduino/binary.h +arduino/hardware/arduino/sam/cores/arduino/cortex_handlers.c +arduino/hardware/arduino/sam/cores/arduino/hooks.c +arduino/hardware/arduino/sam/cores/arduino/iar_calls_sam3.c +arduino/hardware/arduino/sam/cores/arduino/itoa.c +arduino/hardware/arduino/sam/cores/arduino/itoa.h +arduino/hardware/arduino/sam/cores/arduino/main.cpp +arduino/hardware/arduino/sam/cores/arduino/new.cpp +arduino/hardware/arduino/sam/cores/arduino/syscalls.h +arduino/hardware/arduino/sam/cores/arduino/syscalls_sam3.c +arduino/hardware/arduino/sam/cores/arduino/watchdog.cpp +arduino/hardware/arduino/sam/cores/arduino/watchdog.h +arduino/hardware/arduino/sam/cores/arduino/wiring.c +arduino/hardware/arduino/sam/cores/arduino/wiring.h +arduino/hardware/arduino/sam/cores/arduino/wiring_analog.c +arduino/hardware/arduino/sam/cores/arduino/wiring_analog.h +arduino/hardware/arduino/sam/cores/arduino/wiring_constants.h +arduino/hardware/arduino/sam/cores/arduino/wiring_digital.c +arduino/hardware/arduino/sam/cores/arduino/wiring_digital.h +arduino/hardware/arduino/sam/cores/arduino/wiring_private.h +arduino/hardware/arduino/sam/cores/arduino/wiring_pulse.cpp +arduino/hardware/arduino/sam/cores/arduino/wiring_pulse.h +arduino/hardware/arduino/sam/cores/arduino/wiring_pulse_asm.S +arduino/hardware/arduino/sam/cores/arduino/wiring_shift.c +arduino/hardware/arduino/sam/cores/arduino/wiring_shift.h +arduino/hardware/arduino/sam/firmwares/atmega16u2/Arduino-DUE-usbserial-prod-firmware-2012-11-05.hex +arduino/hardware/arduino/sam/firmwares/atmega16u2/Arduino-DUE-usbserial-prod-firmware-2013-02-05.hex +arduino/hardware/arduino/sam/firmwares/atmega16u2/arduino-usbserial/Arduino-usbserial.c +arduino/hardware/arduino/sam/firmwares/atmega16u2/arduino-usbserial/Arduino-usbserial.h +arduino/hardware/arduino/sam/firmwares/atmega16u2/arduino-usbserial/Board/LEDs.h +arduino/hardware/arduino/sam/firmwares/atmega16u2/arduino-usbserial/Descriptors.c +arduino/hardware/arduino/sam/firmwares/atmega16u2/arduino-usbserial/Descriptors.h +arduino/hardware/arduino/sam/firmwares/atmega16u2/arduino-usbserial/Lib/LightweightRingBuff.h +arduino/hardware/arduino/sam/firmwares/atmega16u2/arduino-usbserial/makefile +arduino/hardware/arduino/sam/firmwares/atmega16u2/arduino-usbserial/readme.txt +arduino/hardware/arduino/sam/libraries/HID/keywords.txt +arduino/hardware/arduino/sam/libraries/HID/library.properties +arduino/hardware/arduino/sam/libraries/HID/src/HID.cpp +arduino/hardware/arduino/sam/libraries/HID/src/HID.h +%%EXAMPLES%%arduino/hardware/arduino/sam/libraries/SPI/examples/BarometricPressureSensor/BarometricPressureSensor.ino +%%EXAMPLES%%arduino/hardware/arduino/sam/libraries/SPI/examples/DigitalPotControl/DigitalPotControl.ino +arduino/hardware/arduino/sam/libraries/SPI/keywords.txt +arduino/hardware/arduino/sam/libraries/SPI/library.properties +arduino/hardware/arduino/sam/libraries/SPI/src/SPI.cpp +arduino/hardware/arduino/sam/libraries/SPI/src/SPI.h +%%EXAMPLES%%arduino/hardware/arduino/sam/libraries/Wire/examples/SFRRanger_reader/SFRRanger_reader.ino +%%EXAMPLES%%arduino/hardware/arduino/sam/libraries/Wire/examples/digital_potentiometer/digital_potentiometer.ino +%%EXAMPLES%%arduino/hardware/arduino/sam/libraries/Wire/examples/master_reader/master_reader.ino +%%EXAMPLES%%arduino/hardware/arduino/sam/libraries/Wire/examples/master_writer/master_writer.ino +%%EXAMPLES%%arduino/hardware/arduino/sam/libraries/Wire/examples/slave_receiver/slave_receiver.ino +%%EXAMPLES%%arduino/hardware/arduino/sam/libraries/Wire/examples/slave_sender/slave_sender.ino +arduino/hardware/arduino/sam/libraries/Wire/keywords.txt +arduino/hardware/arduino/sam/libraries/Wire/library.properties +arduino/hardware/arduino/sam/libraries/Wire/src/Wire.cpp +arduino/hardware/arduino/sam/libraries/Wire/src/Wire.h +arduino/hardware/arduino/sam/platform.txt +arduino/hardware/arduino/sam/programmers.txt +arduino/hardware/arduino/sam/system/CMSIS/ATMEL Version 2.10.107 +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/CMSIS END USER LICENCE AGREEMENT.pdf +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/Common/Include/math_helper.h +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/Common/Source/math_helper.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_class_marks_example.ini +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM0l_class_marks_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM0l_class_marks_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM3l_class_marks_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM3l_class_marks_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM4lf_class_marks_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/arm_cortexM4lf_class_marks_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM0.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM3.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/ARM/startup_ARMCM4.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/ARMCMx.ld +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_class_marks_example.ini +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM0l_class_marks_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM0l_class_marks_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM3l_class_marks_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM3l_class_marks_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM4lf_class_marks_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/arm_cortexM4lf_class_marks_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM0.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM3.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/GCC/startup_ARMCM4.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/arm_class_marks_example_f32.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM0.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM3.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_class_marks_example/system_ARMCM4.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_convolution_example.ini +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM0l_convolution_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM0l_convolution_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM3l_convolution_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM3l_convolution_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM4lf_convolution_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/arm_cortexM4lf_convolution_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM0.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM3.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/ARM/startup_ARMCM4.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/ARMCMx.ld +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_convolution_example.ini +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM0l_convolution_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM0l_convolution_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM3l_convolution_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM3l_convolution_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM4lf_convolution_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/arm_cortexM4lf_convolution_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM0.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM3.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/GCC/startup_ARMCM4.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/arm_convolution_example_f32.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM0.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM3.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_convolution_example/system_ARMCM4.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM0l_dotproduct_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM0l_dotproduct_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM3l_dotproduct_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM3l_dotproduct_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM4lf_dotproduct_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_cortexM4lf_dotproduct_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/arm_dotproduct_example.ini +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM0.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM3.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/ARM/startup_ARMCM4.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/arm_dotproduct_example_f32.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM0.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM3.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_dotproduct_example/system_ARMCM4.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM0l_fft_bin_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM0l_fft_bin_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM3l_fft_bin_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM3l_fft_bin_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM4lf_fft_bin_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_cortexM4lf_fft_bin_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/arm_fft_bin_example.ini +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM0.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM3.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/ARM/startup_ARMCM4.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/arm_fft_bin_data.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/arm_fft_bin_example_f32.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM0.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM3.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fft_bin_example/system_ARMCM4.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM0l_fir_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM0l_fir_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM3l_fir_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM3l_fir_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM4lf_fir_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_cortexM4lf_fir_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/arm_fir_example.ini +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM0.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM3.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fir_example/ARM/startup_ARMCM4.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fir_example/arm_fir_data.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fir_example/arm_fir_example_f32.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM0.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM3.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_fir_example/system_ARMCM4.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM0l_graphic_equalizer_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM0l_graphic_equalizer_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM3l_graphic_equalizer_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM3l_graphic_equalizer_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM4lf_graphic_equalizer_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_cortexM4lf_graphic_equalizer_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/arm_graphic_equalizer_example.ini +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM0.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM3.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/ARM/startup_ARMCM4.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/arm_graphic_equalizer_data.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/arm_graphic_equalizer_example_q31.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM0.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM3.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_graphic_equalizer_example/system_ARMCM4.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM0l_linear_interp_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM0l_linear_interp_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM3l_linear_interp_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM3l_linear_interp_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM4lf_linear_interp_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_cortexM4lf_linear_interp_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/arm_linear_interp_example.ini +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM0.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM3.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/ARM/startup_ARMCM4.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/arm_linear_interp_data.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/arm_linear_interp_example_f32.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM0.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM3.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_linear_interp_example/system_ARMCM4.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM0l_matrix_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM0l_matrix_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM3l_matrix_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM3l_matrix_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM4lf_matrix_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_cortexM4lf_matrix_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/arm_matrix_example.ini +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM0.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM3.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_matrix_example/ARM/startup_ARMCM4.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_matrix_example/arm_matrix_example_f32.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM0.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM3.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_matrix_example/system_ARMCM4.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM0l_signal_converge_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM0l_signal_converge_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM3l_signal_converge_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM3l_signal_converge_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM4lf_signal_converge_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_cortexM4lf_signal_converge_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/arm_signal_converge_example.ini +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM0.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM3.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/ARM/startup_ARMCM4.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/arm_signal_converge_data.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/arm_signal_converge_example_f32.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM0.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM3.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_signal_converge_example/system_ARMCM4.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM0l_sin_cos_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM0l_sin_cos_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM3l_sin_cos_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM3l_sin_cos_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM4lf_sin_cos_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_cortexM4lf_sin_cos_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/arm_sin_cos_example.ini +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM0.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM3.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/ARM/startup_ARMCM4.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/arm_sin_cos_example_f32.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM0.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM3.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_sin_cos_example/system_ARMCM4.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM0l_variance_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM0l_variance_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM3l_variance_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM3l_variance_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM4lf_variance_example.uvopt +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_cortexM4lf_variance_example.uvproj +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/arm_variance_example.ini +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM0.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM3.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_variance_example/ARM/startup_ARMCM4.s +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_variance_example/arm_variance_example_f32.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM0.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM3.c +%%EXAMPLES%%arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Examples/arm_variance_example/system_ARMCM4.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvopt +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ARM/arm_cortexM0x_math.uvproj +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvopt +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ARM/arm_cortexM3x_math.uvproj +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvopt +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ARM/arm_cortexM4x_math.uvproj +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ARM/arm_cortexMx_math_Build.bat +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_dot_prod_q7.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_negate_q7.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_offset_q7.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_conj_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_dot_prod_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mag_squared_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_cmplx_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/arm_cmplx_mult_real_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_init_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_pid_reset_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/ControllerFunctions/arm_sin_cos_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_f32.c +arduino/hardware/arduino/sam/system/CMSIS/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_biquad_cascade_df1_init_q15.c *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Fri Oct 14 19:36:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1A87C1129A; Fri, 14 Oct 2016 19:36:27 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB902B79; Fri, 14 Oct 2016 19:36:27 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EJaQMG045368; Fri, 14 Oct 2016 19:36:26 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EJaQIX045366; Fri, 14 Oct 2016 19:36:26 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201610141936.u9EJaQIX045366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Fri, 14 Oct 2016 19:36:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423984 - head/databases/influxdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 19:36:28 -0000 Author: girgen Date: Fri Oct 14 19:36:26 2016 New Revision: 423984 URL: https://svnweb.freebsd.org/changeset/ports/423984 Log: Upgrade to 1.0.2 For upgrading, see this site: https://docs.influxdata.com/influxdb/v1.0/administration/013_vs_1/ Submitted by: maintainer PR: ports/213464 Modified: head/databases/influxdb/Makefile head/databases/influxdb/distinfo Modified: head/databases/influxdb/Makefile ============================================================================== --- head/databases/influxdb/Makefile Fri Oct 14 19:03:59 2016 (r423983) +++ head/databases/influxdb/Makefile Fri Oct 14 19:36:26 2016 (r423984) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= influxdb -PORTVERSION= 0.13.0 +PORTVERSION= 1.0.2 DISTVERSIONPREFIX= v CATEGORIES= databases net-mgmt @@ -18,26 +18,24 @@ USE_RC_SUBR= influxd USE_GITHUB= yes GH_ACCOUNT= influxdata:DEFAULT -GH_TUPLE= BurntSushi:toml:f0aeabc:toml \ - armon:go-metrics:f303b03:go_metrics \ +GH_TUPLE= BurntSushi:toml:9906417:toml \ bmizerany:pat:c068ca2:pat \ - boltdb:bolt:c1c3bd7:bolt \ - dgryski:go-bits:86c69b3:go_bits \ - dgryski:go-bitstream:27cd597:go_bitstream \ - gogo:protobuf:c18eea6:protobuf \ - golang:snappy:d7b1e15:snappy \ - hashicorp:go-msgpack:fa3f638:go_msgpack \ - hashicorp:raft:5fdd8ee:raft \ - hashicorp:raft-boltdb:d1e82c1:raft_boltdb \ + boltdb:bolt:5cc10bb:bolt \ + davecgh:go-spew:5215b55:go_spew \ + dgrijalva:jwt-go:9b486c8:jwt_go \ + dgryski:go-bits:2ad8d70:go_bits \ + dgryski:go-bitstream:7d46cd2:go_bitstream \ + gogo:protobuf:6abcf94:protobuf \ + golang:snappy:d9eb7a3:snappy \ influxdata:usage-client:475977e:usage_client \ jwilder:encoding:ac74639:encoding \ - kimor79:gollectd:b5dddb1:gollectd \ + kimor79:gollectd:61d0dee:gollectd \ paulbellamy:ratecounter:5a11f58:ratecounter \ - peterh:liner:0e4af13:liner \ - rakyll:statik:2940084:statik \ + peterh:liner:8975875:liner \ + rakyll:statik:274df12:statik \ + retailnext:hllpp:38a7bb7:hllpp \ collectd:go-collectd:9fc824c:go_collectd \ - golang:crypto:b6789ab:crypto \ - fatih:pool:cba550e:pool + golang:crypto:c197bcf:crypto SUB_FILES= influxd SUB_LIST+= INFLUXD_USER=${INFLUXD_USER} \ @@ -66,9 +64,10 @@ STRIP= # stripping can break go binarie post-patch: @${MKDIR} ${WRKSRC}/src/github.com/BurntSushi - @${MKDIR} ${WRKSRC}/src/github.com/armon @${MKDIR} ${WRKSRC}/src/github.com/bmizerany @${MKDIR} ${WRKSRC}/src/github.com/boltdb + @${MKDIR} ${WRKSRC}/src/github.com/davecgh + @${MKDIR} ${WRKSRC}/src/github.com/dgrijalva @${MKDIR} ${WRKSRC}/src/github.com/dgryski @${MKDIR} ${WRKSRC}/src/github.com/gogo @${MKDIR} ${WRKSRC}/src/github.com/golang @@ -79,39 +78,38 @@ post-patch: @${MKDIR} ${WRKSRC}/src/github.com/paulbellamy @${MKDIR} ${WRKSRC}/src/github.com/peterh @${MKDIR} ${WRKSRC}/src/github.com/rakyll + @${MKDIR} ${WRKSRC}/src/github.com/retailnext @${MKDIR} ${WRKSRC}/src/golang.org/x @${MKDIR} ${WRKSRC}/src/gopkg.in/fatih @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} @cd ${WRKSRC} && \ - ${MV} CHANGELOG.md CODING_GUIDELINES.md CONTRIBUTING.md DOCKER.md \ - Dockerfile Dockerfile_build_ubuntu32 Dockerfile_build_ubuntu64 \ - Dockerfile_build_ubuntu64_git Dockerfile_test_ubuntu32 Godeps LICENSE \ - LICENSE_OF_DEPENDENCIES.md Makefile QUERIES.md README.md build-docker.sh \ - build.py build.sh circle-test.sh circle.yml client cluster \ - cmd errors.go etc gobuild.sh importer influxdb.go influxql \ - influxvar.go models monitor nightly.sh node.go package.sh pkg scripts \ - services stress tcp test.sh tests toml tsdb uuid \ + ${MV} LICENSE build.sh gobuild.sh node.go tests \ + circle-test.sh importer package.sh toml \ + Dockerfile Makefile circle.yml influxdb.go pkg tsdb \ + Dockerfile_build_ubuntu32 client influxql scripts uuid \ + Dockerfile_build_ubuntu64 cmd man services \ + .mention-bot Dockerfile_build_ubuntu64_git appveyor.yml coordinator models stress \ + Dockerfile_test_ubuntu32 build-docker.sh errors.go monitor tcp \ + Godeps build.py etc nightly.sh test.sh \ ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} @${MV} ${WRKSRC_toml} ${WRKSRC}/src/github.com/BurntSushi/toml - @${MV} ${WRKSRC_go_metrics} ${WRKSRC}/src/github.com/armon/go-metrics @${MV} ${WRKSRC_pat} ${WRKSRC}/src/github.com/bmizerany/pat @${MV} ${WRKSRC_bolt} ${WRKSRC}/src/github.com/boltdb/bolt + @${MV} ${WRKSRC_go_spew} ${WRKSRC}/src/github.com/davecgh/go-spew + @${MV} ${WRKSRC_jwt_go} ${WRKSRC}/src/github.com/dgrijalva/jwt-go @${MV} ${WRKSRC_go_bits} ${WRKSRC}/src/github.com/dgryski/go-bits @${MV} ${WRKSRC_go_bitstream} ${WRKSRC}/src/github.com/dgryski/go-bitstream @${MV} ${WRKSRC_protobuf} ${WRKSRC}/src/github.com/gogo/protobuf @${MV} ${WRKSRC_snappy} ${WRKSRC}/src/github.com/golang/snappy - @${MV} ${WRKSRC_go_msgpack} ${WRKSRC}/src/github.com/hashicorp/go-msgpack - @${MV} ${WRKSRC_raft} ${WRKSRC}/src/github.com/hashicorp/raft - @${MV} ${WRKSRC_raft_boltdb} ${WRKSRC}/src/github.com/hashicorp/raft-boltdb @${MV} ${WRKSRC_usage_client} ${WRKSRC}/src/github.com/influxdata/usage-client @${MV} ${WRKSRC_encoding} ${WRKSRC}/src/github.com/jwilder/encoding @${MV} ${WRKSRC_gollectd} ${WRKSRC}/src/github.com/kimor79/gollectd @${MV} ${WRKSRC_ratecounter} ${WRKSRC}/src/github.com/paulbellamy/ratecounter @${MV} ${WRKSRC_liner} ${WRKSRC}/src/github.com/peterh/liner @${MV} ${WRKSRC_statik} ${WRKSRC}/src/github.com/rakyll/statik + @${MV} ${WRKSRC_hllpp} ${WRKSRC}/src/github.com/retailnext/hllpp @${MV} ${WRKSRC_go_collectd} ${WRKSRC}/src/collectd.org @${MV} ${WRKSRC_crypto} ${WRKSRC}/src/golang.org/x/crypto - @${MV} ${WRKSRC_pool} ${WRKSRC}/src/gopkg.in/fatih/pool.v2 do-build: @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} && ${SETENV} GOPATH=${WRKSRC} go install ./... Modified: head/databases/influxdb/distinfo ============================================================================== --- head/databases/influxdb/distinfo Fri Oct 14 19:03:59 2016 (r423983) +++ head/databases/influxdb/distinfo Fri Oct 14 19:36:26 2016 (r423984) @@ -1,42 +1,39 @@ -SHA256 (influxdata-influxdb-v0.13.0_GH0.tar.gz) = 661dc5719efa2db0ff5e5a4676c31852dd259a952dd8fc837766cb291e06d31b -SIZE (influxdata-influxdb-v0.13.0_GH0.tar.gz) = 1215983 -SHA256 (BurntSushi-toml-f0aeabc_GH0.tar.gz) = f3ad6458a95c4b631e80e676b6dcd6e2bc92ebee9f21e055215d3038865cc062 -SIZE (BurntSushi-toml-f0aeabc_GH0.tar.gz) = 39894 -SHA256 (armon-go-metrics-f303b03_GH0.tar.gz) = 70a38d8118b5969d346c27edd012acc3aaded40cdaedb3c6781da5d51db3d84b -SIZE (armon-go-metrics-f303b03_GH0.tar.gz) = 13729 +TIMESTAMP = 1476392334 +SHA256 (influxdata-influxdb-v1.0.2_GH0.tar.gz) = 440899edccbcbe66a6919c7c1fbbde7a6f3b3c2917abb454597f37dd80bb1163 +SIZE (influxdata-influxdb-v1.0.2_GH0.tar.gz) = 1386268 +SHA256 (BurntSushi-toml-9906417_GH0.tar.gz) = a980407edcf8275d58651f9af3c74dc802f0aaf702936c78b36059289421de8c +SIZE (BurntSushi-toml-9906417_GH0.tar.gz) = 39914 SHA256 (bmizerany-pat-c068ca2_GH0.tar.gz) = 1bff463e4313717c5561a97020e5b6ae8095560fa834aa565c488b85b5549433 SIZE (bmizerany-pat-c068ca2_GH0.tar.gz) = 6246 -SHA256 (boltdb-bolt-c1c3bd7_GH0.tar.gz) = 917fc575f9312ebd260376e37f81cbee0a90d1aaf5de0ec3e2ca562060f3f254 -SIZE (boltdb-bolt-c1c3bd7_GH0.tar.gz) = 80152 -SHA256 (dgryski-go-bits-86c69b3_GH0.tar.gz) = 92e7227b8527dacd387bd89536b8d349e7d57131ead1071329a94133a5e67780 -SIZE (dgryski-go-bits-86c69b3_GH0.tar.gz) = 2137 -SHA256 (dgryski-go-bitstream-27cd597_GH0.tar.gz) = 9bd56e5019d84d31b7ffd68feca5f61db683588c9bb2033763dfc84c99d5c370 -SIZE (dgryski-go-bitstream-27cd597_GH0.tar.gz) = 2801 -SHA256 (gogo-protobuf-c18eea6_GH0.tar.gz) = 558f15187003b05f2c2f51c3c1fcce42de691f9f990b917f52ae618d9b367394 -SIZE (gogo-protobuf-c18eea6_GH0.tar.gz) = 1963222 -SHA256 (golang-snappy-d7b1e15_GH0.tar.gz) = 0492ba0757cab34aa176347a4d3f30151688a85be94047a6540b2dbe907e9d9f -SIZE (golang-snappy-d7b1e15_GH0.tar.gz) = 61862 -SHA256 (hashicorp-go-msgpack-fa3f638_GH0.tar.gz) = 6353c623d5d58c7ca03e2bdac63f9da7da8848fb1f5f7f239b33e3ce6fe6c6bd -SIZE (hashicorp-go-msgpack-fa3f638_GH0.tar.gz) = 49496 -SHA256 (hashicorp-raft-5fdd8ee_GH0.tar.gz) = 2ea0bf339929965622b9440c3d2ca03fa3e2938122d899db9d798a1778dd8c11 -SIZE (hashicorp-raft-5fdd8ee_GH0.tar.gz) = 66059 -SHA256 (hashicorp-raft-boltdb-d1e82c1_GH0.tar.gz) = 68bb2996a4ec490c099612efcc255ad721014aaf42afbf9f0b21fcf8361162d9 -SIZE (hashicorp-raft-boltdb-d1e82c1_GH0.tar.gz) = 8879 +SHA256 (boltdb-bolt-5cc10bb_GH0.tar.gz) = a992db35390fcf540ebbf8685f03a8165a68143701e16d096ed9cfc56b484da1 +SIZE (boltdb-bolt-5cc10bb_GH0.tar.gz) = 80285 +SHA256 (davecgh-go-spew-5215b55_GH0.tar.gz) = a73d6352d8172dfb648e6aa25a8b81ed5c1895295090c876bef01d017264cbac +SIZE (davecgh-go-spew-5215b55_GH0.tar.gz) = 41794 +SHA256 (dgrijalva-jwt-go-9b486c8_GH0.tar.gz) = 623546acbfac2febde330b3db969a0e15645bac9c257bf5c02301de753d4d84c +SIZE (dgrijalva-jwt-go-9b486c8_GH0.tar.gz) = 23530 +SHA256 (dgryski-go-bits-2ad8d70_GH0.tar.gz) = 732ddc81419cd7fa5e43394c384bff3708c47206982c87975b6adc7b428e90db +SIZE (dgryski-go-bits-2ad8d70_GH0.tar.gz) = 2193 +SHA256 (dgryski-go-bitstream-7d46cd2_GH0.tar.gz) = ba7a2b22ea94d4541da4fce08e7c58fdbcde6feec1a652c3174a89907567667f +SIZE (dgryski-go-bitstream-7d46cd2_GH0.tar.gz) = 3006 +SHA256 (gogo-protobuf-6abcf94_GH0.tar.gz) = eab44866a2b216acc42798ab6240e2f45f290694b52e3dc3dfc9f93854aa0e03 +SIZE (gogo-protobuf-6abcf94_GH0.tar.gz) = 2094783 +SHA256 (golang-snappy-d9eb7a3_GH0.tar.gz) = 857fd1a142bc62ed05610c9daec12c6f6e4ff68b6cd5594311496b96bd8cbc2d +SIZE (golang-snappy-d9eb7a3_GH0.tar.gz) = 62041 SHA256 (influxdata-usage-client-475977e_GH0.tar.gz) = b62bc789b1e508b3904a9514705d0d5c362e9788028eeab97c588927a94d59f7 SIZE (influxdata-usage-client-475977e_GH0.tar.gz) = 6620 SHA256 (jwilder-encoding-ac74639_GH0.tar.gz) = 4ffaca6579bd79f7989047552eac79158219eb979677652e2dd05fba54b18bc8 SIZE (jwilder-encoding-ac74639_GH0.tar.gz) = 9454 -SHA256 (kimor79-gollectd-b5dddb1_GH0.tar.gz) = b97efdb5777d10a193a2de81048798dd5ab9e9626fe8af2accc56c0d4907d84d -SIZE (kimor79-gollectd-b5dddb1_GH0.tar.gz) = 9589 +SHA256 (kimor79-gollectd-61d0dee_GH0.tar.gz) = 217d827fb26d1cf7b1fa3bae7fa51fc5b25ff2141151ffa7d328d015cd4fb498 +SIZE (kimor79-gollectd-61d0dee_GH0.tar.gz) = 9508 SHA256 (paulbellamy-ratecounter-5a11f58_GH0.tar.gz) = e493c6c8d673ecda63e9c0bd4e63a5af11362878c0c95f0e46711ccad1462eba SIZE (paulbellamy-ratecounter-5a11f58_GH0.tar.gz) = 2877 -SHA256 (peterh-liner-0e4af13_GH0.tar.gz) = b2c95ecb7c7a6a1d5fafb1a04e8b733e797f4ab3ed76f56b235648d0f263d467 -SIZE (peterh-liner-0e4af13_GH0.tar.gz) = 19500 -SHA256 (rakyll-statik-2940084_GH0.tar.gz) = 4ac0ba6d281986dadc60b85bc8a72a824c297db13ca5f5d9b75e405c9e26a6bc -SIZE (rakyll-statik-2940084_GH0.tar.gz) = 77894 +SHA256 (peterh-liner-8975875_GH0.tar.gz) = a754997d65d419cab0d76b1abbd93d392dc4bc038091f23ddac9247ef6228c3d +SIZE (peterh-liner-8975875_GH0.tar.gz) = 19672 +SHA256 (rakyll-statik-274df12_GH0.tar.gz) = 47cb3d4bc95171baeac813c0373cdfc232c4339fb09f251a76df247615216d49 +SIZE (rakyll-statik-274df12_GH0.tar.gz) = 77898 +SHA256 (retailnext-hllpp-38a7bb7_GH0.tar.gz) = 904156542b8cc404710f5689f7944e2d0c9a2fb8a6f53ae763bc922724f8c603 +SIZE (retailnext-hllpp-38a7bb7_GH0.tar.gz) = 43008 SHA256 (collectd-go-collectd-9fc824c_GH0.tar.gz) = 4d6f6d88f85e48eff7fa5443145ab62c30463b102dbcc70c3309519b7e01e546 SIZE (collectd-go-collectd-9fc824c_GH0.tar.gz) = 24548 -SHA256 (golang-crypto-b6789ab_GH0.tar.gz) = 8e59ebf79fa9bb4554f2e5c9b271e3a8774e9624019f96fe527c598109710227 -SIZE (golang-crypto-b6789ab_GH0.tar.gz) = 1026715 -SHA256 (fatih-pool-cba550e_GH0.tar.gz) = fdcbcf67872333b16b74647bc4c8aa8100de81f58f0ea99ff83a519bf142e4cb -SIZE (fatih-pool-cba550e_GH0.tar.gz) = 4854 +SHA256 (golang-crypto-c197bcf_GH0.tar.gz) = 1b5885280a6290b9840aa1e5171095e690bcd8b0c9a01931d82f23562277bea6 +SIZE (golang-crypto-c197bcf_GH0.tar.gz) = 903965 From owner-svn-ports-head@freebsd.org Fri Oct 14 19:42:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6C38C1151E; Fri, 14 Oct 2016 19:42:49 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76CA2FB9; Fri, 14 Oct 2016 19:42:49 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EJgmrR048990; Fri, 14 Oct 2016 19:42:48 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EJgmZx048988; Fri, 14 Oct 2016 19:42:48 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610141942.u9EJgmZx048988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 14 Oct 2016 19:42:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423985 - head/devel/relx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 19:42:49 -0000 Author: olgeni Date: Fri Oct 14 19:42:48 2016 New Revision: 423985 URL: https://svnweb.freebsd.org/changeset/ports/423985 Log: Update devel/relx to version 3.21.1. Modified: head/devel/relx/Makefile head/devel/relx/distinfo Modified: head/devel/relx/Makefile ============================================================================== --- head/devel/relx/Makefile Fri Oct 14 19:36:26 2016 (r423984) +++ head/devel/relx/Makefile Fri Oct 14 19:42:48 2016 (r423985) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= relx -PORTVERSION= 3.21.0 +PORTVERSION= 3.21.1 DISTVERSIONPREFIX= v CATEGORIES= devel MASTER_SITES+= LOCAL/olgeni:deps \ Modified: head/devel/relx/distinfo ============================================================================== --- head/devel/relx/distinfo Fri Oct 14 19:36:26 2016 (r423984) +++ head/devel/relx/distinfo Fri Oct 14 19:42:48 2016 (r423985) @@ -1,4 +1,4 @@ -TIMESTAMP = 1472197573 +TIMESTAMP = 1476474109 SHA256 (relx-cache-12.tar.gz) = fcb88a0ac84c6175ebb0d2d725c22c74bcc59db5abf182c87d5382be7bfa90e9 SIZE (relx-cache-12.tar.gz) = 876564 SHA256 (bbmustache-1.0.4.tar) = 03b0d47db66e86df993896dce7578d7e4aae5f84636809b45fa8a3e34ee59b12 @@ -11,5 +11,5 @@ SHA256 (getopt-0.8.2.tar) = 736e6db3679f SIZE (getopt-0.8.2.tar) = 20480 SHA256 (providers-1.6.0.tar) = 0f6876529a613d34224de8c61d3660388eb981142360f2699486d8536050ce2f SIZE (providers-1.6.0.tar) = 20480 -SHA256 (erlware-relx-v3.21.0_GH0.tar.gz) = b554ffc2e5c454f7e65d54139bf9e2d60402a5714fd997fcd087063eece47c29 -SIZE (erlware-relx-v3.21.0_GH0.tar.gz) = 600647 +SHA256 (erlware-relx-v3.21.1_GH0.tar.gz) = f913bdcc1e8818f5cc43bbc8b28823d4e92e1590e72612fcce5c3816553b1941 +SIZE (erlware-relx-v3.21.1_GH0.tar.gz) = 97958 From owner-svn-ports-head@freebsd.org Fri Oct 14 19:50:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1D71C11687; Fri, 14 Oct 2016 19:50:01 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99B8418C; Fri, 14 Oct 2016 19:50:01 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EJo04p049364; Fri, 14 Oct 2016 19:50:00 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EJo0QT049361; Fri, 14 Oct 2016 19:50:00 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610141950.u9EJo0QT049361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 14 Oct 2016 19:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423986 - in head: . Mk Mk/Uses X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 19:50:02 -0000 Author: antoine Date: Fri Oct 14 19:50:00 2016 New Revision: 423986 URL: https://svnweb.freebsd.org/changeset/ports/423986 Log: Change the default version of python3 from 3.4 to 3.5 Thanks to Ruslan Makhmatkhanov for doing all the fixes PR: 204519 With hat: portmgr Modified: head/Mk/Uses/python.mk head/Mk/bsd.default-versions.mk head/UPDATING Modified: head/Mk/Uses/python.mk ============================================================================== --- head/Mk/Uses/python.mk Fri Oct 14 19:42:48 2016 (r423985) +++ head/Mk/Uses/python.mk Fri Oct 14 19:50:00 2016 (r423986) @@ -222,7 +222,7 @@ _INCLUDE_USES_PYTHON_MK= yes # What Python version and what Python interpreters are currently supported? # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. -_PYTHON_VERSIONS= 2.7 3.4 3.5 3.3 # preferred first +_PYTHON_VERSIONS= 2.7 3.5 3.4 3.3 # preferred first _PYTHON_PORTBRANCH= 2.7 # ${_PYTHON_VERSIONS:[1]} _PYTHON_BASECMD= ${LOCALBASE}/bin/python _PYTHON_RELPORTDIR= lang/python Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Fri Oct 14 19:42:48 2016 (r423985) +++ head/Mk/bsd.default-versions.mk Fri Oct 14 19:50:00 2016 (r423986) @@ -66,7 +66,7 @@ PYTHON_DEFAULT?= 2.7 # Possible values: 2.7 PYTHON2_DEFAULT?= 2.7 # Possible values: 3.3, 3.4, 3.5 -PYTHON3_DEFAULT?= 3.4 +PYTHON3_DEFAULT?= 3.5 # Possible values: 2.0, 2.1, 2.2, 2.3 RUBY_DEFAULT?= 2.2 # Possible values: base, openssl, openssl-devel, libressl, libressl-devel Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Oct 14 19:42:48 2016 (r423985) +++ head/UPDATING Fri Oct 14 19:50:00 2016 (r423986) @@ -5,6 +5,20 @@ 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. +20161014: + AFFECTS: users of lang/python3 + AUTHOR: antoine@FreeBSD.org + + The default version of python3 has changed from 3.4 to 3.5. + If you wish to stick with older version, add "python3=3.4" to your + DEFAULT_VERSIONS variable in /etc/make.conf. To upgrade: + + If using portupgrade: + # portupgrade -o lang/python35 lang/python34 + + If using portmaster: + # portmaster -o lang/python35 lang/python34 + 20161011: AFFECTS: Users of net-im/ejabberd AUTHOR: ashish@FreeBSD.org From owner-svn-ports-head@freebsd.org Fri Oct 14 20:08:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49E4EC11E0A; Fri, 14 Oct 2016 20:08:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19219BE; Fri, 14 Oct 2016 20:08:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EK8ivt056975; Fri, 14 Oct 2016 20:08:44 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EK8i4S056973; Fri, 14 Oct 2016 20:08:44 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610142008.u9EK8i4S056973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 14 Oct 2016 20:08:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423987 - head/devel/git-cinnabar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 20:08:45 -0000 Author: jbeich Date: Fri Oct 14 20:08:43 2016 New Revision: 423987 URL: https://svnweb.freebsd.org/changeset/ports/423987 Log: devel/git-cinnabar: chase r423921 by updating to 0.4.0.b3.6 common-main.o: In function `main': common-main.c:(.text+0x0): multiple definition of `main' cinnabar-helper.o:../cinnabar-helper.c:(.text+0x1b0): first defined here cc: error: linker command failed with exit code 1 (use -v to see invocation) Changes: https://github.com/glandium/git-cinnabar/compare/0.4.0b3...75f38ed PR: 213417 (for tracking) Reported by: pkg-fallout Modified: head/devel/git-cinnabar/Makefile (contents, props changed) head/devel/git-cinnabar/distinfo (contents, props changed) Modified: head/devel/git-cinnabar/Makefile ============================================================================== --- head/devel/git-cinnabar/Makefile Fri Oct 14 19:50:00 2016 (r423986) +++ head/devel/git-cinnabar/Makefile Fri Oct 14 20:08:43 2016 (r423987) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= git-cinnabar -DISTVERSION= 0.4.0b3 +DISTVERSION= 0.4.0b3-6 +DISTVERSIONSUFFIX= -g75f38ed CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org Modified: head/devel/git-cinnabar/distinfo ============================================================================== --- head/devel/git-cinnabar/distinfo Fri Oct 14 19:50:00 2016 (r423986) +++ head/devel/git-cinnabar/distinfo Fri Oct 14 20:08:43 2016 (r423987) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468849201 -SHA256 (glandium-git-cinnabar-0.4.0b3_GH0.tar.gz) = eecc7f1f55cb53c8a1fdce0b51413ad995fd871f5b02cf2835b4ee5f4d8b7aa9 -SIZE (glandium-git-cinnabar-0.4.0b3_GH0.tar.gz) = 83967 +TIMESTAMP = 1476283907 +SHA256 (glandium-git-cinnabar-0.4.0b3-6-g75f38ed_GH0.tar.gz) = 4fb18f9bad6f9da0425e403ec2f60374eed3888f5263a46b4133ef46439f9f55 +SIZE (glandium-git-cinnabar-0.4.0b3-6-g75f38ed_GH0.tar.gz) = 84068 From owner-svn-ports-head@freebsd.org Fri Oct 14 20:32:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AFFCC1235A; Fri, 14 Oct 2016 20:32:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59AD5D6B; Fri, 14 Oct 2016 20:32:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EKWsc4067814; Fri, 14 Oct 2016 20:32:54 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EKWsc2067812; Fri, 14 Oct 2016 20:32:54 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610142032.u9EKWsc2067812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 14 Oct 2016 20:32:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423988 - head/net-mgmt/zabbix22-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 20:32:55 -0000 Author: pi Date: Fri Oct 14 20:32:54 2016 New Revision: 423988 URL: https://svnweb.freebsd.org/changeset/ports/423988 Log: net-mgmt/zabbix22-server: 2.2.14 -> 2.2.15 PR: 213243 Changes: http://www.zabbix.com/rn2.2.15.php Submitted by: Pakhom Golynga (maintainer) Modified: head/net-mgmt/zabbix22-server/Makefile head/net-mgmt/zabbix22-server/distinfo Modified: head/net-mgmt/zabbix22-server/Makefile ============================================================================== --- head/net-mgmt/zabbix22-server/Makefile Fri Oct 14 20:08:43 2016 (r423987) +++ head/net-mgmt/zabbix22-server/Makefile Fri Oct 14 20:32:54 2016 (r423988) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix22 -PORTVERSION= 2.2.14 +PORTVERSION= 2.2.15 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} PKGNAMESUFFIX?= -server @@ -82,13 +82,13 @@ OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE OR OPTIONS_SINGLE_ODBC= IODBC UNIXODBC MYSQL_CONFIGURE_WITH= mysql -USES+= mysql +MYSQL_USES+= mysql PGSQL_CONFIGURE_WITH= postgresql -USES+= pgsql +PGSQL_USES+= pgsql SQLITE_CONFIGURE_WITH= sqlite3 -USES+= sqlite:3 +SQLITE_USES+= sqlite:3 ORACLE_CONFIGURE_WITH= oracle Modified: head/net-mgmt/zabbix22-server/distinfo ============================================================================== --- head/net-mgmt/zabbix22-server/distinfo Fri Oct 14 20:08:43 2016 (r423987) +++ head/net-mgmt/zabbix22-server/distinfo Fri Oct 14 20:32:54 2016 (r423988) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473858962 -SHA256 (zabbix-2.2.14.tar.gz) = 76fa3f45168946b9fb4a22840b4b06054f1a09da93c910969eacd04217fa21c8 -SIZE (zabbix-2.2.14.tar.gz) = 15481807 +TIMESTAMP = 1475755867 +SHA256 (zabbix-2.2.15.tar.gz) = 1dc370a04bc42bf21cdedc2dd53de051ac4a61d20ae83cd7c6e1cdd9c574f653 +SIZE (zabbix-2.2.15.tar.gz) = 15487398 From owner-svn-ports-head@freebsd.org Fri Oct 14 20:34:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 582CBC123DF; Fri, 14 Oct 2016 20:34:28 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C65DEDC; Fri, 14 Oct 2016 20:34:28 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EKYRgj068129; Fri, 14 Oct 2016 20:34:27 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EKYQ4W068123; Fri, 14 Oct 2016 20:34:26 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201610142034.u9EKYQ4W068123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Fri, 14 Oct 2016 20:34:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423989 - in head/emulators: . qemu qemu-utils qemu-utils/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 20:34:28 -0000 Author: asomers (src committer) Date: Fri Oct 14 20:34:26 2016 New Revision: 423989 URL: https://svnweb.freebsd.org/changeset/ports/423989 Log: Add emulators/qemu-utils qemu-utils is a new port which installs a few miscellaneous qemu utilities that are useful even without emulation capabilities. It is useful where emulation is not needed, because it has far fewer dependencies than qemu. It is equivalent to the Debian package of the same name. Reviewed by: sbruno, brd Approved by: brd (ports) Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D8038 Added: head/emulators/qemu-utils/ head/emulators/qemu-utils/Makefile (contents, props changed) head/emulators/qemu-utils/files/ head/emulators/qemu-utils/files/patch-Makefile (contents, props changed) head/emulators/qemu-utils/files/patch-configure (contents, props changed) head/emulators/qemu-utils/pkg-descr (contents, props changed) head/emulators/qemu-utils/pkg-plist (contents, props changed) Modified: head/emulators/Makefile head/emulators/qemu/Makefile Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Fri Oct 14 20:32:54 2016 (r423988) +++ head/emulators/Makefile Fri Oct 14 20:34:26 2016 (r423989) @@ -123,6 +123,7 @@ SUBDIR += qemu-launcher SUBDIR += qemu-sbruno SUBDIR += qemu-user-static + SUBDIR += qemu-utils SUBDIR += qmc2 SUBDIR += qtemu SUBDIR += quasi88 Added: head/emulators/qemu-utils/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/qemu-utils/Makefile Fri Oct 14 20:34:26 2016 (r423989) @@ -0,0 +1,85 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -utils + +MAINTAINER= asomers@FreeBSD.org +COMMENT= QEMU userland utilities + +HAS_CONFIGURE= yes +USES= cpe gmake pkgconfig perl5 python:2,build tar:bzip2 +USES+= gettext-runtime +USE_GNOME+= glib20 +MAKE_ENV+= BSD_MAKE="${MAKE}" PREFIX=${PREFIX} +CONFLICTS_INSTALL= qemu-[0-9]* qemu-devel-* qemu-sbruno-* + +OPTIONS_SLAVE= DOCS +OPTIONS_EXCLUDE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ + CDROM_DMA PCAP USBREDIR GNS3 X86_TARGETS \ + STATIC_LINK NCURSES +MASTERDIR= ${.CURDIR}/../qemu +PLIST= ${.CURDIR}/pkg-plist +DESCR= ${.CURDIR}/pkg-descr +EXTRA_PATCHES= ${.CURDIR}/files/patch-Makefile ${.CURDIR}/files/patch-configure +PKGMESSAGE= + +PORTDOCS= qemu-doc.html qemu-tech.html qmp-commands.txt + +CONFIGURE_ARGS=--localstatedir=/var --extra-ldflags=-L\"${LOCALBASE}/lib\" \ + --disable-libssh2 \ + --prefix=${PREFIX} --cc=${CC} --disable-kvm \ + --disable-linux-user --disable-linux-aio --disable-xen \ + --python=${PYTHON_CMD} \ + --extra-cflags=-I${WRKSRC}\ -I${LOCALBASE}/include\ -DPREFIX=\\\"\"${PREFIX}\\\"\" \ + --disable-curl \ + --disable-gnutls \ + --disable-gtk \ + --disable-vte \ + --disable-vnc-jpeg \ + --disable-opengl \ + --disable-usb-redir \ + --disable-sdl \ + --disable-system \ + --disable-user \ + --disable-guest-agent \ + --disable-nettle \ + --disable-gcrypt \ + --disable-curses \ + --disable-vnc \ + --disable-virtfs \ + --disable-brlapi \ + --disable-fdt \ + --disable-bluez \ + --disable-kvm \ + --disable-rdma \ + --disable-uuid \ + --disable-vde \ + --disable-netmap \ + --disable-cap-ng \ + --disable-attr \ + --disable-vhost-net \ + --disable-spice \ + --disable-rbd \ + --disable-libiscsi \ + --disable-libnfs \ + --disable-smartcard \ + --disable-libusb \ + --disable-usb-redir \ + --disable-lzo \ + --disable-snappy \ + --disable-bzip2 \ + --disable-seccomp \ + --disable-coroutine-pool \ + --disable-glusterfs \ + --disable-archipelago \ + --disable-tpm \ + --disable-numa \ + --disable-blobs \ + --without-pixman + +LIB_DEPENDS= + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qemu-* + @${RMDIR} ${STAGEDIR}${DATADIR} + +.include "${MASTERDIR}/Makefile" Added: head/emulators/qemu-utils/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/qemu-utils/files/patch-Makefile Fri Oct 14 20:34:26 2016 (r423989) @@ -0,0 +1,14 @@ +--- Makefile.orig 2016-10-04 19:25:28 UTC ++++ Makefile +@@ -464,11 +464,6 @@ endif + ifeq ($(CONFIG_GTK),y) + $(MAKE) -C po $@ + endif +- $(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)/keymaps" +- set -e; for x in $(KEYMAPS); do \ +- $(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(qemu_datadir)/keymaps"; \ +- done +- $(INSTALL_DATA) $(SRC_PATH)/trace-events "$(DESTDIR)$(qemu_datadir)/trace-events" + for d in $(TARGET_DIRS); do \ + $(MAKE) $(SUBDIR_MAKEFLAGS) TARGET_DIR=$$d/ -C $$d $@ || exit 1 ; \ + done Added: head/emulators/qemu-utils/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/qemu-utils/files/patch-configure Fri Oct 14 20:34:26 2016 (r423989) @@ -0,0 +1,19 @@ +--- configure.orig 2016-08-17 15:26:51 UTC ++++ configure +@@ -3021,7 +3021,7 @@ if test "$pixman" = ""; then + fi + fi + if test "$pixman" = "none"; then +- if test "$want_tools" != "no" -o "$softmmu" != "no"; then ++ if test "$softmmu" != "no"; then + error_exit "pixman disabled but system emulation or tools build" \ + "enabled. You can turn off pixman only if you also" \ + "disable all system emulation targets and the tools" \ +@@ -4584,7 +4584,6 @@ if test "$want_tools" = "yes" ; then + tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools" + if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then + tools="qemu-nbd\$(EXESUF) $tools" +- tools="ivshmem-client\$(EXESUF) ivshmem-server\$(EXESUF) $tools" + fi + fi + if test "$softmmu" = yes ; then Added: head/emulators/qemu-utils/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/qemu-utils/pkg-descr Fri Oct 14 20:34:26 2016 (r423989) @@ -0,0 +1,7 @@ +Miscellaneous tools that can be used without the rest of QEMU + +* qemu-img: QEMU disk image utility +* qemu-io: QEMU disk exerciser +* qemu-nbd: QEMU disk network block device server + +WWW: http://wiki.qemu.org/Main_Page Added: head/emulators/qemu-utils/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/qemu-utils/pkg-plist Fri Oct 14 20:34:26 2016 (r423989) @@ -0,0 +1,6 @@ +bin/qemu-img +bin/qemu-io +bin/qemu-nbd +man/man1/qemu-img.1.gz +man/man1/qemu.1.gz +man/man8/qemu-nbd.8.gz Modified: head/emulators/qemu/Makefile ============================================================================== --- head/emulators/qemu/Makefile Fri Oct 14 20:32:54 2016 (r423988) +++ head/emulators/qemu/Makefile Fri Oct 14 20:34:26 2016 (r423989) @@ -14,12 +14,14 @@ COMMENT?= QEMU CPU Emulator LICENSE= GPLv2 HAS_CONFIGURE= yes -USES= cpe gmake pkgconfig bison perl5 python:2,build tar:bzip2 +USES?= cpe gmake pkgconfig bison perl5 python:2,build tar:bzip2 USE_PERL5= build +MAKE_ENV+= BSD_MAKE="${MAKE}" +.if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != "-utils" USE_XORG= pixman USE_GNOME+= cairo glib20 -MAKE_ENV+= BSD_MAKE="${MAKE}" ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts? +.endif OPTIONS_DEFINE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \ CDROM_DMA PCAP USBREDIR GNS3 X86_TARGETS \ @@ -68,18 +70,18 @@ DOCS_BUILD_DEPENDS= texi2html:textproc/t DOCS_USES= makeinfo DOCS_MAKE_ARGS_OFF= NOPORTDOCS=1 -PORTDOCS= docs qemu-doc.html qemu-tech.html qmp-commands.txt +PORTDOCS?= docs qemu-doc.html qemu-tech.html qmp-commands.txt WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//} -CONFIGURE_ARGS+=--localstatedir=/var --extra-ldflags=-L\"${LOCALBASE}/lib\" \ +CONFIGURE_ARGS?=--localstatedir=/var --extra-ldflags=-L\"${LOCALBASE}/lib\" \ --disable-libssh2 --enable-debug \ --prefix=${PREFIX} --cc=${CC} --enable-docs --disable-kvm \ --disable-linux-user --disable-linux-aio --disable-xen \ --smbd=${LOCALBASE}/sbin/smbd --enable-debug-info --python=${PYTHON_CMD} \ --extra-cflags=-I${WRKSRC}\ -I${LOCALBASE}/include\ -DPREFIX=\\\"\"${PREFIX}\\\"\" -LIB_DEPENDS+= libnettle.so:security/nettle \ +LIB_DEPENDS?= libnettle.so:security/nettle \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 From owner-svn-ports-head@freebsd.org Fri Oct 14 20:50:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08024C12695; Fri, 14 Oct 2016 20:50:02 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDCEB5FA; Fri, 14 Oct 2016 20:50:01 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EKo0pO072275; Fri, 14 Oct 2016 20:50:00 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EKo0FJ072273; Fri, 14 Oct 2016 20:50:00 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201610142050.u9EKo0FJ072273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 14 Oct 2016 20:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423990 - head/archivers/unmass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 20:50:02 -0000 Author: ehaupt Date: Fri Oct 14 20:50:00 2016 New Revision: 423990 URL: https://svnweb.freebsd.org/changeset/ports/423990 Log: Update to 0.92 Notified by: repology.org Modified: head/archivers/unmass/Makefile head/archivers/unmass/distinfo Modified: head/archivers/unmass/Makefile ============================================================================== --- head/archivers/unmass/Makefile Fri Oct 14 20:34:26 2016 (r423989) +++ head/archivers/unmass/Makefile Fri Oct 14 20:50:00 2016 (r423990) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unmass -PORTVERSION= 0.9 +PORTVERSION= 0.92 CATEGORIES= archivers MASTER_SITES= http://mirex.mypage.sk/FILES/ \ LOCAL/ehaupt @@ -15,10 +15,15 @@ LICENSE= GPLv2 USES= gmake dos2unix GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/kdev +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/kdev_cmd PLIST_FILES= bin/unmass +CFLAGS+= -DUNIX + +post-extract: + @${MV} ${WRKSRC}/../src/* ${WRKSRC}/src/ + post-patch: .for f in ma.cpp massfs.h utools.h @${REINPLACE_CMD} -e 's|||' ${WRKSRC}/src/${f} Modified: head/archivers/unmass/distinfo ============================================================================== --- head/archivers/unmass/distinfo Fri Oct 14 20:34:26 2016 (r423989) +++ head/archivers/unmass/distinfo Fri Oct 14 20:50:00 2016 (r423990) @@ -1,2 +1,3 @@ -SHA256 (unmass-0.9.tar.gz) = ed3829e4a73592ed3b0628a8ded27b4aec052d39b2083dac5213fcd628054e51 -SIZE (unmass-0.9.tar.gz) = 393735 +TIMESTAMP = 1476476744 +SHA256 (unmass-0.92.tar.gz) = 810e59f74f4c033fec3da6d331c683870823f1fc808a2f52f67baaaae5e57d3f +SIZE (unmass-0.92.tar.gz) = 390954 From owner-svn-ports-head@freebsd.org Fri Oct 14 20:52:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EF53C1279A; Fri, 14 Oct 2016 20:52:06 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F160939; Fri, 14 Oct 2016 20:52:06 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EKq5Vx073720; Fri, 14 Oct 2016 20:52:05 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EKq5pN073717; Fri, 14 Oct 2016 20:52:05 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201610142052.u9EKq5pN073717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 14 Oct 2016 20:52:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423991 - in head: . misc misc/fortune_strfile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 20:52:06 -0000 Author: rene Date: Fri Oct 14 20:52:04 2016 New Revision: 423991 URL: https://svnweb.freebsd.org/changeset/ports/423991 Log: Remove expired port: 2016-10-14 misc/fortune_strfile: unmaintained and duplicated from base Deleted: head/misc/fortune_strfile/ Modified: head/MOVED head/misc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Oct 14 20:50:00 2016 (r423990) +++ head/MOVED Fri Oct 14 20:52:04 2016 (r423991) @@ -8677,3 +8677,4 @@ audio/squeezeboxserver-sqlplaylist|audio audio/squeezeboxserver-superdatetime|audio/logitechmediaserver-superdatetime|2016-10-05|Squeezebox Server renamed to Logitech Media Server audio/squeezeboxserver-trackstat|audio/logitechmediaserver-trackstat|2016-10-05|Squeezebox Server renamed to Logitech Media Server net/py-uritemplate.py|net/py-uritemplate|2016-10-12|Upstream has consolidated on net/py-uritemplate +misc/fortune_strfile||2016-10-14|Has expired: unmaintained and duplicated from base Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Fri Oct 14 20:50:00 2016 (r423990) +++ head/misc/Makefile Fri Oct 14 20:52:04 2016 (r423991) @@ -98,7 +98,6 @@ SUBDIR += fortune-mod-ferengi_rules_of_acquisition SUBDIR += fortune-mod-futurama SUBDIR += fortune-mod-psalms - SUBDIR += fortune_strfile SUBDIR += fortuneit SUBDIR += fpc-chm SUBDIR += freebsd-doc-all From owner-svn-ports-head@freebsd.org Fri Oct 14 21:01:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48A41C12943; Fri, 14 Oct 2016 21:01:40 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 17E22C1E; Fri, 14 Oct 2016 21:01:40 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EL1dlo076863; Fri, 14 Oct 2016 21:01:39 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EL1dtc076861; Fri, 14 Oct 2016 21:01:39 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201610142101.u9EL1dtc076861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Fri, 14 Oct 2016 21:01:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423992 - head/ports-mgmt/portshaker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 14 Oct 2016 21:01:40 -0000 Author: romain Date: Fri Oct 14 21:01:38 2016 New Revision: 423992 URL: https://svnweb.freebsd.org/changeset/ports/423992 Log: Update to 1.0.14 Allow to override configuration location with the $portshaker_config_dir environment variable. Modified: head/ports-mgmt/portshaker/Makefile head/ports-mgmt/portshaker/distinfo Modified: head/ports-mgmt/portshaker/Makefile ============================================================================== --- head/ports-mgmt/portshaker/Makefile Fri Oct 14 20:52:04 2016 (r423991) +++ head/ports-mgmt/portshaker/Makefile Fri Oct 14 21:01:38 2016 (r423992) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= portshaker -PORTVERSION= 1.0.13 +PORTVERSION= 1.0.14 DISTVERSIONPREFIX= v PORTREVISION?= 0 CATEGORIES?= ports-mgmt Modified: head/ports-mgmt/portshaker/distinfo ============================================================================== --- head/ports-mgmt/portshaker/distinfo Fri Oct 14 20:52:04 2016 (r423991) +++ head/ports-mgmt/portshaker/distinfo Fri Oct 14 21:01:38 2016 (r423992) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476390102 -SHA256 (smortex-portshaker-v1.0.13_GH0.tar.gz) = 507aa94f169736dd0c53cb84b0b017a1ec954fc177cefd1ca1f21796b2b12d4d -SIZE (smortex-portshaker-v1.0.13_GH0.tar.gz) = 21211 +TIMESTAMP = 1476478477 +SHA256 (smortex-portshaker-v1.0.14_GH0.tar.gz) = 3eb10c57cb00cfe8b78cb2b7edff6a091bc05193ce86fc4ab832ff314d7234e7 +SIZE (smortex-portshaker-v1.0.14_GH0.tar.gz) = 21271 From owner-svn-ports-head@freebsd.org Fri Oct 14 21:07:05 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20191C12C1F; Fri, 14 Oct 2016 21:07:05 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E807F5E; Fri, 14 Oct 2016 21:07:04 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EL73fS079887; Fri, 14 Oct 2016 21:07:03 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EL72GG079878; Fri, 14 Oct 2016 21:07:02 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610142107.u9EL72GG079878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 14 Oct 2016 21:07:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423993 - in head/java: . intellij-ultimate intellij-ultimate/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.23 Precedence: list List-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, 14 Oct 2016 21:07:05 -0000 Author: pi Date: Fri Oct 14 21:07:02 2016 New Revision: 423993 URL: https://svnweb.freebsd.org/changeset/ports/423993 Log: New port: java/intellij-ultimate IntelliJ IDEA is an advanced IDE developed by JetBrains and focused on developer productivity. The community edition features: * An intelligent code editor that understands Java code; provides refactorings, code inspections and intentions, and allows for fast code navigation. * Integration with such tools as JUnit and TestNG, Ant and Maven, and popular version control systems including: CVS, Subversion and git. * XML-Java interoperability and comprehensive Groovy programming language support. * The Swing UI designer complements the suite of tools for developing Java desktop applications. The difference between intellij and intellij-ultimate can be found at http://www.jetbrains.com/idea/features/editions_comparison_matrix.html WWW: http://www.jetbrains.com/idea/ PR: 212268 Submitted by: Andrey Cherkashin Added: head/java/intellij-ultimate/ head/java/intellij-ultimate/Makefile (contents, props changed) head/java/intellij-ultimate/distinfo (contents, props changed) head/java/intellij-ultimate/files/ head/java/intellij-ultimate/files/idea.1 (contents, props changed) head/java/intellij-ultimate/files/idea.desktop.in (contents, props changed) head/java/intellij-ultimate/files/idea.in (contents, props changed) head/java/intellij-ultimate/files/pkg-message.in (contents, props changed) head/java/intellij-ultimate/pkg-descr (contents, props changed) head/java/intellij-ultimate/pkg-plist (contents, props changed) Modified: head/java/Makefile Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Fri Oct 14 21:01:38 2016 (r423992) +++ head/java/Makefile Fri Oct 14 21:07:02 2016 (r423993) @@ -34,6 +34,7 @@ SUBDIR += intellij-fsnotifier SUBDIR += intellij-pty4j SUBDIR += intellij-pycharm + SUBDIR += intellij-ultimate SUBDIR += jad SUBDIR += jaf SUBDIR += jai Added: head/java/intellij-ultimate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/intellij-ultimate/Makefile Fri Oct 14 21:07:02 2016 (r423993) @@ -0,0 +1,81 @@ +# Created by: Andrey Cherkashin +# $FreeBSD$ + +# Based on the java/intellij port + +PORTNAME= intellij-ultimate +PORTVERSION= 2016.2.4 +CATEGORIES= java devel +MASTER_SITES= https://download.jetbrains.com/idea/ \ + http://download.jetbrains.com/idea/ +DISTNAME= ideaIU-${PORTVERSION} + +MAINTAINER= andoriyu@gmail.com +COMMENT= IntelliJ IDEA Ultimate Edition + +LICENSE= IntelliJ-Ultimate +LICENSE_NAME= Subscription license agreement for business and organizations +LICENSE_TEXT= See: https://www.jetbrains.com/store/license.html +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + +RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ + intellij-pty4j>0:java/intellij-pty4j + +USE_JAVA= yes +JAVA_VERSION= 1.8+ + +NO_ARCH= yes +NO_BUILD= yes +USE_LDCONFIG= ${IDEA_HOME}/plugins/tfsIntegration/lib/native/freebsd/x86_64/ +USE_LDCONFIG32= ${IDEA_HOME}/plugins/tfsIntegration/lib/native/freebsd/x86/ + +WRKDIST= ${WRKDIR}/idea-IU-162.2032.8 + +.include "${.CURDIR}/../intellij/common.mk" + +PLIST_SUB+= IDEA_HOME=${IDEA_HOME} +SUB_FILES+= idea idea.desktop pkg-message +SUB_LIST+= IDEA_HOME=${IDEA_HOME} +CONFLICTS= intellij-2016* +do-install: + ${MKDIR} ${STAGEDIR}${IDEA_HOME} + @${TAR} -czf - -C ${WRKDIST} . | ${TAR} xzf - -C ${STAGEDIR}${IDEA_HOME} +# Linux/Windows/OS X only so remove them + @${RM} ${STAGEDIR}${IDEA_HOME}/bin/fsnotifier \ + ${STAGEDIR}${IDEA_HOME}/bin/fsnotifier-arm \ + ${STAGEDIR}${IDEA_HOME}/bin/fsnotifier64 \ + ${STAGEDIR}${IDEA_HOME}/bin/libbreakgen.so \ + ${STAGEDIR}${IDEA_HOME}/bin/libbreakgen64.so \ + ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-linux-amd64-0.10.jar \ + ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-linux-i386-0.10.jar \ + ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-osx-amd64-0.10.jar \ + ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-osx-i386-0.10.jar \ + ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-windows-amd64-0.10.jar \ + ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-windows-i386-0.10.jar \ + ${STAGEDIR}${IDEA_HOME}/bin/libyjpagent-linux.so \ + ${STAGEDIR}${IDEA_HOME}/bin/libyjpagent-linux64.so + @${RM} -r ${STAGEDIR}${IDEA_HOME}/plugins/tfsIntegration/lib/native/hpux/ \ + ${STAGEDIR}${IDEA_HOME}/plugins/tfsIntegration/lib/native/linux/ \ + ${STAGEDIR}${IDEA_HOME}/plugins/tfsIntegration/lib/native/macosx/ \ + ${STAGEDIR}${IDEA_HOME}/plugins/tfsIntegration/lib/native/solaris/ \ + ${STAGEDIR}${IDEA_HOME}/plugins/tfsIntegration/lib/native/win32/ \ + ${STAGEDIR}${IDEA_HOME}/plugins/tfsIntegration/lib/native/aix/ +# ${STRIP_CMD} ${STAGEDIR}${IDEA_HOME}/plugins/tfsIntegration/lib/native/freebsd/x86/*.so +# ${STRIP_CMD} ${STAGEDIR}${IDEA_HOME}/plugins/tfsIntegration/lib/native/freebsd/x86_64/*.so +# Remove the bundled native Pty4J support libraries, they are replaced +# by java/intellij-pty4j + @${RM} -r ${STAGEDIR}${IDEA_HOME}/lib/libpty + @${RM} -r ${STAGEDIR}${IDEA_HOME}/jre/jre + @${RM} ${STAGEDIR}${IDEA_HOME}/lib/pty4j-0.7.1.jar + ${INSTALL_SCRIPT} ${WRKDIR}/idea ${STAGEDIR}${PREFIX}/bin/idea + ${INSTALL_MAN} ${FILESDIR}/idea.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKDIR}/idea.desktop ${STAGEDIR}${PREFIX}/share/applications/ + cd ${WRKDIST}/lib && ${JAVA_HOME}/bin/jar xf icons.jar + ${INSTALL_DATA} ${WRKDIST}/lib/icon.png ${STAGEDIR}${IDEA_HOME}/idea.png +# TODO: Remove and enable fsnotifier when devel/libinotify is fixed +# Disable filewatcher warning message on IDEA startup + ${ECHO} "idea.filewatcher.disabled=true" >> ${STAGEDIR}${IDEA_HOME}/bin/idea.properties +# Use fsnotifier replacement provided by java/intellij-fsnotifier +# ${ECHO} "idea.filewatcher.executable.path=${IDEA_HOME}/bin/fsnotifier" >> ${STAGEDIR}${IDEA_HOME}/bin/idea.properties + +.include Added: head/java/intellij-ultimate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/intellij-ultimate/distinfo Fri Oct 14 21:07:02 2016 (r423993) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476386721 +SHA256 (ideaIU-2016.2.4.tar.gz) = f940fb9fa356e28351dd99cf2612c967d173e4413b66c0452ee8fa651b64b698 +SIZE (ideaIU-2016.2.4.tar.gz) = 506828925 Added: head/java/intellij-ultimate/files/idea.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/intellij-ultimate/files/idea.1 Fri Oct 14 21:07:02 2016 (r423993) @@ -0,0 +1,17 @@ +.\" $OpenBSD: mdoc.template,v 1.10 2007/05/31 22:10:19 jmc Exp $ +.Dd $Mdocdate: April 9 2010 $ +.Dt IDEA 1 +.Os +.Sh NAME +.Nm idea +.Nd launch IntelliJ IDEA Java Integrated Development Environment +.Sh SYNOPSIS +.Nm +.Op jvm-args +.Sh DESCRIPTION +.Nm +starts up the IntelliJ IDEA Community Edition Java Integrated +Development Environment. +.Sh SEE ALSO +The web site +http://www.jetbrains.com/idea/. Added: head/java/intellij-ultimate/files/idea.desktop.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/intellij-ultimate/files/idea.desktop.in Fri Oct 14 21:07:02 2016 (r423993) @@ -0,0 +1,12 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Type=Application +Name=IntelliJ IDEA Ultimate Edition +GenericName=IntelliJ IDEA Ultimate Edition +Comment=IntelliJ Integrated Development Environment +Icon=%%IDEA_HOME%%/idea.png +Exec=%%IDEA_HOME%%/bin/idea.sh +Terminal=false +StartupNotify=true +Categories=Application;Development; Added: head/java/intellij-ultimate/files/idea.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/intellij-ultimate/files/idea.in Fri Oct 14 21:07:02 2016 (r423993) @@ -0,0 +1,2 @@ +#!/bin/sh +exec "%%IDEA_HOME%%/bin/idea.sh" $@ Added: head/java/intellij-ultimate/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/intellij-ultimate/files/pkg-message.in Fri Oct 14 21:07:02 2016 (r423993) @@ -0,0 +1,8 @@ +There is experimental native (faster) file watching support which is +disabled by default. Currently there are problems with watching large +trees. To enable edit %%IDEA_HOME%%/bin/idea.properties and append + + idea.filewatcher.disabled=false + idea.filewatcher.executable.path=%%IDEA_HOME%%/bin/fsnotifier + +Only enable fsnotifier if your projects have < 600 files. Added: head/java/intellij-ultimate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/intellij-ultimate/pkg-descr Fri Oct 14 21:07:02 2016 (r423993) @@ -0,0 +1,18 @@ +IntelliJ IDEA is an advanced IDE developed by JetBrains and focused on +developer productivity. The community edition features: +* An intelligent code editor that understands Java code; provides + refactorings, code inspections and intentions, and allows for + fast code navigation. +* Integration with such tools as JUnit and TestNG, Ant and Maven, + and popular version control systems including: CVS, Subversion + and git. +* XML-Java interoperability and comprehensive Groovy programming + language support. +* The Swing UI designer complements the suite of tools for + developing Java desktop applications. + +The difference between intellij and intellij-ultimate can be found at + +http://www.jetbrains.com/idea/features/editions_comparison_matrix.html + +WWW: http://www.jetbrains.com/idea/ Added: head/java/intellij-ultimate/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/intellij-ultimate/pkg-plist Fri Oct 14 21:07:02 2016 (r423993) @@ -0,0 +1,4034 @@ +bin/idea +%%IDEA_HOME%%/Install-Linux-tar.txt +%%IDEA_HOME%%/bin/appletviewer.policy +%%IDEA_HOME%%/bin/idea.png +%%IDEA_HOME%%/bin/idea.properties +%%IDEA_HOME%%/bin/idea.sh +%%IDEA_HOME%%/bin/idea.vmoptions +%%IDEA_HOME%%/bin/idea64.vmoptions +%%IDEA_HOME%%/bin/inspect.sh +%%IDEA_HOME%%/bin/log.xml +%%IDEA_HOME%%/build.txt +%%IDEA_HOME%%/help/ReferenceCard.pdf +%%IDEA_HOME%%/help/ReferenceCardForMac.pdf +%%IDEA_HOME%%/help/ideahelp.jar +%%IDEA_HOME%%/idea.png +%%IDEA_HOME%%/jre/lib/tools.jar +%%IDEA_HOME%%/lib/alloy.jar +%%IDEA_HOME%%/lib/annotations.jar +%%IDEA_HOME%%/lib/ant/INSTALL +%%IDEA_HOME%%/lib/ant/KEYS +%%IDEA_HOME%%/lib/ant/LICENSE +%%IDEA_HOME%%/lib/ant/NOTICE +%%IDEA_HOME%%/lib/ant/README +%%IDEA_HOME%%/lib/ant/WHATSNEW +%%IDEA_HOME%%/lib/ant/docs.zip +%%IDEA_HOME%%/lib/ant/fetch.xml +%%IDEA_HOME%%/lib/ant/get-m2.xml +%%IDEA_HOME%%/lib/ant/lib/README +%%IDEA_HOME%%/lib/ant/lib/ant-antlr.jar +%%IDEA_HOME%%/lib/ant/lib/ant-antlr.pom +%%IDEA_HOME%%/lib/ant/lib/ant-apache-bcel.jar +%%IDEA_HOME%%/lib/ant/lib/ant-apache-bcel.pom +%%IDEA_HOME%%/lib/ant/lib/ant-apache-bsf.jar +%%IDEA_HOME%%/lib/ant/lib/ant-apache-bsf.pom +%%IDEA_HOME%%/lib/ant/lib/ant-apache-log4j.jar +%%IDEA_HOME%%/lib/ant/lib/ant-apache-log4j.pom +%%IDEA_HOME%%/lib/ant/lib/ant-apache-oro.jar +%%IDEA_HOME%%/lib/ant/lib/ant-apache-oro.pom +%%IDEA_HOME%%/lib/ant/lib/ant-apache-regexp.jar +%%IDEA_HOME%%/lib/ant/lib/ant-apache-regexp.pom +%%IDEA_HOME%%/lib/ant/lib/ant-apache-resolver.jar +%%IDEA_HOME%%/lib/ant/lib/ant-apache-resolver.pom +%%IDEA_HOME%%/lib/ant/lib/ant-apache-xalan2.jar +%%IDEA_HOME%%/lib/ant/lib/ant-apache-xalan2.pom +%%IDEA_HOME%%/lib/ant/lib/ant-commons-logging.jar +%%IDEA_HOME%%/lib/ant/lib/ant-commons-logging.pom +%%IDEA_HOME%%/lib/ant/lib/ant-commons-net.jar +%%IDEA_HOME%%/lib/ant/lib/ant-commons-net.pom +%%IDEA_HOME%%/lib/ant/lib/ant-jai.jar +%%IDEA_HOME%%/lib/ant/lib/ant-jai.pom +%%IDEA_HOME%%/lib/ant/lib/ant-javamail.jar +%%IDEA_HOME%%/lib/ant/lib/ant-javamail.pom +%%IDEA_HOME%%/lib/ant/lib/ant-jdepend.jar +%%IDEA_HOME%%/lib/ant/lib/ant-jdepend.pom +%%IDEA_HOME%%/lib/ant/lib/ant-jmf.jar +%%IDEA_HOME%%/lib/ant/lib/ant-jmf.pom +%%IDEA_HOME%%/lib/ant/lib/ant-jsch.jar +%%IDEA_HOME%%/lib/ant/lib/ant-jsch.pom +%%IDEA_HOME%%/lib/ant/lib/ant-junit.jar +%%IDEA_HOME%%/lib/ant/lib/ant-junit.pom +%%IDEA_HOME%%/lib/ant/lib/ant-junit4.jar +%%IDEA_HOME%%/lib/ant/lib/ant-junit4.pom +%%IDEA_HOME%%/lib/ant/lib/ant-launcher.jar +%%IDEA_HOME%%/lib/ant/lib/ant-launcher.pom +%%IDEA_HOME%%/lib/ant/lib/ant-netrexx.jar +%%IDEA_HOME%%/lib/ant/lib/ant-netrexx.pom +%%IDEA_HOME%%/lib/ant/lib/ant-parent.pom +%%IDEA_HOME%%/lib/ant/lib/ant-swing.jar +%%IDEA_HOME%%/lib/ant/lib/ant-swing.pom +%%IDEA_HOME%%/lib/ant/lib/ant-testutil.jar +%%IDEA_HOME%%/lib/ant/lib/ant-testutil.pom +%%IDEA_HOME%%/lib/ant/lib/ant.jar +%%IDEA_HOME%%/lib/ant/lib/ant.pom +%%IDEA_HOME%%/lib/ant/lib/libraries.properties +%%IDEA_HOME%%/lib/asm-all.jar +%%IDEA_HOME%%/lib/asm-commons.jar +%%IDEA_HOME%%/lib/asm.jar +%%IDEA_HOME%%/lib/automaton.jar +%%IDEA_HOME%%/lib/batik-all.jar +%%IDEA_HOME%%/lib/boot.jar +%%IDEA_HOME%%/lib/bootstrap.jar +%%IDEA_HOME%%/lib/cglib-2.2.2.jar +%%IDEA_HOME%%/lib/cli-parser-1.1.jar +%%IDEA_HOME%%/lib/clojure-1.8.0.jar +%%IDEA_HOME%%/lib/clojure-jsr223-1.5.1.jar +%%IDEA_HOME%%/lib/commons-codec-1.9.jar +%%IDEA_HOME%%/lib/commons-httpclient-3.1-patched.jar +%%IDEA_HOME%%/lib/commons-logging-1.2.jar +%%IDEA_HOME%%/lib/commons-net-3.3.jar +%%IDEA_HOME%%/lib/coverage-agent.jar +%%IDEA_HOME%%/lib/coverage-instrumenter.jar +%%IDEA_HOME%%/lib/coverage-util.jar +%%IDEA_HOME%%/lib/ecj-4.5.2.jar +%%IDEA_HOME%%/lib/extensions.jar +%%IDEA_HOME%%/lib/external-system-rt.jar +%%IDEA_HOME%%/lib/fluent-hc-4.4.1.jar +%%IDEA_HOME%%/lib/forms_rt.jar +%%IDEA_HOME%%/lib/groovy-all-2.4.6.jar +%%IDEA_HOME%%/lib/gson-2.5.jar +%%IDEA_HOME%%/lib/guava-17.0.jar +%%IDEA_HOME%%/lib/hamcrest-core-1.3.jar +%%IDEA_HOME%%/lib/httpclient-4.4.1.jar +%%IDEA_HOME%%/lib/httpcore-4.4.1.jar +%%IDEA_HOME%%/lib/httpmime-4.4.1.jar +%%IDEA_HOME%%/lib/icons.jar +%%IDEA_HOME%%/lib/idea-jsp-openapi.jar +%%IDEA_HOME%%/lib/idea.jar +%%IDEA_HOME%%/lib/idea_rt.jar +%%IDEA_HOME%%/lib/ideax.jar +%%IDEA_HOME%%/lib/imgscalr-lib-4.2.jar +%%IDEA_HOME%%/lib/isorelax.jar +%%IDEA_HOME%%/lib/jasper21_rt.jar +%%IDEA_HOME%%/lib/jasper2_rt.jar +%%IDEA_HOME%%/lib/javac2.jar +%%IDEA_HOME%%/lib/jaxen-1.1.3.jar +%%IDEA_HOME%%/lib/jayatana-1.2.4.jar +%%IDEA_HOME%%/lib/jcip-annotations.jar +%%IDEA_HOME%%/lib/jdkAnnotations.jar +%%IDEA_HOME%%/lib/jdom.jar +%%IDEA_HOME%%/lib/jettison-1.3.2.jar +%%IDEA_HOME%%/lib/jgoodies-common-1.2.1.jar +%%IDEA_HOME%%/lib/jgoodies-forms.jar +%%IDEA_HOME%%/lib/jgoodies-looks-2.4.2.jar +%%IDEA_HOME%%/lib/jh.jar +%%IDEA_HOME%%/lib/jing.jar +%%IDEA_HOME%%/lib/jna-platform.jar +%%IDEA_HOME%%/lib/jna.jar +%%IDEA_HOME%%/lib/jps-builders.jar +%%IDEA_HOME%%/lib/jps-launcher.jar +%%IDEA_HOME%%/lib/jps-model.jar +%%IDEA_HOME%%/lib/jsch-0.1.53.jar +%%IDEA_HOME%%/lib/jsch.agentproxy.connector-factory.jar +%%IDEA_HOME%%/lib/jsch.agentproxy.core.jar +%%IDEA_HOME%%/lib/jsch.agentproxy.pageant.jar +%%IDEA_HOME%%/lib/jsch.agentproxy.sshagent.jar +%%IDEA_HOME%%/lib/jsch.agentproxy.usocket-jna.jar +%%IDEA_HOME%%/lib/jsch.agentproxy.usocket-nc.jar +%%IDEA_HOME%%/lib/jsp-api.jar +%%IDEA_HOME%%/lib/jsr173_1.0_api.jar +%%IDEA_HOME%%/lib/junit-4.12.jar +%%IDEA_HOME%%/lib/junit.jar +%%IDEA_HOME%%/lib/jzlib-1.1.1.jar +%%IDEA_HOME%%/lib/kotlin-reflect.jar +%%IDEA_HOME%%/lib/kotlin-runtime.jar +%%IDEA_HOME%%/lib/log4j.jar +%%IDEA_HOME%%/lib/markdown4j-2.2.jar +%%IDEA_HOME%%/lib/markdownj-core-0.4.2-SNAPSHOT.jar +%%IDEA_HOME%%/lib/microba.jar +%%IDEA_HOME%%/lib/miglayout-swing.jar +%%IDEA_HOME%%/lib/nanoxml-2.2.3.jar +%%IDEA_HOME%%/lib/nekohtml-1.9.14.jar +%%IDEA_HOME%%/lib/netty-all-4.1.1.Final.jar +%%IDEA_HOME%%/lib/openapi.jar +%%IDEA_HOME%%/lib/optimizedFileManager.jar +%%IDEA_HOME%%/lib/oromatcher.jar +%%IDEA_HOME%%/lib/picocontainer.jar +%%IDEA_HOME%%/lib/protobuf-2.5.0.jar +%%IDEA_HOME%%/lib/proxy-vole_20131209.jar +%%IDEA_HOME%%/lib/purejavacomm.jar +%%IDEA_HOME%%/lib/resolver.jar +%%IDEA_HOME%%/lib/resources.jar +%%IDEA_HOME%%/lib/resources_en.jar +%%IDEA_HOME%%/lib/rhino-js-1_7R4.jar +%%IDEA_HOME%%/lib/rngom-20051226-patched.jar +%%IDEA_HOME%%/lib/rt/jasper2.1/el-api.jar +%%IDEA_HOME%%/lib/rt/jasper2.1/jasper-el.jar +%%IDEA_HOME%%/lib/rt/jasper2.1/jasper-jdt.jar +%%IDEA_HOME%%/lib/rt/jasper2.1/jasper.jar +%%IDEA_HOME%%/lib/rt/jasper2.1/jsp-api.jar +%%IDEA_HOME%%/lib/rt/jasper2.1/servlet-api.jar +%%IDEA_HOME%%/lib/rt/jasper2.1/tomcat-juli.jar +%%IDEA_HOME%%/lib/rt/jasper2/commons-el.jar +%%IDEA_HOME%%/lib/rt/jasper2/commons-logging-api.jar +%%IDEA_HOME%%/lib/rt/jasper2/jasper-compiler.jar +%%IDEA_HOME%%/lib/rt/jasper2/jasper-runtime.jar +%%IDEA_HOME%%/lib/rt/jasper2/jsp-api.jar +%%IDEA_HOME%%/lib/rt/jasper2/org.eclipse.jdt.core.jar +%%IDEA_HOME%%/lib/rt/jasper2/servlet-api.jar +%%IDEA_HOME%%/lib/rt/jps-plugin-system.jar +%%IDEA_HOME%%/lib/rt/required_for_dist.txt +%%IDEA_HOME%%/lib/rt/servlet.jar +%%IDEA_HOME%%/lib/rt/xerces1.jar +%%IDEA_HOME%%/lib/sanselan-0.98-snapshot.jar +%%IDEA_HOME%%/lib/serviceMessages.jar +%%IDEA_HOME%%/lib/servlet-api.jar +%%IDEA_HOME%%/lib/slf4j-api-1.7.10.jar +%%IDEA_HOME%%/lib/slf4j-log4j12-1.7.10.jar +%%IDEA_HOME%%/lib/snappy-in-java-0.3.1.jar +%%IDEA_HOME%%/lib/sqlite-jdbc-3.6.20.1.jar +%%IDEA_HOME%%/lib/src/src_css-api.zip +%%IDEA_HOME%%/lib/src/src_database-openapi.zip +%%IDEA_HOME%%/lib/src/src_jam-openapi.zip +%%IDEA_HOME%%/lib/src/src_javaee-openapi.zip +%%IDEA_HOME%%/lib/src/src_persistence-openapi.zip +%%IDEA_HOME%%/lib/src/src_spring-openapi.zip +%%IDEA_HOME%%/lib/src/src_tomcat.zip +%%IDEA_HOME%%/lib/src/trove4j_src.jar +%%IDEA_HOME%%/lib/swingx-core-1.6.2.jar +%%IDEA_HOME%%/lib/trang-core.jar +%%IDEA_HOME%%/lib/trove4j.jar +%%IDEA_HOME%%/lib/util.jar +%%IDEA_HOME%%/lib/velocity.jar +%%IDEA_HOME%%/lib/winp-1.23.jar +%%IDEA_HOME%%/lib/xbean.jar +%%IDEA_HOME%%/lib/xercesImpl.jar +%%IDEA_HOME%%/lib/xml-apis-ext.jar +%%IDEA_HOME%%/lib/xml-apis.jar +%%IDEA_HOME%%/lib/xmlgraphics-commons-1.5.jar +%%IDEA_HOME%%/lib/xmlrpc-2.0.jar +%%IDEA_HOME%%/lib/xpp3-1.1.4-min.jar +%%IDEA_HOME%%/lib/xstream-1.4.8.jar +%%IDEA_HOME%%/lib/yjp-controller-api-redist.jar +%%IDEA_HOME%%/license/XStream_license.txt +%%IDEA_HOME%%/license/ant_license.txt +%%IDEA_HOME%%/license/asm_license.txt +%%IDEA_HOME%%/license/eclipse_license.txt +%%IDEA_HOME%%/license/growl.license +%%IDEA_HOME%%/license/gson_license.txt +%%IDEA_HOME%%/license/imgscalr_license.txt +%%IDEA_HOME%%/license/j2ee_license.txt +%%IDEA_HOME%%/license/jasper_license.txt +%%IDEA_HOME%%/license/javaeeJar-CDDLv1.0.txt +%%IDEA_HOME%%/license/javahelp_license.html +%%IDEA_HOME%%/license/javolution_license.txt +%%IDEA_HOME%%/license/jaxb_license.txt +%%IDEA_HOME%%/license/jaxen_license.txt +%%IDEA_HOME%%/license/jayatana_license.txt +%%IDEA_HOME%%/license/jdom_license.txt +%%IDEA_HOME%%/license/jgoodies_forms_license.txt +%%IDEA_HOME%%/license/junit_license.txt +%%IDEA_HOME%%/license/kryo-license.txt +%%IDEA_HOME%%/license/log4j_license.txt +%%IDEA_HOME%%/license/microba_license.txt +%%IDEA_HOME%%/license/miglayout_swing_license.txt +%%IDEA_HOME%%/license/nanoxml_license.txt +%%IDEA_HOME%%/license/oromatcher_license.txt +%%IDEA_HOME%%/license/picoContainer_license.txt +%%IDEA_HOME%%/license/sanselan_license.txt +%%IDEA_HOME%%/license/saxon-conditions.html +%%IDEA_HOME%%/license/servletJAR_license.txt +%%IDEA_HOME%%/license/sqljet-license.txt +%%IDEA_HOME%%/license/svnkit-license.txt +%%IDEA_HOME%%/license/swingx_license.txt +%%IDEA_HOME%%/license/third-party/W3C_Software_License.html +%%IDEA_HOME%%/license/third-party/protobuf_license.txt +%%IDEA_HOME%%/license/winp_license.txt +%%IDEA_HOME%%/license/xerces_license.txt +%%IDEA_HOME%%/license/xmlrpc_license.txt +%%IDEA_HOME%%/license/yourkit-license-redist.txt +%%IDEA_HOME%%/plugins/AppServersView/lib/AppServersView.jar +%%IDEA_HOME%%/plugins/AppServersView/lib/resources_en.jar +%%IDEA_HOME%%/plugins/BatchApplications/lib/batch-applications-support.jar +%%IDEA_HOME%%/plugins/BatchApplications/lib/resources_en.jar +%%IDEA_HOME%%/plugins/BeanValidation/lib/bean_validation.jar +%%IDEA_HOME%%/plugins/BeanValidation/lib/resources_en.jar +%%IDEA_HOME%%/plugins/ByteCodeViewer/lib/byteCodeViewer.jar +%%IDEA_HOME%%/plugins/CDI/lib/cdi-support.jar +%%IDEA_HOME%%/plugins/CDI/lib/resources_en.jar +%%IDEA_HOME%%/plugins/CSS/lib/css-openapi.jar +%%IDEA_HOME%%/plugins/CSS/lib/css.jar +%%IDEA_HOME%%/plugins/CSS/lib/resources_en.jar +%%IDEA_HOME%%/plugins/ClearCaseIntegration/lib/ClearCaseIntegration.jar +%%IDEA_HOME%%/plugins/DatabaseTools/lib/database-impl.jar +%%IDEA_HOME%%/plugins/DatabaseTools/lib/database-openapi.jar +%%IDEA_HOME%%/plugins/DatabaseTools/lib/dekaf-single-2.0.0.264.jar +%%IDEA_HOME%%/plugins/DatabaseTools/lib/jdbc-console.jar +%%IDEA_HOME%%/plugins/DatabaseTools/lib/resources_en.jar +%%IDEA_HOME%%/plugins/FreeMarker/lib/core.jar +%%IDEA_HOME%%/plugins/FreeMarker/lib/resources_en.jar +%%IDEA_HOME%%/plugins/Geronimo/lib/geronimoIntegration.jar +%%IDEA_HOME%%/plugins/Geronimo/lib/specifics/geronimo10-specifics.jar +%%IDEA_HOME%%/plugins/Geronimo/lib/specifics/geronimo11-specifics.jar +%%IDEA_HOME%%/plugins/Glassfish/lib/glassfishIntegration.jar +%%IDEA_HOME%%/plugins/Glassfish/lib/specifics/glassfish2-specifics.jar +%%IDEA_HOME%%/plugins/Glassfish/lib/specifics/glassfish3-specifics.jar +%%IDEA_HOME%%/plugins/GoogleAppEngine/lib/GoogleAppEngine.jar +%%IDEA_HOME%%/plugins/GoogleAppEngine/lib/appEngine-runtime.jar +%%IDEA_HOME%%/plugins/GoogleAppEngine/lib/google-app-engine-jps-plugin.jar +%%IDEA_HOME%%/plugins/Grails/lib/grails-compiler-patch.jar +%%IDEA_HOME%%/plugins/Grails/lib/grails-gradle-tooling.jar +%%IDEA_HOME%%/plugins/Grails/lib/grails-jps-plugin.jar +%%IDEA_HOME%%/plugins/Grails/lib/grails-rt.jar +%%IDEA_HOME%%/plugins/Grails/lib/grails_integration.jar +%%IDEA_HOME%%/plugins/Grails/lib/standardDsls/GrailsStandardDSL.gdsl +%%IDEA_HOME%%/plugins/Groovy/lib/Groovy.jar +%%IDEA_HOME%%/plugins/Groovy/lib/agent/gragent.jar +%%IDEA_HOME%%/plugins/Groovy/lib/console.txt +%%IDEA_HOME%%/plugins/Groovy/lib/duplicates-groovy.jar +%%IDEA_HOME%%/plugins/Groovy/lib/groovy-jps-plugin.jar +%%IDEA_HOME%%/plugins/Groovy/lib/groovy-rt-constants.jar +%%IDEA_HOME%%/plugins/Groovy/lib/groovy-starter.conf +%%IDEA_HOME%%/plugins/Groovy/lib/groovy_rt.jar +%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/categoryTransform.gdsl +%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/closuresInMethod.gdsl +%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/defaultMethods.gdsl +%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/extensions.gdsl +%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/gantScript.gdsl +%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/indexedProperty.gdsl +%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/listenerList.gdsl +%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/metaDsl.gdsl +%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/newifyTransform.gdsl +%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/singletonTransform.gdsl +%%IDEA_HOME%%/plugins/Guice/lib/Guice.jar +%%IDEA_HOME%%/plugins/Guice/lib/resources_en.jar +%%IDEA_HOME%%/plugins/GwtStudio/lib/GwtStudio.jar +%%IDEA_HOME%%/plugins/GwtStudio/lib/gwt-jps-plugin.jar +%%IDEA_HOME%%/plugins/GwtStudio/lib/resources_en.jar +%%IDEA_HOME%%/plugins/GwtStudio/lib/runtime.jar +%%IDEA_HOME%%/plugins/GwtStudio/lib/sdm-launcher/superdevmode-launcher-legacy.jar +%%IDEA_HOME%%/plugins/Hibernate/lib/hibernate.jar +%%IDEA_HOME%%/plugins/Hibernate/lib/hibernate3-console.jar +%%IDEA_HOME%%/plugins/Hibernate/lib/hibernate4-console.jar +%%IDEA_HOME%%/plugins/Hibernate/lib/hibernate5-console.jar +%%IDEA_HOME%%/plugins/IntelliLang/lib/IntelliLang.jar +%%IDEA_HOME%%/plugins/IntelliLang/lib/intellilang-jps-plugin.jar +%%IDEA_HOME%%/plugins/JBoss/lib/jbossIntegration.jar +%%IDEA_HOME%%/plugins/JBoss/lib/specifics/jboss-specifics.jar +%%IDEA_HOME%%/plugins/JBoss/lib/specifics/jboss7-specifics.jar +%%IDEA_HOME%%/plugins/JSF/lib/jsf-support.jar +%%IDEA_HOME%%/plugins/JSF/lib/resources_en.jar +%%IDEA_HOME%%/plugins/JSIntentionPowerPack/lib/JSIntentionPowerPack.jar +%%IDEA_HOME%%/plugins/JSIntentionPowerPack/lib/resources_en.jar +%%IDEA_HOME%%/plugins/JavaEE/lib/IntelliLang-javaee.jar +%%IDEA_HOME%%/plugins/JavaEE/lib/gradle-javaee.jar +%%IDEA_HOME%%/plugins/JavaEE/lib/javaee-impl.jar +%%IDEA_HOME%%/plugins/JavaEE/lib/javaee-openapi.jar +%%IDEA_HOME%%/plugins/JavaEE/lib/jpa-console.jar +%%IDEA_HOME%%/plugins/JavaEE/lib/jps/javaee-jps-plugin.jar +%%IDEA_HOME%%/plugins/JavaEE/lib/jps/jpa-jps-plugin.jar +%%IDEA_HOME%%/plugins/JavaEE/lib/resources_en.jar +%%IDEA_HOME%%/plugins/JavaEE/lib/webDeployment-transport.jar +%%IDEA_HOME%%/plugins/JavaScriptDebugger/extensions/jb.xpi +%%IDEA_HOME%%/plugins/JavaScriptDebugger/lib/ChromeConnector.jar +%%IDEA_HOME%%/plugins/JavaScriptDebugger/lib/FirefoxConnector.jar +%%IDEA_HOME%%/plugins/JavaScriptDebugger/lib/JavaEEJavaScriptDebug.jar +%%IDEA_HOME%%/plugins/JavaScriptDebugger/lib/JavaScriptDebugger.jar +%%IDEA_HOME%%/plugins/JavaScriptDebugger/lib/nashorn-debugger.jar +%%IDEA_HOME%%/plugins/JavaScriptDebugger/lib/resources_en.jar +%%IDEA_HOME%%/plugins/JavaScriptDebugger/nashorn-debugger-support.jar +%%IDEA_HOME%%/plugins/JavaScriptLanguage/grunt_js/lib/grunt-intellij-util.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/grunt_js/tasks/grunt-tasks-fetcher.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar +%%IDEA_HOME%%/plugins/JavaScriptLanguage/lib/commons-io-2.4.jar +%%IDEA_HOME%%/plugins/JavaScriptLanguage/lib/ecmascript6-compiler.jar +%%IDEA_HOME%%/plugins/JavaScriptLanguage/lib/javascript-openapi.jar +%%IDEA_HOME%%/plugins/JavaScriptLanguage/lib/js-test-common.jar +%%IDEA_HOME%%/plugins/JavaScriptLanguage/lib/resources_en.jar +%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/bridge.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/compilerFactory.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/external/lib.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/external/lib.es6.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/external/lib.es7.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/external/tsserver.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/js-language-service.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/out-path-process.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/store.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/ts-compiler-host-impl.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/typescript/compile-info-holder.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/typescript/logger-impl.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/typescript/service-loader.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/typescript/ts-plugin.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/typescript/ts-session.js +%%IDEA_HOME%%/plugins/JavaeeExtensions/lib/javaee-extensions.jar +%%IDEA_HOME%%/plugins/JavaeeExtensions/lib/resources_en.jar +%%IDEA_HOME%%/plugins/Jetty/lib/jettyIntegration.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlin +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlin.bat +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlinc +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlinc-js +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlinc-js.bat +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlinc-jvm +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlinc-jvm.bat +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlinc.bat +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/build.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/android-extensions-compiler.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-ant.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-build-common-test.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-build-common.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-compiler.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-daemon-client.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-jslib-sources.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-jslib.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-preloader.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-reflect.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-runner.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-runtime-sources.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-runtime.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-test.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/LICENSE.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/NOTICE.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/args4j_LICENSE.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/asm_license.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/closure-compiler_LICENSE.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/dart_LICENSE.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/jshashtable_license.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/json_LICENSE.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/pcollections_LICENSE.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/prototype_license.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/rhino_LICENSE.txt +%%IDEA_HOME%%/plugins/Kotlin/lib/android-lint.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/javax.inject.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/jps/kotlin-jps-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-android-extensions-compiler-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-android-extensions-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-reflect.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-runtime.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/markdown.jar +%%IDEA_HOME%%/plugins/PerforceIntegration/lib/PerforceIntegration.jar +%%IDEA_HOME%%/plugins/PerforceIntegration/lib/perforce_util.jar +%%IDEA_HOME%%/plugins/PerforceIntegration/lib/resources_en.jar +%%IDEA_HOME%%/plugins/PersistenceSupport/lib/persistence-impl.jar +%%IDEA_HOME%%/plugins/PersistenceSupport/lib/persistence-openapi.jar +%%IDEA_HOME%%/plugins/PersistenceSupport/lib/resources_en.jar +%%IDEA_HOME%%/plugins/Play/lib/play-support.jar +%%IDEA_HOME%%/plugins/Play/lib/resources_en.jar +%%IDEA_HOME%%/plugins/QuirksMode/lib/quirksmode.jar +%%IDEA_HOME%%/plugins/QuirksMode/lib/resources_en.jar +%%IDEA_HOME%%/plugins/RefactorX/lib/RefactorX.jar +%%IDEA_HOME%%/plugins/RefactorX/lib/resources_en.jar +%%IDEA_HOME%%/plugins/Seam/lib/resources_en.jar +%%IDEA_HOME%%/plugins/Seam/lib/seam-support.jar +%%IDEA_HOME%%/plugins/SeamNavigation/lib/resources_en.jar +%%IDEA_HOME%%/plugins/SeamNavigation/lib/seam-navigation.jar +%%IDEA_HOME%%/plugins/SeamPageflow/lib/resources_en.jar +%%IDEA_HOME%%/plugins/SeamPageflow/lib/seam-pageflow.jar +%%IDEA_HOME%%/plugins/Spring/lib/customNs/customNs.jar +%%IDEA_HOME%%/plugins/Spring/lib/spring-aop.jar +%%IDEA_HOME%%/plugins/Spring/lib/spring-api.jar +%%IDEA_HOME%%/plugins/Spring/lib/spring-eclipse.jar +%%IDEA_HOME%%/plugins/Spring/lib/spring-el.jar +%%IDEA_HOME%%/plugins/Spring/lib/spring-graph.jar +%%IDEA_HOME%%/plugins/Spring/lib/spring-jsf.jar +%%IDEA_HOME%%/plugins/Spring/lib/spring-persistence-integration.jar +%%IDEA_HOME%%/plugins/Spring/lib/spring-web.jar +%%IDEA_HOME%%/plugins/Spring/lib/spring.jar +%%IDEA_HOME%%/plugins/SpringBatch/lib/SpringBatch.jar +%%IDEA_HOME%%/plugins/SpringBatch/lib/resources_en.jar +%%IDEA_HOME%%/plugins/SpringBoot/lib/spring-boot-api.jar +%%IDEA_HOME%%/plugins/SpringBoot/lib/spring-boot.jar +%%IDEA_HOME%%/plugins/SpringBoot/lib/spring-initializr.jar +%%IDEA_HOME%%/plugins/SpringData/lib/SpringData.jar +%%IDEA_HOME%%/plugins/SpringData/lib/resources_en.jar +%%IDEA_HOME%%/plugins/SpringIntegration/lib/SpringIntegration.jar +%%IDEA_HOME%%/plugins/SpringIntegration/lib/resources_en.jar +%%IDEA_HOME%%/plugins/SpringMvc/lib/SpringMvc.jar +%%IDEA_HOME%%/plugins/SpringMvc/lib/resources_en.jar +%%IDEA_HOME%%/plugins/SpringMvc/lib/spring-mvc-api.jar +%%IDEA_HOME%%/plugins/SpringOSGi/lib/SpringOSGi.jar +%%IDEA_HOME%%/plugins/SpringOSGi/lib/resources_en.jar +%%IDEA_HOME%%/plugins/SpringSecurity/lib/SpringSecurity.jar +%%IDEA_HOME%%/plugins/SpringSecurity/lib/resources_en.jar +%%IDEA_HOME%%/plugins/SpringWebServices/lib/SpringWebServices.jar +%%IDEA_HOME%%/plugins/SpringWebServices/lib/resources_en.jar +%%IDEA_HOME%%/plugins/SpringWebSocket/lib/SpringWebSocket.jar +%%IDEA_HOME%%/plugins/SpringWebSocket/lib/resources_en.jar +%%IDEA_HOME%%/plugins/SpringWebflow/lib/SpringWebflow.jar +%%IDEA_HOME%%/plugins/SpringWebflow/lib/resources_en.jar +%%IDEA_HOME%%/plugins/StrutsAssistant/lib/struts-api.jar +%%IDEA_HOME%%/plugins/StrutsAssistant/lib/struts.jar +%%IDEA_HOME%%/plugins/Tapestry/lib/commons-chain.jar +%%IDEA_HOME%%/plugins/Tapestry/lib/maven-model.jar +%%IDEA_HOME%%/plugins/Tapestry/lib/plexus-utils.jar +%%IDEA_HOME%%/plugins/Tapestry/lib/resources_en.jar +%%IDEA_HOME%%/plugins/Tapestry/lib/tapestry.jar +%%IDEA_HOME%%/plugins/Tomcat/lib/specifics/tomee-specifics.jar +%%IDEA_HOME%%/plugins/Tomcat/lib/tomcatIntegration.jar +%%IDEA_HOME%%/plugins/Velocity/lib/core.jar +%%IDEA_HOME%%/plugins/Velocity/lib/resources_en.jar +%%IDEA_HOME%%/plugins/WebServices/lib/wadlgen/wadlgen.jar +%%IDEA_HOME%%/plugins/WebServices/lib/ws-rt.jar +%%IDEA_HOME%%/plugins/WebServices/lib/ws-utils.jar +%%IDEA_HOME%%/plugins/WebServices/lib/ws.jar +%%IDEA_HOME%%/plugins/WebSocket/lib/resources_en.jar +%%IDEA_HOME%%/plugins/WebSocket/lib/websocket-support.jar +%%IDEA_HOME%%/plugins/android/lib/GoogleFeedback.jar +%%IDEA_HOME%%/plugins/android/lib/android-common.jar +%%IDEA_HOME%%/plugins/android/lib/android-rt.jar +%%IDEA_HOME%%/plugins/android/lib/android-ultimate.jar +%%IDEA_HOME%%/plugins/android/lib/android.jar +%%IDEA_HOME%%/plugins/android/lib/androidAnnotations.jar +%%IDEA_HOME%%/plugins/android/lib/androidWidgets/theme-editor-widgets.jar +%%IDEA_HOME%%/plugins/android/lib/antlr4-annotations-4.5.jar +%%IDEA_HOME%%/plugins/android/lib/antlr4-runtime-4.5.jar +%%IDEA_HOME%%/plugins/android/lib/asm-5.0.3.jar +%%IDEA_HOME%%/plugins/android/lib/asm-analysis-5.0.3.jar +%%IDEA_HOME%%/plugins/android/lib/asm-tree-5.0.3.jar +%%IDEA_HOME%%/plugins/android/lib/bcpkix-jdk15on-1.48.jar +%%IDEA_HOME%%/plugins/android/lib/bcprov-jdk15on-1.48.jar +%%IDEA_HOME%%/plugins/android/lib/builder-model-2.0.0-alpha7.jar +%%IDEA_HOME%%/plugins/android/lib/common.jar +%%IDEA_HOME%%/plugins/android/lib/commons-compress-1.0.jar +%%IDEA_HOME%%/plugins/android/lib/commons-io-2.4.jar +%%IDEA_HOME%%/plugins/android/lib/data-binding.jar +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/device-art.xml +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/galaxy_nexus/land_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/galaxy_nexus/land_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/galaxy_nexus/land_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/galaxy_nexus/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/galaxy_nexus/port_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/galaxy_nexus/port_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/galaxy_nexus/port_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/galaxy_nexus/thumb.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_10/land_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_10/land_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_10/land_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_10/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_10/port_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_10/port_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_10/port_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_10/thumb.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_4/land_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_4/land_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_4/land_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_4/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_4/port_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_4/port_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_4/port_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_4/thumb.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5/land_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5/land_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5/land_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5/port_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5/port_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5/port_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5x/land_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5x/land_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5x/land_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5x/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5x/port_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5x/port_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_5x/port_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6/land_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6/land_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6/land_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6/port_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6/port_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6/port_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6p/land_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6p/land_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6p/land_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6p/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6p/port_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6p/port_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_6p/port_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7/land_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7/land_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7/land_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7/port_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7/port_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7/port_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7/thumb.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7_2013/land_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7_2013/land_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7_2013/land_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7_2013/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7_2013/port_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7_2013/port_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_7_2013/port_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_9/land_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_9/land_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_9/land_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_9/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_9/port_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_9/port_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_9/port_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_one/button.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_one/land_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_one/land_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_one/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_one/port_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_one/port_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_one/power.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_one/power_land.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_one/thumb.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_one/volume_down.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_one/volume_down_land.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_one/volume_up.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_one/volume_up_land.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_s/button.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_s/land_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_s/land_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_s/land_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_s/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_s/port_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_s/port_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_s/port_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_s/power.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_s/power_land.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_s/thumb.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_s/volume_down.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_s/volume_down_land.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_s/volume_up.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/nexus_s/volume_up_land.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/phone/phone_back_simple_land.9.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/phone/phone_back_simple_port.9.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/phone/phone_shadow_simple_land.9.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/phone/phone_shadow_simple_port.9.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/tablet/tablet_back_simple.9.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/tablet/tablet_shadow_simple_land.9.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/tablet/tablet_shadow_simple_port.9.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/tv_1080p/back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/tv_1080p/fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/tv_1080p/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/tv_1080p/shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/tv_720p/back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/tv_720p/fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/tv_720p/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/tv_720p/shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_round/arrow_down.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_round/arrow_left.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_round/arrow_right.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_round/arrow_up.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_round/back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_round/button.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_round/circle_mask_320px.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_round/circle_mask_380px.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_round/circle_mask_380px_onion.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_round/controls.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_round/fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_round/hardware.ini +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_round/key.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_round/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_round/mask.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_round/select.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_round/shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_square/back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_square/fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_square/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_square/mask.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/wear_square/shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/xoom/land_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/xoom/land_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/xoom/land_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/xoom/port_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/xoom/port_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/xoom/port_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/xoom/thumb.png +%%IDEA_HOME%%/plugins/android/lib/freemarker-2.3.20.jar +%%IDEA_HOME%%/plugins/android/lib/jarutils.jar +%%IDEA_HOME%%/plugins/android/lib/javawriter-2.2.1.jar +%%IDEA_HOME%%/plugins/android/lib/jgraphx-3.4.0.1.jar +%%IDEA_HOME%%/plugins/android/lib/jps/android-gradle-jps.jar +%%IDEA_HOME%%/plugins/android/lib/jps/android-jps-plugin.jar +%%IDEA_HOME%%/plugins/android/lib/jsr305-1.3.9.jar +%%IDEA_HOME%%/plugins/android/lib/juniversalchardet-1.0.3.jar +%%IDEA_HOME%%/plugins/android/lib/kxml2-2.3.0.jar +%%IDEA_HOME%%/plugins/android/lib/layoutlib-api.jar +%%IDEA_HOME%%/plugins/android/lib/lombok-ast-0.2.3.jar +%%IDEA_HOME%%/plugins/android/lib/manifest-merger.jar +%%IDEA_HOME%%/plugins/android/lib/repository.jar +%%IDEA_HOME%%/plugins/android/lib/resources_en.jar +%%IDEA_HOME%%/plugins/android/lib/sdk-common.jar +%%IDEA_HOME%%/plugins/android/lib/sdk-tools.jar +%%IDEA_HOME%%/plugins/android/lib/sdklib.jar +%%IDEA_HOME%%/plugins/android/lib/spantable.jar +%%IDEA_HOME%%/plugins/android/lib/templates/NOTICE +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/globals.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/recipe.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/root/AndroidManifest.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/root/AndroidManifestPermissions.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/root/build.gradle.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/root/res/layout/blank_activity.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/root/res/values/strings.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/root/src/app_package/BlankActivity.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/template.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/template_thumb.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/globals.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/recipe.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/AndroidManifest.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/build.gradle.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-hdpi/app_icon_quantum.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-hdpi/app_icon_quantum_card.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-hdpi/card_background_default.9.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-hdpi/default_background.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-hdpi/grid_bg.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-hdpi/movie.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-hdpi/scrubber_disabled.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-hdpi/scrubber_focussed.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-hdpi/scrubber_normal.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-hdpi/scrubber_pressed.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-hdpi/shadow7.9.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-hdpi/star_icon.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-hdpi/videos_by_google_banner.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-hdpi/videos_by_google_icon.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-mdpi/app_icon_quantum.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-mdpi/app_icon_quantum_card.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-mdpi/ic_launcher.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-mdpi/videos_by_google_banner.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-mdpi/videos_by_google_icon.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/app_icon_quantum.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/app_icon_quantum_card.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/default_background.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/grid_bg.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/ic_launcher.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/ic_pause_playcontrol_focussed.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/ic_pause_playcontrol_normal.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/ic_pause_playcontrol_pressed.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/ic_play_action_focussed.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/ic_play_action_normal.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/ic_play_action_pressed.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/ic_play_playcontrol_focussed.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/ic_play_playcontrol_normal.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/ic_play_playcontrol_pressed.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/movie.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/star_icon.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/videos_by_google_banner.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xhdpi/videos_by_google_icon.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xxhdpi/app_icon_quantum.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xxhdpi/app_icon_quantum_card.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xxhdpi/videos_by_google_banner.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-xxhdpi/videos_by_google_icon.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable/app_icon_quantum.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable/app_icon_quantum_card.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable/app_icon_your_company.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable/details_img.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable/ic_action_a.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable/ic_title.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable/movie.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable/player_bg_gradient_dark.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable/shadow7.9.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable/videos_by_google_banner.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable/videos_by_google_icon.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/layout/activity_details.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/layout/activity_main.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/layout/playback_controls.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/menu/global.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/menu/main.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/values-w820dp/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/values/colors.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/values/strings.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/values/themes.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/src/app_package/BrowseErrorActivity.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/src/app_package/CardPresenter.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/src/app_package/DetailsActivity.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/src/app_package/DetailsDescriptionPresenter.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/src/app_package/ErrorFragment.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/src/app_package/MainActivity.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/src/app_package/MainFragment.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/src/app_package/Movie.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/src/app_package/MovieList.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/src/app_package/PicassoBackgroundManagerTarget.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/src/app_package/PlaybackOverlayActivity.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/src/app_package/PlaybackOverlayFragment.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/src/app_package/Utils.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/src/app_package/VideoDetailsFragment.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/template-leanback-TV.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/template.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BasicActivity/globals.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BasicActivity/recipe.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BasicActivity/recipe_fragment.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BasicActivity/root/res/layout/activity_fragment_container.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BasicActivity/root/res/layout/fragment_simple.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BasicActivity/root/src/app_package/SimpleActivity.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BasicActivity/root/src/app_package/SimpleActivityFragment.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BasicActivity/template.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BasicActivity/template_basic_activity.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BasicActivity/template_basic_activity_fragment.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankWearActivity/globals.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankWearActivity/recipe.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankWearActivity/root/AndroidManifest.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankWearActivity/root/res/layout/blank_activity.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankWearActivity/root/res/layout/rect.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankWearActivity/root/res/layout/round.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankWearActivity/root/res/values/strings.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankWearActivity/root/src/app_package/BlankActivity.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankWearActivity/template.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankWearActivity/templates-WatchViewStub-Wear.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/EmptyActivity/globals.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/EmptyActivity/recipe.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/EmptyActivity/root/src/app_package/SimpleActivity.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/EmptyActivity/template.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/EmptyActivity/template_blank_activity.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/globals.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/recipe.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/AndroidManifest.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/res/layout/activity_fullscreen.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/res/values/attrs.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/res/values/colors.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/res/values/strings.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/res/values/styles.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/root/src/app_package/FullscreenActivity.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/template.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/FullscreenActivity/template_fullscreen_activity.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleAdMobAdsActivity/globals.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleAdMobAdsActivity/recipe.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleAdMobAdsActivity/root/AndroidManifest.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleAdMobAdsActivity/root/res/layout/activity_simple.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleAdMobAdsActivity/root/res/menu/main.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleAdMobAdsActivity/root/res/values-w820dp/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleAdMobAdsActivity/root/res/values/dimens.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleAdMobAdsActivity/root/res/values/strings.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleAdMobAdsActivity/root/src/app_package/SimpleActivity.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleAdMobAdsActivity/template.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleAdMobAdsActivity/template_admob_activity.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleAdMobAdsActivity/template_admob_activity_banner.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleAdMobAdsActivity/template_admob_activity_interstitial.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleAdMobAdsActivity/template_blank_activity.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsActivity/globals.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsActivity/recipe.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsActivity/root/AndroidManifest.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsActivity/root/debugRes/values/google_maps_api.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsActivity/root/releaseRes/values/google_maps_api.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsActivity/root/res/layout/activity_map.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsActivity/root/res/values/strings.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsActivity/root/src/app_package/MapActivity.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsActivity/template.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsActivity/template_map_activity.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/globals.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/recipe.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/root/AndroidManifest.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/root/AndroidManifestPermissions.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/root/debugRes/values/google_maps_api.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/root/releaseRes/values/google_maps_api.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/root/res/layout/activity_map.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/root/res/values/strings.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/root/src/app_package/MapActivity.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/template.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/GoogleMapsWearActivity/template_thumb.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/LoginActivity/globals.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/LoginActivity/recipe.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/LoginActivity/root/AndroidManifest.xml.ftl *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sat Oct 15 00:36:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C8A6C10F6B; Sat, 15 Oct 2016 00:36:41 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8737FB7; Sat, 15 Oct 2016 00:36:40 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F0ae9M058250; Sat, 15 Oct 2016 00:36:40 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F0adG7058248; Sat, 15 Oct 2016 00:36:39 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610150036.u9F0adG7058248@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sat, 15 Oct 2016 00:36:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423995 - in head/security/libkpass: . 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.23 Precedence: list List-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, 15 Oct 2016 00:36:41 -0000 Author: woodsb02 Date: Sat Oct 15 00:36:39 2016 New Revision: 423995 URL: https://svnweb.freebsd.org/changeset/ports/423995 Log: security/libkpass: Update to version 6 - Change from Sourceforge to GitHub for upstream, as per note on SF page - Add LICENSE_FILE to demonstrate GPLv3 license - Delete patch-src_kpass.c as upstream incorporates similar changes Changes this release: https://github.com/bldewolf/libkpass/blob/6/ChangeLog Approved by: vg (maintainer timeout), mat (mentor) Differential Revision: https://reviews.freebsd.org/D8034 Deleted: head/security/libkpass/files/ Modified: head/security/libkpass/Makefile head/security/libkpass/distinfo Modified: head/security/libkpass/Makefile ============================================================================== --- head/security/libkpass/Makefile Fri Oct 14 21:18:03 2016 (r423994) +++ head/security/libkpass/Makefile Sat Oct 15 00:36:39 2016 (r423995) @@ -2,18 +2,20 @@ # $FreeBSD$ PORTNAME= libkpass -PORTVERSION= 5 -PORTREVISION= 1 +PORTVERSION= 6 CATEGORIES= security -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ MAINTAINER= vg@FreeBSD.org COMMENT= Library for a reading/writing KeePass 1.x DB LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libnettle.so:security/nettle +USE_GITHUB= yes +GH_ACCOUNT= bldewolf + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= alias gettext gmake libtool Modified: head/security/libkpass/distinfo ============================================================================== --- head/security/libkpass/distinfo Fri Oct 14 21:18:03 2016 (r423994) +++ head/security/libkpass/distinfo Sat Oct 15 00:36:39 2016 (r423995) @@ -1,2 +1,3 @@ -SHA256 (libkpass-5.tar.gz) = 72bea97b2a2f5a68bdf52b3a67fc38028fcd295b016169e05c631fec9596faca -SIZE (libkpass-5.tar.gz) = 402843 +TIMESTAMP = 1474639255 +SHA256 (bldewolf-libkpass-6_GH0.tar.gz) = b0669300c72ec04b6c1fe7628b169006ac07239ff48e863bbd80eb5a3a369938 +SIZE (bldewolf-libkpass-6_GH0.tar.gz) = 406767 From owner-svn-ports-head@freebsd.org Sat Oct 15 00:40:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1874DC11031; Sat, 15 Oct 2016 00:40:30 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6F0515A; Sat, 15 Oct 2016 00:40:29 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F0eTsd058570; Sat, 15 Oct 2016 00:40:29 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F0eSu4058565; Sat, 15 Oct 2016 00:40:28 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610150040.u9F0eSu4058565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sat, 15 Oct 2016 00:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423996 - in head/print: hplip hplip-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.23 Precedence: list List-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, 15 Oct 2016 00:40:30 -0000 Author: woodsb02 Date: Sat Oct 15 00:40:28 2016 New Revision: 423996 URL: https://svnweb.freebsd.org/changeset/ports/423996 Log: print/hplip and print/hplip-plugin: Update to 3.16.9 Changes this release: http://hplipopensource.com/hplip-web/release_notes.html Approved by: makc (maintainer timeout), mat (mentor) Differential Revision: https://reviews.freebsd.org/D8031 Modified: head/print/hplip-plugin/Makefile head/print/hplip-plugin/distinfo head/print/hplip/Makefile head/print/hplip/distinfo head/print/hplip/pkg-plist Modified: head/print/hplip-plugin/Makefile ============================================================================== --- head/print/hplip-plugin/Makefile Sat Oct 15 00:36:39 2016 (r423995) +++ head/print/hplip-plugin/Makefile Sat Oct 15 00:40:28 2016 (r423996) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hplip-plugin -PORTVERSION= 3.16.8 +PORTVERSION= 3.16.9 CATEGORIES= print MASTER_SITES= http://hplipopensource.com/hplip-web/plugin/ DISTNAME= hplip-${DISTVERSION}-plugin Modified: head/print/hplip-plugin/distinfo ============================================================================== --- head/print/hplip-plugin/distinfo Sat Oct 15 00:36:39 2016 (r423995) +++ head/print/hplip-plugin/distinfo Sat Oct 15 00:40:28 2016 (r423996) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473246184 -SHA256 (hplip-3.16.8-plugin.run) = dd0b67fc1958bcf30c7ec7cb013d36d8071db6f78cc531e2169d139ba29117eb -SIZE (hplip-3.16.8-plugin.run) = 2087862 +TIMESTAMP = 1474473341 +SHA256 (hplip-3.16.9-plugin.run) = 7394ab79dd943bb530a7117266dec3f280ac0f825c4d12831c14eec922349c9f +SIZE (hplip-3.16.9-plugin.run) = 2084344 Modified: head/print/hplip/Makefile ============================================================================== --- head/print/hplip/Makefile Sat Oct 15 00:36:39 2016 (r423995) +++ head/print/hplip/Makefile Sat Oct 15 00:40:28 2016 (r423996) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hplip -PORTVERSION= 3.16.8 +PORTVERSION= 3.16.9 CATEGORIES= print MASTER_SITES= SF Modified: head/print/hplip/distinfo ============================================================================== --- head/print/hplip/distinfo Sat Oct 15 00:36:39 2016 (r423995) +++ head/print/hplip/distinfo Sat Oct 15 00:40:28 2016 (r423996) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473246182 -SHA256 (hplip-3.16.8.tar.gz) = a9da67ae51c17487a8d725eb9c0bf9c6f0416e1fffa7db6cdff5302b1c556ceb -SIZE (hplip-3.16.8.tar.gz) = 22942175 +TIMESTAMP = 1474473321 +SHA256 (hplip-3.16.9.tar.gz) = cc8cf2a7baa1403cddd6503f120c58780c786b42fad073da6caec7535d3797a6 +SIZE (hplip-3.16.9.tar.gz) = 23057361 Modified: head/print/hplip/pkg-plist ============================================================================== --- head/print/hplip/pkg-plist Sat Oct 15 00:36:39 2016 (r423995) +++ head/print/hplip/pkg-plist Sat Oct 15 00:40:28 2016 (r423996) @@ -894,10 +894,15 @@ share/ppd/HP/hp-officejet_pro_551_series share/ppd/HP/hp-officejet_pro_8000_enterprise_a811a-ps.ppd.gz share/ppd/HP/hp-officejet_pro_8210-ps.ppd.gz share/ppd/HP/hp-officejet_pro_8730-ps.ppd.gz +share/ppd/HP/hp-officejet_pro_8732-ps.ppd.gz share/ppd/HP/hp-officejet_pro_8740-ps.ppd.gz +share/ppd/HP/hp-pagewide_352_printer-ps.ppd.gz +share/ppd/HP/hp-pagewide_377_mfp-ps.ppd.gz share/ppd/HP/hp-pagewide_color_556-ps.ppd.gz +share/ppd/HP/hp-pagewide_color_e55650-ps.ppd.gz share/ppd/HP/hp-pagewide_color_flow_mfp_586-ps.ppd.gz share/ppd/HP/hp-pagewide_color_mfp_586-ps.ppd.gz +share/ppd/HP/hp-pagewide_color_mfp_e58650-ps.ppd.gz share/ppd/HP/hp-pagewide_mfp_p57750-ps.ppd.gz share/ppd/HP/hp-pagewide_p55250-ps.ppd.gz share/ppd/HP/hp-pagewide_pro_452_printer-ps.ppd.gz From owner-svn-ports-head@freebsd.org Sat Oct 15 00:46:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11A72C1118C; Sat, 15 Oct 2016 00:46:26 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3F666CA; Sat, 15 Oct 2016 00:46:25 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F0kOaV062507; Sat, 15 Oct 2016 00:46:24 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F0kNNM062493; Sat, 15 Oct 2016 00:46:23 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610150046.u9F0kNNM062493@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 15 Oct 2016 00:46:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423997 - in head: deskutils/kdeplasma-addons math/cantor math/libqalculate math/libqalculate/files math/qalculate math/qalculate/files science/step x11/kde4-workspace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 00:46:26 -0000 Author: jhale Date: Sat Oct 15 00:46:23 2016 New Revision: 423997 URL: https://svnweb.freebsd.org/changeset/ports/423997 Log: Update math/libqalculate to 0.9.10 - Project is hosted on Github now Update math/qalculate to 0.9.9 - Qalculate now uses GTK+3 - Project is hosted on Github now - Take maintainership Bump PORTREVISION on ports that depend upon libqalculate due to shlib increase Added: head/math/libqalculate/files/patch-libqalculate.pc.in (contents, props changed) Deleted: head/math/libqalculate/files/patch-src-Makefile.in head/math/libqalculate/files/patch-src-qalc.cc head/math/qalculate/files/ Modified: head/deskutils/kdeplasma-addons/Makefile head/math/cantor/Makefile head/math/libqalculate/Makefile head/math/libqalculate/distinfo head/math/libqalculate/pkg-descr head/math/libqalculate/pkg-plist head/math/qalculate/Makefile head/math/qalculate/distinfo head/math/qalculate/pkg-descr head/math/qalculate/pkg-plist head/science/step/Makefile head/x11/kde4-workspace/Makefile Modified: head/deskutils/kdeplasma-addons/Makefile ============================================================================== --- head/deskutils/kdeplasma-addons/Makefile Sat Oct 15 00:40:28 2016 (r423996) +++ head/deskutils/kdeplasma-addons/Makefile Sat Oct 15 00:46:23 2016 (r423997) @@ -2,7 +2,7 @@ PORTNAME= kdeplasma-addons PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/math/cantor/Makefile ============================================================================== --- head/math/cantor/Makefile Sat Oct 15 00:40:28 2016 (r423996) +++ head/math/cantor/Makefile Sat Oct 15 00:46:23 2016 (r423997) @@ -2,7 +2,7 @@ PORTNAME= cantor PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/math/libqalculate/Makefile ============================================================================== --- head/math/libqalculate/Makefile Sat Oct 15 00:40:28 2016 (r423996) +++ head/math/libqalculate/Makefile Sat Oct 15 00:46:23 2016 (r423997) @@ -2,35 +2,38 @@ # $FreeBSD$ PORTNAME= libqalculate -PORTVERSION= 0.9.7 -PORTREVISION= 5 +PORTVERSION= 0.9.10 +DISTVERSIONPREFIX= v CATEGORIES= math -MASTER_SITES= SF/qalculate/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= Multi-purpose desktop calculator (backend library) +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libcln.so:math/cln -USES= pkgconfig pathfix gmake libtool gettext-tools +USES= autoreconf gmake gettext libtool \ + localbase pathfix pkgconfig readline:port USE_GNOME= glib20 intltool libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip +PATHFIX_MAKEFILEIN= Makefile.am + +USE_GITHUB= yes +GH_ACCOUNT= Qalculate OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USES= gettext-runtime - .include +post-patch-NLS-off: + @${REINPLACE_CMD} -e '/^SUBDIRS =/s|po ||g' ${WRKSRC}/Makefile.am + post-patch: -.if !${PORT_OPTIONS:MNLS} - @${REINPLACE_CMD} -e '/^SUBDIRS =/s|po ||g' ${WRKSRC}/Makefile.in -.endif - @${REINPLACE_CMD} -e '/^SUBDIRS =/s|docs||g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/^SUBDIRS =/s|docs||g' ${WRKSRC}/Makefile.am .include Modified: head/math/libqalculate/distinfo ============================================================================== --- head/math/libqalculate/distinfo Sat Oct 15 00:40:28 2016 (r423996) +++ head/math/libqalculate/distinfo Sat Oct 15 00:46:23 2016 (r423997) @@ -1,2 +1,3 @@ -SHA256 (libqalculate-0.9.7.tar.gz) = 9a6d97ce3339d104358294242c3ecd5e312446721e93499ff70acc1604607955 -SIZE (libqalculate-0.9.7.tar.gz) = 1256271 +TIMESTAMP = 1476486857 +SHA256 (Qalculate-libqalculate-v0.9.10_GH0.tar.gz) = f19f13c06c11f2e576d4c95b48c87417649f4ad598127e9759316b6e4b601f72 +SIZE (Qalculate-libqalculate-v0.9.10_GH0.tar.gz) = 573204 Added: head/math/libqalculate/files/patch-libqalculate.pc.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/libqalculate/files/patch-libqalculate.pc.in Sat Oct 15 00:46:23 2016 (r423997) @@ -0,0 +1,13 @@ +--- libqalculate.pc.in.orig 2016-08-25 18:49:39 UTC ++++ libqalculate.pc.in +@@ -5,7 +5,7 @@ includedir=@includedir@ + + Name: libqalculate + Description: libqalculate +-Requires: glib-2.0 libxml-2.0 ++Requires: cln glib-2.0 libxml-2.0 + Version: @VERSION@ + Libs: -L${libdir} -lqalculate +-Cflags: -I${includedir} +\ No newline at end of file ++Cflags: -I${includedir} Modified: head/math/libqalculate/pkg-descr ============================================================================== --- head/math/libqalculate/pkg-descr Sat Oct 15 00:40:28 2016 (r423996) +++ head/math/libqalculate/pkg-descr Sat Oct 15 00:46:23 2016 (r423997) @@ -3,4 +3,4 @@ use but with much power and versatility customizable functions, units, arbitrary precision, plotting, and a user-friendly interface. -WWW: http://qalculate.sourceforge.net +WWW: http://qalculate.github.io/ Modified: head/math/libqalculate/pkg-plist ============================================================================== --- head/math/libqalculate/pkg-plist Sat Oct 15 00:40:28 2016 (r423996) +++ head/math/libqalculate/pkg-plist Sat Oct 15 00:46:23 2016 (r423997) @@ -14,8 +14,8 @@ include/libqalculate/qalculate.h include/libqalculate/util.h lib/libqalculate.a lib/libqalculate.so -lib/libqalculate.so.5 -lib/libqalculate.so.5.0.0 +lib/libqalculate.so.6 +lib/libqalculate.so.6.0.0 libdata/pkgconfig/libqalculate.pc %%NLS%%share/locale/fr/LC_MESSAGES/libqalculate.mo %%NLS%%share/locale/nl/LC_MESSAGES/libqalculate.mo Modified: head/math/qalculate/Makefile ============================================================================== --- head/math/qalculate/Makefile Sat Oct 15 00:40:28 2016 (r423996) +++ head/math/qalculate/Makefile Sat Oct 15 00:46:23 2016 (r423997) @@ -2,34 +2,29 @@ # $FreeBSD$ PORTNAME= qalculate -PORTVERSION= 0.9.7 -PORTREVISION= 4 +PORTVERSION= 0.9.9 +DISTVERSIONPREFIX= v CATEGORIES= math -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-gtk/${PORTNAME}-gtk-${PORTVERSION} -DISTNAME= ${PORTNAME}-gtk-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= Multi-purpose desktop calculator (Gnome frontend) +MAINTAINER= jhale@FreeBSD.org +COMMENT= Multi-purpose desktop calculator (GTK+3 frontend) LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libqalculate.so:math/libqalculate +LIB_DEPENDS= libcln.so:math/cln \ + libqalculate.so:math/libqalculate RUN_DEPENDS= gnuplot:math/gnuplot \ wget:ftp/wget -USES= gettext gmake -USE_GNOME= intltool libglade2 libgnome +USES= autoreconf gettext gmake localbase +USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libxml2 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -INSTALLS_OMF= yes - -post-patch: - @${REINPLACE_CMD} -e \ - '/^Icon/s|=\(.*\)|=${PREFIX}/share/pixmaps/\1|' \ - ${WRKSRC}/data/qalculate-gtk.desktop.in - @${REINPLACE_CMD} -e \ - 's/^GMSGFMT = @GMSGFMT@/GMSGFMT = msgfmt/' \ - ${WRKSRC}/po/Makefile.in.in +DATADIR= share/${GH_PROJECT} +DOCSDIR= share/doc/${GH_PROJECT} + +USE_GITHUB= yes +GH_ACCOUNT= Qalculate +GH_PROJECT= ${PORTNAME}-gtk .include Modified: head/math/qalculate/distinfo ============================================================================== --- head/math/qalculate/distinfo Sat Oct 15 00:40:28 2016 (r423996) +++ head/math/qalculate/distinfo Sat Oct 15 00:46:23 2016 (r423997) @@ -1,2 +1,3 @@ -SHA256 (qalculate-gtk-0.9.7.tar.gz) = a4ea8ee2366ac3ad53bb17fd2f76a7bed7211640cf2fdadfcf3b79eb4b37282d -SIZE (qalculate-gtk-0.9.7.tar.gz) = 1511036 +TIMESTAMP = 1476485110 +SHA256 (Qalculate-qalculate-gtk-v0.9.9_GH0.tar.gz) = 6f62dc3c7a908be196c56bb7ef6841cc94a88f8b9d9df87f8af5791a995f316d +SIZE (Qalculate-qalculate-gtk-v0.9.9_GH0.tar.gz) = 1686275 Modified: head/math/qalculate/pkg-descr ============================================================================== --- head/math/qalculate/pkg-descr Sat Oct 15 00:40:28 2016 (r423996) +++ head/math/qalculate/pkg-descr Sat Oct 15 00:46:23 2016 (r423997) @@ -3,4 +3,4 @@ use but with much power and versatility customizable functions, units, arbitrary precision, plotting, and a user-friendly interface. -WWW: http://qalculate.sourceforge.net +WWW: https://qalculate.github.io/ Modified: head/math/qalculate/pkg-plist ============================================================================== --- head/math/qalculate/pkg-plist Sat Oct 15 00:40:28 2016 (r423996) +++ head/math/qalculate/pkg-plist Sat Oct 15 00:46:23 2016 (r423997) @@ -1,59 +1,61 @@ -bin/qalculate bin/qalculate-gtk +share/appdata/qalculate-gtk.appdata.xml share/applications/qalculate-gtk.desktop -share/gnome/help/qalculate-gtk/C/appendixa.xml -share/gnome/help/qalculate-gtk/C/appendixb.xml -share/gnome/help/qalculate-gtk/C/appendixc.xml -share/gnome/help/qalculate-gtk/C/figures/calculation-history.png -share/gnome/help/qalculate-gtk/C/figures/calculator-buttons-screen.png -share/gnome/help/qalculate-gtk/C/figures/calculator-buttons.png -share/gnome/help/qalculate-gtk/C/figures/completion.png -share/gnome/help/qalculate-gtk/C/figures/convert-number-bases.png -share/gnome/help/qalculate-gtk/C/figures/convert-unit.png -share/gnome/help/qalculate-gtk/C/figures/edit-function.png -share/gnome/help/qalculate-gtk/C/figures/edit-matrix.png -share/gnome/help/qalculate-gtk/C/figures/edit-unit.png -share/gnome/help/qalculate-gtk/C/figures/edit-variable.png -share/gnome/help/qalculate-gtk/C/figures/function-manager.png -share/gnome/help/qalculate-gtk/C/figures/gnuplot.png -share/gnome/help/qalculate-gtk/C/figures/import-csv.png -share/gnome/help/qalculate-gtk/C/figures/insert-function-screen.png -share/gnome/help/qalculate-gtk/C/figures/insert-function.png -share/gnome/help/qalculate-gtk/C/figures/mainwindow.png -share/gnome/help/qalculate-gtk/C/figures/plot-data.png -share/gnome/help/qalculate-gtk/C/figures/plot-settings.png -share/gnome/help/qalculate-gtk/C/figures/rpn-mode.png -share/gnome/help/qalculate-gtk/C/figures/store-variable.png -share/gnome/help/qalculate-gtk/C/figures/unit-manager.png -share/gnome/help/qalculate-gtk/C/figures/variable-manager.png -share/gnome/help/qalculate-gtk/C/legal.xml -share/gnome/help/qalculate-gtk/C/qalculate-gtk.xml -share/omf/qalculate-gtk/qalculate-gtk-C.omf -share/pixmaps/qalculate.png -share/qalculate-gtk/glade/about.glade -share/qalculate-gtk/glade/argumentrules.glade -share/qalculate-gtk/glade/csvexport.glade -share/qalculate-gtk/glade/csvimport.glade -share/qalculate-gtk/glade/datasetedit.glade -share/qalculate-gtk/glade/datasets.glade -share/qalculate-gtk/glade/decimals.glade -share/qalculate-gtk/glade/functionedit.glade -share/qalculate-gtk/glade/functions.glade -share/qalculate-gtk/glade/main.glade -share/qalculate-gtk/glade/matrix.glade -share/qalculate-gtk/glade/matrixedit.glade -share/qalculate-gtk/glade/namesedit.glade -share/qalculate-gtk/glade/nbases.glade -share/qalculate-gtk/glade/periodictable.glade -share/qalculate-gtk/glade/plot.glade -share/qalculate-gtk/glade/precision.glade -share/qalculate-gtk/glade/preferences.glade -share/qalculate-gtk/glade/setbase.glade -share/qalculate-gtk/glade/unit.glade -share/qalculate-gtk/glade/unitedit.glade -share/qalculate-gtk/glade/units.glade -share/qalculate-gtk/glade/unknownedit.glade -share/qalculate-gtk/glade/variableedit.glade -share/qalculate-gtk/glade/variables.glade +%%DOCSDIR%%/html/figures/calculation-history.png +%%DOCSDIR%%/html/figures/calculator-buttons.png +%%DOCSDIR%%/html/figures/completion.png +%%DOCSDIR%%/html/figures/convert-number-bases.png +%%DOCSDIR%%/html/figures/convert-unit.png +%%DOCSDIR%%/html/figures/edit-function.png +%%DOCSDIR%%/html/figures/edit-matrix.png +%%DOCSDIR%%/html/figures/edit-unit.png +%%DOCSDIR%%/html/figures/edit-variable.png +%%DOCSDIR%%/html/figures/function-manager.png +%%DOCSDIR%%/html/figures/gnuplot.png +%%DOCSDIR%%/html/figures/import-csv.png +%%DOCSDIR%%/html/figures/insert-function.png +%%DOCSDIR%%/html/figures/mainwindow.png +%%DOCSDIR%%/html/figures/plot-data.png +%%DOCSDIR%%/html/figures/plot-settings.png +%%DOCSDIR%%/html/figures/rpn-mode.png +%%DOCSDIR%%/html/figures/store-variable.png +%%DOCSDIR%%/html/figures/unit-manager.png +%%DOCSDIR%%/html/figures/variable-manager.png +%%DOCSDIR%%/html/index.html +%%DOCSDIR%%/html/qalculate-definitions-functions.html +%%DOCSDIR%%/html/qalculate-definitions-units.html +%%DOCSDIR%%/html/qalculate-definitions-variables.html +%%DOCSDIR%%/html/qalculate-expressions.html +%%DOCSDIR%%/html/qalculate-functions.html +%%DOCSDIR%%/html/qalculate-introduction.html +%%DOCSDIR%%/html/qalculate-plotting.html +%%DOCSDIR%%/html/qalculate-result.html +%%DOCSDIR%%/html/qalculate-units.html +%%DOCSDIR%%/html/qalculate-user-interface.html +%%DOCSDIR%%/html/qalculate-variables.html share/locale/nl/LC_MESSAGES/qalculate-gtk.mo share/locale/sv/LC_MESSAGES/qalculate-gtk.mo +share/pixmaps/qalculate.png +%%DATADIR%%/ui/argumentrules.ui +%%DATADIR%%/ui/csvexport.ui +%%DATADIR%%/ui/csvimport.ui +%%DATADIR%%/ui/datasetedit.ui +%%DATADIR%%/ui/datasets.ui +%%DATADIR%%/ui/decimals.ui +%%DATADIR%%/ui/functionedit.ui +%%DATADIR%%/ui/functions.ui +%%DATADIR%%/ui/main.ui +%%DATADIR%%/ui/matrix.ui +%%DATADIR%%/ui/matrixedit.ui +%%DATADIR%%/ui/namesedit.ui +%%DATADIR%%/ui/nbases.ui +%%DATADIR%%/ui/periodictable.ui +%%DATADIR%%/ui/plot.ui +%%DATADIR%%/ui/precision.ui +%%DATADIR%%/ui/preferences.ui +%%DATADIR%%/ui/setbase.ui +%%DATADIR%%/ui/unitedit.ui +%%DATADIR%%/ui/units.ui +%%DATADIR%%/ui/unknownedit.ui +%%DATADIR%%/ui/variableedit.ui +%%DATADIR%%/ui/variables.ui Modified: head/science/step/Makefile ============================================================================== --- head/science/step/Makefile Sat Oct 15 00:40:28 2016 (r423996) +++ head/science/step/Makefile Sat Oct 15 00:46:23 2016 (r423997) @@ -2,6 +2,7 @@ PORTNAME= step PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= science kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Modified: head/x11/kde4-workspace/Makefile ============================================================================== --- head/x11/kde4-workspace/Makefile Sat Oct 15 00:40:28 2016 (r423996) +++ head/x11/kde4-workspace/Makefile Sat Oct 15 00:46:23 2016 (r423997) @@ -2,7 +2,7 @@ PORTNAME= kde-workspace PORTVERSION= ${KDE4_WORKSPACE_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} From owner-svn-ports-head@freebsd.org Sat Oct 15 00:48:20 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C661C11206; Sat, 15 Oct 2016 00:48:20 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D5DC81D; Sat, 15 Oct 2016 00:48:20 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F0mJAU062692; Sat, 15 Oct 2016 00:48:19 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F0mJgu062691; Sat, 15 Oct 2016 00:48:19 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610150048.u9F0mJgu062691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sat, 15 Oct 2016 00:48:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423998 - in head/audio/logitechmediaserver: . 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.23 Precedence: list List-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, 15 Oct 2016 00:48:20 -0000 Author: woodsb02 Date: Sat Oct 15 00:48:19 2016 New Revision: 423998 URL: https://svnweb.freebsd.org/changeset/ports/423998 Log: audio/logitechmediaserver: Remove patch-dbix-class-bug.diff This fixes the scanner.pl program, which would otherwise produce this error in the log files: Slim::Schema::Storage::throw_exception (122) Error: DBI Exception: DBD::SQLite::db do failed: SQL logic error or missing database cannot ATTACH database within transaction [for Statement "ATTACH '/var/db/logitechmediaserver/cache/persist.db' AS persistentdb"] More details about this problem: http://forums.slimdevices.com/showthread.php?106257-FreeBSD-port&p=864545 Approved by: mark@tranquillussoftware.co.uk (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D8255 Deleted: head/audio/logitechmediaserver/files/patch-dbix-class-bug.diff Modified: head/audio/logitechmediaserver/Makefile Modified: head/audio/logitechmediaserver/Makefile ============================================================================== --- head/audio/logitechmediaserver/Makefile Sat Oct 15 00:46:23 2016 (r423997) +++ head/audio/logitechmediaserver/Makefile Sat Oct 15 00:48:19 2016 (r423998) @@ -2,6 +2,7 @@ PORTNAME= logitechmediaserver PORTVERSION= 7.9.0.g2016.09.30 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= mark@tranquillussoftware.co.uk From owner-svn-ports-head@freebsd.org Sat Oct 15 02:39:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78942C11171; Sat, 15 Oct 2016 02:39:03 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 521F42F1; Sat, 15 Oct 2016 02:39:03 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F2d2OG004530; Sat, 15 Oct 2016 02:39:02 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F2d2u4004527; Sat, 15 Oct 2016 02:39:02 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610150239.u9F2d2u4004527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sat, 15 Oct 2016 02:39:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423999 - in head/misc/mc: . 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.23 Precedence: list List-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, 15 Oct 2016 02:39:03 -0000 Author: woodsb02 Date: Sat Oct 15 02:39:02 2016 New Revision: 423999 URL: https://svnweb.freebsd.org/changeset/ports/423999 Log: misc/mc: Update to 4.8.18 - Silence post-patch sed commands - Remove patch-src_cons.handler.c; changes upstreamed Changes this release: http://www.midnight-commander.org/wiki/NEWS-4.8.18 Approved by: adamw (mentor, implicit) Deleted: head/misc/mc/files/patch-src_cons.handler.c Modified: head/misc/mc/Makefile head/misc/mc/distinfo head/misc/mc/pkg-plist Modified: head/misc/mc/Makefile ============================================================================== --- head/misc/mc/Makefile Sat Oct 15 00:48:19 2016 (r423998) +++ head/misc/mc/Makefile Sat Oct 15 02:39:02 2016 (r423999) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mc -PORTVERSION= 4.8.17 +PORTVERSION= 4.8.18 CATEGORIES= misc shells MASTER_SITES= http://ftp.midnight-commander.org/ \ http://ftp.osuosl.org/pub/midnightcommander/ \ @@ -78,7 +78,7 @@ DOCSDIR2= ${DOCSDIR}/doc DOC_FILES2= FAQ HACKING MAINTAINERS *.txt post-patch: - ${REINPLACE_CMD} -e 's|missing-parameter-type|unused-variable|; \ + @${REINPLACE_CMD} -e 's|missing-parameter-type|unused-variable|; \ s|but-set-variable|variable|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|SUBDIRS = intl|SUBDIRS =|' ${WRKSRC}/Makefile.in Modified: head/misc/mc/distinfo ============================================================================== --- head/misc/mc/distinfo Sat Oct 15 00:48:19 2016 (r423998) +++ head/misc/mc/distinfo Sat Oct 15 02:39:02 2016 (r423999) @@ -1,4 +1,5 @@ -SHA256 (mc-4.8.17.tar.xz) = 0447bdddc0baa81866e66f50f9a545d29d6eebb68b0ab46c98d8fddd2bf4e44d -SIZE (mc-4.8.17.tar.xz) = 2457156 +TIMESTAMP = 1476432152 +SHA256 (mc-4.8.18.tar.xz) = f7636815c987c1719c4f5de2dcd156a0e7d097b1d10e4466d2bdead343d5bece +SIZE (mc-4.8.18.tar.xz) = 2462080 SHA256 (mc.png) = 6bd935ea11c45da5c11e60542e30b4a05396d75b81401f28b3a68a82cafbf8fe SIZE (mc.png) = 6466 Modified: head/misc/mc/pkg-plist ============================================================================== --- head/misc/mc/pkg-plist Sat Oct 15 00:48:19 2016 (r423998) +++ head/misc/mc/pkg-plist Sat Oct 15 02:39:02 2016 (r423999) @@ -152,6 +152,7 @@ share/applications/mc.desktop %%NLS%%%%DATADIR%%/help/mc.hlp.ru %%NLS%%%%DATADIR%%/help/mc.hlp.sr %%DATADIR%%/hints/mc.hint +%%NLS%%%%DATADIR%%/hints/mc.hint.af %%NLS%%%%DATADIR%%/hints/mc.hint.ar %%NLS%%%%DATADIR%%/hints/mc.hint.az %%NLS%%%%DATADIR%%/hints/mc.hint.be @@ -198,6 +199,7 @@ share/applications/mc.desktop %%NLS%%%%DATADIR%%/hints/mc.hint.te %%NLS%%%%DATADIR%%/hints/mc.hint.tr %%NLS%%%%DATADIR%%/hints/mc.hint.uk +%%NLS%%%%DATADIR%%/hints/mc.hint.uz %%NLS%%%%DATADIR%%/hints/mc.hint.zh %%NLS%%%%DATADIR%%/hints/mc.hint.zh_CN %%ICONV%%%%DATADIR%%/mc.charsets @@ -235,6 +237,7 @@ share/applications/mc.desktop %%EDITOR%%%%DATADIR%%/syntax/cmake.syntax %%EDITOR%%%%DATADIR%%/syntax/cs.syntax %%EDITOR%%%%DATADIR%%/syntax/css.syntax +%%EDITOR%%%%DATADIR%%/syntax/cuda.syntax %%EDITOR%%%%DATADIR%%/syntax/cxx.syntax %%EDITOR%%%%DATADIR%%/syntax/cython.syntax %%EDITOR%%%%DATADIR%%/syntax/d.syntax @@ -251,6 +254,7 @@ share/applications/mc.desktop %%EDITOR%%%%DATADIR%%/syntax/f90.syntax %%EDITOR%%%%DATADIR%%/syntax/filehighlight.syntax %%EDITOR%%%%DATADIR%%/syntax/fortran.syntax +%%EDITOR%%%%DATADIR%%/syntax/glsl.syntax %%EDITOR%%%%DATADIR%%/syntax/go.syntax %%EDITOR%%%%DATADIR%%/syntax/haskell.syntax %%EDITOR%%%%DATADIR%%/syntax/html.syntax From owner-svn-ports-head@freebsd.org Sat Oct 15 04:49:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3844FC12095; Sat, 15 Oct 2016 04:49:03 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 085DDD3E; Sat, 15 Oct 2016 04:49:02 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F4n2J3053869; Sat, 15 Oct 2016 04:49:02 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F4n2LE053867; Sat, 15 Oct 2016 04:49:02 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201610150449.u9F4n2LE053867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 15 Oct 2016 04:49:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424000 - head/science/R-cran-Epi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 04:49:03 -0000 Author: tota Date: Sat Oct 15 04:49:01 2016 New Revision: 424000 URL: https://svnweb.freebsd.org/changeset/ports/424000 Log: - Update to 2.7 Modified: head/science/R-cran-Epi/Makefile (contents, props changed) head/science/R-cran-Epi/distinfo (contents, props changed) Modified: head/science/R-cran-Epi/Makefile ============================================================================== --- head/science/R-cran-Epi/Makefile Sat Oct 15 02:39:02 2016 (r423999) +++ head/science/R-cran-Epi/Makefile Sat Oct 15 04:49:01 2016 (r424000) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Epi -PORTVERSION= 2.0 +PORTVERSION= 2.7 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,10 +11,14 @@ COMMENT= Package for statistical analysi LICENSE= GPLv2 -RUN_DEPENDS= R-cran-cmprsk>0:science/R-cran-cmprsk \ +CRAN_DEPENDS= R-cran-cmprsk>0:science/R-cran-cmprsk \ R-cran-etm>0:science/R-cran-etm \ - R-cran-plyr>0:devel/R-cran-plyr + R-cran-plyr>0:devel/R-cran-plyr \ + R-cran-numDeriv>0:math/R-cran-numDeriv \ + R-cran-data.table>0:devel/R-cran-data.table +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include Modified: head/science/R-cran-Epi/distinfo ============================================================================== --- head/science/R-cran-Epi/distinfo Sat Oct 15 02:39:02 2016 (r423999) +++ head/science/R-cran-Epi/distinfo Sat Oct 15 04:49:01 2016 (r424000) @@ -1,2 +1,3 @@ -SHA256 (Epi_2.0.tar.gz) = f56aaa3a74b113f7b798ab245868dce5b22a45c1990d0398295dfeb5e1a05011 -SIZE (Epi_2.0.tar.gz) = 1723643 +TIMESTAMP = 1475924124 +SHA256 (Epi_2.7.tar.gz) = 995d6bffd6d9044f3195d88d4cbc3778f5b1c09f18c5cbc83e153e937b9a815d +SIZE (Epi_2.7.tar.gz) = 1406079 From owner-svn-ports-head@freebsd.org Sat Oct 15 05:09:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67E28C12481; Sat, 15 Oct 2016 05:09:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1ECE06B9; Sat, 15 Oct 2016 05:09:13 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F59CcW061536; Sat, 15 Oct 2016 05:09:12 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F59BiJ061529; Sat, 15 Oct 2016 05:09:11 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610150509.u9F59BiJ061529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 15 Oct 2016 05:09:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424001 - in head: . net-mgmt net-mgmt/prometheus net-mgmt/prometheus/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.23 Precedence: list List-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, 15 Oct 2016 05:09:13 -0000 Author: pi Date: Sat Oct 15 05:09:11 2016 New Revision: 424001 URL: https://svnweb.freebsd.org/changeset/ports/424001 Log: New port: net-mgmt/prometheus Prometheus is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true. Prometheus' main distinguishing features as compared to other monitoring systems are: - a multi-dimensional data model (timeseries defined by metric name and set of key/value dimensions) - a flexible query language to leverage this dimensionality - no dependency on distributed storage; single server nodes are autonomous - timeseries collection happens via a pull model over HTTP - pushing timeseries is supported via an intermediary gateway - targets are discovered via service discovery or static configuration - multiple modes of graphing and dashboarding support - support for hierarchical and horizontal federation WWW: https://prometheus.io/ PR: 212468 Submitted by: Jev Bjoersell Added: head/net-mgmt/prometheus/ head/net-mgmt/prometheus/Makefile (contents, props changed) head/net-mgmt/prometheus/distinfo (contents, props changed) head/net-mgmt/prometheus/files/ head/net-mgmt/prometheus/files/prometheus.in (contents, props changed) head/net-mgmt/prometheus/pkg-descr (contents, props changed) Modified: head/GIDs head/UIDs head/net-mgmt/Makefile Modified: head/GIDs ============================================================================== --- head/GIDs Sat Oct 15 04:49:01 2016 (r424000) +++ head/GIDs Sat Oct 15 05:09:11 2016 (r424001) @@ -419,7 +419,7 @@ nomad:*:472: # free: 475 # free: 476 # free: 477 -# free: 478 +prometheus:*:478: # free: 479 # free: 480 # free: 481 Modified: head/UIDs ============================================================================== --- head/UIDs Sat Oct 15 04:49:01 2016 (r424000) +++ head/UIDs Sat Oct 15 05:09:11 2016 (r424001) @@ -424,7 +424,7 @@ nomad:*:472:472::0:0:Nomad Daemon:/var/t # free: 475 # free: 476 # free: 477 -# free: 478 +prometheus:*:478:478::0:0:Prometheus Daemon:/var/tmp/prometheus:/usr/sbin/nologin # free: 479 # free: 480 # free: 481 Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Sat Oct 15 04:49:01 2016 (r424000) +++ head/net-mgmt/Makefile Sat Oct 15 05:09:11 2016 (r424001) @@ -271,6 +271,7 @@ SUBDIR += pnp-icinga SUBDIR += pnp-icinga2 SUBDIR += portmon + SUBDIR += prometheus SUBDIR += py-flowtools SUBDIR += py-ipcalc SUBDIR += py-ipy Added: head/net-mgmt/prometheus/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/prometheus/Makefile Sat Oct 15 05:09:11 2016 (r424001) @@ -0,0 +1,39 @@ +# Created by: Jev Björsell +# $FreeBSD$ + +PORTNAME= prometheus +PORTVERSION= 1.2.1 +DISTVERSIONPREFIX= v +CATEGORIES= net-mgmt + +MAINTAINER= ports@ecadlabs.com +COMMENT= Systems monitoring and alerting toolkit + +LICENSE= APACHE20 + +USES= go gmake +USE_GITHUB= yes + +GO_PKGNAME= github.com/${PORTNAME}/${PORTNAME} + +PLIST_FILES= bin/prometheus \ + bin/promtool \ + etc/prometheus.yml + +USE_RC_SUBR= prometheus + +USERS= prometheus +GROUPS= prometheus + +STRIP= # stripping can break go binaries + +do-build: + (cd ${GO_WRKSRC}/cmd/prometheus ; ${SETENV} ${GO_ENV} go install) + (cd ${GO_WRKSRC}/cmd/promtool ; ${SETENV} ${GO_ENV} go install) + +do-install: + ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/prometheus ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/promtool ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/documentation/examples/prometheus.yml ${STAGEDIR}${LOCALBASE}/etc + +.include Added: head/net-mgmt/prometheus/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/prometheus/distinfo Sat Oct 15 05:09:11 2016 (r424001) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476506739 +SHA256 (prometheus-prometheus-v1.2.1_GH0.tar.gz) = d94b0904fde618ab1c9a2e1bec98da00bb9a29faf621db55dfa313346526f91a +SIZE (prometheus-prometheus-v1.2.1_GH0.tar.gz) = 2638657 Added: head/net-mgmt/prometheus/files/prometheus.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/prometheus/files/prometheus.in Sat Oct 15 05:09:11 2016 (r424001) @@ -0,0 +1,65 @@ +#!/bin/sh + +# PROVIDE: prometheus +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# prometheus_enable (bool): Set to NO by default +# Set it to YES to enable prometheus +# prometheus_user (string): Set user to run prometheus +# Default is "prometheus" +# prometheus_group (string): Set group to run prometheus +# Default is "prometheus" +# prometheus_data_dir (string): Set dir to run prometheus in +# Default is "/var/tmp/prometheus" +# prometheus_log_file (string): Set file that prometheus will log to +# Default is "/var/log/prometheus.log" +# prometheus_args (string): Set additional command line arguments +# Default is "" + +. /etc/rc.subr + +name=prometheus +rcvar=prometheus_enable + +load_rc_config $name + +: ${prometheus_enable:="NO"} +: ${prometheus_user:="prometheus"} +: ${prometheus_group:="prometheus"} +: ${prometheus_config:="%%PREFIX%%/etc/prometheus.yml"} +: ${prometheus_data_dir:="/var/db/prometheus"} +: ${prometheus_log_file:="/var/log/prometheus.log"} +: ${prometheus_args:=""} + +pidfile=/var/run/prometheus.pid +required_files="${prometheus_config}" +command="/usr/sbin/daemon" +procname="%%PREFIX%%/bin/prometheus" +sig_reload=HUP +extra_commands="reload" +command_args="-p ${pidfile} /usr/bin/env ${procname} \ + -config.file=${prometheus_config} \ + -storage.local.path=${prometheus_data_dir} \ + ${prometheus_args} > ${prometheus_log_file} 2>&1" + +start_precmd=prometheus_startprecmd + +prometheus_startprecmd() +{ + if [ ! -e ${pidfile} ]; then + install -o ${prometheus_user} -g ${prometheus_group} /dev/null ${pidfile}; + fi + if [ ! -f "${prometheus_log_file}" ]; then + install -o ${prometheus_user} -g ${prometheus_group} -m 640 /dev/null ${prometheus_log_file}; + fi + if [ ! -d ${prometheus_data_dir} ]; then + install -d -o ${prometheus_user} -g ${prometheus_group} -m 750 ${prometheus_data_dir} + fi +} + +load_rc_config $name +run_rc_command "$1" Added: head/net-mgmt/prometheus/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/prometheus/pkg-descr Sat Oct 15 05:09:11 2016 (r424001) @@ -0,0 +1,19 @@ +Prometheus is a systems and service monitoring system. It collects metrics +from configured targets at given intervals, evaluates rule expressions, +displays the results, and can trigger alerts if some condition is observed +to be true. + +Prometheus' main distinguishing features as compared to other monitoring +systems are: + +- a multi-dimensional data model (timeseries defined by metric name and + set of key/value dimensions) +- a flexible query language to leverage this dimensionality +- no dependency on distributed storage; single server nodes are autonomous +- timeseries collection happens via a pull model over HTTP +- pushing timeseries is supported via an intermediary gateway +- targets are discovered via service discovery or static configuration +- multiple modes of graphing and dashboarding support +- support for hierarchical and horizontal federation + +WWW: https://prometheus.io/ From owner-svn-ports-head@freebsd.org Sat Oct 15 05:24:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 852FDC128E3; Sat, 15 Oct 2016 05:24:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46062D76; Sat, 15 Oct 2016 05:24:31 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F5OUko068836; Sat, 15 Oct 2016 05:24:30 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F5OTlU068831; Sat, 15 Oct 2016 05:24:29 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610150524.u9F5OTlU068831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 15 Oct 2016 05:24:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424002 - in head/sysutils: . node_exporter node_exporter/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.23 Precedence: list List-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, 15 Oct 2016 05:24:31 -0000 Author: pi Date: Sat Oct 15 05:24:29 2016 New Revision: 424002 URL: https://svnweb.freebsd.org/changeset/ports/424002 Log: New port: sysutils/node_exporter node_exporter is a prometheus exporter for machine metrics, written in Go with pluggable metric collectors. WWW: https://github.com/prometheus/node_exporter PR: 212467 Submitted by: Jev Bjoersell Added: head/sysutils/node_exporter/ head/sysutils/node_exporter/Makefile (contents, props changed) head/sysutils/node_exporter/distinfo (contents, props changed) head/sysutils/node_exporter/files/ head/sysutils/node_exporter/files/node_exporter.in (contents, props changed) head/sysutils/node_exporter/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sat Oct 15 05:09:11 2016 (r424001) +++ head/sysutils/Makefile Sat Oct 15 05:24:29 2016 (r424002) @@ -648,6 +648,7 @@ SUBDIR += nfsping SUBDIR += nitrogen SUBDIR += no-login + SUBDIR += node_exporter SUBDIR += nomad SUBDIR += npadmin SUBDIR += nrg2iso Added: head/sysutils/node_exporter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/node_exporter/Makefile Sat Oct 15 05:24:29 2016 (r424002) @@ -0,0 +1,30 @@ +# Created by: Jev Björsell +# $FreeBSD$ + +PORTNAME= node_exporter +PORTVERSION= 0.12.0 +CATEGORIES= sysutils + +MAINTAINER= ports@ecadlabs.com +COMMENT= Prometheus exporter for machine metrics + +LICENSE= APACHE20 + +USES= go +USE_GITHUB= yes + +GH_ACCOUNT= prometheus + +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} +GO_TARGET= github.com/${GH_ACCOUNT}/${PORTNAME} + +PLIST_FILES= bin/node_exporter + +USE_RC_SUBR= node_exporter + +STRIP= # stripping can break go binaries + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/bin/node_exporter ${STAGEDIR}${PREFIX}/bin + +.include Added: head/sysutils/node_exporter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/node_exporter/distinfo Sat Oct 15 05:24:29 2016 (r424002) @@ -0,0 +1,3 @@ +TIMESTAMP = 1473276147 +SHA256 (prometheus-node_exporter-0.12.0_GH0.tar.gz) = 75e522aa29ec9bd0ea400517d1d556f1e5d0dfc9bc02d9406a1c6c426c80a508 +SIZE (prometheus-node_exporter-0.12.0_GH0.tar.gz) = 735286 Added: head/sysutils/node_exporter/files/node_exporter.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/node_exporter/files/node_exporter.in Sat Oct 15 05:24:29 2016 (r424002) @@ -0,0 +1,59 @@ +#!/bin/sh + +# PROVIDE: node_exporter +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# node_exporter_enable (bool): Set to NO by default. +# Set it to YES to enable node_exporter. +# node_exporter_user (string): Set user that node_exporter will run under +# Default is "nobody". +# node_exporter_group (string): Set group that node_exporter will run under +# Default is "nobody". +# node_exporter_args (string): Set extra arguments to pass to node_exporter +# Default is "". +# node_exporter_listen_address (string):Set ip:port that node_exporter will listen on +# Default is ":9100". +# node_exporter_textfile_dir (string): Set directory that node_exporter will watch +# Default is "/var/tmp/node_exporter". + +. /etc/rc.subr + +name=node_exporter +rcvar=node_exporter_enable + +load_rc_config $name + +: ${node_exporter_enable:="NO"} +: ${node_exporter_user:="nobody"} +: ${node_exporter_group:="nobody"} +: ${node_exporter_args:=""} +: ${node_exporter_listen_address:=":9100"} +: ${node_exporter_textfile_dir:="/var/tmp/node_exporter"} + + +pidfile=/var/run/node_exporter.pid +command="/usr/sbin/daemon" +procname="%%PREFIX%%/bin/node_exporter" +command_args="-p ${pidfile} /usr/bin/env ${procname} \ + -web.listen-address=${node_exporter_listen_address} \ + -collector.textfile.directory=${node_exporter_textfile_dir} \ + ${node_exporter_args}" + +start_precmd=node_exporter_startprecmd + +node_exporter_startprecmd() +{ + if [ ! -e ${pidfile} ]; then + install -o ${node_exporter_user} -g ${node_exporter_group} /dev/null ${pidfile}; + fi + if [ ! -d ${node_exporter_textfile_dir} ]; then + install -d -o ${node_exporter_user} -g ${node_exporter_group} -m 1755 ${node_exporter_textfile_dir} + fi +} + +load_rc_config $name +run_rc_command "$1" Added: head/sysutils/node_exporter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/node_exporter/pkg-descr Sat Oct 15 05:24:29 2016 (r424002) @@ -0,0 +1,4 @@ +node_exporter is a prometheus exporter for machine metrics, written in Go +with pluggable metric collectors. + +WWW: https://github.com/prometheus/node_exporter From owner-svn-ports-head@freebsd.org Sat Oct 15 05:33:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BFC2C12B60; Sat, 15 Oct 2016 05:33:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F6241FF; Sat, 15 Oct 2016 05:33:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F5XHoL072559; Sat, 15 Oct 2016 05:33:17 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F5XG9t072556; Sat, 15 Oct 2016 05:33:16 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610150533.u9F5XG9t072556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 15 Oct 2016 05:33:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424003 - head/devel/checkheaders X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 05:33:18 -0000 Author: pi Date: Sat Oct 15 05:33:16 2016 New Revision: 424003 URL: https://svnweb.freebsd.org/changeset/ports/424003 Log: devel/checkheaders: fix MASTER_SITE, submitter becomes maintainer PR: 213493 Submitted by: Mageirias Anastasios Modified: head/devel/checkheaders/Makefile head/devel/checkheaders/distinfo head/devel/checkheaders/pkg-descr Modified: head/devel/checkheaders/Makefile ============================================================================== --- head/devel/checkheaders/Makefile Sat Oct 15 05:24:29 2016 (r424002) +++ head/devel/checkheaders/Makefile Sat Oct 15 05:33:16 2016 (r424003) @@ -3,22 +3,26 @@ PORTNAME= checkheaders PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anastasios@mageirias.com COMMENT= Checks headers in C/C++ programs -BROKEN= Unfetchable (google code has gone away) +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes +GH_ACCOUNT= anastmag +GH_PROJECT= checkheaders +GH_TAGNAME= 1.0.1 -USES= gmake zip +USES= gmake MAKE_ARGS= CXX="${CXX}" PLIST_FILES= bin/${PORTNAME} -LICENSE= GPLv3 - do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Modified: head/devel/checkheaders/distinfo ============================================================================== --- head/devel/checkheaders/distinfo Sat Oct 15 05:24:29 2016 (r424002) +++ head/devel/checkheaders/distinfo Sat Oct 15 05:33:16 2016 (r424003) @@ -1,2 +1,3 @@ -SHA256 (checkheaders-1.0.1.zip) = 6e4e81e160324ff9990520fe89ea0f2139e7f5c95674014ce35b496cb4d357e0 -SIZE (checkheaders-1.0.1.zip) = 35769 +TIMESTAMP = 1476507815 +SHA256 (anastmag-checkheaders-1.0.1_GH0.tar.gz) = 675e2dff6deb5aea269eefa77595aea48b4dde2a2d302c7d07e6a49ff18576eb +SIZE (anastmag-checkheaders-1.0.1_GH0.tar.gz) = 26990 Modified: head/devel/checkheaders/pkg-descr ============================================================================== --- head/devel/checkheaders/pkg-descr Sat Oct 15 05:24:29 2016 (r424002) +++ head/devel/checkheaders/pkg-descr Sat Oct 15 05:33:16 2016 (r424003) @@ -4,3 +4,4 @@ matching symbol names, it is not needed. classes, variables, constants, functions, etc. have unique names. WWW: http://code.google.com/p/checkheaders/ +WWW: https://github.com/anastmag/checkheaders/ From owner-svn-ports-head@freebsd.org Sat Oct 15 07:02:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5C27C11E5F; Sat, 15 Oct 2016 07:02:06 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7455A775; Sat, 15 Oct 2016 07:02:06 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F725O5005790; Sat, 15 Oct 2016 07:02:05 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F725rX005789; Sat, 15 Oct 2016 07:02:05 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201610150702.u9F725rX005789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Sat, 15 Oct 2016 07:02:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424004 - head/devel/libnfc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 07:02:06 -0000 Author: romain Date: Sat Oct 15 07:02:05 2016 New Revision: 424004 URL: https://svnweb.freebsd.org/changeset/ports/424004 Log: Minor updates 1. Fix dependency on readline 2. Set license 3. Bump PORTVERSION PR: 211843 [1] Submitted by: pi [1] Modified: head/devel/libnfc/Makefile Modified: head/devel/libnfc/Makefile ============================================================================== --- head/devel/libnfc/Makefile Sat Oct 15 05:33:16 2016 (r424003) +++ head/devel/libnfc/Makefile Sat Oct 15 07:02:05 2016 (r424004) @@ -3,7 +3,7 @@ PORTNAME= libnfc PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://dl.bintray.com/nfc-tools/sources/ \ http://romain.blogreen.org/distfiles/ @@ -11,6 +11,8 @@ MASTER_SITES= http://dl.bintray.com/nfc- MAINTAINER= romain@FreeBSD.org COMMENT= Near Field Communication (NFC) library +LICENSE= LGPL3+ + #OPTIONS_DEFINE= ACR122_PCSC ACR122_USB ACR122S ARYGON PN532_I2C PN532_SPI PN532_UART PN53X_USB #OPTIONS_DEFAULT=ACR122_USB ACR122S ARYGON PN532_I2C PN532_SPI PN532_UART PN53X_USB OPTIONS_DEFINE= ACR122_PCSC ACR122_USB ACR122S ARYGON PN532_UART PN53X_USB EXAMPLES @@ -26,7 +28,7 @@ PN53X_USB_DESC= PN53X USB driver GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake pathfix pkgconfig tar:bzip2 libtool +USES= gmake libtool pathfix pkgconfig readline tar:bzip2 MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}" # Restrict to stable (even) versions, indicated by the second component. From owner-svn-ports-head@freebsd.org Sat Oct 15 07:18:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7253AC121A7; Sat, 15 Oct 2016 07:18:21 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25D7AD54; Sat, 15 Oct 2016 07:18:21 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F7IKEu010536; Sat, 15 Oct 2016 07:18:20 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F7IJok010531; Sat, 15 Oct 2016 07:18:19 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610150718.u9F7IJok010531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sat, 15 Oct 2016 07:18:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424005 - in head/textproc: . icdiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 07:18:21 -0000 Author: woodsb02 Date: Sat Oct 15 07:18:19 2016 New Revision: 424005 URL: https://svnweb.freebsd.org/changeset/ports/424005 Log: Add new port textproc/icdiff, an improved colored diff utility. WWW: https://www.jefftk.com/icdiff Approved by: adamw (mentor, implicit) Added: head/textproc/icdiff/ head/textproc/icdiff/Makefile (contents, props changed) head/textproc/icdiff/distinfo (contents, props changed) head/textproc/icdiff/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Oct 15 07:02:05 2016 (r424004) +++ head/textproc/Makefile Sat Oct 15 07:18:19 2016 (r424005) @@ -323,6 +323,7 @@ SUBDIR += ibus-m17n SUBDIR += ibus-qt SUBDIR += ibus-table + SUBDIR += icdiff SUBDIR += id-aspell SUBDIR += id-hyphen SUBDIR += idnits Added: head/textproc/icdiff/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/icdiff/Makefile Sat Oct 15 07:18:19 2016 (r424005) @@ -0,0 +1,18 @@ +# Created by: Ben Woods +# $FreeBSD$ + +PORTNAME= icdiff +PORTVERSION= 1.8.5 +CATEGORIES= textproc +MASTER_SITES= CHEESESHOP + +MAINTAINER= woodsb02@FreeBSD.org +COMMENT= Improved colored diff + +LICENSE= PSFL + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/textproc/icdiff/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/icdiff/distinfo Sat Oct 15 07:18:19 2016 (r424005) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476449460 +SHA256 (icdiff-1.8.5.tar.gz) = d0fc55ff53f4ca1af6612dadeac9635a3f2ede269530ca5af6bbe22544d16e5c +SIZE (icdiff-1.8.5.tar.gz) = 8682 Added: head/textproc/icdiff/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/icdiff/pkg-descr Sat Oct 15 07:18:19 2016 (r424005) @@ -0,0 +1,10 @@ +Your terminal can display color, but most diff tools don't make good use of it. +By highlighting changes, icdiff can show you the differences between similar +files without getting in the way. This is especially helpful for identifying +and understanding small changes within existing lines. + +Instead of trying to be a diff replacement for all circumstances, the goal of +icdiff is to be a tool you can reach for to get a better picture of what +changed when it's not immediately obvious from diff. + +WWW: https://www.jefftk.com/icdiff From owner-svn-ports-head@freebsd.org Sat Oct 15 07:28:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34A29C123E9; Sat, 15 Oct 2016 07:28:41 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E989E106; Sat, 15 Oct 2016 07:28:40 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F7SeMa014519; Sat, 15 Oct 2016 07:28:40 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F7Scia014503; Sat, 15 Oct 2016 07:28:38 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201610150728.u9F7Scia014503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Sat, 15 Oct 2016 07:28:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424006 - in head: databases databases/py-pypuppetdb databases/py-pypuppetdb03 www www/py-puppetboard www/py-puppetboard02 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 07:28:41 -0000 Author: romain Date: Sat Oct 15 07:28:38 2016 New Revision: 424006 URL: https://svnweb.freebsd.org/changeset/ports/424006 Log: New port for Puppetboard 0.2 Puppetboard depends on pypuppetdb>=0.3, so: - copy databases/py-pypuppetdb to databases/py-pypuppetdb03; - update databases/py-pypuppetdb03 to 0.3.1; - copy www/py-puppetboard to www/py-puppetboard02; - update www/py-puppetboard02 to 0.2.0; - register conflicts between these ports; - take maintainership of new ports. While here: - Update projects account. PR: 211604 [1], 211918 [2] Submitted by: neel@neelc.org [1], romain [2] Added: head/databases/py-pypuppetdb03/ - copied from r420389, head/databases/py-pypuppetdb/ head/www/py-puppetboard02/ - copied from r420389, head/www/py-puppetboard/ Modified: head/databases/Makefile head/databases/py-pypuppetdb/Makefile head/databases/py-pypuppetdb/distinfo head/databases/py-pypuppetdb/pkg-descr head/databases/py-pypuppetdb03/Makefile head/databases/py-pypuppetdb03/distinfo head/databases/py-pypuppetdb03/pkg-descr head/www/Makefile head/www/py-puppetboard/Makefile head/www/py-puppetboard/distinfo head/www/py-puppetboard/pkg-descr head/www/py-puppetboard02/Makefile head/www/py-puppetboard02/distinfo head/www/py-puppetboard02/pkg-descr Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sat Oct 15 07:18:19 2016 (r424005) +++ head/databases/Makefile Sat Oct 15 07:28:38 2016 (r424006) @@ -775,6 +775,7 @@ SUBDIR += py-pymssql SUBDIR += py-pymysql SUBDIR += py-pypuppetdb + SUBDIR += py-pypuppetdb03 SUBDIR += py-pytc SUBDIR += py-python-memcached SUBDIR += py-python-rrdtool Modified: head/databases/py-pypuppetdb/Makefile ============================================================================== --- head/databases/py-pypuppetdb/Makefile Sat Oct 15 07:18:19 2016 (r424005) +++ head/databases/py-pypuppetdb/Makefile Sat Oct 15 07:28:38 2016 (r424006) @@ -12,8 +12,9 @@ COMMENT= Library to work with PuppetDB's LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +CONFLICTS_INSTALL= pypuppetdb03-* USE_GITHUB= yes -GH_ACCOUNT= puppet-community +GH_ACCOUNT= voxpupuli USES= python USE_PYTHON= autoplist distutils Modified: head/databases/py-pypuppetdb/distinfo ============================================================================== --- head/databases/py-pypuppetdb/distinfo Sat Oct 15 07:18:19 2016 (r424005) +++ head/databases/py-pypuppetdb/distinfo Sat Oct 15 07:28:38 2016 (r424006) @@ -1,2 +1,3 @@ -SHA256 (puppet-community-pypuppetdb-v0.1.1_GH0.tar.gz) = e1d34b8a5ceef363c36aa1cfcb2c1243e3288ca66345157d606904f26b37b2d3 -SIZE (puppet-community-pypuppetdb-v0.1.1_GH0.tar.gz) = 28597 +TIMESTAMP = 1476513087 +SHA256 (voxpupuli-pypuppetdb-v0.1.1_GH0.tar.gz) = e1d34b8a5ceef363c36aa1cfcb2c1243e3288ca66345157d606904f26b37b2d3 +SIZE (voxpupuli-pypuppetdb-v0.1.1_GH0.tar.gz) = 28597 Modified: head/databases/py-pypuppetdb/pkg-descr ============================================================================== --- head/databases/py-pypuppetdb/pkg-descr Sat Oct 15 07:18:19 2016 (r424005) +++ head/databases/py-pypuppetdb/pkg-descr Sat Oct 15 07:28:38 2016 (r424006) @@ -1,4 +1,4 @@ This library is a thin wrapper around the PuppetDB REST API providing some convinience functions and objects to request and hold data from PuppetDB. -WWW: https://github.com/puppet-community/pypuppetdb +WWW: https://github.com/voxpupuli/pypuppetdb Modified: head/databases/py-pypuppetdb03/Makefile ============================================================================== --- head/databases/py-pypuppetdb/Makefile Thu Aug 18 09:01:14 2016 (r420389) +++ head/databases/py-pypuppetdb03/Makefile Sat Oct 15 07:28:38 2016 (r424006) @@ -1,19 +1,21 @@ # $FreeBSD$ PORTNAME= pypuppetdb -PORTVERSION= 0.1.1 +PORTVERSION= 0.3.1 DISTVERSIONPREFIX= v CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 03 -MAINTAINER= allanjude@FreeBSD.org +MAINTAINER= romain@FreeBSD.org COMMENT= Library to work with PuppetDB's REST API LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +CONFLICTS_INSTALL= pypuppetdb-* USE_GITHUB= yes -GH_ACCOUNT= puppet-community +GH_ACCOUNT= voxpupuli USES= python USE_PYTHON= autoplist distutils Modified: head/databases/py-pypuppetdb03/distinfo ============================================================================== --- head/databases/py-pypuppetdb/distinfo Thu Aug 18 09:01:14 2016 (r420389) +++ head/databases/py-pypuppetdb03/distinfo Sat Oct 15 07:28:38 2016 (r424006) @@ -1,2 +1,3 @@ -SHA256 (puppet-community-pypuppetdb-v0.1.1_GH0.tar.gz) = e1d34b8a5ceef363c36aa1cfcb2c1243e3288ca66345157d606904f26b37b2d3 -SIZE (puppet-community-pypuppetdb-v0.1.1_GH0.tar.gz) = 28597 +TIMESTAMP = 1476513123 +SHA256 (voxpupuli-pypuppetdb-v0.3.1_GH0.tar.gz) = 6a5558f149cc5b6ec8b8943516a60ce1168042b9b6d7e7a7600df145ef81bc37 +SIZE (voxpupuli-pypuppetdb-v0.3.1_GH0.tar.gz) = 42702 Modified: head/databases/py-pypuppetdb03/pkg-descr ============================================================================== --- head/databases/py-pypuppetdb/pkg-descr Thu Aug 18 09:01:14 2016 (r420389) +++ head/databases/py-pypuppetdb03/pkg-descr Sat Oct 15 07:28:38 2016 (r424006) @@ -1,4 +1,4 @@ This library is a thin wrapper around the PuppetDB REST API providing some convinience functions and objects to request and hold data from PuppetDB. -WWW: https://github.com/puppet-community/pypuppetdb +WWW: https://github.com/voxpupuli/pypuppetdb Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Oct 15 07:18:19 2016 (r424005) +++ head/www/Makefile Sat Oct 15 07:28:38 2016 (r424006) @@ -1736,6 +1736,7 @@ SUBDIR += py-praw SUBDIR += py-prewikka SUBDIR += py-puppetboard + SUBDIR += py-puppetboard02 SUBDIR += py-py-restclient SUBDIR += py-pySmartDL SUBDIR += py-pyjwt Modified: head/www/py-puppetboard/Makefile ============================================================================== --- head/www/py-puppetboard/Makefile Sat Oct 15 07:18:19 2016 (r424005) +++ head/www/py-puppetboard/Makefile Sat Oct 15 07:28:38 2016 (r424006) @@ -18,8 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flas ${PYTHON_PKGNAMEPREFIX}pypuppetdb>=0.1.1:databases/py-pypuppetdb \ ${PYTHON_PKGNAMEPREFIX}requests>=2.2.1:www/py-requests +CONFLICTS_INSTALL=puppetboard02-* USE_GITHUB= yes -GH_ACCOUNT= puppet-community +GH_ACCOUNT= voxpupuli USES= python:2.7 USE_PYTHON= autoplist distutils Modified: head/www/py-puppetboard/distinfo ============================================================================== --- head/www/py-puppetboard/distinfo Sat Oct 15 07:18:19 2016 (r424005) +++ head/www/py-puppetboard/distinfo Sat Oct 15 07:28:38 2016 (r424006) @@ -1,2 +1,3 @@ -SHA256 (puppet-community-puppetboard-v0.0.4_GH0.tar.gz) = 95ce69e4b017d56d38b7ea8aa2ca131b7702a18228c68d41fcfd0d7080732817 -SIZE (puppet-community-puppetboard-v0.0.4_GH0.tar.gz) = 2851486 +TIMESTAMP = 1476513137 +SHA256 (voxpupuli-puppetboard-v0.0.4_GH0.tar.gz) = 95ce69e4b017d56d38b7ea8aa2ca131b7702a18228c68d41fcfd0d7080732817 +SIZE (voxpupuli-puppetboard-v0.0.4_GH0.tar.gz) = 2851486 Modified: head/www/py-puppetboard/pkg-descr ============================================================================== --- head/www/py-puppetboard/pkg-descr Sat Oct 15 07:18:19 2016 (r424005) +++ head/www/py-puppetboard/pkg-descr Sat Oct 15 07:28:38 2016 (r424006) @@ -1,4 +1,4 @@ Puppetboard is a web interface to PuppetDB aiming to replace the reporting functionality of Puppet Dashboard. -WWW: https://github.com/puppet-community/puppetboard +WWW: https://github.com/voxpupuli/puppetboard Modified: head/www/py-puppetboard02/Makefile ============================================================================== --- head/www/py-puppetboard/Makefile Thu Aug 18 09:01:14 2016 (r420389) +++ head/www/py-puppetboard02/Makefile Sat Oct 15 07:28:38 2016 (r424006) @@ -1,12 +1,13 @@ # $FreeBSD$ PORTNAME= puppetboard -PORTVERSION= 0.0.4 +PORTVERSION= 0.2.0 DISTVERSIONPREFIX= v CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 02 -MAINTAINER= allanjude@FreeBSD.org +MAINTAINER= romain@FreeBSD.org COMMENT= Web interface to PuppetDB LICENSE= APACHE20 @@ -15,11 +16,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10.1:www/py-flask \ ${PYTHON_PKGNAMEPREFIX}Flask-WTF>=0.9.4:www/py-flask-wtf \ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.19:textproc/py-MarkupSafe \ - ${PYTHON_PKGNAMEPREFIX}pypuppetdb>=0.1.1:databases/py-pypuppetdb \ + ${PYTHON_PKGNAMEPREFIX}pypuppetdb03>=0.2.0:databases/py-pypuppetdb03 \ ${PYTHON_PKGNAMEPREFIX}requests>=2.2.1:www/py-requests +CONFLICTS_INSTALL=puppetboard-* USE_GITHUB= yes -GH_ACCOUNT= puppet-community +GH_ACCOUNT= voxpupuli USES= python:2.7 USE_PYTHON= autoplist distutils Modified: head/www/py-puppetboard02/distinfo ============================================================================== --- head/www/py-puppetboard/distinfo Thu Aug 18 09:01:14 2016 (r420389) +++ head/www/py-puppetboard02/distinfo Sat Oct 15 07:28:38 2016 (r424006) @@ -1,2 +1,3 @@ -SHA256 (puppet-community-puppetboard-v0.0.4_GH0.tar.gz) = 95ce69e4b017d56d38b7ea8aa2ca131b7702a18228c68d41fcfd0d7080732817 -SIZE (puppet-community-puppetboard-v0.0.4_GH0.tar.gz) = 2851486 +TIMESTAMP = 1476513140 +SHA256 (voxpupuli-puppetboard-v0.2.0_GH0.tar.gz) = 07754a754c45d9862adda49df692292f4d0a5daf5e965038a83a842cddc3e08f +SIZE (voxpupuli-puppetboard-v0.2.0_GH0.tar.gz) = 1516564 Modified: head/www/py-puppetboard02/pkg-descr ============================================================================== --- head/www/py-puppetboard/pkg-descr Thu Aug 18 09:01:14 2016 (r420389) +++ head/www/py-puppetboard02/pkg-descr Sat Oct 15 07:28:38 2016 (r424006) @@ -1,4 +1,4 @@ Puppetboard is a web interface to PuppetDB aiming to replace the reporting functionality of Puppet Dashboard. -WWW: https://github.com/puppet-community/puppetboard +WWW: https://github.com/voxpupuli/puppetboard From owner-svn-ports-head@freebsd.org Sat Oct 15 08:08:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1343BC1102B; Sat, 15 Oct 2016 08:08:06 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 899FC8CA; Sat, 15 Oct 2016 08:08:05 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F884EK029588; Sat, 15 Oct 2016 08:08:04 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F884nc029585; Sat, 15 Oct 2016 08:08:04 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610150808.u9F884nc029585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sat, 15 Oct 2016 08:08:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424007 - head/devel/visualparadigm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 08:08:06 -0000 Author: woodsb02 Date: Sat Oct 15 08:08:04 2016 New Revision: 424007 URL: https://svnweb.freebsd.org/changeset/ports/424007 Log: devel/visualparadigm: Update to 13.2.20161021 - Adds LICENSE details, which are quite restrictive with redistribution - Set the WRKSRC to the directory the distfile will be extracted into - Install into ${DATADIR} instead of LOCALBASE/visualparadigm - Use ${INSTALL_PROGRAM} for binaries, rather than pkg-plist @mode 0755 PR: 213211 Submitted by: fernando.apesteguia@gmail.com (maintainer) Approved by: adamw (mentor, implicit) Modified: head/devel/visualparadigm/Makefile head/devel/visualparadigm/distinfo head/devel/visualparadigm/pkg-plist Modified: head/devel/visualparadigm/Makefile ============================================================================== --- head/devel/visualparadigm/Makefile Sat Oct 15 07:28:38 2016 (r424006) +++ head/devel/visualparadigm/Makefile Sat Oct 15 08:08:04 2016 (r424007) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= visualparadigm -PORTVERSION= 13.2.20160813 +PORTVERSION= 13.2.20161021 CATEGORIES= devel java MASTER_SITES= http://eu6.visual-paradigm.com/visual-paradigm/vpce${PORTVERSION:R}/${PORTVERSION:E}/ DISTNAME= Visual_Paradigm_CE_${PORTVERSION:C/\./_/g}_Unix_InstallFree @@ -10,6 +10,11 @@ DISTNAME= Visual_Paradigm_CE_${PORTVERSI MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Visual modeling tool for all kinds of UML diagrams +LICENSE= VPCEL +LICENSE_NAME= Visual Paradigm Community Edition License Agreement +LICENSE_FILE= ${WRKSRC}/.install4j/i4j_extf_7_aprh35.txt +LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell + RUN_DEPENDS= ${LOCALBASE}/lib/libsqlitejdbc.so:java/sqlitejdbc USE_JAVA= yes @@ -17,11 +22,11 @@ JAVA_VERSION= 1.8+ JAVA_OS= linux NO_BUILD= yes -WRKSRC= ${WRKDIR} +WRKSRC= ${WRKDIR}/${EXTRACT_NAME} -INSTALLDIR= ${STAGEDIR}${PREFIX}/${PORTNAME} +DATADIR= ${JAVASHAREDIR}/${PORTNAME} -EXTRACT_NAME= Visual_Paradigm_CE_${PORTVERSION:R}/ +EXTRACT_NAME= Visual_Paradigm_CE_${PORTVERSION:R} FETCH_ARGS= -Fpr @@ -29,12 +34,14 @@ post-patch: @${FIND} ${WRKSRC} -name *.dll -delete -or -name *.exe -delete -or -name *.orig -delete do-install: - @${MKDIR} ${INSTALLDIR} - cd ${WRKSRC}/${EXTRACT_NAME} && ${COPYTREE_SHARE} \* ${INSTALLDIR} && ${CP} -R .install4j ${INSTALLDIR} + @${MKDIR} ${STAGEDIR}${DATADIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} + ${INSTALL_SCRIPT} ${BUILD_WRKSRC}${BUILD_PREFIX}/Application/bin/Visual_Paradigm* ${STAGEDIR}${DATADIR}/Application/bin + ${INSTALL_SCRIPT} ${BUILD_WRKSRC}${BUILD_PREFIX}/Visual_Paradigm* ${STAGEDIR}${DATADIR} post-install: - @${CHMOD} +w ${STAGEDIR}${PREFIX}/visualparadigm/Application/bin/vp_windows/ci - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/visualparadigm/Application/bin/vp_windows/ci - @${CHMOD} -w ${STAGEDIR}${PREFIX}/visualparadigm/Application/bin/vp_windows/ci + @${CHMOD} +w ${STAGEDIR}${DATADIR}/Application/bin/vp_windows/ci + ${STRIP_CMD} ${STAGEDIR}${DATADIR}/Application/bin/vp_windows/ci + @${CHMOD} -w ${STAGEDIR}${DATADIR}/Application/bin/vp_windows/ci .include Modified: head/devel/visualparadigm/distinfo ============================================================================== --- head/devel/visualparadigm/distinfo Sat Oct 15 07:28:38 2016 (r424006) +++ head/devel/visualparadigm/distinfo Sat Oct 15 08:08:04 2016 (r424007) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471611953 -SHA256 (Visual_Paradigm_CE_13_2_20160813_Unix_InstallFree.tar.gz) = 9b2b162984de480b4e0eb6742d7b870413208843272cfb76befc233c456fefbf -SIZE (Visual_Paradigm_CE_13_2_20160813_Unix_InstallFree.tar.gz) = 213764034 +TIMESTAMP = 1476440706 +SHA256 (Visual_Paradigm_CE_13_2_20161021_Unix_InstallFree.tar.gz) = 7a6cc76a8bdba14ec8b6fce0bc40c1aa9a9e2be7ab48d26728bbd49e9b3812fa +SIZE (Visual_Paradigm_CE_13_2_20161021_Unix_InstallFree.tar.gz) = 296023740 Modified: head/devel/visualparadigm/pkg-plist ============================================================================== --- head/devel/visualparadigm/pkg-plist Sat Oct 15 07:28:38 2016 (r424006) +++ head/devel/visualparadigm/pkg-plist Sat Oct 15 08:08:04 2016 (r424007) @@ -1,973 +1,971 @@ -visualparadigm/.install4j/31bab9c2.lprop -visualparadigm/.install4j/3d2b280e.lprop -visualparadigm/.install4j/4d758a31.lprop -visualparadigm/.install4j/66843048.lprop -visualparadigm/.install4j/692a15a2.lprop -visualparadigm/.install4j/7020a737.lprop -visualparadigm/.install4j/72bbf39c.lprop -visualparadigm/.install4j/75bf547e.lprop -visualparadigm/.install4j/MessagesDefault -visualparadigm/.install4j/a59835df.lprop -visualparadigm/.install4j/b8ec6630.lprop -visualparadigm/.install4j/bd18d62a.lprop -visualparadigm/.install4j/cbc69af6.lprop -visualparadigm/.install4j/e01511f4.lprop -visualparadigm/.install4j/e4d34e6a.lprop -visualparadigm/.install4j/firstrun -visualparadigm/.install4j/i4j_extf_0_aprh35.utf8 -visualparadigm/.install4j/i4j_extf_10_aprh35_35crt.ico -visualparadigm/.install4j/i4j_extf_11_aprh35_14f5pgp.png -visualparadigm/.install4j/i4j_extf_12_aprh35_1prcdfd.png -visualparadigm/.install4j/i4j_extf_13_aprh35_dc487b.png -visualparadigm/.install4j/i4j_extf_14_aprh35_w6oy2a.png -visualparadigm/.install4j/i4j_extf_15_aprh35_zxvnsi.png -visualparadigm/.install4j/i4j_extf_16_aprh35_hq8uam.png -visualparadigm/.install4j/i4j_extf_17_aprh35_3obg30.png -visualparadigm/.install4j/i4j_extf_18_aprh35_1bd1sv0.png -visualparadigm/.install4j/i4j_extf_1_aprh35_9bcs32.png -visualparadigm/.install4j/i4j_extf_2_aprh35_rv5a5s.png -visualparadigm/.install4j/i4j_extf_3_aprh35_hw505s.png -visualparadigm/.install4j/i4j_extf_4_aprh35_1vfzoeu.png -visualparadigm/.install4j/i4j_extf_5_aprh35_1luvph4.png -visualparadigm/.install4j/i4j_extf_6_aprh35_wqeoht.png -visualparadigm/.install4j/i4j_extf_7_aprh35.txt -visualparadigm/.install4j/i4j_extf_8_aprh35_r0yofz.ico -visualparadigm/.install4j/i4j_extf_9_aprh35_1rhdlfp.icns -visualparadigm/.install4j/i4jparams.conf -visualparadigm/.install4j/i4jruntime.jar -visualparadigm/.install4j/user.jar -visualparadigm/Application/UserLanguage/Chinese Simplified.lng -visualparadigm/Application/UserLanguage/Chinese Traditional.lng -visualparadigm/Application/UserLanguage/Czech.lng -visualparadigm/Application/UserLanguage/French.lng -visualparadigm/Application/UserLanguage/German.lng -visualparadigm/Application/UserLanguage/Japanese.lng -visualparadigm/Application/UserLanguage/Korean.lng -visualparadigm/Application/UserLanguage/Polish.lng -visualparadigm/Application/UserLanguage/Spanish.lng -visualparadigm/Application/UserLanguage/translation.lngx -@mode 0755 -visualparadigm/Application/bin/Visual_Paradigm -visualparadigm/Application/bin/Visual_Paradigm_Product_Selector -visualparadigm/Application/bin/Visual_Paradigm_Shape_Editor -visualparadigm/Application/bin/Visual_Paradigm_Update -@mode -visualparadigm/Application/bin/vp_windows/CX4.exe.config -visualparadigm/Application/bin/vp_windows/CX4_x86.exe.config -visualparadigm/Application/bin/vp_windows/ci -visualparadigm/Application/bin/vp_windows/doxygen -visualparadigm/Application/bin/vp_windows/jniwrap.lic -visualparadigm/Application/bundled/3rdPartyLicense/activation_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/ant_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/aspose_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/avalon-framework_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/axiom_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/axis2_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/batik_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/bcel_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/commons-codec_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/commons-httpclient_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/commons-io_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/commons-lang.txt -visualparadigm/Application/bundled/3rdPartyLicense/commons-logging_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/crazybeans_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/flamingo_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/fop_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/foxtrot_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/gson_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/httpclient_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/httpcore_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/httpmime_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/jackcess-2.1.3.txt -visualparadigm/Application/bundled/3rdPartyLicense/javamail_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/javassist_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/jcommon_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/jfreechart_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/jxl_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/jython_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/msv_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/neethi_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/poi_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/sqlite-jdbc_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/trident_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/truezip_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/velocity_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/winlaf_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/wsdl4j_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/xalan_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/xmlbeans_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/xmlgraphics-commons_license.txt -visualparadigm/Application/bundled/3rdPartyLicense/xmlschema_license.txt -visualparadigm/Application/bundled/j2ee-api.jar -visualparadigm/Application/bundled/modelimages/Actor/Application.png -visualparadigm/Application/bundled/modelimages/Actor/Application_Server.png -visualparadigm/Application/bundled/modelimages/Actor/BlackCloud.png -visualparadigm/Application/bundled/modelimages/Actor/BlackClouds.png -visualparadigm/Application/bundled/modelimages/Actor/Cloud.png -visualparadigm/Application/bundled/modelimages/Actor/Clouds.png -visualparadigm/Application/bundled/modelimages/Actor/Database_Server.png -visualparadigm/Application/bundled/modelimages/Actor/Desktop.png -visualparadigm/Application/bundled/modelimages/Actor/DoubleCloud.png -visualparadigm/Application/bundled/modelimages/Actor/File_Server.png -visualparadigm/Application/bundled/modelimages/Actor/Firewall.png -visualparadigm/Application/bundled/modelimages/Actor/Man(Black).png -visualparadigm/Application/bundled/modelimages/Actor/Man(White).png -visualparadigm/Application/bundled/modelimages/Actor/Web Server.png -visualparadigm/Application/bundled/modelimages/Actor/WebService.png -visualparadigm/Application/bundled/modelimages/Actor/Woman(Black).png -visualparadigm/Application/bundled/modelimages/Actor/Woman(White).png -visualparadigm/Application/bundled/modelimages/Class/Actor.include -visualparadigm/Application/bundled/openapi.jar -visualparadigm/Application/bundled/project.xsd -visualparadigm/Application/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/CommitTeamworkProject.gif -visualparadigm/Application/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/Export.gif -visualparadigm/Application/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/Import.gif -visualparadigm/Application/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/NewProject.gif -visualparadigm/Application/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/OpenProject.gif -visualparadigm/Application/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/OpenTeamworkClient.png -visualparadigm/Application/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/SelectInVPUML.png -visualparadigm/Application/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/UpdateModel.gif -visualparadigm/Application/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/eclipse/UpdateTeamworkProject.png -visualparadigm/Application/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/icons/vpuml16.gif -visualparadigm/Application/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/plugin.properties -visualparadigm/Application/integration/vpumlec/plugins/com.vp.vpuml.eclipseintegration_7.1.0.v20090914/plugin.xml -visualparadigm/Application/integration/vpumlec/vpupdate.xml -visualparadigm/Application/integration/vpumlecmyeclipse75/vpupdate.xml -visualparadigm/Application/launcher/run_vp_integration_ec -visualparadigm/Application/launcher/run_vp_integration_ij -visualparadigm/Application/launcher/run_vp_integration_nb -visualparadigm/Application/%%LIB32DIR%%/ant.jar -visualparadigm/Application/%%LIB32DIR%%/derby.jar -visualparadigm/Application/%%LIB32DIR%%/jniwrap.jar -visualparadigm/Application/%%LIB32DIR%%/%%LIB32DIR%%01.jar -visualparadigm/Application/%%LIB32DIR%%/%%LIB32DIR%%02.jar -visualparadigm/Application/%%LIB32DIR%%/%%LIB32DIR%%03.jar -visualparadigm/Application/%%LIB32DIR%%/%%LIB32DIR%%04.jar -visualparadigm/Application/%%LIB32DIR%%/%%LIB32DIR%%05.jar -visualparadigm/Application/%%LIB32DIR%%/%%LIB32DIR%%06.jar -visualparadigm/Application/%%LIB32DIR%%/%%LIB32DIR%%07.jar -visualparadigm/Application/%%LIB32DIR%%/openapi.jar -visualparadigm/Application/%%LIB32DIR%%/platforminstaller.jar -visualparadigm/Application/%%LIB32DIR%%/startsde.jar -visualparadigm/Application/%%LIB32DIR%%/vpplatform.jar -visualparadigm/Application/%%LIB32DIR%%/winpack.jar -visualparadigm/Application/%%LIB32DIR%%/xalan.jar -visualparadigm/Application/orm%%LIB32DIR%%/antlr-2.7.7.jar -visualparadigm/Application/orm%%LIB32DIR%%/c3p0.jar -visualparadigm/Application/orm%%LIB32DIR%%/javassist-3.15.0-GA.jar -visualparadigm/Application/orm%%LIB32DIR%%/log4j.jar -visualparadigm/Application/orm%%LIB32DIR%%/optionaljar/ehcache-2.4.3.jar -visualparadigm/Application/orm%%LIB32DIR%%/optionaljar/hibernate-search.jar -visualparadigm/Application/orm%%LIB32DIR%%/optionaljar/hibernate-validator.jar -visualparadigm/Application/orm%%LIB32DIR%%/optionaljar/jboss-jacc-api_1.4_spec-1.0.2.Final.jar -visualparadigm/Application/orm%%LIB32DIR%%/optionaljar/lucene-core-3.6.2.jar -visualparadigm/Application/orm%%LIB32DIR%%/optionaljar/proxool-0.8.3.jar -visualparadigm/Application/orm%%LIB32DIR%%/optionaljar/slf4j-api-1.6.1.jar -visualparadigm/Application/orm%%LIB32DIR%%/orm.jar -visualparadigm/Application/orm%%LIB32DIR%%/php/doctrine.zip -visualparadigm/Application/orm%%LIB32DIR%%/php/phporm.zip -visualparadigm/Application/resources/DocComposerTemplateSchema.xsd -visualparadigm/Application/resources/ProductSelector.png -visualparadigm/Application/resources/Visual_Paradigm_Patch_Update -visualparadigm/Application/resources/am.png -visualparadigm/Application/resources/appConfig_sample.properties -visualparadigm/Application/resources/community.txt -visualparadigm/Application/resources/diagram_palette_tooltip/ActivityDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/ActivityDiagram__SysML.xml -visualparadigm/Application/resources/diagram_palette_tooltip/ArchiMateDiagram (Application Layer).xml -visualparadigm/Application/resources/diagram_palette_tooltip/ArchiMateDiagram (Business Layer).xml -visualparadigm/Application/resources/diagram_palette_tooltip/ArchiMateDiagram (Implementation and Migration).xml -visualparadigm/Application/resources/diagram_palette_tooltip/ArchiMateDiagram (Motivation).xml -visualparadigm/Application/resources/diagram_palette_tooltip/ArchiMateDiagram (Relationships).xml -visualparadigm/Application/resources/diagram_palette_tooltip/ArchiMateDiagram (Technology Layer).xml -visualparadigm/Application/resources/diagram_palette_tooltip/BasicPalette.xml -visualparadigm/Application/resources/diagram_palette_tooltip/BlockDefinitionDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/Brainstorm.xml -visualparadigm/Application/resources/diagram_palette_tooltip/BusinessMotivationModelDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/BusinessProcessDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/CMMNDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/ClassDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/CommunicationDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/ComponentDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/CompositeStructureDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/ConversationDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/DataFlowDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/DeploymentDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/EJBDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/EPCDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/ERDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/FactDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/InformationFlows.xml -visualparadigm/Application/resources/diagram_palette_tooltip/InteractionDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/InteractionOverviewDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/InternalBlockDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/MindMapDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/ORMDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/ObjectDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/OrganizationChart.xml -visualparadigm/Application/resources/diagram_palette_tooltip/OverviewDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/PackageDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/PackageDiagram__SysML.xml -visualparadigm/Application/resources/diagram_palette_tooltip/ParametricDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/ProcessMapDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/ProfileDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/RequirementDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/SoaMLServiceCategorizationDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/SoaMLServiceContractDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/SoaMLServiceInterfaceDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/SoaMLServiceParticipantDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/SoaMLServicesArchitectureDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/StateDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/SysMLBasicPalette.xml -visualparadigm/Application/resources/diagram_palette_tooltip/TimingDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/UseCaseDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/UserInterfaceDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/UserInterfaceDiagram__Web.xml -visualparadigm/Application/resources/diagram_palette_tooltip/WFAndroidPhoneDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/WFAndroidTabletDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/WFDesktopDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/WFIPadDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/WFIPhoneDiagram.xml -visualparadigm/Application/resources/diagram_palette_tooltip/WFWebDiagram.xml -visualparadigm/Application/resources/dict/Makefile -visualparadigm/Application/resources/dict/Makefile.am -visualparadigm/Application/resources/dict/Makefile.in -visualparadigm/Application/resources/dict/adj.exc -visualparadigm/Application/resources/dict/adv.exc -visualparadigm/Application/resources/dict/cntlist -visualparadigm/Application/resources/dict/cntlist.rev -visualparadigm/Application/resources/dict/data.adj -visualparadigm/Application/resources/dict/data.adv -visualparadigm/Application/resources/dict/data.noun -visualparadigm/Application/resources/dict/data.verb -visualparadigm/Application/resources/dict/frames.vrb -visualparadigm/Application/resources/dict/index.adj -visualparadigm/Application/resources/dict/index.adv -visualparadigm/Application/resources/dict/index.noun -visualparadigm/Application/resources/dict/index.sense -visualparadigm/Application/resources/dict/index.verb -visualparadigm/Application/resources/dict/lexnames -visualparadigm/Application/resources/dict/log.grind.3.0 -visualparadigm/Application/resources/dict/noun.exc -visualparadigm/Application/resources/dict/sentidx.vrb -visualparadigm/Application/resources/dict/sents.vrb -visualparadigm/Application/resources/dict/verb.Framestext -visualparadigm/Application/resources/dict/verb.exc -visualparadigm/Application/resources/instantgenerator/actionscript/ActionScriptAssociationClass_Get.vm -visualparadigm/Application/resources/instantgenerator/actionscript/ActionScriptAssociationClass_Set.vm -visualparadigm/Application/resources/instantgenerator/actionscript/ActionScriptAssociation_Add.vm -visualparadigm/Application/resources/instantgenerator/actionscript/ActionScriptAssociation_Get.vm -visualparadigm/Application/resources/instantgenerator/actionscript/ActionScriptAssociation_Remove.vm -visualparadigm/Application/resources/instantgenerator/actionscript/ActionScriptAssociation_Set.vm -visualparadigm/Application/resources/instantgenerator/actionscript/ActionScriptAssociation_To.vm -visualparadigm/Application/resources/instantgenerator/actionscript/ActionScriptAttribute.vm -visualparadigm/Application/resources/instantgenerator/actionscript/ActionScriptAttribute_Get.vm -visualparadigm/Application/resources/instantgenerator/actionscript/ActionScriptAttribute_Set.vm -visualparadigm/Application/resources/instantgenerator/actionscript/ActionScriptClass.vm -visualparadigm/Application/resources/instantgenerator/actionscript/ActionScriptOperation.vm -visualparadigm/Application/resources/instantgenerator/actionscript/ActionScriptParameter.vm -visualparadigm/Application/resources/instantgenerator/ada95/accessType.vm -visualparadigm/Application/resources/instantgenerator/ada95/attribute_Get.vm -visualparadigm/Application/resources/instantgenerator/ada95/attribute_Set.vm -visualparadigm/Application/resources/instantgenerator/ada95/comments.vm -visualparadigm/Application/resources/instantgenerator/ada95/enum.vm -visualparadigm/Application/resources/instantgenerator/ada95/implementation.vm -visualparadigm/Application/resources/instantgenerator/ada95/import.vm -visualparadigm/Application/resources/instantgenerator/ada95/interface.vm -visualparadigm/Application/resources/instantgenerator/ada95/operation-declaration.vm -visualparadigm/Application/resources/instantgenerator/ada95/operation.vm -visualparadigm/Application/resources/instantgenerator/ada95/package.vm -visualparadigm/Application/resources/instantgenerator/ada95/parameters.vm -visualparadigm/Application/resources/instantgenerator/ada95/record.vm -visualparadigm/Application/resources/instantgenerator/ada95/recordType.vm -visualparadigm/Application/resources/instantgenerator/ada95/type.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusAssociationClass_Get.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusAssociationClass_Set.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusAssociation_Add.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusAssociation_Get.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusAssociation_Remove.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusAssociation_Set.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusAssociation_To.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusAttribute_Get.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusAttribute_Set.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusClass.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusConstAttribute.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusConstructorAttribute.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusEnum.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusException.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusOperation.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusParameter.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusStaticAttribute.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/cplusplus/CPlusPlusTypedef.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/header/CPlusPlusAttribute.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/header/CPlusPlusClass.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/header/CPlusPlusEnum.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/header/CPlusPlusEnumValue.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/header/CPlusPlusException.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/header/CPlusPlusOperation.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/header/CPlusPlusParameter.vm -visualparadigm/Application/resources/instantgenerator/cplusplus/header/CPlusPlusTypedef.vm -visualparadigm/Application/resources/instantgenerator/csharp/association.vm -visualparadigm/Application/resources/instantgenerator/csharp/attribute.vm -visualparadigm/Application/resources/instantgenerator/csharp/attribute_Get.vm -visualparadigm/Application/resources/instantgenerator/csharp/attribute_Set.vm -visualparadigm/Application/resources/instantgenerator/csharp/auto-implemented-property.vm -visualparadigm/Application/resources/instantgenerator/csharp/bindInfo.vm -visualparadigm/Application/resources/instantgenerator/csharp/bindType.vm -visualparadigm/Application/resources/instantgenerator/csharp/class.vm -visualparadigm/Application/resources/instantgenerator/csharp/comment.vm -visualparadigm/Application/resources/instantgenerator/csharp/compilation-unit.vm -visualparadigm/Application/resources/instantgenerator/csharp/declarationType.vm -visualparadigm/Application/resources/instantgenerator/csharp/enum-field.vm -visualparadigm/Application/resources/instantgenerator/csharp/enum.vm -visualparadigm/Application/resources/instantgenerator/csharp/generic.vm -visualparadigm/Application/resources/instantgenerator/csharp/inheritance.vm -visualparadigm/Application/resources/instantgenerator/csharp/member.vm -visualparadigm/Application/resources/instantgenerator/csharp/old_design/attribute.vm -visualparadigm/Application/resources/instantgenerator/csharp/old_design/class.vm -visualparadigm/Application/resources/instantgenerator/csharp/old_design/enum.vm -visualparadigm/Application/resources/instantgenerator/csharp/old_design/from-association.vm -visualparadigm/Application/resources/instantgenerator/csharp/old_design/inner-class.vm -visualparadigm/Application/resources/instantgenerator/csharp/old_design/inner-enum.vm -visualparadigm/Application/resources/instantgenerator/csharp/old_design/interface-attribute.vm -visualparadigm/Application/resources/instantgenerator/csharp/old_design/interface-operation.vm -visualparadigm/Application/resources/instantgenerator/csharp/old_design/interface.vm -visualparadigm/Application/resources/instantgenerator/csharp/old_design/operation.vm -visualparadigm/Application/resources/instantgenerator/csharp/old_design/parameter.vm -visualparadigm/Application/resources/instantgenerator/csharp/old_design/to-association.vm -visualparadigm/Application/resources/instantgenerator/csharp/operation.vm -visualparadigm/Application/resources/instantgenerator/csharp/parameter.vm -visualparadigm/Application/resources/instantgenerator/csharp/parameters-comment.vm -visualparadigm/Application/resources/instantgenerator/csharp/parameters.vm -visualparadigm/Application/resources/instantgenerator/csharp/property.vm -visualparadigm/Application/resources/instantgenerator/csharp/typeParameterDeclaration.vm -visualparadigm/Application/resources/instantgenerator/csharp/typeParameterInheritance.vm -visualparadigm/Application/resources/instantgenerator/csharp/visibility.vm -visualparadigm/Application/resources/instantgenerator/delphi/DelphiAssociationClass_Get.vm -visualparadigm/Application/resources/instantgenerator/delphi/DelphiAssociationClass_Set.vm -visualparadigm/Application/resources/instantgenerator/delphi/DelphiAssociation_Add.vm -visualparadigm/Application/resources/instantgenerator/delphi/DelphiAssociation_Get.vm -visualparadigm/Application/resources/instantgenerator/delphi/DelphiAssociation_Remove.vm -visualparadigm/Application/resources/instantgenerator/delphi/DelphiAssociation_Set.vm -visualparadigm/Application/resources/instantgenerator/delphi/DelphiAssociation_To.vm -visualparadigm/Application/resources/instantgenerator/delphi/DelphiAttribute.vm -visualparadigm/Application/resources/instantgenerator/delphi/DelphiAttribute_Get.vm -visualparadigm/Application/resources/instantgenerator/delphi/DelphiAttribute_Set.vm -visualparadigm/Application/resources/instantgenerator/delphi/DelphiClass.vm -visualparadigm/Application/resources/instantgenerator/delphi/DelphiConstructorAttribute.vm -visualparadigm/Application/resources/instantgenerator/delphi/DelphiOperation.vm -visualparadigm/Application/resources/instantgenerator/delphi/DelphiPackage.vm -visualparadigm/Application/resources/instantgenerator/delphi/DelphiParameter.vm -visualparadigm/Application/resources/instantgenerator/idl/IdlArrayType.vm -visualparadigm/Application/resources/instantgenerator/idl/IdlAttribute.vm -visualparadigm/Application/resources/instantgenerator/idl/IdlClass.vm -visualparadigm/Application/resources/instantgenerator/idl/IdlEnum.vm -visualparadigm/Application/resources/instantgenerator/idl/IdlEnumValue.vm -visualparadigm/Application/resources/instantgenerator/idl/IdlException.vm -visualparadigm/Application/resources/instantgenerator/idl/IdlOperation.vm -visualparadigm/Application/resources/instantgenerator/idl/IdlParameter.vm -visualparadigm/Application/resources/instantgenerator/idl/IdlStruct.vm -visualparadigm/Application/resources/instantgenerator/idl/IdlStructValue.vm -visualparadigm/Application/resources/instantgenerator/idl/IdlTypedef.vm -visualparadigm/Application/resources/instantgenerator/java/JavaAnnotation.vm -visualparadigm/Application/resources/instantgenerator/java/JavaAntBuild.vm -visualparadigm/Application/resources/instantgenerator/java/JavaAssociationClass_Get.vm -visualparadigm/Application/resources/instantgenerator/java/JavaAssociationClass_Set.vm -visualparadigm/Application/resources/instantgenerator/java/JavaAssociation_Add.vm -visualparadigm/Application/resources/instantgenerator/java/JavaAssociation_Get.vm -visualparadigm/Application/resources/instantgenerator/java/JavaAssociation_Remove.vm -visualparadigm/Application/resources/instantgenerator/java/JavaAssociation_Set.vm -visualparadigm/Application/resources/instantgenerator/java/JavaAssociation_To.vm -visualparadigm/Application/resources/instantgenerator/java/JavaAttribute.vm -visualparadigm/Application/resources/instantgenerator/java/JavaAttribute_Get.vm -visualparadigm/Application/resources/instantgenerator/java/JavaAttribute_Set.vm -visualparadigm/Application/resources/instantgenerator/java/JavaClass.vm -visualparadigm/Application/resources/instantgenerator/java/JavaClass_Equals.vm -visualparadigm/Application/resources/instantgenerator/java/JavaClass_HashCode.vm -visualparadigm/Application/resources/instantgenerator/java/JavaEnum.vm -visualparadigm/Application/resources/instantgenerator/java/JavaEnumValue.vm -visualparadigm/Application/resources/instantgenerator/java/JavaException.vm -visualparadigm/Application/resources/instantgenerator/java/JavaOperation.vm -visualparadigm/Application/resources/instantgenerator/java/JavaParameter.vm -visualparadigm/Application/resources/instantgenerator/java/JavaParameter_Annotation.vm -visualparadigm/Application/resources/instantgenerator/objectivec/header/ObjectiveCAttribute.vm -visualparadigm/Application/resources/instantgenerator/objectivec/header/ObjectiveCClass.vm -visualparadigm/Application/resources/instantgenerator/objectivec/header/ObjectiveCEnum.vm -visualparadigm/Application/resources/instantgenerator/objectivec/header/ObjectiveCOperation.vm -visualparadigm/Application/resources/instantgenerator/objectivec/header/ObjectiveCParameter.vm -visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCAssociationClass_Get.vm -visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCAssociationClass_Set.vm -visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCAssociation_Add.vm -visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCAssociation_Get.vm -visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCAssociation_Remove.vm -visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCAssociation_Set.vm -visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCAssociation_To.vm -visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCAttribute_Get.vm -visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCAttribute_Set.vm -visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCClass.vm -visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCEnum.vm -visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCEnumValue.vm -visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCOperation.vm -visualparadigm/Application/resources/instantgenerator/objectivec/objectivec/ObjectiveCParameter.vm -visualparadigm/Application/resources/instantgenerator/objectivec2/header/ObjectiveCAttribute.vm -visualparadigm/Application/resources/instantgenerator/objectivec2/header/ObjectiveCClass.vm -visualparadigm/Application/resources/instantgenerator/objectivec2/header/ObjectiveCEnum.vm -visualparadigm/Application/resources/instantgenerator/objectivec2/header/ObjectiveCOperation.vm -visualparadigm/Application/resources/instantgenerator/objectivec2/header/ObjectiveCParameter.vm -visualparadigm/Application/resources/instantgenerator/objectivec2/header/ObjectiveCProperty.vm -visualparadigm/Application/resources/instantgenerator/objectivec2/objectivec/ObjectiveCAttribute_Get.vm -visualparadigm/Application/resources/instantgenerator/objectivec2/objectivec/ObjectiveCAttribute_Set.vm -visualparadigm/Application/resources/instantgenerator/objectivec2/objectivec/ObjectiveCClass.vm -visualparadigm/Application/resources/instantgenerator/objectivec2/objectivec/ObjectiveCEnum.vm -visualparadigm/Application/resources/instantgenerator/objectivec2/objectivec/ObjectiveCEnumValue.vm -visualparadigm/Application/resources/instantgenerator/objectivec2/objectivec/ObjectiveCOperation.vm -visualparadigm/Application/resources/instantgenerator/objectivec2/objectivec/ObjectiveCParameter.vm -visualparadigm/Application/resources/instantgenerator/odl/attribute.vm -visualparadigm/Application/resources/instantgenerator/odl/class.vm -visualparadigm/Application/resources/instantgenerator/odl/from-association.vm -visualparadigm/Application/resources/instantgenerator/odl/to-association.vm -visualparadigm/Application/resources/instantgenerator/perl/PerlAssociationClass_Get.vm -visualparadigm/Application/resources/instantgenerator/perl/PerlAssociationClass_Set.vm -visualparadigm/Application/resources/instantgenerator/perl/PerlAssociation_Add.vm -visualparadigm/Application/resources/instantgenerator/perl/PerlAssociation_Get.vm -visualparadigm/Application/resources/instantgenerator/perl/PerlAssociation_Remove.vm -visualparadigm/Application/resources/instantgenerator/perl/PerlAssociation_Set.vm -visualparadigm/Application/resources/instantgenerator/perl/PerlAssociation_To.vm -visualparadigm/Application/resources/instantgenerator/perl/PerlAttribute.vm -visualparadigm/Application/resources/instantgenerator/perl/PerlAttribute_Get.vm -visualparadigm/Application/resources/instantgenerator/perl/PerlAttribute_Set.vm -visualparadigm/Application/resources/instantgenerator/perl/PerlClass.vm -visualparadigm/Application/resources/instantgenerator/perl/PerlOperation.vm -visualparadigm/Application/resources/instantgenerator/php/PhpAssociationClass_Get.vm -visualparadigm/Application/resources/instantgenerator/php/PhpAssociationClass_Set.vm -visualparadigm/Application/resources/instantgenerator/php/PhpAssociation_Add.vm -visualparadigm/Application/resources/instantgenerator/php/PhpAssociation_Get.vm -visualparadigm/Application/resources/instantgenerator/php/PhpAssociation_Remove.vm -visualparadigm/Application/resources/instantgenerator/php/PhpAssociation_Set.vm -visualparadigm/Application/resources/instantgenerator/php/PhpAssociation_To.vm -visualparadigm/Application/resources/instantgenerator/php/PhpAttribute.vm -visualparadigm/Application/resources/instantgenerator/php/PhpAttribute_Get.vm -visualparadigm/Application/resources/instantgenerator/php/PhpAttribute_Set.vm -visualparadigm/Application/resources/instantgenerator/php/PhpClass.vm -visualparadigm/Application/resources/instantgenerator/php/PhpOperation.vm -visualparadigm/Application/resources/instantgenerator/php/PhpParameter.vm -visualparadigm/Application/resources/instantgenerator/python/PythonAssociationClass_Get.vm -visualparadigm/Application/resources/instantgenerator/python/PythonAssociationClass_Set.vm -visualparadigm/Application/resources/instantgenerator/python/PythonAssociation_Add.vm -visualparadigm/Application/resources/instantgenerator/python/PythonAssociation_Get.vm -visualparadigm/Application/resources/instantgenerator/python/PythonAssociation_Remove.vm -visualparadigm/Application/resources/instantgenerator/python/PythonAssociation_Set.vm -visualparadigm/Application/resources/instantgenerator/python/PythonAssociation_To.vm -visualparadigm/Application/resources/instantgenerator/python/PythonAttribute.vm -visualparadigm/Application/resources/instantgenerator/python/PythonAttribute_Get.vm -visualparadigm/Application/resources/instantgenerator/python/PythonAttribute_Set.vm -visualparadigm/Application/resources/instantgenerator/python/PythonClass.vm -visualparadigm/Application/resources/instantgenerator/python/PythonOperation.vm -visualparadigm/Application/resources/instantgenerator/python/PythonParameter.vm -visualparadigm/Application/resources/instantgenerator/rest/doc/RestDoc.vm -visualparadigm/Application/resources/instantgenerator/rest/doc/copytoclipboard.png -visualparadigm/Application/resources/instantgenerator/rest/doc/index.vm -visualparadigm/Application/resources/instantgenerator/rest/doc/restapi.css -visualparadigm/Application/resources/instantgenerator/rest/java/RestJavaPojoClass.vm -visualparadigm/Application/resources/instantgenerator/rest/java/RestJavaSampleClient.vm -visualparadigm/Application/resources/instantgenerator/rest/java/RestJavaSampleServlet.vm -visualparadigm/Application/resources/instantgenerator/ruby/RubyAssociationClass_Get.vm -visualparadigm/Application/resources/instantgenerator/ruby/RubyAssociationClass_Set.vm -visualparadigm/Application/resources/instantgenerator/ruby/RubyAssociation_Add.vm -visualparadigm/Application/resources/instantgenerator/ruby/RubyAssociation_Get.vm -visualparadigm/Application/resources/instantgenerator/ruby/RubyAssociation_Remove.vm -visualparadigm/Application/resources/instantgenerator/ruby/RubyAssociation_Set.vm -visualparadigm/Application/resources/instantgenerator/ruby/RubyAssociation_To.vm -visualparadigm/Application/resources/instantgenerator/ruby/RubyAttribute.vm -visualparadigm/Application/resources/instantgenerator/ruby/RubyAttribute_Get.vm -visualparadigm/Application/resources/instantgenerator/ruby/RubyAttribute_Set.vm -visualparadigm/Application/resources/instantgenerator/ruby/RubyClass.vm -visualparadigm/Application/resources/instantgenerator/ruby/RubyInitialize.vm -visualparadigm/Application/resources/instantgenerator/ruby/RubyInitializeAttribute.vm -visualparadigm/Application/resources/instantgenerator/ruby/RubyOperation.vm -visualparadigm/Application/resources/instantgenerator/ruby/RubyParameter.vm -visualparadigm/Application/resources/instantgenerator/vbnet/association.vm -visualparadigm/Application/resources/instantgenerator/vbnet/attribute.vm -visualparadigm/Application/resources/instantgenerator/vbnet/attribute_Get.vm -visualparadigm/Application/resources/instantgenerator/vbnet/attribute_Set.vm -visualparadigm/Application/resources/instantgenerator/vbnet/bindInfo.vm -visualparadigm/Application/resources/instantgenerator/vbnet/bindType.vm -visualparadigm/Application/resources/instantgenerator/vbnet/class.vm -visualparadigm/Application/resources/instantgenerator/vbnet/comment.vm -visualparadigm/Application/resources/instantgenerator/vbnet/compilation-unit.vm -visualparadigm/Application/resources/instantgenerator/vbnet/declarationType.vm -visualparadigm/Application/resources/instantgenerator/vbnet/enum-field.vm -visualparadigm/Application/resources/instantgenerator/vbnet/enum.vm -visualparadigm/Application/resources/instantgenerator/vbnet/generic.vm -visualparadigm/Application/resources/instantgenerator/vbnet/implements.vm -visualparadigm/Application/resources/instantgenerator/vbnet/inheritance.vm -visualparadigm/Application/resources/instantgenerator/vbnet/member.vm -visualparadigm/Application/resources/instantgenerator/vbnet/old_design/attribute.vm -visualparadigm/Application/resources/instantgenerator/vbnet/old_design/class.vm -visualparadigm/Application/resources/instantgenerator/vbnet/old_design/enum.vm -visualparadigm/Application/resources/instantgenerator/vbnet/old_design/from-association.vm -visualparadigm/Application/resources/instantgenerator/vbnet/old_design/inner-class.vm -visualparadigm/Application/resources/instantgenerator/vbnet/old_design/inner-enum.vm -visualparadigm/Application/resources/instantgenerator/vbnet/old_design/interface-attribute.vm -visualparadigm/Application/resources/instantgenerator/vbnet/old_design/interface-operation.vm -visualparadigm/Application/resources/instantgenerator/vbnet/old_design/interface.vm -visualparadigm/Application/resources/instantgenerator/vbnet/old_design/operation.vm -visualparadigm/Application/resources/instantgenerator/vbnet/old_design/parameter.vm -visualparadigm/Application/resources/instantgenerator/vbnet/old_design/to-association.vm -visualparadigm/Application/resources/instantgenerator/vbnet/operation.vm -visualparadigm/Application/resources/instantgenerator/vbnet/parameter.vm -visualparadigm/Application/resources/instantgenerator/vbnet/parameters-comment.vm -visualparadigm/Application/resources/instantgenerator/vbnet/parameters.vm -visualparadigm/Application/resources/instantgenerator/vbnet/property.vm -visualparadigm/Application/resources/instantgenerator/vbnet/typeParameter.vm -visualparadigm/Application/resources/instantgenerator/vbnet/typeParameters.vm -visualparadigm/Application/resources/instantgenerator/vbnet/visibility.vm -visualparadigm/Application/resources/instantgenerator/xsd/XsdAttribute.vm -visualparadigm/Application/resources/instantgenerator/xsd/XsdClass.vm -visualparadigm/Application/resources/instantgenerator/xsd/XsdClassSelection.vm -visualparadigm/Application/resources/instantgenerator/xsd/XsdElementAttribute.vm -visualparadigm/Application/resources/instantgenerator/xsd/XsdEmptyClass.vm -visualparadigm/Application/resources/instantgenerator/xsd/XsdPackage.vm -visualparadigm/Application/resources/instantgenerator/xsd/XsdSimpleType.vm -visualparadigm/Application/resources/instantgenerator/xsd/XsdXmlNode.vm -visualparadigm/Application/resources/mac/projectFile.icns -visualparadigm/Application/resources/no_installer.txt -visualparadigm/Application/resources/product_edition.properties -visualparadigm/Application/resources/productselector.ico -visualparadigm/Application/resources/setup/feature_vp.xml -visualparadigm/Application/resources/vpproductinstallation.xml -visualparadigm/Application/resources/vpuml.ico -visualparadigm/Application/resources/vpuml.png -visualparadigm/Application/resources/vpumlproject.ico -visualparadigm/Application/resources/vpupdateinfo.xml -visualparadigm/Application/samples/HelloWorldOnlineLearning.vpp -visualparadigm/Application/samples/HelloWorldOnlineLearning.vux -visualparadigm/Application/samples/Ticket-System.vpp -visualparadigm/Application/samples/VP-Sample-Project.vpp -visualparadigm/Application/scripts/CommitTeamworkProject.sh -visualparadigm/Application/scripts/ConvertProjectToLatestVersion.sh -visualparadigm/Application/scripts/ExportDiagramImage.sh -visualparadigm/Application/scripts/ExportDocComposer.sh -visualparadigm/Application/scripts/ExportExcel.sh -visualparadigm/Application/scripts/ExportXMI.sh -visualparadigm/Application/scripts/ExportXML.sh -visualparadigm/Application/scripts/GenerateORM.sh -visualparadigm/Application/scripts/ImportExcel.sh -visualparadigm/Application/scripts/ImportXMI.sh -visualparadigm/Application/scripts/ImportXML.sh -visualparadigm/Application/scripts/InstantGenerator.sh -visualparadigm/Application/scripts/InstantReverse.sh -visualparadigm/Application/scripts/JavaCodeSync.sh -visualparadigm/Application/scripts/Plugin.sh -visualparadigm/Application/scripts/ProjectAnonymousTool.sh -visualparadigm/Application/scripts/ProjectPublisher.sh -visualparadigm/Application/scripts/ProjectStatistic.sh -visualparadigm/Application/scripts/ProjectValidator.sh -visualparadigm/Application/scripts/ReverseHibernate.sh -visualparadigm/Application/scripts/UpdateTeamworkProject.sh -visualparadigm/Application/scripts/VisualParadigm.sh -visualparadigm/Application/scripts/build.xml -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/META-INF/MANIFEST.MF -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/actions.xml -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/editoractions.xml -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/help/start-sdeec-diagram-navigator.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/help/start-sdeec-popup.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/help/start_from_navigator.html -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/help/start_from_popup.html -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/UML.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ActorList.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ActorsGrid.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/Animacian.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ApplicationServer.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/EJBWizards.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/EditStereotype.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportActiveDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportActiveExcel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportBPMN.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportDefaultDiagramElementFormat.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportDiagrams.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportExcel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportMSWord.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportSelection.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportUMLModel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportXMI.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportXML.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ExportXPDL.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/FlowOfEventsList.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/GenerateRestApi.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/GenerateStateMachineCode.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/GlossaryGrid.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/Help.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportArchi.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportBPMN.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportBizAgi.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportDefaultDiagramElementFormat.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportEA.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportERWinProjectXml.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportExcel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportMSWord.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportNetBeans.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportRationalModel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportRhapsody.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportRose.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportSystemArchitect.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportTextBasedSD.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportUMLModel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportVisio.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportVisualUML.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportXMI.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportXML.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ImportXPDL.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/InstantGenerator.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/InstantReverse.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMDatabaseConfiguration.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMGenerateCode.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMGenerateDatabase.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMGenerateDeploymentDescriptor.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMReverseDDL.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMReverseDatabase.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMReverseHibernate.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMReverseJavaClasses.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMSyncToClassDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMSyncToEJBDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMSyncToERDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ORMWizards.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/Print.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ProjectBasedQualityChecker.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ProjectProperties.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/RequirementList.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/RequirementsGrid.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ReverseStateMachineCode.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/SaveProject.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/ShapeEditor.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/Simulacian.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/UseCaseList.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/UseCaseNoteList.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/UseCaseScheduling.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/UseCasesGrid.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/VisualDiff.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/bottom.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/bottom.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/horizontalCenters.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/horizontally.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/left.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/right.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/shapes.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/top.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/verticalCenters.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/dist/vertically.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/horizontal.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/left.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/right.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/sameHeight.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/sameWidth.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/sameWidthAndHeight.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/shapes.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/top.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/align/vertical.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/businessRuleGrid.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/category.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/activityDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/actorsGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/analysisDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/archiMateDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/blockDefinitionDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/brainstorm.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/businessMotivationModelDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/businessProcessDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/businessRuleDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/businessRuleGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/businessWorkflowDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/chartDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/classDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/cmmnDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/collaborationDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/componentDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/compositeStructureDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/conversationDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/crcCardDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/dataFlowDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/decisionModelDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/decisionTable.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/deploymentDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/ejbDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/entityRelationshipDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/epcDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/factDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/factTypeEditorDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/glossaryGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/gridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/interactionOverviewDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/internalBlockDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/matrixDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/mindMapDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/activityDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/actorsGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/archiMateDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/blockDefinitionDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/brainstorm.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/businessMotivationModelDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/businessProcessDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/businessRuleDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/businessRuleGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/businessWorkflowDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/chartDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/classDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/cmmnDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/collaborationDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/componentDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/compositeStructureDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/conversationDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/crcCardDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/dataFlowDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/decisionModelDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/decisionTable.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/deploymentDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/ejbDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/entityRelationshipDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/epcDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/factDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/glossaryGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/gridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/interactionOverviewDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/internalBlockDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/matrixDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/mindMapDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/objectDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/organizationChart.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/ormDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/overviewDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/packageDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/parametricDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/processMapDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/raciDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/reportDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/requirementDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/requirementGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/sequenceDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/serviceCategorizationDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/serviceContractDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/serviceInterfaceDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/serviceParticipantDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/servicesArchitectureDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/stateDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/textualAnalysis.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/timingDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/useCaseDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/useCaseGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/userInterfaceDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/wireframeAndroidPhoneDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/wireframeAndroidTabletDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/wireframeDesktopDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/wireframeIPadDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/wireframeIPhoneDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/wireframeWebDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/wsdlDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/new/zachmanFramework.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/objectDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/organizationChart.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/ormDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/overviewDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/packageDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/parametricDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/processMapDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/profileDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/raciDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/reportDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/requirementDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/requirementGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/sequenceDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/serviceCategorizationDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/serviceContractDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/serviceInterfaceDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/serviceParticipantDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/servicesArchitectureDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/stateDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/storyboard.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/termEditorDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/textualAnalysis.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/timingDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/uexceler.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/useCaseDescriptionDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/useCaseDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/useCaseGridDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/userInterfaceDiagram.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/viewpointDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/wireframeAndroidPhoneDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/wireframeAndroidTabletDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/wireframeDesktopDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/wireframeIPadDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/wireframeIPhoneDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/wireframeWebDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/wsdlDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/diagram/zachmanFramework.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/eclipse_help.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/addBookmark.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/copy.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/copyAsImage.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/copyAsOle.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/copyAsXML.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/cut.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/delete.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/formatCopier.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/manageBookmark.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/paste.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/redo.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/edit/undo.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/html.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/BranchTeamworkProject.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/CloseModel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/CommitTeamworkProject.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/Export.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/ForceUpdateCode.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/ForceUpdateModel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/Import.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/MergeTeamworkProject.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/OpenModel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/OpenTeamworkClient.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/RevertTeamworkProject.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/SelectInDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/SelectInModel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/SelectInVPUML.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/SwitchTeamworkProject.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/TagTeamworkProject.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/UpdateCode.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/UpdateModel.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/UpdateTeamworkProject.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/Actor-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/AddDiagram-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/AddFile-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/AddFolder-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/AddGenericModel-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/AddHTMLLink-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/AddShape-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/BusinessRule-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/Down-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/Requirement-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/ShowView-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/Up-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/UseCase-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/add-diagram-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/add-image-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/add-reference-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/add-scenario-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/add-step-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/add-url-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/add-user-story-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/bold-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/class-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/close-sprint-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/decrease-indent-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/delete-sprint-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/details-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/font-color-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/increase-indent-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/insert-statement-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/itatic-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/new-use-case-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/new-user-story-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/open-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/redo-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/reference-by-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/select-model-element-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/sync-to-activitydiagram-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/sync-to-diagram-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/sync-to-seqencediagram-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/testing-procedure-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/uexceler-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/undo-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/use-case-setting-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/model/uexceler/wireframe-play-on-icon18.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/modelingPerspective.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/newDiagram.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/pdf.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/projectPublisher.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/refresh.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/storyboard.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/uexceler.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/classRepositoryTree.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/diagramTree.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/documentationPane.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/elementViewer.gif -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/logicalView.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/messagePane.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/modelTree.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/ormPane.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/previewPane.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/propertyPane.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/stencilPane.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/view/teamworkFilesPane.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/wordReport.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/zoom/100.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/zoom/height.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/zoom/in.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/zoom/out.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/zoom/page.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/zoom/region.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/icons/sdeec/zoom/width.png -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/plugin.properties -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/plugin.xml -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/plugin_platform.xml -visualparadigm/Application/sde/sdeec/plugins/com.vp.sde.eclipse_13.0.0.0/sdeec_help.xml -visualparadigm/Application/sde/sdeec/vpupdate.xml -visualparadigm/Application/sde/sdeecmyeclipse75/vpupdate.xml -visualparadigm/Application/sde/sdeecwsap/vpupdate.xml -visualparadigm/Application/sde/sdeij/plugins/sdeIJ/%%LIB32DIR%%/vpsdeij.jar -visualparadigm/Application/sde/sdeij/vpupdate.xml -visualparadigm/Application/sde/sdenb36/modules/vpsdenb.jar -visualparadigm/Application/sde/sdenb36/vpupdate.xml -visualparadigm/Application/sde/sdenb4/ide4/config/Modules/com-vp-vpsde-nb.xml -visualparadigm/Application/sde/sdenb4/ide4/modules/com-vp-vpsde-nb.jar -visualparadigm/Application/sde/sdenb4/vpupdate.xml -visualparadigm/Application/sde/sdenb41/ide5/config/Modules/com-vp-vpsde-nb.xml -visualparadigm/Application/sde/sdenb41/ide5/modules/com-vp-vpsde-nb.jar -visualparadigm/Application/sde/sdenb41/vpupdate.xml -visualparadigm/Application/sde/sdenb50/ide6/config/Modules/com-vp-vpsde-nb.xml -visualparadigm/Application/sde/sdenb50/ide6/modules/com-vp-vpsde-nb.jar -visualparadigm/Application/sde/sdenb50/vpupdate.xml -visualparadigm/Application/sde/sdenb55/ide7/config/Modules/com-vp-vpsde-nb.xml -visualparadigm/Application/sde/sdenb55/ide7/modules/com-vp-vpsde-nb.jar -visualparadigm/Application/sde/sdenb55/vpupdate.xml *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sat Oct 15 08:16:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21B24C1136E; Sat, 15 Oct 2016 08:16:55 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0FB2EAE; Sat, 15 Oct 2016 08:16:54 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F8GsJ9033658; Sat, 15 Oct 2016 08:16:54 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F8GrZf033655; Sat, 15 Oct 2016 08:16:53 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610150816.u9F8GrZf033655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sat, 15 Oct 2016 08:16:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424008 - head/science/InsightToolkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 08:16:55 -0000 Author: woodsb02 Date: Sat Oct 15 08:16:53 2016 New Revision: 424008 URL: https://svnweb.freebsd.org/changeset/ports/424008 Log: science/InsightToolkit: Update to 4.10.1 Changes this release: http://public.kitware.com/pipermail/insight-users/2016-October/053981.html Approved by: adamw (mentor, implicit) Modified: head/science/InsightToolkit/Makefile head/science/InsightToolkit/distinfo head/science/InsightToolkit/pkg-plist Modified: head/science/InsightToolkit/Makefile ============================================================================== --- head/science/InsightToolkit/Makefile Sat Oct 15 08:08:04 2016 (r424007) +++ head/science/InsightToolkit/Makefile Sat Oct 15 08:16:53 2016 (r424008) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= InsightToolkit -PORTVERSION= 4.10.0 +PORTVERSION= 4.10.1 CATEGORIES= science biology MASTER_SITES= SF/itk/itk/${ITK_VER} Modified: head/science/InsightToolkit/distinfo ============================================================================== --- head/science/InsightToolkit/distinfo Sat Oct 15 08:08:04 2016 (r424007) +++ head/science/InsightToolkit/distinfo Sat Oct 15 08:16:53 2016 (r424008) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465201249 -SHA256 (InsightToolkit-4.10.0.tar.gz) = 2ede59a95c4864885c863365f9df9371c39d2b31a545e3da6bda800249840168 -SIZE (InsightToolkit-4.10.0.tar.gz) = 18150212 +TIMESTAMP = 1476432117 +SHA256 (InsightToolkit-4.10.1.tar.gz) = cb1048facf2b60cebf4ea0b3f89a13a32f8036d906aab3cfafa65e94760caa7a +SIZE (InsightToolkit-4.10.1.tar.gz) = 18169937 Modified: head/science/InsightToolkit/pkg-plist ============================================================================== --- head/science/InsightToolkit/pkg-plist Sat Oct 15 08:08:04 2016 (r424007) +++ head/science/InsightToolkit/pkg-plist Sat Oct 15 08:16:53 2016 (r424008) @@ -3252,7 +3252,10 @@ include/ITK-%%ITK_VER%%/laso/dnppla.h include/ITK-%%ITK_VER%%/laso/dortqr.h include/ITK-%%ITK_VER%%/laso/dvsort.h include/ITK-%%ITK_VER%%/laso/urand.h -include/ITK-%%ITK_VER%%/linalg/lsqr.h +include/ITK-%%ITK_VER%%/linalg/lsmrBase.h +include/ITK-%%ITK_VER%%/linalg/lsmrDense.h +include/ITK-%%ITK_VER%%/linalg/lsqrBase.h +include/ITK-%%ITK_VER%%/linalg/lsqrDense.h include/ITK-%%ITK_VER%%/linpack/cqrdc.h include/ITK-%%ITK_VER%%/linpack/cqrsl.h include/ITK-%%ITK_VER%%/linpack/csvdc.h @@ -3748,6 +3751,7 @@ lib/cmake/ITK-%%ITK_VER%%/Modules/ITKTIF lib/cmake/ITK-%%ITK_VER%%/Modules/ITKTestKernel.cmake lib/cmake/ITK-%%ITK_VER%%/Modules/ITKThresholding.cmake lib/cmake/ITK-%%ITK_VER%%/Modules/ITKTransform.cmake +lib/cmake/ITK-%%ITK_VER%%/Modules/ITKTransformFactory.cmake lib/cmake/ITK-%%ITK_VER%%/Modules/ITKVNL.cmake lib/cmake/ITK-%%ITK_VER%%/Modules/ITKVNLInstantiation.cmake lib/cmake/ITK-%%ITK_VER%%/Modules/ITKVTK.cmake @@ -3850,6 +3854,8 @@ lib/libITKStatistics-%%ITK_VER%%.so lib/libITKStatistics-%%ITK_VER%%.so.1 lib/libITKTransform-%%ITK_VER%%.so lib/libITKTransform-%%ITK_VER%%.so.1 +lib/libITKTransformFactory-%%ITK_VER%%.so +lib/libITKTransformFactory-%%ITK_VER%%.so.1 lib/libITKVNLInstantiation-%%ITK_VER%%.so lib/libITKVNLInstantiation-%%ITK_VER%%.so.1 lib/libITKVTK-%%ITK_VER%%.so @@ -3884,6 +3890,7 @@ lib/libitkvnl-%%ITK_VER%%.so lib/libitkvnl-%%ITK_VER%%.so.1 lib/libitkvnl_algo-%%ITK_VER%%.so lib/libitkvnl_algo-%%ITK_VER%%.so.1 +libdata/ldconfig/InsightToolkit share/doc/ITK-%%ITK_VER%%/LICENSE share/doc/ITK-%%ITK_VER%%/NOTICE share/doc/ITK-%%ITK_VER%%/README.txt From owner-svn-ports-head@freebsd.org Sat Oct 15 09:03:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1926BC12360; Sat, 15 Oct 2016 09:03:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEFA3EA; Sat, 15 Oct 2016 09:03:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F93ldi052224; Sat, 15 Oct 2016 09:03:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F93lsG052223; Sat, 15 Oct 2016 09:03:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610150903.u9F93lsG052223@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 15 Oct 2016 09:03:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424009 - head/sysutils/lxinput X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 09:03:48 -0000 Author: amdmi3 Date: Sat Oct 15 09:03:46 2016 New Revision: 424009 URL: https://svnweb.freebsd.org/changeset/ports/424009 Log: - Switch to USES=localbase - Switch to options helpers - Remove unneeded CONFIGURE_ARGS Modified: head/sysutils/lxinput/Makefile Modified: head/sysutils/lxinput/Makefile ============================================================================== --- head/sysutils/lxinput/Makefile Sat Oct 15 08:16:53 2016 (r424008) +++ head/sysutils/lxinput/Makefile Sat Oct 15 09:03:46 2016 (r424009) @@ -10,31 +10,23 @@ MASTER_SITES= SF/lxde/LXInput%20%28Kbd%2 MAINTAINER= ports@FreeBSD.org COMMENT= Keyboard and mouse config tool from the LXDE project -USES= iconv gmake pkgconfig +USES= iconv gmake localbase pkgconfig USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --prefix=${PREFIX} - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS NLS -OPTIONS_SUB= yes - -NLS_USES= gettext +OPTIONS_SUB= yes -.include +NLS_USES= gettext +NLS_USES_OFF= gettext-tools -post-patch: -.if ! ${PORT_OPTIONS:MNLS} - @${REINPLACE_CMD} -e 's|po man|man|' \ - ${WRKSRC}/Makefile.in -.endif +post-patch-NLS-off: + @${REINPLACE_CMD} -e 's|po man|man|' ${WRKSRC}/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Sat Oct 15 09:46:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3B6DC12F8B; Sat, 15 Oct 2016 09:46:03 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 803349DF; Sat, 15 Oct 2016 09:46:03 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9F9k2R9067226; Sat, 15 Oct 2016 09:46:02 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9F9k2Dx067225; Sat, 15 Oct 2016 09:46:02 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610150946.u9F9k2Dx067225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 15 Oct 2016 09:46:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424010 - head/math/qalculate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 09:46:03 -0000 Author: jhale Date: Sat Oct 15 09:46:02 2016 New Revision: 424010 URL: https://svnweb.freebsd.org/changeset/ports/424010 Log: Fix build: configure.ac:28: warning: macro 'AM_PROG_LIBTOOL' not found in library configure.ac:28: error: possibly undefined macro: AM_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf-2.69: /usr/local/bin/autoconf-2.69 failed with exit status: 1 *** Error code 1 Reported by: pkg-fallout Modified: head/math/qalculate/Makefile Modified: head/math/qalculate/Makefile ============================================================================== --- head/math/qalculate/Makefile Sat Oct 15 09:03:46 2016 (r424009) +++ head/math/qalculate/Makefile Sat Oct 15 09:46:02 2016 (r424010) @@ -17,7 +17,7 @@ LIB_DEPENDS= libcln.so:math/cln \ RUN_DEPENDS= gnuplot:math/gnuplot \ wget:ftp/wget -USES= autoreconf gettext gmake localbase +USES= autoreconf gettext gmake libtool:build localbase USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libxml2 GNU_CONFIGURE= yes DATADIR= share/${GH_PROJECT} From owner-svn-ports-head@freebsd.org Sat Oct 15 10:28:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F29BC11B6C; Sat, 15 Oct 2016 10:28:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A542CAB; Sat, 15 Oct 2016 10:28:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FAS6gh082306; Sat, 15 Oct 2016 10:28:06 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FAS62V082304; Sat, 15 Oct 2016 10:28:06 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201610151028.u9FAS62V082304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 15 Oct 2016 10:28:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424011 - head/devel/rebar3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 10:28:07 -0000 Author: olgeni Date: Sat Oct 15 10:28:05 2016 New Revision: 424011 URL: https://svnweb.freebsd.org/changeset/ports/424011 Log: Update devel/rebar3 to version 3.3.2. Modified: head/devel/rebar3/Makefile head/devel/rebar3/distinfo Modified: head/devel/rebar3/Makefile ============================================================================== --- head/devel/rebar3/Makefile Sat Oct 15 09:46:02 2016 (r424010) +++ head/devel/rebar3/Makefile Sat Oct 15 10:28:05 2016 (r424011) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= rebar3 -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES+= LOCAL/olgeni:deps \ http://olgeni.olgeni.com/~olgeni/distfiles/:deps \ https://s3.amazonaws.com/s3.hex.pm/tarballs/:hex -DISTFILES= rebar3-cache-6${EXTRACT_SUFX}:deps +DISTFILES= rebar3-cache-7${EXTRACT_SUFX}:deps EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ - rebar3-cache-6${EXTRACT_SUFX} + rebar3-cache-7${EXTRACT_SUFX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Build tool for Erlang @@ -32,7 +32,7 @@ BASH_PLIST_FILES= share/bash-completion/ ZSH_PLIST_FILES= share/zsh/site-functions/_rebar3 # from rebar.config -REBAR_DEPS= bbmustache-1.0.4 \ +REBAR_DEPS= bbmustache-1.3.0 \ certifi-0.4.0 \ cf-0.2.1 \ cth_readable-1.2.3 \ @@ -40,7 +40,7 @@ REBAR_DEPS= bbmustache-1.0.4 \ eunit_formatters-0.3.1 \ getopt-0.8.2 \ providers-1.6.0 \ - relx-3.19.0 \ + relx-3.21.1 \ ssl_verify_fun-1.1.1 .for _dep in ${REBAR_DEPS} ${REBAR_PLUGINS} Modified: head/devel/rebar3/distinfo ============================================================================== --- head/devel/rebar3/distinfo Sat Oct 15 09:46:02 2016 (r424010) +++ head/devel/rebar3/distinfo Sat Oct 15 10:28:05 2016 (r424011) @@ -1,8 +1,8 @@ -TIMESTAMP = 1472890990 -SHA256 (rebar3-cache-6.tar.gz) = d310df17e9b2d9b36b82d3fb1371aba10e327df00cea278a069000994dd29bdd -SIZE (rebar3-cache-6.tar.gz) = 1042571 -SHA256 (bbmustache-1.0.4.tar) = 03b0d47db66e86df993896dce7578d7e4aae5f84636809b45fa8a3e34ee59b12 -SIZE (bbmustache-1.0.4.tar) = 20480 +TIMESTAMP = 1476525980 +SHA256 (rebar3-cache-7.tar.gz) = 7e3bf9e798d53975b000374ff6173b052d80fe602add309e21337fc6f2ebd2a4 +SIZE (rebar3-cache-7.tar.gz) = 1229599 +SHA256 (bbmustache-1.3.0.tar) = e68a9e25358319256c5efa336915e859b7ca18eaf1a1a7b5c14c4fa4f5735710 +SIZE (bbmustache-1.3.0.tar) = 20480 SHA256 (certifi-0.4.0.tar) = 1cc233bee2d6990e7b0ff4c5824d7f401edda8a3cfad04d3328e35ad97de7611 SIZE (certifi-0.4.0.tar) = 747520 SHA256 (cf-0.2.1.tar) = baee9aa7ec2dfa3cb4486b67211177caa293f876780f0b313b45718edef6a0a5 @@ -17,9 +17,9 @@ SHA256 (getopt-0.8.2.tar) = 736e6db3679f SIZE (getopt-0.8.2.tar) = 20480 SHA256 (providers-1.6.0.tar) = 0f6876529a613d34224de8c61d3660388eb981142360f2699486d8536050ce2f SIZE (providers-1.6.0.tar) = 20480 -SHA256 (relx-3.19.0.tar) = 4cb309f61b4e14ae10b89ec3d79ecf7b8d60c3e3003ab935432180d65b6cc67f -SIZE (relx-3.19.0.tar) = 71680 +SHA256 (relx-3.21.1.tar) = 686debb3e0db1cbc8cbfaadafa29eebd46906c5dfce1fead7edf65e0b102a900 +SIZE (relx-3.21.1.tar) = 81920 SHA256 (ssl_verify_fun-1.1.1.tar) = 4f8805eb5c8a939cf2359367cb651a3180b27dfb48444846be2613d79355d65e SIZE (ssl_verify_fun-1.1.1.tar) = 20480 -SHA256 (rebar-rebar3-3.3.1_GH0.tar.gz) = 1042ffc90a723f57b9d5a6e3858c33e9c5230fe9ef0c51fafd6ce63618b4afe9 -SIZE (rebar-rebar3-3.3.1_GH0.tar.gz) = 234355 +SHA256 (rebar-rebar3-3.3.2_GH0.tar.gz) = ccbc27355727090b1fdde7497ab2485c3509e2fd14b48a93276b285b5760d092 +SIZE (rebar-rebar3-3.3.2_GH0.tar.gz) = 236819 From owner-svn-ports-head@freebsd.org Sat Oct 15 12:03:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1323C12FB3; Sat, 15 Oct 2016 12:03:59 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71922F75; Sat, 15 Oct 2016 12:03:59 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FC3wmJ019440; Sat, 15 Oct 2016 12:03:58 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FC3vJb019428; Sat, 15 Oct 2016 12:03:57 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610151203.u9FC3vJb019428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 15 Oct 2016 12:03:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424012 - in head/finance: gnucash grisbi homebank kmymoney-kde4 libofx libofx/files skrooge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 12:03:59 -0000 Author: jhale Date: Sat Oct 15 12:03:57 2016 New Revision: 424012 URL: https://svnweb.freebsd.org/changeset/ports/424012 Log: - Update to finance/libofx to 0.9.11 - Remake/rename patches - Bump PORTREVISION on dependent ports as the shared library version has increased Added: head/finance/libofx/files/patch-lib_Makefile.in - copied, changed from r423998, head/finance/libofx/files/patch-lib__Makefile.in head/finance/libofx/files/patch-lib_ofx__utilities.cpp - copied, changed from r423998, head/finance/libofx/files/patch-lib__ofx_utilities.cpp head/finance/libofx/files/patch-ofxconnect_ofxpartner.cpp - copied, changed from r423998, head/finance/libofx/files/patch-ofxconnect__ofxpartner.cpp Deleted: head/finance/libofx/files/patch-lib__Makefile.in head/finance/libofx/files/patch-lib__ofx_utilities.cpp head/finance/libofx/files/patch-ofxconnect__ofxpartner.cpp Modified: head/finance/gnucash/Makefile head/finance/grisbi/Makefile head/finance/homebank/Makefile head/finance/kmymoney-kde4/Makefile head/finance/libofx/Makefile head/finance/libofx/distinfo head/finance/libofx/pkg-plist head/finance/skrooge/Makefile Modified: head/finance/gnucash/Makefile ============================================================================== --- head/finance/gnucash/Makefile Sat Oct 15 10:28:05 2016 (r424011) +++ head/finance/gnucash/Makefile Sat Oct 15 12:03:57 2016 (r424012) @@ -3,6 +3,7 @@ PORTNAME= gnucash PORTVERSION= 2.6.14 +PORTREVISION= 1 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} Modified: head/finance/grisbi/Makefile ============================================================================== --- head/finance/grisbi/Makefile Sat Oct 15 10:28:05 2016 (r424011) +++ head/finance/grisbi/Makefile Sat Oct 15 12:03:57 2016 (r424012) @@ -3,6 +3,7 @@ PORTNAME= grisbi PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:C|1$|x|}/ Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Sat Oct 15 10:28:05 2016 (r424011) +++ head/finance/homebank/Makefile Sat Oct 15 12:03:57 2016 (r424012) @@ -2,6 +2,7 @@ PORTNAME= homebank PORTVERSION= 5.0.9 +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ Modified: head/finance/kmymoney-kde4/Makefile ============================================================================== --- head/finance/kmymoney-kde4/Makefile Sat Oct 15 10:28:05 2016 (r424011) +++ head/finance/kmymoney-kde4/Makefile Sat Oct 15 12:03:57 2016 (r424012) @@ -2,7 +2,7 @@ PORTNAME= kmymoney PORTVERSION= 4.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src Modified: head/finance/libofx/Makefile ============================================================================== --- head/finance/libofx/Makefile Sat Oct 15 10:28:05 2016 (r424011) +++ head/finance/libofx/Makefile Sat Oct 15 12:03:57 2016 (r424012) @@ -2,21 +2,22 @@ # $FreeBSD$ PORTNAME= libofx -PORTVERSION= 0.9.10 -PORTREVISION= 1 +PORTVERSION= 0.9.11 CATEGORIES= finance -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= jhale@FreeBSD.org COMMENT= OpenSource implementation of the OFX (Open Financial eXchange) LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libxml++-2.6.so:textproc/libxml++26 \ libosp.so:textproc/opensp -USES= gmake iconv pkgconfig pathfix libtool +USES= gettext-runtime gmake iconv libtool localbase pathfix pkgconfig +USE_GNOME= glib20 glibmm libsigc++20 libxml2 CONFIGURE_ARGS= --disable-doxygen --disable-dot --disable-gengetopt \ --with-opensp-includes=${LOCALBASE}/include/OpenSP \ --with-opensp-libs=${LOCALBASE}/lib @@ -25,9 +26,6 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip PORTDOCS= * -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - OPTIONS_DEFINE= DOCS post-install: Modified: head/finance/libofx/distinfo ============================================================================== --- head/finance/libofx/distinfo Sat Oct 15 10:28:05 2016 (r424011) +++ head/finance/libofx/distinfo Sat Oct 15 12:03:57 2016 (r424012) @@ -1,2 +1,3 @@ -SHA256 (libofx-0.9.10.tar.gz) = 54e26a4944ef2785087cfd8ed8f187ab9d397d9b92b5acc199dd7d5d095cf695 -SIZE (libofx-0.9.10.tar.gz) = 1433837 +TIMESTAMP = 1474456703 +SHA256 (libofx-0.9.11.tar.gz) = b0115c876bee5df84002a96f58cca8d73ef7b75d799d6a3a44905c34a8cfe94f +SIZE (libofx-0.9.11.tar.gz) = 1097501 Copied and modified: head/finance/libofx/files/patch-lib_Makefile.in (from r423998, head/finance/libofx/files/patch-lib__Makefile.in) ============================================================================== --- head/finance/libofx/files/patch-lib__Makefile.in Sat Oct 15 00:48:19 2016 (r423998, copy source) +++ head/finance/libofx/files/patch-lib_Makefile.in Sat Oct 15 12:03:57 2016 (r424012) @@ -1,6 +1,6 @@ ---- ./lib/Makefile.in.orig 2014-06-22 19:45:04.000000000 -0400 -+++ ./lib/Makefile.in 2014-06-22 19:46:20.000000000 -0400 -@@ -299,7 +299,7 @@ +--- lib/Makefile.in.orig 2016-10-15 10:42:55 UTC ++++ lib/Makefile.in +@@ -400,7 +400,7 @@ AM_CPPFLAGS = \ #libofx_la_LIBADD = @LIBOBJS@ ${OPENSPLIBS} -lstdc++ Copied and modified: head/finance/libofx/files/patch-lib_ofx__utilities.cpp (from r423998, head/finance/libofx/files/patch-lib__ofx_utilities.cpp) ============================================================================== --- head/finance/libofx/files/patch-lib__ofx_utilities.cpp Sat Oct 15 00:48:19 2016 (r423998, copy source) +++ head/finance/libofx/files/patch-lib_ofx__utilities.cpp Sat Oct 15 12:03:57 2016 (r424012) @@ -1,6 +1,6 @@ ---- ./lib/ofx_utilities.cpp.orig 2013-04-16 15:50:51.000000000 -0400 -+++ ./lib/ofx_utilities.cpp 2014-06-22 19:44:48.000000000 -0400 -@@ -115,9 +115,14 @@ +--- lib/ofx_utilities.cpp.orig 2013-04-16 19:50:51 UTC ++++ lib/ofx_utilities.cpp +@@ -115,9 +115,14 @@ time_t ofxdate_to_time_t(const string of char time_zone_specified = false; string ofxdate_whole; time_t temptime; Copied and modified: head/finance/libofx/files/patch-ofxconnect_ofxpartner.cpp (from r423998, head/finance/libofx/files/patch-ofxconnect__ofxpartner.cpp) ============================================================================== --- head/finance/libofx/files/patch-ofxconnect__ofxpartner.cpp Sat Oct 15 00:48:19 2016 (r423998, copy source) +++ head/finance/libofx/files/patch-ofxconnect_ofxpartner.cpp Sat Oct 15 12:03:57 2016 (r424012) @@ -1,5 +1,5 @@ ---- ./ofxconnect/ofxpartner.cpp.orig 2013-04-16 15:50:51.000000000 -0400 -+++ ./ofxconnect/ofxpartner.cpp 2014-06-22 19:44:48.000000000 -0400 +--- ofxconnect/ofxpartner.cpp.orig 2013-04-16 19:50:51 UTC ++++ ofxconnect/ofxpartner.cpp @@ -37,6 +37,7 @@ #include #include Modified: head/finance/libofx/pkg-plist ============================================================================== --- head/finance/libofx/pkg-plist Sat Oct 15 10:28:05 2016 (r424011) +++ head/finance/libofx/pkg-plist Sat Oct 15 12:03:57 2016 (r424012) @@ -4,8 +4,8 @@ bin/ofxdump include/libofx/libofx.h lib/libofx.a lib/libofx.so -lib/libofx.so.6 -lib/libofx.so.6.0.0 +lib/libofx.so.7 +lib/libofx.so.7.0.0 libdata/pkgconfig/libofx.pc man/man1/ofxconnect.1.gz man/man1/ofxdump.1.gz Modified: head/finance/skrooge/Makefile ============================================================================== --- head/finance/skrooge/Makefile Sat Oct 15 10:28:05 2016 (r424011) +++ head/finance/skrooge/Makefile Sat Oct 15 12:03:57 2016 (r424012) @@ -2,6 +2,7 @@ PORTNAME= skrooge PORTVERSION= 1.12.5 +PORTREVISION= 1 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME} From owner-svn-ports-head@freebsd.org Sat Oct 15 12:09:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5EC2C1117A; Sat, 15 Oct 2016 12:09:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 826F9375; Sat, 15 Oct 2016 12:09:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FC98jQ019809; Sat, 15 Oct 2016 12:09:08 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FC98IB019807; Sat, 15 Oct 2016 12:09:08 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201610151209.u9FC98IB019807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 15 Oct 2016 12:09:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424013 - head/benchmarks/stress-ng X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 12:09:09 -0000 Author: riggs Date: Sat Oct 15 12:09:08 2016 New Revision: 424013 URL: https://svnweb.freebsd.org/changeset/ports/424013 Log: Update to upstream version 0.06.18 PR: 213409 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Modified: head/benchmarks/stress-ng/Makefile head/benchmarks/stress-ng/distinfo Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Sat Oct 15 12:03:57 2016 (r424012) +++ head/benchmarks/stress-ng/Makefile Sat Oct 15 12:09:08 2016 (r424013) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.06.15 +PORTVERSION= 0.06.18 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Sat Oct 15 12:03:57 2016 (r424012) +++ head/benchmarks/stress-ng/distinfo Sat Oct 15 12:09:08 2016 (r424013) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472547578 -SHA256 (stress-ng-0.06.15.tar.gz) = 0e1d7733b35f594f7461dedbf836bd4966d0611da4cd4e85cde4804d2a425e6d -SIZE (stress-ng-0.06.15.tar.gz) = 332695 +TIMESTAMP = 1476199771 +SHA256 (stress-ng-0.06.18.tar.gz) = fa073af9925597a1792c4c21c53e0841da4c008f3cf9522bff127ad005da8eaa +SIZE (stress-ng-0.06.18.tar.gz) = 339207 From owner-svn-ports-head@freebsd.org Sat Oct 15 12:30:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 315C8C11E39; Sat, 15 Oct 2016 12:30:04 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA199773; Sat, 15 Oct 2016 12:30:03 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FCU3Fr027482; Sat, 15 Oct 2016 12:30:03 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FCU2ao027478; Sat, 15 Oct 2016 12:30:02 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610151230.u9FCU2ao027478@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 15 Oct 2016 12:30:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424014 - in head/devel: gwenhywfar gwenhywfar-qt4 gwenhywfar/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.23 Precedence: list List-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, 15 Oct 2016 12:30:04 -0000 Author: jhale Date: Sat Oct 15 12:30:02 2016 New Revision: 424014 URL: https://svnweb.freebsd.org/changeset/ports/424014 Log: Update to 4.15.3 Deleted: head/devel/gwenhywfar/files/patch-src-sio-syncio_tls.c Modified: head/devel/gwenhywfar-qt4/pkg-plist head/devel/gwenhywfar/Makefile head/devel/gwenhywfar/distinfo head/devel/gwenhywfar/pkg-plist Modified: head/devel/gwenhywfar-qt4/pkg-plist ============================================================================== --- head/devel/gwenhywfar-qt4/pkg-plist Sat Oct 15 12:09:08 2016 (r424013) +++ head/devel/gwenhywfar-qt4/pkg-plist Sat Oct 15 12:30:02 2016 (r424014) @@ -1,6 +1,6 @@ include/gwenhywfar4/gwen-gui-qt4/qt4_gui.hpp -lib/cmake/gwengui-qt4-4.14/gwengui-qt4-config-version.cmake -lib/cmake/gwengui-qt4-4.14/gwengui-qt4-config.cmake +lib/cmake/gwengui-qt4-4.15/gwengui-qt4-config-version.cmake +lib/cmake/gwengui-qt4-4.15/gwengui-qt4-config.cmake lib/libgwengui-qt4.so lib/libgwengui-qt4.so.0 lib/libgwengui-qt4.so.0.0.0 Modified: head/devel/gwenhywfar/Makefile ============================================================================== --- head/devel/gwenhywfar/Makefile Sat Oct 15 12:09:08 2016 (r424013) +++ head/devel/gwenhywfar/Makefile Sat Oct 15 12:30:02 2016 (r424014) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= gwenhywfar -PORTVERSION= 4.14.0 -PORTREVISION?= 1 +PORTVERSION= 4.15.3 +PORTREVISION?= 0 CATEGORIES= devel net security -MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=01&release=01&file=01&dummy=/ +MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=01&release=201&file=01&dummy=/ MAINTAINER?= jhale@FreeBSD.org COMMENT?= Multi-platform helper library for networking and security applications @@ -13,15 +13,15 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ - libgnutls.so:security/gnutls + libgnutls.so:security/gnutls \ + libgpg-error.so:security/libgpg-error -USES= gettext gmake iconv libtool pathfix pkgconfig -USE_OPENSSL= yes +USES= gettext gmake iconv libtool pathfix pkgconfig ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-release="yes" \ --with-guis="${SLAVEPORT}" -CPPFLAGS+= -DGCRYPT_NO_DEPRECATED -I${LOCALBASE}/include +CPPFLAGS+= -isystem ${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl INSTALL_TARGET= install-strip USE_LDCONFIG= yes @@ -54,11 +54,13 @@ CONFIGURE_ARGS+=--with-fox-includes=${LO . endif . if ${SLAVEPORT}=="gtk2" -USE_GNOME+= gtk20 +LIB_DEPENDS+= libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig +USE_GNOME+= cairo gdkpixbuf2 gtk20 . endif . if ${SLAVEPORT}=="qt4" -USE_QT4= gui moc_build uic_build +USE_QT4= corelib gui moc_build uic_build QT_NONSTANDARD= yes CONFIGURE_ARGS+=--with-qt4-includes=${QT_INCDIR} \ --with-qt4-libs=${QT_LIBDIR} \ @@ -76,18 +78,14 @@ post-patch: -e '/^SUBDIRS/s|cpp ||g' .endif -post-build: -.if ${PORT_OPTIONS:MDOXYGEN} +post-build-DOXYGEN-on: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} srcdoc -.endif -post-install: -.if ${PORT_OPTIONS:MDOXYGEN} +post-install-DOXYGEN-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/apidoc cd ${WRKSRC}/apidoc && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/apidoc @${FIND} -P ${STAGEDIR}${DOCSDIR} -type f 2>/dev/null | \ ${SED} -ne 's|^${STAGEDIR}${PREFIX}/||p' >> ${TMPPLIST} -.endif .include Modified: head/devel/gwenhywfar/distinfo ============================================================================== --- head/devel/gwenhywfar/distinfo Sat Oct 15 12:09:08 2016 (r424013) +++ head/devel/gwenhywfar/distinfo Sat Oct 15 12:30:02 2016 (r424014) @@ -1,2 +1,3 @@ -SHA256 (gwenhywfar-4.14.0.tar.gz) = 7e0ec2f1cab7d22a5ae0066e0ef827d4affec59470b1bdbc42132b58a903dd03 -SIZE (gwenhywfar-4.14.0.tar.gz) = 2517862 +TIMESTAMP = 1474457855 +SHA256 (gwenhywfar-4.15.3.tar.gz) = 6a0e8787c99620414da6140e567c616b55856c5edf8825a9ebc67431923ee63a +SIZE (gwenhywfar-4.15.3.tar.gz) = 2249350 Modified: head/devel/gwenhywfar/pkg-plist ============================================================================== --- head/devel/gwenhywfar/pkg-plist Sat Oct 15 12:09:08 2016 (r424013) +++ head/devel/gwenhywfar/pkg-plist Sat Oct 15 12:30:02 2016 (r424014) @@ -125,8 +125,10 @@ include/gwenhywfar4/gwenhywfar/widget_be include/gwenhywfar4/gwenhywfar/xml.h include/gwenhywfar4/gwenhywfar/xmlctx.h include/gwenhywfar4/gwenhywfar/xsdnode.h -lib/cmake/gwenhywfar-4.14/gwenhywfar-config-version.cmake -lib/cmake/gwenhywfar-4.14/gwenhywfar-config.cmake +lib/cmake/gwengui-cpp-4.15/gwengui-cpp-config-version.cmake +lib/cmake/gwengui-cpp-4.15/gwengui-cpp-config.cmake +lib/cmake/gwenhywfar-4.15/gwenhywfar-config-version.cmake +lib/cmake/gwenhywfar-4.15/gwenhywfar-config.cmake lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/configmgr/dir.so lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/configmgr/dir.xml lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/ohbci.so @@ -148,7 +150,7 @@ lib/libgwengui-cpp.so.0 lib/libgwengui-cpp.so.0.0.0 lib/libgwenhywfar.so lib/libgwenhywfar.so.%%GWEN_SHLIB_VER%% -lib/libgwenhywfar.so.%%GWEN_SHLIB_VER%%.14.0 +lib/libgwenhywfar.so.%%GWEN_SHLIB_VER%%.15.3 libdata/pkgconfig/gwenhywfar.pc share/aclocal/gwenhywfar.m4 %%DATADIR%%/ca-bundle.crt From owner-svn-ports-head@freebsd.org Sat Oct 15 12:31:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B724C11E9A; Sat, 15 Oct 2016 12:31:17 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55E959A5; Sat, 15 Oct 2016 12:31:17 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FCVG5N027939; Sat, 15 Oct 2016 12:31:16 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FCVG4s027659; Sat, 15 Oct 2016 12:31:16 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610151231.u9FCVG4s027659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 15 Oct 2016 12:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424015 - in head/devel/libchipcard: . 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.23 Precedence: list List-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, 15 Oct 2016 12:31:17 -0000 Author: jhale Date: Sat Oct 15 12:31:15 2016 New Revision: 424015 URL: https://svnweb.freebsd.org/changeset/ports/424015 Log: Update to 5.0.4 Deleted: head/devel/libchipcard/files/ Modified: head/devel/libchipcard/Makefile head/devel/libchipcard/distinfo head/devel/libchipcard/pkg-plist Modified: head/devel/libchipcard/Makefile ============================================================================== --- head/devel/libchipcard/Makefile Sat Oct 15 12:30:02 2016 (r424014) +++ head/devel/libchipcard/Makefile Sat Oct 15 12:31:15 2016 (r424015) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= libchipcard -PORTVERSION= 5.0.2 -PORTREVISION= 4 +PORTVERSION= 5.0.4 CATEGORIES= devel -MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=02&release=26&file=01&dummy=/ +MASTER_SITES= http://www2.aquamaniac.de/sites/download/download.php?package=02&release=200&file=01&dummy=/ MAINTAINER= jhale@FreeBSD.org COMMENT= Library for easy access to chipcards @@ -15,8 +14,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite \ libgwenhywfar.so:devel/gwenhywfar -USES= gmake libtool -USE_OPENSSL= yes +USES= gmake libtool ssl GNU_CONFIGURE= yes CONFIGURE_ENV+= aq_distrib_name="FreeBSD" @@ -53,7 +51,7 @@ post-build-DOXYGEN-on: post-install-DOXYGEN-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/apidoc cd ${WRKSRC}/apidoc && \ - ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}/apidoc + ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/apidoc @${FIND} -P ${STAGEDIR}${DOCSDIR} -type f 2>/dev/null | \ ${SED} -ne 's|^${STAGEDIR}${PREFIX}/||p' >> ${TMPPLIST} Modified: head/devel/libchipcard/distinfo ============================================================================== --- head/devel/libchipcard/distinfo Sat Oct 15 12:30:02 2016 (r424014) +++ head/devel/libchipcard/distinfo Sat Oct 15 12:31:15 2016 (r424015) @@ -1,2 +1,3 @@ -SHA256 (libchipcard-5.0.2.tar.gz) = d0968594c8ed0fc4cb6d681a74a5f000b48b0ac7a9375648b57d397ac49c1808 -SIZE (libchipcard-5.0.2.tar.gz) = 736107 +TIMESTAMP = 1474517468 +SHA256 (libchipcard-5.0.4.tar.gz) = d25a79adcf09f1058ca9168b80e843fadbd556fb0f23c890d871124ad380423a +SIZE (libchipcard-5.0.4.tar.gz) = 801499 Modified: head/devel/libchipcard/pkg-plist ============================================================================== --- head/devel/libchipcard/pkg-plist Sat Oct 15 12:30:02 2016 (r424014) +++ head/devel/libchipcard/pkg-plist Sat Oct 15 12:31:15 2016 (r424015) @@ -5,7 +5,7 @@ bin/geldkarte bin/kvkcard bin/memcard etc/chipcard/chipcardc.conf.default -etc/chipcard/chipcardc.conf.example +@sample etc/chipcard/chipcardc.conf.example etc/chipcard/chipcardc.conf include/libchipcard5/chipcard/card.h include/libchipcard5/chipcard/card_imp.h include/libchipcard5/chipcard/card_l.h @@ -38,10 +38,13 @@ lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER% lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/starcoscard.a lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/starcoscard.so lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/starcoscard.xml +lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/zkacard.a +lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/zkacard.so +lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/zkacard.xml lib/libchipcard.a lib/libchipcard.so lib/libchipcard.so.6 -lib/libchipcard.so.6.0.2 +lib/libchipcard.so.6.0.4 share/aclocal/chipcard.m4 share/chipcard/apps/README share/chipcard/apps/ddv.xml From owner-svn-ports-head@freebsd.org Sat Oct 15 12:34:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26BCFC1309B; Sat, 15 Oct 2016 12:34:41 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA785CF5; Sat, 15 Oct 2016 12:34:40 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FCYdqK031678; Sat, 15 Oct 2016 12:34:39 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FCYdfe031673; Sat, 15 Oct 2016 12:34:39 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610151234.u9FCYdfe031673@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 15 Oct 2016 12:34:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424016 - in head/finance: aqbanking aqbanking/files gnucash kmymoney-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 12:34:41 -0000 Author: jhale Date: Sat Oct 15 12:34:39 2016 New Revision: 424016 URL: https://svnweb.freebsd.org/changeset/ports/424016 Log: Update finance/aqbanking to 5.6.12 Bump PORTREVISION on dependent ports as there is a share library version increase Deleted: head/finance/aqbanking/files/ Modified: head/finance/aqbanking/Makefile head/finance/aqbanking/distinfo head/finance/aqbanking/pkg-plist head/finance/gnucash/Makefile head/finance/kmymoney-kde4/Makefile Modified: head/finance/aqbanking/Makefile ============================================================================== --- head/finance/aqbanking/Makefile Sat Oct 15 12:31:15 2016 (r424015) +++ head/finance/aqbanking/Makefile Sat Oct 15 12:34:39 2016 (r424016) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= aqbanking -PORTVERSION= 5.5.1 +PORTVERSION= 5.6.12 CATEGORIES= finance -MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=03&release=118&file=01&dummy=/ +MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=03&release=208&file=01&dummy=/ MAINTAINER= jhale@FreeBSD.org COMMENT= Online banking interface and financial data framework @@ -12,21 +12,20 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LIB_DEPENDS= libgwenhywfar.so:devel/gwenhywfar \ - libgmp.so:math/gmp + libltdl.so:devel/libltdl \ + libgmp.so:math/gmp \ + libgnutls.so:security/gnutls -USES= compiler:features gettext gmake libtool pathfix pkgconfig +USES= gettext gmake libtool localbase pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-release="yes" -CONFIGURE_ENV= COMPILER_TYPE="${COMPILER_TYPE}" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib LIBS+= -lintl INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -AQB_SHLIB_VER= 34 +AQB_SHLIB_VER= 35 PLIST_SUB= AQB_SHLIB_VER="${AQB_SHLIB_VER}" OPTIONS_DEFINE= DOCS DOXYGEN EBICS KTOBLZCHECK @@ -58,21 +57,17 @@ LIB_DEPENDS+= libktoblzcheck.so:finance/ PORTDOCS= * .endif -post-build: -.if ${PORT_OPTIONS:MDOXYGEN} +post-build-DOXYGEN-on: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} srcdoc -.endif -post-install: -.if !${PORT_OPTIONS:MDOCS} +post-install-DOCS-off: @${RM} -rf ${STAGEDIR}${DOCSDIR} -.endif -.if ${PORT_OPTIONS:MDOXYGEN} + +post-install-DOXYGEN-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/apidoc cd ${WRKSRC}/apidoc && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/apidoc @${FIND} -P ${STAGEDIR}${DOCSDIR} -type f 2>/dev/null | \ ${SED} -ne 's|^${STAGEDIR}${PREFIX}/||p' >> ${TMPPLIST} -.endif .include Modified: head/finance/aqbanking/distinfo ============================================================================== --- head/finance/aqbanking/distinfo Sat Oct 15 12:31:15 2016 (r424015) +++ head/finance/aqbanking/distinfo Sat Oct 15 12:34:39 2016 (r424016) @@ -1,2 +1,3 @@ -SHA256 (aqbanking-5.5.1.tar.gz) = 238f17d27d86e0cef239479c4be152cb98f5be9d6b87fca38741d32e762faddf -SIZE (aqbanking-5.5.1.tar.gz) = 3818696 +TIMESTAMP = 1474562549 +SHA256 (aqbanking-5.6.12.tar.gz) = 0652706a487d594640a7d544271976261165bf269d90dc70447b38b363e54b22 +SIZE (aqbanking-5.6.12.tar.gz) = 3772711 Modified: head/finance/aqbanking/pkg-plist ============================================================================== --- head/finance/aqbanking/pkg-plist Sat Oct 15 12:31:15 2016 (r424015) +++ head/finance/aqbanking/pkg-plist Sat Oct 15 12:34:39 2016 (r424016) @@ -168,11 +168,11 @@ lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/ lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqnone.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqofxconnect.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqofxconnect.xml -lib/cmake/aqbanking-5.5/aqbanking-config-version.cmake -lib/cmake/aqbanking-5.5/aqbanking-config.cmake +lib/cmake/aqbanking-5.6/aqbanking-config-version.cmake +lib/cmake/aqbanking-5.6/aqbanking-config.cmake lib/libaqbanking.so lib/libaqbanking.so.%%AQB_SHLIB_VER%% -lib/libaqbanking.so.%%AQB_SHLIB_VER%%.5.3 +lib/libaqbanking.so.%%AQB_SHLIB_VER%%.5.12 lib/libaqbankingpp.so lib/libaqbankingpp.so.0 lib/libaqbankingpp.so.0.0.0 @@ -180,11 +180,11 @@ lib/libaqbankingpp.so.0.0.0 %%EBICS%%lib/libaqebics.so.0 %%EBICS%%lib/libaqebics.so.0.0.0 lib/libaqhbci.so -lib/libaqhbci.so.22 -lib/libaqhbci.so.22.0.0 +lib/libaqhbci.so.23 +lib/libaqhbci.so.23.0.0 lib/libaqnone.so lib/libaqnone.so.%%AQB_SHLIB_VER%% -lib/libaqnone.so.%%AQB_SHLIB_VER%%.5.3 +lib/libaqnone.so.%%AQB_SHLIB_VER%%.5.12 lib/libaqofxconnect.so lib/libaqofxconnect.so.7 lib/libaqofxconnect.so.7.0.2 Modified: head/finance/gnucash/Makefile ============================================================================== --- head/finance/gnucash/Makefile Sat Oct 15 12:31:15 2016 (r424015) +++ head/finance/gnucash/Makefile Sat Oct 15 12:34:39 2016 (r424016) @@ -3,7 +3,7 @@ PORTNAME= gnucash PORTVERSION= 2.6.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} Modified: head/finance/kmymoney-kde4/Makefile ============================================================================== --- head/finance/kmymoney-kde4/Makefile Sat Oct 15 12:31:15 2016 (r424015) +++ head/finance/kmymoney-kde4/Makefile Sat Oct 15 12:34:39 2016 (r424016) @@ -2,7 +2,7 @@ PORTNAME= kmymoney PORTVERSION= 4.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src From owner-svn-ports-head@freebsd.org Sat Oct 15 12:37:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79416C13153; Sat, 15 Oct 2016 12:37:02 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44646F4B; Sat, 15 Oct 2016 12:37:02 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FCb1lE031940; Sat, 15 Oct 2016 12:37:01 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FCb1Ka031937; Sat, 15 Oct 2016 12:37:01 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201610151237.u9FCb1Ka031937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 15 Oct 2016 12:37:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424017 - head/finance/kmymoney-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 12:37:02 -0000 Author: jhale Date: Sat Oct 15 12:37:01 2016 New Revision: 424017 URL: https://svnweb.freebsd.org/changeset/ports/424017 Log: Update to 4.8.0 Modified: head/finance/kmymoney-kde4/Makefile head/finance/kmymoney-kde4/distinfo head/finance/kmymoney-kde4/pkg-plist Modified: head/finance/kmymoney-kde4/Makefile ============================================================================== --- head/finance/kmymoney-kde4/Makefile Sat Oct 15 12:34:39 2016 (r424016) +++ head/finance/kmymoney-kde4/Makefile Sat Oct 15 12:37:01 2016 (r424017) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= kmymoney -PORTVERSION= 4.7.2 -PORTREVISION= 3 +PORTVERSION= 4.8.0 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src @@ -13,12 +12,16 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_graph.so:devel/boost-libs \ - libalkimia.so:finance/libalkimia + libalkimia.so:finance/libalkimia \ + libgmp.so:math/gmp \ + libgpgme.so:security/gpgme \ + libassuan.so:security/libassuan \ + libgpg-error.so:security/libgpg-error USES= cmake kde:4 pkgconfig shared-mime-info shebangfix tar:xz -USE_QT4= gui dbus network phonon sql svg xml \ +USE_QT4= corelib gui dbus declarative network phonon script sql svg xml \ qmake_build moc_build rcc_build uic_build -USE_KDE= automoc4 kdelibs pimlibs +USE_KDE= automoc4 kdelibs pimlibs soprano USE_LDCONFIG= yes SHEBANG_FILES= kmymoney/misc/financequote.pl @@ -38,7 +41,8 @@ CALENDAR_CMAKE_ON= -DENABLE_LIBICAL:BOOL CALENDAR_CMAKE_OFF= -DENABLE_LIBICAL:BOOL=OFF KBANKING_DESC= Enable KBanking plugin -KBANKING_LIB_DEPENDS= libgwengui-qt4.so:devel/gwenhywfar-qt4 \ +KBANKING_LIB_DEPENDS= libgwenhywfar.so:devel/gwenhywfar \ + libgwengui-qt4.so:devel/gwenhywfar-qt4 \ libaqbanking.so:finance/aqbanking KBANKING_CMAKE_ON= -DENABLE_KBANKING:BOOL=ON KBANKING_CMAKE_OFF= -DENABLE_KBANKING:BOOL=OFF Modified: head/finance/kmymoney-kde4/distinfo ============================================================================== --- head/finance/kmymoney-kde4/distinfo Sat Oct 15 12:34:39 2016 (r424016) +++ head/finance/kmymoney-kde4/distinfo Sat Oct 15 12:37:01 2016 (r424017) @@ -1,2 +1,3 @@ -SHA256 (kmymoney-4.7.2.tar.xz) = bfb2c29ff30988f46324c2dae197a06b58d07336a1947adc22bcfed3e554393d -SIZE (kmymoney-4.7.2.tar.xz) = 20391472 +TIMESTAMP = 1476495311 +SHA256 (kmymoney-4.8.0.tar.xz) = c2a635710aafa6925a49803c480e043e0bf4bc5b62430689aa5eb95619f48ac2 +SIZE (kmymoney-4.8.0.tar.xz) = 20785888 Modified: head/finance/kmymoney-kde4/pkg-plist ============================================================================== --- head/finance/kmymoney-kde4/pkg-plist Sat Oct 15 12:34:39 2016 (r424016) +++ head/finance/kmymoney-kde4/pkg-plist Sat Oct 15 12:37:01 2016 (r424017) @@ -1,78 +1,97 @@ bin/kmymoney -include/kde4/kmymoney/importinterface.h -include/kde4/kmymoney/imymoneyprocessingcalendar.h -include/kde4/kmymoney/imymoneyserialize.h -include/kde4/kmymoney/imymoneystorage.h -include/kde4/kmymoney/imymoneystorageformat.h -include/kde4/kmymoney/investtransactioneditor.h -include/kde4/kmymoney/kaccounttemplateselector.h -include/kde4/kmymoney/kbudgetvalues.h -include/kde4/kmymoney/kcurrencycalculator.h -include/kde4/kmymoney/kguiutils.h -include/kde4/kmymoney/kmm_mymoney_export.h -include/kde4/kmymoney/kmm_plugin_export.h -include/kde4/kmymoney/kmm_widgets_export.h -include/kde4/kmymoney/kmymoney_export.h -include/kde4/kmymoney/kmymoneyaccountcombo.h -include/kde4/kmymoney/kmymoneyaccountcompletion.h -include/kde4/kmymoney/kmymoneyaccountselector.h -include/kde4/kmymoney/kmymoneycategory.h -include/kde4/kmymoney/kmymoneycombo.h -include/kde4/kmymoney/kmymoneycompletion.h -include/kde4/kmymoney/kmymoneycurrencyselector.h -include/kde4/kmymoney/kmymoneydateinput.h -include/kde4/kmymoney/kmymoneyedit.h -include/kde4/kmymoney/kmymoneyglobalsettings.h -include/kde4/kmymoney/kmymoneylineedit.h -include/kde4/kmymoney/kmymoneymvccombo.h -include/kde4/kmymoney/kmymoneyplugin.h -include/kde4/kmymoney/kmymoneyreportconfigtabimpl.h -include/kde4/kmymoney/kmymoneyreportcontrolimpl.h -include/kde4/kmymoney/kmymoneyselector.h -include/kde4/kmymoney/kmymoneytitlelabel.h -include/kde4/kmymoney/kmymoneyutils.h -include/kde4/kmymoney/kmymoneyview.h -include/kde4/kmymoney/kmymoneywizard.h -include/kde4/kmymoney/mymoneyaccount.h -include/kde4/kmymoney/mymoneybudget.h -include/kde4/kmymoney/mymoneycategory.h -include/kde4/kmymoney/mymoneyexception.h -include/kde4/kmymoney/mymoneyfile.h -include/kde4/kmymoney/mymoneyfinancialcalculator.h -include/kde4/kmymoney/mymoneyforecast.h -include/kde4/kmymoney/mymoneyinstitution.h -include/kde4/kmymoney/mymoneyinvesttransaction.h -include/kde4/kmymoney/mymoneykeyvaluecontainer.h -include/kde4/kmymoney/mymoneymoney.h -include/kde4/kmymoney/mymoneyobject.h -include/kde4/kmymoney/mymoneyobjectcontainer.h -include/kde4/kmymoney/mymoneypayee.h -include/kde4/kmymoney/mymoneyprice.h -include/kde4/kmymoney/mymoneyreport.h -include/kde4/kmymoney/mymoneyschedule.h -include/kde4/kmymoney/mymoneysecurity.h -include/kde4/kmymoney/mymoneysplit.h -include/kde4/kmymoney/mymoneystatement.h -include/kde4/kmymoney/mymoneytag.h -include/kde4/kmymoney/mymoneytemplate.h -include/kde4/kmymoney/mymoneytransaction.h -include/kde4/kmymoney/mymoneytransactionfilter.h -include/kde4/kmymoney/mymoneyunittestable.h -include/kde4/kmymoney/mymoneyutils.h -include/kde4/kmymoney/pluginloader.h -include/kde4/kmymoney/register.h -include/kde4/kmymoney/registeritem.h -include/kde4/kmymoney/scheduledtransaction.h -include/kde4/kmymoney/selectedtransaction.h -include/kde4/kmymoney/statementinterface.h -include/kde4/kmymoney/stdtransactiondownloaded.h -include/kde4/kmymoney/stdtransactionmatched.h -include/kde4/kmymoney/transaction.h -include/kde4/kmymoney/transactioneditor.h -include/kde4/kmymoney/transactioneditorcontainer.h -include/kde4/kmymoney/transactionform.h -include/kde4/kmymoney/transactionsortoptionimpl.h -include/kde4/kmymoney/viewinterface.h +include/kmymoney/databasestoreableobject.h +include/kmymoney/importinterface.h +include/kmymoney/imymoneyprocessingcalendar.h +include/kmymoney/imymoneyserialize.h +include/kmymoney/imymoneystorage.h +include/kmymoney/imymoneystorageformat.h +include/kmymoney/investtransactioneditor.h +include/kmymoney/kaccounttemplateselector.h +include/kmymoney/kbudgetvalues.h +include/kmymoney/kcurrencycalculator.h +include/kmymoney/kguiutils.h +include/kmymoney/kmm_mymoney_export.h +include/kmymoney/kmm_plugin_export.h +include/kmymoney/kmm_widgets_export.h +include/kmymoney/kmymoneyaccountcombo.h +include/kmymoney/kmymoneyaccountcompletion.h +include/kmymoney/kmymoneyaccountselector.h +include/kmymoney/kmymoneycategory.h +include/kmymoney/kmymoneycombo.h +include/kmymoney/kmymoneycompletion.h +include/kmymoney/kmymoneycurrencyselector.h +include/kmymoney/kmymoneydateinput.h +include/kmymoney/kmymoneyedit.h +include/kmymoney/kmymoneyglobalsettings.h +include/kmymoney/kmymoneylineedit.h +include/kmymoney/kmymoneymvccombo.h +include/kmymoney/kmymoneyplugin.h +include/kmymoney/kmymoneyreportconfigtabimpl.h +include/kmymoney/kmymoneyreportcontrolimpl.h +include/kmymoney/kmymoneyselector.h +include/kmymoney/kmymoneystorageplugin.h +include/kmymoney/kmymoneytitlelabel.h +include/kmymoney/kmymoneyutils.h +include/kmymoney/kmymoneyvalidationfeedback.h +include/kmymoney/kmymoneyview.h +include/kmymoney/kmymoneywizard.h +include/kmymoney/misc/charvalidator.h +include/kmymoney/misc/validators.h +include/kmymoney/mymoneyaccount.h +include/kmymoney/mymoneybudget.h +include/kmymoney/mymoneycategory.h +include/kmymoney/mymoneyexception.h +include/kmymoney/mymoneyfile.h +include/kmymoney/mymoneyfinancialcalculator.h +include/kmymoney/mymoneyforecast.h +include/kmymoney/mymoneyinstitution.h +include/kmymoney/mymoneyinvesttransaction.h +include/kmymoney/mymoneykeyvaluecontainer.h +include/kmymoney/mymoneymoney.h +include/kmymoney/mymoneyobject.h +include/kmymoney/mymoneyobjectcontainer.h +include/kmymoney/mymoneypayee.h +include/kmymoney/mymoneypayeeidentifiercontainer.h +include/kmymoney/mymoneyprice.h +include/kmymoney/mymoneyreport.h +include/kmymoney/mymoneyschedule.h +include/kmymoney/mymoneysecurity.h +include/kmymoney/mymoneysplit.h +include/kmymoney/mymoneystatement.h +include/kmymoney/mymoneytag.h +include/kmymoney/mymoneytemplate.h +include/kmymoney/mymoneytransaction.h +include/kmymoney/mymoneytransactionfilter.h +include/kmymoney/mymoneyunittestable.h +include/kmymoney/mymoneyutils.h +include/kmymoney/onlinejob.h +include/kmymoney/onlinejobfolder.h +include/kmymoney/onlinejobmessage.h +include/kmymoney/onlinejobmessagesview.h +include/kmymoney/onlinejobtyped.h +include/kmymoney/onlinepluginextended.h +include/kmymoney/onlinetasks/interfaces/credittransfer.h +include/kmymoney/onlinetasks/interfaces/ionlinejobedit.h +include/kmymoney/onlinetasks/interfaces/ionlinetasksettings.h +include/kmymoney/onlinetasks/interfaces/onlinetask.h +include/kmymoney/onlinetasks/interfaces/onlinetaskconverter.h +include/kmymoney/onlinetasks/interfaces/onlinetasksettingsfactory.h +include/kmymoney/onlinetasks/national/germanonlinetransfer.h +include/kmymoney/onlinetasks/sepa/sepaonlinetransfer.h +include/kmymoney/pluginloader.h +include/kmymoney/register.h +include/kmymoney/registeritem.h +include/kmymoney/scheduledtransaction.h +include/kmymoney/selectedtransaction.h +include/kmymoney/statementinterface.h +include/kmymoney/stdtransactiondownloaded.h +include/kmymoney/stdtransactionmatched.h +include/kmymoney/transaction.h +include/kmymoney/transactioneditor.h +include/kmymoney/transactioneditorcontainer.h +include/kmymoney/transactionform.h +include/kmymoney/transactionsortoptionimpl.h +include/kmymoney/viewinterface.h %%CALENDAR%%lib/kde4/kcm_kmm_icalendarexport.so lib/kde4/kcm_kmm_printcheck.so lib/kde4/kmm_csvexport.so @@ -82,29 +101,52 @@ lib/kde4/kmm_csvimport.so %%OFX%%lib/kde4/kmm_ofximport.so lib/kde4/kmm_printcheck.so lib/kde4/kmm_reconciliationreport.so +lib/kde4/kmm_weboob.so +lib/kde4/konlinetasks_national.so +lib/kde4/konlinetasks_sepa.so +lib/kde4/payeeidentifier_iban_bic_delegates.so +lib/kde4/payeeidentifier_ibanbic_storageplugin.so +lib/kde4/payeeidentifier_nationalAccount_ui.so +lib/kde4/payeeidentifier_nationalaccount_storageplugin.so lib/libkmm_kdchart.so lib/libkmm_kdchart.so.4 lib/libkmm_kdchart.so.%%KDE4_GENERIC_LIB_VERSION%% lib/libkmm_mymoney.so lib/libkmm_mymoney.so.4 lib/libkmm_mymoney.so.%%KDE4_GENERIC_LIB_VERSION%% +lib/libkmm_payeeidentifier.so lib/libkmm_plugin.so lib/libkmm_plugin.so.4 lib/libkmm_plugin.so.%%KDE4_GENERIC_LIB_VERSION%% lib/libkmm_widgets.so lib/libkmm_widgets.so.4 lib/libkmm_widgets.so.%%KDE4_GENERIC_LIB_VERSION%% -share/appdata/kmymoney.appdata.xml +lib/libpayeeidentifier_iban_bic.so +lib/libpayeeidentifier_iban_bic.so.4 +lib/libpayeeidentifier_iban_bic.so.%%KDE4_GENERIC_LIB_VERSION%% +lib/libpayeeidentifier_iban_bic_widgets.so +lib/libpayeeidentifier_iban_bic_widgets.so.4 +lib/libpayeeidentifier_iban_bic_widgets.so.%%KDE4_GENERIC_LIB_VERSION%% +lib/libpayeeidentifier_nationalAccount.so +lib/libpayeeidentifier_nationalAccount.so.4 +lib/libpayeeidentifier_nationalAccount.so.%%KDE4_GENERIC_LIB_VERSION%% share/applications/kde4/kmymoney.desktop +share/apps/appdata/kmymoney.appdata.xml share/apps/kconf_update/kmymoney.upd share/apps/kmm_csvexport/kmm_csvexport.rc share/apps/kmm_csvimport/kmm_csvimport.rc %%CALENDAR%%share/apps/kmm_icalendarexport/kmm_icalendarexport.rc %%KBANKING%%share/apps/kmm_kbanking/kmm_kbanking.rc +%%KBANKING%%share/apps/kmm_kbanking/qml/chipTan/ChipTan.qml +%%KBANKING%%share/apps/kmm_kbanking/qml/chipTan/ChipTanFlickerField.qml +%%KBANKING%%share/apps/kmm_kbanking/qml/chipTan/chipTan.js +%%KBANKING%%share/apps/kmm_kbanking/qml/chipTan/positionmarker.svg %%OFX%%share/apps/kmm_ofximport/kmm_ofximport.rc share/apps/kmm_printcheck/check_template.html share/apps/kmm_printcheck/check_template_green_linen.html share/apps/kmm_printcheck/kmm_printcheck.rc +share/apps/kmm_weboob/kmm_weboob.rc +share/apps/kmm_weboob/weboob.py share/apps/kmymoney/html/images/about_kde.png share/apps/kmymoney/html/images/arrow.png share/apps/kmymoney/html/images/backarrow.png @@ -141,6 +183,7 @@ share/apps/kmymoney/html/images/tr.png share/apps/kmymoney/html/images/trans_logo.png share/apps/kmymoney/html/kmymoney.css share/apps/kmymoney/html/welcome.css +share/apps/kmymoney/ibanbicdata/bankdata.de.db share/apps/kmymoney/icons/hicolor/16x16/actions/account-add.png share/apps/kmymoney/icons/hicolor/16x16/actions/account-open.png share/apps/kmymoney/icons/hicolor/16x16/actions/backup.png @@ -543,6 +586,7 @@ share/apps/kmymoney/pics/l10n/de/startlo share/apps/kmymoney/pics/l10n/es/startlogo.png share/apps/kmymoney/pics/l10n/hu/startlogo.png share/apps/kmymoney/pics/l10n/it/startlogo.png +share/apps/kmymoney/pics/l10n/pl/startlogo.png share/apps/kmymoney/pics/l10n/pt_BR/startlogo.png share/apps/kmymoney/pics/l10n/ro/startlogo.png share/apps/kmymoney/pics/l10n/ru/startlogo.png @@ -872,6 +916,7 @@ share/apps/kmymoney/templates/zh_CN/spou share/apps/kmymoney/templates/zh_HK/business.kmt share/apps/kmymoney/templates/zh_TW/business.kmt share/apps/kmymoney/tips +%%KBANKING%%share/config.kcfg/kbanking.kcfg share/config.kcfg/kmymoney.kcfg share/config/csvimporterrc share/doc/HTML/de/kmymoney/account_edit.png @@ -1123,6 +1168,39 @@ share/doc/HTML/es/kmymoney/makemostof.do share/doc/HTML/es/kmymoney/man-kmymoney.1.docbook share/doc/HTML/es/kmymoney/reference.docbook share/doc/HTML/es/kmymoney/whatsnew.docbook +share/doc/HTML/et/kmymoney/common +share/doc/HTML/et/kmymoney/credits.docbook +share/doc/HTML/et/kmymoney/details-accounts.docbook +share/doc/HTML/et/kmymoney/details-budgets.docbook +share/doc/HTML/et/kmymoney/details-categories.docbook +share/doc/HTML/et/kmymoney/details-currencies.docbook +share/doc/HTML/et/kmymoney/details-database.docbook +share/doc/HTML/et/kmymoney/details-forecast.docbook +share/doc/HTML/et/kmymoney/details-formats.docbook +share/doc/HTML/et/kmymoney/details-impexp-csv.docbook +share/doc/HTML/et/kmymoney/details-impexp.docbook +share/doc/HTML/et/kmymoney/details-institutions.docbook +share/doc/HTML/et/kmymoney/details-investments.docbook +share/doc/HTML/et/kmymoney/details-ledgers.docbook +share/doc/HTML/et/kmymoney/details-loans.docbook +share/doc/HTML/et/kmymoney/details-payees.docbook +share/doc/HTML/et/kmymoney/details-reconciliation.docbook +share/doc/HTML/et/kmymoney/details-reports.docbook +share/doc/HTML/et/kmymoney/details-schedules.docbook +share/doc/HTML/et/kmymoney/details-search.docbook +share/doc/HTML/et/kmymoney/details-settings.docbook +share/doc/HTML/et/kmymoney/details-tags.docbook +share/doc/HTML/et/kmymoney/details-widgets.docbook +share/doc/HTML/et/kmymoney/faq.docbook +share/doc/HTML/et/kmymoney/firsttime.docbook +share/doc/HTML/et/kmymoney/index.cache.bz2 +share/doc/HTML/et/kmymoney/index.docbook +share/doc/HTML/et/kmymoney/installation.docbook +share/doc/HTML/et/kmymoney/introduction.docbook +share/doc/HTML/et/kmymoney/makemostof.docbook +share/doc/HTML/et/kmymoney/man-kmymoney.1.docbook +share/doc/HTML/et/kmymoney/reference.docbook +share/doc/HTML/et/kmymoney/whatsnew.docbook share/doc/HTML/fr/kmymoney/account_edit.png share/doc/HTML/fr/kmymoney/account_options.png share/doc/HTML/fr/kmymoney/accountdropdown.png @@ -1368,6 +1446,7 @@ share/doc/HTML/sv/kmymoney/details-curre share/doc/HTML/sv/kmymoney/details-database.docbook share/doc/HTML/sv/kmymoney/details-forecast.docbook share/doc/HTML/sv/kmymoney/details-formats.docbook +share/doc/HTML/sv/kmymoney/details-impexp-csv.docbook share/doc/HTML/sv/kmymoney/details-impexp.docbook share/doc/HTML/sv/kmymoney/details-institutions.docbook share/doc/HTML/sv/kmymoney/details-investments.docbook @@ -1379,6 +1458,7 @@ share/doc/HTML/sv/kmymoney/details-repor share/doc/HTML/sv/kmymoney/details-schedules.docbook share/doc/HTML/sv/kmymoney/details-search.docbook share/doc/HTML/sv/kmymoney/details-settings.docbook +share/doc/HTML/sv/kmymoney/details-tags.docbook share/doc/HTML/sv/kmymoney/details-widgets.docbook share/doc/HTML/sv/kmymoney/faq.docbook share/doc/HTML/sv/kmymoney/firsttime.docbook @@ -1445,6 +1525,7 @@ share/icons/hicolor/64x64/apps/kmymoney. share/icons/hicolor/64x64/mimetypes/application-x-kmymoney.png share/icons/locolor/16x16/apps/kmymoney.png share/icons/locolor/32x32/apps/kmymoney.png +share/kde4/services/ibanbicdata/germany.desktop %%CALENDAR%%share/kde4/services/kcm_kmm_icalendarexport.desktop share/kde4/services/kcm_kmm_printcheck.desktop share/kde4/services/kmm_csvexport.desktop @@ -1454,8 +1535,24 @@ share/kde4/services/kmm_csvimport.deskto %%OFX%%share/kde4/services/kmm_ofximport.desktop share/kde4/services/kmm_printcheck.desktop share/kde4/services/kmm_reconciliationreport.desktop -share/kde4/servicetypes/kmymoneyimporterplugin.desktop -share/kde4/servicetypes/kmymoneyplugin.desktop +share/kde4/services/kmm_weboob.desktop +share/kde4/services/kmymoney-ibanbic-delegate.desktop +share/kde4/services/kmymoney-ibanbic-storageplugin.desktop +share/kde4/services/kmymoney-nationalaccount-delegate.desktop +share/kde4/services/kmymoney-nationalaccount-storageplugin.desktop +share/kde4/services/kmymoney-nationalorders.desktop +share/kde4/services/kmymoney-nationalordersui.desktop +share/kde4/services/kmymoney-nationalstorageplugin.desktop +share/kde4/services/kmymoney-sepaorders.desktop +share/kde4/services/kmymoney-sepaordersui.desktop +share/kde4/services/kmymoney-sepastorageplugin.desktop +share/kde4/servicetypes/ibanbicdata.desktop +share/kde4/servicetypes/kmymoney-importerplugin.desktop +share/kde4/servicetypes/kmymoney-nationalaccountnumberplugin.desktop +share/kde4/servicetypes/kmymoney-onlinetaskui.desktop +share/kde4/servicetypes/kmymoney-payeeidentifierdelegate.desktop +share/kde4/servicetypes/kmymoney-plugin.desktop +share/kde4/servicetypes/kmymoney-sqlstorageplugin.desktop %%NLS%%share/locale/bs/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/ca/LC_MESSAGES/kmymoney.mo %%NLS%%share/locale/ca@valencia/LC_MESSAGES/kmymoney.mo From owner-svn-ports-head@freebsd.org Sat Oct 15 13:36:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0094C1206C; Sat, 15 Oct 2016 13:36:22 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71E445E0; Sat, 15 Oct 2016 13:36:22 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FDaLlK054492; Sat, 15 Oct 2016 13:36:21 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FDaL1g054490; Sat, 15 Oct 2016 13:36:21 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201610151336.u9FDaL1g054490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Sat, 15 Oct 2016 13:36:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424018 - head/x11/guake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 13:36:22 -0000 Author: nivit Date: Sat Oct 15 13:36:21 2016 New Revision: 424018 URL: https://svnweb.freebsd.org/changeset/ports/424018 Log: - Update to 0.8.7 ReleaseHistory: https://github.com/Guake/guake/releases Modified: head/x11/guake/Makefile head/x11/guake/distinfo Modified: head/x11/guake/Makefile ============================================================================== --- head/x11/guake/Makefile Sat Oct 15 12:37:01 2016 (r424017) +++ head/x11/guake/Makefile Sat Oct 15 13:36:21 2016 (r424018) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= guake -PORTVERSION= 0.8.4 +PORTVERSION= 0.8.7 PORTREVISION= 0 CATEGORIES= x11 Modified: head/x11/guake/distinfo ============================================================================== --- head/x11/guake/distinfo Sat Oct 15 12:37:01 2016 (r424017) +++ head/x11/guake/distinfo Sat Oct 15 13:36:21 2016 (r424018) @@ -1,2 +1,3 @@ -SHA256 (Guake-guake-0.8.4_GH0.tar.gz) = 85e4fd5be4952f8100a81706b8a0efc42be47528c3f15d3397fb6a71169ae75d -SIZE (Guake-guake-0.8.4_GH0.tar.gz) = 384271 +TIMESTAMP = 1476521860 +SHA256 (Guake-guake-0.8.7_GH0.tar.gz) = ea8df0091ff95ac337f3cd6ce144b56828a40c377416ede21a70985be784f5b0 +SIZE (Guake-guake-0.8.7_GH0.tar.gz) = 393683 From owner-svn-ports-head@freebsd.org Sat Oct 15 13:46:00 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9D2EC1262F; Sat, 15 Oct 2016 13:46:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E2B8688; Sat, 15 Oct 2016 13:46:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FDjxA8058612; Sat, 15 Oct 2016 13:45:59 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FDjxMu058608; Sat, 15 Oct 2016 13:45:59 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201610151345.u9FDjxMu058608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 15 Oct 2016 13:45:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424019 - head/deskutils/calibre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 13:46:00 -0000 Author: madpilot Date: Sat Oct 15 13:45:59 2016 New Revision: 424019 URL: https://svnweb.freebsd.org/changeset/ports/424019 Log: - Update calibre to 2.70.0 - Add LICENSE Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo head/deskutils/calibre/pkg-plist Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Sat Oct 15 13:36:21 2016 (r424018) +++ head/deskutils/calibre/Makefile Sat Oct 15 13:45:59 2016 (r424019) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 2.69.0 +PORTVERSION= 2.70.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ MAINTAINER= madpilot@FreeBSD.org COMMENT= Ebook management application +LICENSE= GPLv3 + LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick \ libfontconfig.so:x11-fonts/fontconfig \ libpoppler-qt5.so:graphics/poppler-qt5 \ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Sat Oct 15 13:36:21 2016 (r424018) +++ head/deskutils/calibre/distinfo Sat Oct 15 13:45:59 2016 (r424019) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475221629 -SHA256 (calibre-2.69.0.tar.xz) = 30350293589d97a2668555cfe56446e4544c573974b158d6604fcf56e156f273 -SIZE (calibre-2.69.0.tar.xz) = 40049672 +TIMESTAMP = 1476430993 +SHA256 (calibre-2.70.0.tar.xz) = 90391605c43db01acd7acf21707f5aa95c329b2055cca1b09b6fa46e050b3ba2 +SIZE (calibre-2.70.0.tar.xz) = 40279720 Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Sat Oct 15 13:36:21 2016 (r424018) +++ head/deskutils/calibre/pkg-plist Sat Oct 15 13:45:59 2016 (r424019) @@ -454,6 +454,7 @@ lib/calibre/calibre/ebooks/oeb/polish/co lib/calibre/calibre/ebooks/oeb/polish/cover.py lib/calibre/calibre/ebooks/oeb/polish/create.py lib/calibre/calibre/ebooks/oeb/polish/css.py +lib/calibre/calibre/ebooks/oeb/polish/download.py lib/calibre/calibre/ebooks/oeb/polish/embed.py lib/calibre/calibre/ebooks/oeb/polish/errors.py lib/calibre/calibre/ebooks/oeb/polish/fonts.py @@ -1062,6 +1063,7 @@ lib/calibre/calibre/gui2/tweak_book/diff lib/calibre/calibre/gui2/tweak_book/diff/highlight.py lib/calibre/calibre/gui2/tweak_book/diff/main.py lib/calibre/calibre/gui2/tweak_book/diff/view.py +lib/calibre/calibre/gui2/tweak_book/download.py lib/calibre/calibre/gui2/tweak_book/editor/__init__.py lib/calibre/calibre/gui2/tweak_book/editor/canvas.py lib/calibre/calibre/gui2/tweak_book/editor/comments.py @@ -1339,14 +1341,6 @@ lib/calibre/calibre/utils/opensearch/que lib/calibre/calibre/utils/opensearch/url.py lib/calibre/calibre/utils/ordered_dict.py lib/calibre/calibre/utils/podofo/__init__.py -lib/calibre/calibre/utils/pyconsole/__init__.py -lib/calibre/calibre/utils/pyconsole/console.py -lib/calibre/calibre/utils/pyconsole/controller.py -lib/calibre/calibre/utils/pyconsole/formatter.py -lib/calibre/calibre/utils/pyconsole/history.py -lib/calibre/calibre/utils/pyconsole/interpreter.py -lib/calibre/calibre/utils/pyconsole/main.py -lib/calibre/calibre/utils/pyparsing.py lib/calibre/calibre/utils/rapydscript.py lib/calibre/calibre/utils/recycle_bin.py lib/calibre/calibre/utils/resources.py @@ -1711,11 +1705,9 @@ lib/calibre/tinycss/version.py %%DATADIR%%/images/config.png %%DATADIR%%/images/connect_share.png %%DATADIR%%/images/connect_share_on.png -%%DATADIR%%/images/console.png %%DATADIR%%/images/convert.png %%DATADIR%%/images/copy-to-library.png %%DATADIR%%/images/cover_flow.png -%%DATADIR%%/images/cover_texture.png %%DATADIR%%/images/debug.png %%DATADIR%%/images/default_cover.png %%DATADIR%%/images/devices/bambook.png @@ -1741,7 +1733,6 @@ lib/calibre/tinycss/version.py %%DATADIR%%/images/dot_green.png %%DATADIR%%/images/dot_red.png %%DATADIR%%/images/download-metadata.png -%%DATADIR%%/images/drawer.png %%DATADIR%%/images/drm-locked.png %%DATADIR%%/images/drm-unlocked.png %%DATADIR%%/images/edit-clear.png @@ -1898,6 +1889,7 @@ lib/calibre/tinycss/version.py %%DATADIR%%/images/trash.png %%DATADIR%%/images/trim.png %%DATADIR%%/images/tweak.png +%%DATADIR%%/images/tweaks.png %%DATADIR%%/images/unpack-book.png %%DATADIR%%/images/user_profile.png %%DATADIR%%/images/view-image.png From owner-svn-ports-head@freebsd.org Sat Oct 15 14:07:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A9D6C12984; Sat, 15 Oct 2016 14:07:06 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3FE8CCE; Sat, 15 Oct 2016 14:07:05 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FE75iT066198; Sat, 15 Oct 2016 14:07:05 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FE74UW066190; Sat, 15 Oct 2016 14:07:04 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201610151407.u9FE74UW066190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sat, 15 Oct 2016 14:07:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424020 - in head/lang/nim: . 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.23 Precedence: list List-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, 15 Oct 2016 14:07:06 -0000 Author: robak Date: Sat Oct 15 14:07:04 2016 New Revision: 424020 URL: https://svnweb.freebsd.org/changeset/ports/424020 Log: lang/nim: update 0.11.2 -> 0.15.0 * Remove files/patch-lib-posix-posix.nim PR: 213304 Submitted by: wen Approved by: Neal Nelson (maintainer) Deleted: head/lang/nim/files/patch-lib-posix-posix.nim Modified: head/lang/nim/Makefile head/lang/nim/distinfo head/lang/nim/files/patch-build.sh head/lang/nim/files/patch-compiler-nimconf.nim head/lang/nim/files/patch-config-nim.cfg head/lang/nim/files/patch-install.sh head/lang/nim/files/patch-lib-pure-os.nim head/lang/nim/pkg-plist Modified: head/lang/nim/Makefile ============================================================================== --- head/lang/nim/Makefile Sat Oct 15 13:45:59 2016 (r424019) +++ head/lang/nim/Makefile Sat Oct 15 14:07:04 2016 (r424020) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nim -PORTVERSION= 0.11.2 +PORTVERSION= 0.15.0 CATEGORIES= lang MASTER_SITES= http://nim-lang.org/download/ @@ -16,7 +16,7 @@ BROKEN_powerpc64= Does not build OPTIONS_DEFINE= DOCS MAKE_JOBS_UNSAFE= yes -USES= compiler zip +USES= compiler tar:xz .include Modified: head/lang/nim/distinfo ============================================================================== --- head/lang/nim/distinfo Sat Oct 15 13:45:59 2016 (r424019) +++ head/lang/nim/distinfo Sat Oct 15 14:07:04 2016 (r424020) @@ -1,2 +1,3 @@ -SHA256 (nim-0.11.2.zip) = 4497c785c6556e82a1ccc11688fd2425d326f3e95770bb266a234e87da7cc82b -SIZE (nim-0.11.2.zip) = 29355487 +TIMESTAMP = 1475889989 +SHA256 (nim-0.15.0.tar.xz) = c514535050b2b2156147bbe6e23aafe07cd996b2afa2c81fa9a09e1cd8c669fb +SIZE (nim-0.15.0.tar.xz) = 3786260 Modified: head/lang/nim/files/patch-build.sh ============================================================================== --- head/lang/nim/files/patch-build.sh Sat Oct 15 13:45:59 2016 (r424019) +++ head/lang/nim/files/patch-build.sh Sat Oct 15 14:07:04 2016 (r424020) @@ -1,13 +1,13 @@ ---- build.sh.orig +--- build.sh.orig 2016-10-08 02:10:59 UTC +++ build.sh -@@ -26,10 +26,6 @@ +@@ -26,10 +26,6 @@ do esac done -CC="gcc" -LINKER="gcc" --COMP_FLAGS="-w -O3 -fno-strict-aliasing$extraBuildArgs" --LINK_FLAGS="" +-COMP_FLAGS="${CPPFLAGS:-} ${CFLAGS:-} -w -O3 -fno-strict-aliasing$extraBuildArgs" +-LINK_FLAGS="${LDFLAGS:-} " + PS4="" # platform detection ucpu=`uname -m` - uos=`uname` Modified: head/lang/nim/files/patch-compiler-nimconf.nim ============================================================================== --- head/lang/nim/files/patch-compiler-nimconf.nim Sat Oct 15 13:45:59 2016 (r424019) +++ head/lang/nim/files/patch-compiler-nimconf.nim Sat Oct 15 14:07:04 2016 (r424020) @@ -1,6 +1,6 @@ ---- compiler/nimconf.nim.orig 2015-04-02 16:30:19.768619132 +0200 -+++ compiler/nimconf.nim 2015-04-02 16:44:18.476742363 +0200 -@@ -215,20 +215,16 @@ +--- compiler/nimconf.nim.orig 2016-10-08 02:17:21 UTC ++++ compiler/nimconf.nim +@@ -221,9 +221,8 @@ proc getSystemConfigPath(filename: strin # the UNIX way) let p = getPrefixDir() result = joinPath([p, "config", filename]) @@ -11,17 +11,4 @@ + if not existsFile(result): result = "/etc/" & filename proc loadConfigs*(cfg: string) = - # set default value (can be overwritten): - if libpath == "": - # choose default libpath: - var prefix = getPrefixDir() -- when defined(posix): -- if prefix == "/usr": libpath = "/usr/lib/nim" -- elif prefix == "/usr/local": libpath = "/usr/local/lib/nim" -- else: libpath = joinPath(prefix, "lib") -- else: libpath = joinPath(prefix, "lib") -+ libpath = joinPath(prefix, "lib/nim") -+ if not existsDir(libpath): libpath = joinPath(prefix, "lib") - - if optSkipConfigFile notin gGlobalOptions: - readConfigFile(getSystemConfigPath(cfg)) + setDefaultLibpath() Modified: head/lang/nim/files/patch-config-nim.cfg ============================================================================== --- head/lang/nim/files/patch-config-nim.cfg Sat Oct 15 13:45:59 2016 (r424019) +++ head/lang/nim/files/patch-config-nim.cfg Sat Oct 15 14:07:04 2016 (r424020) @@ -1,7 +1,7 @@ ---- config/nim.cfg.orig +--- config/nim.cfg.orig 2016-10-08 02:20:24 UTC +++ config/nim.cfg -@@ -78,12 +78,6 @@ - clang.options.linker = "-ldl" +@@ -74,12 +74,6 @@ path="$lib/pure" + clang.cpp.options.linker = "-ldl" tcc.options.linker = "-ldl" @end - @if bsd or haiku: @@ -10,6 +10,6 @@ - # at least NetBSD has problems with thread local storage: - tlsEmulation:on - @end - @end - - # Configuration for the Intel C/C++ compiler: + @if haiku: + # -fopenmp + gcc.options.linker = "-lroot -lnetwork" Modified: head/lang/nim/files/patch-install.sh ============================================================================== --- head/lang/nim/files/patch-install.sh Sat Oct 15 13:45:59 2016 (r424019) +++ head/lang/nim/files/patch-install.sh Sat Oct 15 14:07:04 2016 (r424020) @@ -1,6 +1,6 @@ ---- install.sh.orig +--- install.sh.orig 2016-09-30 22:23:34 UTC +++ install.sh -@@ -15,39 +15,14 @@ +@@ -32,48 +32,14 @@ if [ $# -eq 1 ] ; then "--help"|"-h"|"help"|"h") echo "Nim installation script" echo "Usage: [sudo] sh install.sh DIR" @@ -8,7 +8,7 @@ - echo " /usr/bin" - echo " /usr/local/bin" - echo " /opt" -- echo " (treated like '/opt')" +- echo " (treated similar to '/opt')" - echo "To deinstall, use the command:" - echo "sh deinstall.sh DIR" exit 1 @@ -19,6 +19,7 @@ - libdir=/usr/lib/nim - docdir=/usr/share/nim/doc - datadir=/usr/share/nim/data +- nimbleDir="/opt/nimble/pkgs/compiler-0.15.0" - ;; - "/usr/local/bin") - bindir=/usr/local/bin @@ -26,6 +27,18 @@ - libdir=/usr/local/lib/nim - docdir=/usr/local/share/nim/doc - datadir=/usr/local/share/nim/data +- nimbleDir="/opt/nimble/pkgs/compiler-0.15.0" +- ;; +- "/opt") +- bindir="/opt/nim/bin" +- configdir="/opt/nim/config" +- libdir="/opt/nim/lib" +- docdir="/opt/nim/doc" +- datadir="/opt/nim/data" +- nimbleDir="/opt/nimble/pkgs/compiler-0.15.0" +- mkdir -p /opt/nim +- mkdir -p $bindir +- mkdir -p $configdir - ;; *) - bindir="$1/nim/bin" @@ -33,15 +46,11 @@ - libdir="$1/nim/lib" - docdir="$1/nim/doc" - datadir="$1/nim/data" -- -- mkdir -p $1/nim -- mkdir -p $bindir -- mkdir -p $configdir + bindir="$1/bin" + configdir="$1/etc" -+ libdir="$1/lib/nim" ++ libdir="$1/lib" + docdir="$1/share/doc/nim" + datadir="$1/share/nim" - ;; - esac - mkdir -p $libdir + nimbleDir="$1/nim" + mkdir -p $1/nim + mkdir -p $bindir Modified: head/lang/nim/files/patch-lib-pure-os.nim ============================================================================== --- head/lang/nim/files/patch-lib-pure-os.nim Sat Oct 15 13:45:59 2016 (r424019) +++ head/lang/nim/files/patch-lib-pure-os.nim Sat Oct 15 14:07:04 2016 (r424020) @@ -1,12 +1,12 @@ ---- lib/pure/os.nim.orig +--- lib/pure/os.nim.orig 2016-10-08 02:25:13 UTC +++ lib/pure/os.nim -@@ -1785,8 +1785,7 @@ - result = getApplAux("/proc/" & $getpid() & "/path/a.out") - if result.len == 0: result = getApplHeuristic() - elif defined(freebsd): -- result = getApplAux("/proc/" & $getpid() & "/file") -- if result.len == 0: result = getApplHeuristic() -+ result = getApplHeuristic() - elif defined(macosx): - var size: cuint32 - getExecPath1(nil, size) +@@ -1450,9 +1450,6 @@ proc getAppFilename*(): string {.rtl, ex + elif defined(solaris): + result = getApplAux("/proc/" & $getpid() & "/path/a.out") + elif defined(freebsd): +- result = getApplAux("/proc/" & $getpid() & "/file") +- # little heuristic that may work on other POSIX-like systems: +- if result.len == 0: + result = getApplHeuristic() + + proc getApplicationFilename*(): string {.rtl, extern: "nos$1", deprecated.} = Modified: head/lang/nim/pkg-plist ============================================================================== --- head/lang/nim/pkg-plist Sat Oct 15 13:45:59 2016 (r424019) +++ head/lang/nim/pkg-plist Sat Oct 15 14:07:04 2016 (r424020) @@ -2,208 +2,479 @@ bin/nim etc/nim.cfg etc/nimdoc.cfg etc/nimdoc.tex.cfg -lib/nim/core/locks.nim -lib/nim/core/macros.nim -lib/nim/core/typeinfo.nim -lib/nim/core/unsigned.nim -lib/nim/impure/db_mysql.nim -lib/nim/impure/db_postgres.nim -lib/nim/impure/db_sqlite.nim -lib/nim/impure/dialogs.nim -lib/nim/impure/graphics.nim -lib/nim/impure/osinfo_posix.nim -lib/nim/impure/osinfo_win.nim -lib/nim/impure/rdstdin.nim -lib/nim/impure/re.nim -lib/nim/impure/ssl.nim -lib/nim/impure/zipfiles.nim -lib/nim/js/dom.nim -lib/nim/nimbase.h -lib/nim/nimrtl.nim -lib/nim/nimrtl.nim.cfg -lib/nim/packages/docutils/highlite.nim -lib/nim/packages/docutils/rst.nim -lib/nim/packages/docutils/rstast.nim -lib/nim/packages/docutils/rstgen.nim -lib/nim/posix/epoll.nim -lib/nim/posix/inotify.nim -lib/nim/posix/linux.nim -lib/nim/posix/posix.nim -lib/nim/posix/termios.nim -lib/nim/prelude.nim -lib/nim/pure/actors.nim -lib/nim/pure/actors.nim.cfg -lib/nim/pure/algorithm.nim -lib/nim/pure/asyncdispatch.nim -lib/nim/pure/asyncdispatch.nim.cfg -lib/nim/pure/asyncfile.nim -lib/nim/pure/asyncftpclient.nim -lib/nim/pure/asynchttpserver.nim -lib/nim/pure/asyncio.nim -lib/nim/pure/asyncnet.nim -lib/nim/pure/base64.nim -lib/nim/pure/basic2d.nim -lib/nim/pure/basic3d.nim -lib/nim/pure/browsers.nim -lib/nim/pure/cgi.nim -lib/nim/pure/collections/LockFreeHash.nim -lib/nim/pure/collections/conc_tables.nim -lib/nim/pure/collections/critbits.nim -lib/nim/pure/collections/intsets.nim -lib/nim/pure/collections/lists.nim -lib/nim/pure/collections/queues.nim -lib/nim/pure/collections/rtarrays.nim -lib/nim/pure/collections/sequtils.nim -lib/nim/pure/collections/sets.nim -lib/nim/pure/collections/tables.nim -lib/nim/pure/colors.nim -lib/nim/pure/complex.nim -lib/nim/pure/concurrency/chans.nim -lib/nim/pure/concurrency/cpuinfo.nim -lib/nim/pure/concurrency/cpuload.nim -lib/nim/pure/concurrency/threadpool.nim -lib/nim/pure/concurrency/threadpool.nim.cfg -lib/nim/pure/cookies.nim -lib/nim/pure/dynlib.nim -lib/nim/pure/encodings.nim -lib/nim/pure/endians.nim -lib/nim/pure/events.nim -lib/nim/pure/fenv.nim -lib/nim/pure/fsmonitor.nim -lib/nim/pure/ftpclient.nim -lib/nim/pure/future.nim -lib/nim/pure/gentabs.nim -lib/nim/pure/hashes.nim -lib/nim/pure/htmlgen.nim -lib/nim/pure/htmlparser.nim -lib/nim/pure/httpclient.nim -lib/nim/pure/httpserver.nim -lib/nim/pure/json.nim -lib/nim/pure/lexbase.nim -lib/nim/pure/logging.nim -lib/nim/pure/marshal.nim -lib/nim/pure/matchers.nim -lib/nim/pure/math.nim -lib/nim/pure/md5.nim -lib/nim/pure/memfiles.nim -lib/nim/pure/mersenne.nim -lib/nim/pure/mimetypes.nim -lib/nim/pure/net.nim -lib/nim/pure/nimprof.nim -lib/nim/pure/nimprof.nim.cfg -lib/nim/pure/numeric.nim -lib/nim/pure/oids.nim -lib/nim/pure/os.nim -lib/nim/pure/osproc.nim -lib/nim/pure/parsecfg.nim -lib/nim/pure/parsecsv.nim -lib/nim/pure/parseopt.nim -lib/nim/pure/parseopt2.nim -lib/nim/pure/parsesql.nim -lib/nim/pure/parseurl.nim -lib/nim/pure/parseutils.nim -lib/nim/pure/parsexml.nim -lib/nim/pure/pegs.nim -lib/nim/pure/poly.nim -lib/nim/pure/rationals.nim -lib/nim/pure/rawsockets.nim -lib/nim/pure/redis.nim -lib/nim/pure/romans.nim -lib/nim/pure/ropes.nim -lib/nim/pure/scgi.nim -lib/nim/pure/selectors.nim -lib/nim/pure/smtp.nim -lib/nim/pure/smtp.nim.cfg -lib/nim/pure/sockets.nim -lib/nim/pure/streams.nim -lib/nim/pure/strtabs.nim -lib/nim/pure/strutils.nim -lib/nim/pure/subexes.nim -lib/nim/pure/terminal.nim -lib/nim/pure/times.nim -lib/nim/pure/typetraits.nim -lib/nim/pure/unicode.nim -lib/nim/pure/unidecode/unidecode.nim -lib/nim/pure/unittest.nim -lib/nim/pure/uri.nim -lib/nim/pure/xmldom.nim -lib/nim/pure/xmldomparser.nim -lib/nim/pure/xmlparser.nim -lib/nim/pure/xmltree.nim -lib/nim/stdlib.nimble -lib/nim/system.nim -lib/nim/system/alloc.nim -lib/nim/system/ansi_c.nim -lib/nim/system/arithm.nim -lib/nim/system/assign.nim -lib/nim/system/atomics.nim -lib/nim/system/avltree.nim -lib/nim/system/cellsets.nim -lib/nim/system/cgprocs.nim -lib/nim/system/channels.nim -lib/nim/system/chcks.nim -lib/nim/system/debugger.nim -lib/nim/system/deepcopy.nim -lib/nim/system/dyncalls.nim -lib/nim/system/embedded.nim -lib/nim/system/endb.nim -lib/nim/system/excpt.nim -lib/nim/system/gc.nim -lib/nim/system/gc2.nim -lib/nim/system/gc_ms.nim -lib/nim/system/hti.nim -lib/nim/system/inclrtl.nim -lib/nim/system/jssys.nim -lib/nim/system/mmdisp.nim -lib/nim/system/platforms.nim -lib/nim/system/profiler.nim -lib/nim/system/repr.nim -lib/nim/system/reprjs.nim -lib/nim/system/sets.nim -lib/nim/system/sysio.nim -lib/nim/system/syslocks.nim -lib/nim/system/sysspawn.nim -lib/nim/system/sysstr.nim -lib/nim/system/threads.nim -lib/nim/system/timers.nim -lib/nim/system/widestrs.nim -lib/nim/windows/mmsystem.nim -lib/nim/windows/nb30.nim -lib/nim/windows/psapi.nim -lib/nim/windows/shellapi.nim -lib/nim/windows/shfolder.nim -lib/nim/windows/windows.nim -lib/nim/windows/winlean.nim -lib/nim/wrappers/claro.nim -lib/nim/wrappers/expat.nim -lib/nim/wrappers/iup.nim -lib/nim/wrappers/joyent_http_parser.nim -lib/nim/wrappers/libcurl.nim -lib/nim/wrappers/libsvm.nim -lib/nim/wrappers/libuv.nim -lib/nim/wrappers/mysql.nim -lib/nim/wrappers/odbcsql.nim -lib/nim/wrappers/openssl.nim -lib/nim/wrappers/pcre.nim -lib/nim/wrappers/pdcurses.nim -lib/nim/wrappers/postgres.nim -lib/nim/wrappers/readline/history.nim -lib/nim/wrappers/readline/readline.nim -lib/nim/wrappers/readline/rltypedefs.nim -lib/nim/wrappers/sdl/sdl.nim -lib/nim/wrappers/sdl/sdl_gfx.nim -lib/nim/wrappers/sdl/sdl_image.nim -lib/nim/wrappers/sdl/sdl_mixer.nim -lib/nim/wrappers/sdl/sdl_mixer_nosmpeg.nim -lib/nim/wrappers/sdl/sdl_net.nim -lib/nim/wrappers/sdl/sdl_ttf.nim -lib/nim/wrappers/sdl/smpeg.nim -lib/nim/wrappers/sphinx.nim -lib/nim/wrappers/sqlite3.nim -lib/nim/wrappers/tinyc.nim -lib/nim/wrappers/tre.nim -lib/nim/wrappers/zip/libzip.nim -lib/nim/wrappers/zip/libzip_all.c -lib/nim/wrappers/zip/zlib.nim -lib/nim/wrappers/zip/zzip.nim -%%PORTDOCS%%%%DOCSDIR%%/overview.html +lib/arch/arch.nim +lib/arch/i386.asm +lib/arch/ms_amd64.asm +lib/arch/ms_i386.asm +lib/arch/unix_amd64.asm +lib/arch/unix_i386.asm +lib/core/locks.nim +lib/core/macros.nim +lib/core/rlocks.nim +lib/core/typeinfo.nim +lib/cycle.h +lib/deprecated/core/unsigned.nim +lib/deprecated/pure/actors.nim +lib/deprecated/pure/actors.nim.cfg +lib/deprecated/pure/asyncio.nim +lib/deprecated/pure/ftpclient.nim +lib/deprecated/pure/parseurl.nim +lib/deprecated/pure/rawsockets.nim +lib/deprecated/pure/sockets.nim +lib/impure/db_mysql.nim +lib/impure/db_odbc.nim +lib/impure/db_postgres.nim +lib/impure/db_sqlite.nim +lib/impure/nre.nim +lib/impure/nre/private/util.nim +lib/impure/osinfo_posix.nim +lib/impure/osinfo_win.nim +lib/impure/rdstdin.nim +lib/impure/re.nim +lib/impure/ssl.nim +lib/js/dom.nim +lib/nimbase.h +lib/nimrtl.nim +lib/nimrtl.nim.cfg +lib/packages/docutils/docutils.babel +lib/packages/docutils/highlite.nim +lib/packages/docutils/rst.nim +lib/packages/docutils/rstast.nim +lib/packages/docutils/rstgen.nim +lib/posix/epoll.nim +lib/posix/inotify.nim +lib/posix/kqueue.nim +lib/posix/linux.nim +lib/posix/posix.nim +lib/posix/termios.nim +lib/prelude.nim +lib/pure/algorithm.nim +lib/pure/asyncdispatch.nim +lib/pure/asyncdispatch.nim.cfg +lib/pure/asyncfile.nim +lib/pure/asyncftpclient.nim +lib/pure/asynchttpserver.nim +lib/pure/asyncmacro.nim +lib/pure/asyncnet.nim +lib/pure/base64.nim +lib/pure/basic2d.nim +lib/pure/basic3d.nim +lib/pure/browsers.nim +lib/pure/cgi.nim +lib/pure/collections/LockFreeHash.nim +lib/pure/collections/chains.nim +lib/pure/collections/critbits.nim +lib/pure/collections/heapqueue.nim +lib/pure/collections/intsets.nim +lib/pure/collections/lists.nim +lib/pure/collections/queues.nim +lib/pure/collections/rtarrays.nim +lib/pure/collections/sequtils.nim +lib/pure/collections/sets.nim +lib/pure/collections/sharedlist.nim +lib/pure/collections/sharedstrings.nim +lib/pure/collections/sharedtables.nim +lib/pure/collections/tableimpl.nim +lib/pure/collections/tables.nim +lib/pure/colors.nim +lib/pure/complex.nim +lib/pure/concurrency/cpuinfo.nim +lib/pure/concurrency/cpuload.nim +lib/pure/concurrency/threadpool.nim +lib/pure/concurrency/threadpool.nim.cfg +lib/pure/cookies.nim +lib/pure/coro.nim +lib/pure/coro.nimcfg +lib/pure/db_common.nim +lib/pure/dynlib.nim +lib/pure/encodings.nim +lib/pure/endians.nim +lib/pure/etcpriv.nim +lib/pure/events.nim +lib/pure/fenv.nim +lib/pure/fsmonitor.nim +lib/pure/future.nim +lib/pure/gentabs.nim +lib/pure/hashes.nim +lib/pure/htmlgen.nim +lib/pure/htmlparser.nim +lib/pure/httpclient.nim +lib/pure/httpcore.nim +lib/pure/httpserver.nim +lib/pure/includes/asyncfutures.nim +lib/pure/ioselectors.nim +lib/pure/ioselects/ioselectors_epoll.nim +lib/pure/ioselects/ioselectors_kqueue.nim +lib/pure/ioselects/ioselectors_poll.nim +lib/pure/ioselects/ioselectors_select.nim +lib/pure/json.nim +lib/pure/lexbase.nim +lib/pure/logging.nim +lib/pure/marshal.nim +lib/pure/matchers.nim +lib/pure/math.nim +lib/pure/md5.nim +lib/pure/memfiles.nim +lib/pure/mersenne.nim +lib/pure/mimetypes.nim +lib/pure/nativesockets.nim +lib/pure/net.nim +lib/pure/nimprof.nim +lib/pure/nimprof.nim.cfg +lib/pure/numeric.nim +lib/pure/oids.nim +lib/pure/options.nim +lib/pure/os.nim +lib/pure/ospaths.nim +lib/pure/osproc.nim +lib/pure/oswalkdir.nim +lib/pure/parsecfg.nim +lib/pure/parsecsv.nim +lib/pure/parseopt.nim +lib/pure/parseopt2.nim +lib/pure/parsesql.nim +lib/pure/parseutils.nim +lib/pure/parsexml.nim +lib/pure/pegs.nim +lib/pure/poly.nim +lib/pure/punycode.nim +lib/pure/random.nim +lib/pure/rationals.nim +lib/pure/romans.nim +lib/pure/ropes.nim +lib/pure/scgi.nim +lib/pure/securehash.nim +lib/pure/selectors.nim +lib/pure/smtp.nim +lib/pure/smtp.nim.cfg +lib/pure/stats.nim +lib/pure/streams.nim +lib/pure/strmisc.nim +lib/pure/strscans.nim +lib/pure/strtabs.nim +lib/pure/strutils.nim +lib/pure/subexes.nim +lib/pure/terminal.nim +lib/pure/times.nim +lib/pure/typetraits.nim +lib/pure/unicode.nim +lib/pure/unidecode/gen.py +lib/pure/unidecode/unidecode.dat +lib/pure/unidecode/unidecode.nim +lib/pure/unittest.nim +lib/pure/uri.nim +lib/pure/xmldom.nim +lib/pure/xmldomparser.nim +lib/pure/xmlparser.nim +lib/pure/xmltree.nim +lib/stdlib.nimble +lib/system.nim +lib/system/alloc.nim +lib/system/ansi_c.nim +lib/system/arithm.nim +lib/system/assign.nim +lib/system/atomics.nim +lib/system/avltree.nim +lib/system/cellsets.nim +lib/system/cgprocs.nim +lib/system/channels.nim +lib/system/chcks.nim +lib/system/debugger.nim +lib/system/deepcopy.nim +lib/system/dyncalls.nim +lib/system/embedded.nim +lib/system/endb.nim +lib/system/excpt.nim +lib/system/gc.nim +lib/system/gc2.nim +lib/system/gc_common.nim +lib/system/gc_ms.nim +lib/system/gc_stack.nim +lib/system/hti.nim +lib/system/inclrtl.nim +lib/system/jssys.nim +lib/system/mmdisp.nim +lib/system/nimscript.nim +lib/system/osalloc.nim +lib/system/platforms.nim +lib/system/profiler.nim +lib/system/repr.nim +lib/system/reprjs.nim +lib/system/sets.nim +lib/system/sysio.nim +lib/system/syslocks.nim +lib/system/sysspawn.nim +lib/system/sysstr.nim +lib/system/threads.nim +lib/system/timers.nim +lib/system/widestrs.nim +lib/upcoming/asyncdispatch.nim +lib/windows/winlean.nim +lib/wrappers/iup.nim +lib/wrappers/joyent_http_parser.nim +lib/wrappers/libsvm.nim +lib/wrappers/libuv.nim +lib/wrappers/linenoise/LICENSE.txt +lib/wrappers/linenoise/README.markdown +lib/wrappers/linenoise/clinenoise.c +lib/wrappers/linenoise/clinenoise.h +lib/wrappers/linenoise/linenoise.nim +lib/wrappers/mysql.nim +lib/wrappers/odbcsql.nim +lib/wrappers/openssl.nim +lib/wrappers/pcre.nim +lib/wrappers/pdcurses.nim +lib/wrappers/postgres.nim +lib/wrappers/sqlite3.nim +lib/wrappers/tinyc.nim +nim/compiler.nimble +nim/compiler/aliases.nim +nim/compiler/ast.nim +nim/compiler/astalgo.nim +nim/compiler/bitsets.nim +nim/compiler/canonicalizer.nim +nim/compiler/ccgcalls.nim +nim/compiler/ccgexprs.nim +nim/compiler/ccgmerge.nim +nim/compiler/ccgstmts.nim +nim/compiler/ccgthreadvars.nim +nim/compiler/ccgtrav.nim +nim/compiler/ccgtypes.nim +nim/compiler/ccgutils.nim +nim/compiler/cgen.nim +nim/compiler/cgendata.nim +nim/compiler/cgmeth.nim +nim/compiler/commands.nim +nim/compiler/condsyms.nim +nim/compiler/debuginfo.nim +nim/compiler/depends.nim +nim/compiler/docgen.nim +nim/compiler/docgen2.nim +nim/compiler/evalffi.nim +nim/compiler/evaltempl.nim +nim/compiler/extccomp.nim +nim/compiler/filter_tmpl.nim +nim/compiler/filters.nim +nim/compiler/forloops.nim +nim/compiler/guards.nim +nim/compiler/hlo.nim +nim/compiler/idents.nim +nim/compiler/idgen.nim +nim/compiler/importer.nim +nim/compiler/installer.ini +nim/compiler/jsgen.nim +nim/compiler/jstypes.nim +nim/compiler/lambdalifting.nim +nim/compiler/lexer.nim +nim/compiler/lists.nim +nim/compiler/llstream.nim +nim/compiler/lookups.nim +nim/compiler/lowerings.nim +nim/compiler/magicsys.nim +nim/compiler/main.nim +nim/compiler/mapping.txt +nim/compiler/modules.nim +nim/compiler/msgs.nim +nim/compiler/nim.cfg +nim/compiler/nim.nim +nim/compiler/nimblecmd.nim +nim/compiler/nimconf.nim +nim/compiler/nimeval.nim +nim/compiler/nimfix/nimfix.nim +nim/compiler/nimfix/nimfix.nim.cfg +nim/compiler/nimfix/pretty.nim +nim/compiler/nimfix/prettybase.nim +nim/compiler/nimlexbase.nim +nim/compiler/nimsets.nim +nim/compiler/nimsuggest/nimsuggest.nim +nim/compiler/nodejs.nim +nim/compiler/nversion.nim +nim/compiler/options.nim +nim/compiler/packagehandling.nim +nim/compiler/parampatterns.nim +nim/compiler/parser.nim +nim/compiler/passaux.nim +nim/compiler/passes.nim +nim/compiler/patterns.nim +nim/compiler/pbraces.nim +nim/compiler/platform.nim +nim/compiler/plugins/active.nim +nim/compiler/plugins/itersgen.nim +nim/compiler/plugins/locals/locals.nim +nim/compiler/pluginsupport.nim +nim/compiler/pragmas.nim +nim/compiler/procfind.nim +nim/compiler/readme.txt +nim/compiler/renderer.nim +nim/compiler/rnimcache/compiler_active.c +nim/compiler/rnimcache/compiler_aliases.c +nim/compiler/rnimcache/compiler_ast.c +nim/compiler/rnimcache/compiler_astalgo.c +nim/compiler/rnimcache/compiler_bitsets.c +nim/compiler/rnimcache/compiler_ccgmerge.c +nim/compiler/rnimcache/compiler_ccgutils.c +nim/compiler/rnimcache/compiler_cgen.c +nim/compiler/rnimcache/compiler_cgendata.c +nim/compiler/rnimcache/compiler_cgmeth.c +nim/compiler/rnimcache/compiler_commands.c +nim/compiler/rnimcache/compiler_condsyms.c +nim/compiler/rnimcache/compiler_debuginfo.c +nim/compiler/rnimcache/compiler_depends.c +nim/compiler/rnimcache/compiler_docgen.c +nim/compiler/rnimcache/compiler_docgen2.c +nim/compiler/rnimcache/compiler_evaltempl.c +nim/compiler/rnimcache/compiler_extccomp.c +nim/compiler/rnimcache/compiler_filter_tmpl.c +nim/compiler/rnimcache/compiler_filters.c +nim/compiler/rnimcache/compiler_guards.c +nim/compiler/rnimcache/compiler_idents.c +nim/compiler/rnimcache/compiler_idgen.c +nim/compiler/rnimcache/compiler_importer.c +nim/compiler/rnimcache/compiler_itersgen.c +nim/compiler/rnimcache/compiler_jsgen.c +nim/compiler/rnimcache/compiler_lambdalifting.c +nim/compiler/rnimcache/compiler_lexer.c +nim/compiler/rnimcache/compiler_lists.c +nim/compiler/rnimcache/compiler_llstream.c +nim/compiler/rnimcache/compiler_locals.c +nim/compiler/rnimcache/compiler_lookups.c +nim/compiler/rnimcache/compiler_lowerings.c +nim/compiler/rnimcache/compiler_magicsys.c +nim/compiler/rnimcache/compiler_main.c +nim/compiler/rnimcache/compiler_modules.c +nim/compiler/rnimcache/compiler_msgs.c +nim/compiler/rnimcache/compiler_nim.c +nim/compiler/rnimcache/compiler_nimblecmd.c +nim/compiler/rnimcache/compiler_nimconf.c +nim/compiler/rnimcache/compiler_nimlexbase.c +nim/compiler/rnimcache/compiler_nimsets.c +nim/compiler/rnimcache/compiler_nodejs.c +nim/compiler/rnimcache/compiler_nversion.c +nim/compiler/rnimcache/compiler_options.c +nim/compiler/rnimcache/compiler_parampatterns.c +nim/compiler/rnimcache/compiler_parser.c +nim/compiler/rnimcache/compiler_passaux.c +nim/compiler/rnimcache/compiler_passes.c +nim/compiler/rnimcache/compiler_patterns.c +nim/compiler/rnimcache/compiler_pbraces.c +nim/compiler/rnimcache/compiler_platform.c +nim/compiler/rnimcache/compiler_pluginsupport.c +nim/compiler/rnimcache/compiler_pragmas.c +nim/compiler/rnimcache/compiler_pretty.c +nim/compiler/rnimcache/compiler_prettybase.c +nim/compiler/rnimcache/compiler_procfind.c +nim/compiler/rnimcache/compiler_renderer.c +nim/compiler/rnimcache/compiler_rodread.c +nim/compiler/rnimcache/compiler_rodutils.c +nim/compiler/rnimcache/compiler_rodwrite.c +nim/compiler/rnimcache/compiler_ropes.c +nim/compiler/rnimcache/compiler_saturate.c +nim/compiler/rnimcache/compiler_scriptconfig.c +nim/compiler/rnimcache/compiler_sem.c +nim/compiler/rnimcache/compiler_semdata.c +nim/compiler/rnimcache/compiler_semfold.c +nim/compiler/rnimcache/compiler_semmacrosanity.c +nim/compiler/rnimcache/compiler_semparallel.c +nim/compiler/rnimcache/compiler_sempass2.c +nim/compiler/rnimcache/compiler_semtypinst.c +nim/compiler/rnimcache/compiler_service.c +nim/compiler/rnimcache/compiler_sigmatch.c +nim/compiler/rnimcache/compiler_syntaxes.c +nim/compiler/rnimcache/compiler_transf.c +nim/compiler/rnimcache/compiler_trees.c +nim/compiler/rnimcache/compiler_treetab.c +nim/compiler/rnimcache/compiler_types.c +nim/compiler/rnimcache/compiler_typesrenderer.c +nim/compiler/rnimcache/compiler_vm.c +nim/compiler/rnimcache/compiler_vmdef.c +nim/compiler/rnimcache/compiler_vmdeps.c +nim/compiler/rnimcache/compiler_vmgen.c +nim/compiler/rnimcache/compiler_vmmarshal.c +nim/compiler/rnimcache/compiler_wordrecg.c +nim/compiler/rnimcache/compiler_writetracking.c +nim/compiler/rnimcache/docutils_highlite.c +nim/compiler/rnimcache/docutils_rst.c +nim/compiler/rnimcache/docutils_rstast.c +nim/compiler/rnimcache/docutils_rstgen.c +nim/compiler/rnimcache/stdlib_algorithm.c +nim/compiler/rnimcache/stdlib_cgi.c +nim/compiler/rnimcache/stdlib_cookies.c +nim/compiler/rnimcache/stdlib_cpuinfo.c +nim/compiler/rnimcache/stdlib_etcpriv.c +nim/compiler/rnimcache/stdlib_hashes.c +nim/compiler/rnimcache/stdlib_intsets.c +nim/compiler/rnimcache/stdlib_json.c +nim/compiler/rnimcache/stdlib_lexbase.c +nim/compiler/rnimcache/stdlib_linux.c +nim/compiler/rnimcache/stdlib_macros.c +nim/compiler/rnimcache/stdlib_marshal.c +nim/compiler/rnimcache/stdlib_math.c +nim/compiler/rnimcache/stdlib_memfiles.c +nim/compiler/rnimcache/stdlib_nativesockets.c +nim/compiler/rnimcache/stdlib_net.c +nim/compiler/rnimcache/stdlib_os.c +nim/compiler/rnimcache/stdlib_osproc.c +nim/compiler/rnimcache/stdlib_parseopt.c +nim/compiler/rnimcache/stdlib_parseutils.c +nim/compiler/rnimcache/stdlib_posix.c +nim/compiler/rnimcache/stdlib_securehash.c +nim/compiler/rnimcache/stdlib_sequtils.c +nim/compiler/rnimcache/stdlib_sets.c +nim/compiler/rnimcache/stdlib_streams.c +nim/compiler/rnimcache/stdlib_strtabs.c +nim/compiler/rnimcache/stdlib_strutils.c +nim/compiler/rnimcache/stdlib_system.c +nim/compiler/rnimcache/stdlib_tables.c +nim/compiler/rnimcache/stdlib_terminal.c +nim/compiler/rnimcache/stdlib_termios.c +nim/compiler/rnimcache/stdlib_times.c +nim/compiler/rnimcache/stdlib_typeinfo.c +nim/compiler/rnimcache/stdlib_unicode.c +nim/compiler/rnimcache/stdlib_xmltree.c +nim/compiler/rodread.nim +nim/compiler/rodutils.nim +nim/compiler/rodwrite.nim +nim/compiler/ropes.nim +nim/compiler/saturate.nim +nim/compiler/scriptconfig.nim +nim/compiler/sem.nim +nim/compiler/semasgn.nim +nim/compiler/semcall.nim +nim/compiler/semdata.nim +nim/compiler/semdestruct.nim +nim/compiler/semexprs.nim +nim/compiler/semfields.nim +nim/compiler/semfold.nim +nim/compiler/semgnrc.nim +nim/compiler/seminst.nim +nim/compiler/semmacrosanity.nim +nim/compiler/semmagic.nim +nim/compiler/semparallel.nim +nim/compiler/sempass2.nim +nim/compiler/semstmts.nim +nim/compiler/semtempl.nim +nim/compiler/semtypes.nim +nim/compiler/semtypinst.nim +nim/compiler/service.nim +nim/compiler/sigmatch.nim +nim/compiler/suggest.nim +nim/compiler/syntaxes.nim +nim/compiler/tccgen.nim +nim/compiler/testability.nim +nim/compiler/transf.nim +nim/compiler/trees.nim +nim/compiler/treetab.nim +nim/compiler/types.nim +nim/compiler/typesrenderer.nim +nim/compiler/vm.nim +nim/compiler/vmdef.nim +nim/compiler/vmdeps.nim +nim/compiler/vmgen.nim +nim/compiler/vmhooks.nim +nim/compiler/vmmarshal.nim +nim/compiler/vmops.nim +nim/compiler/wordrecg.nim +nim/compiler/writetracking.nim +nim/doc/advopt.txt +nim/doc/basicopt.txt +%%PORTDOCS%%@dir %%DOCSDIR%% From owner-svn-ports-head@freebsd.org Sat Oct 15 14:07:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80567C12A16; Sat, 15 Oct 2016 14:07:25 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50699DFD; Sat, 15 Oct 2016 14:07:25 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FE7Ong066315; Sat, 15 Oct 2016 14:07:24 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FE7OZb066314; Sat, 15 Oct 2016 14:07:24 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610151407.u9FE7OZb066314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sat, 15 Oct 2016 14:07:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424021 - head/science/InsightToolkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 14:07:25 -0000 Author: woodsb02 Date: Sat Oct 15 14:07:24 2016 New Revision: 424021 URL: https://svnweb.freebsd.org/changeset/ports/424021 Log: Fix pkg-plist post r424008 Approved by: adamw (mentor, implicit) Modified: head/science/InsightToolkit/pkg-plist Modified: head/science/InsightToolkit/pkg-plist ============================================================================== --- head/science/InsightToolkit/pkg-plist Sat Oct 15 14:07:04 2016 (r424020) +++ head/science/InsightToolkit/pkg-plist Sat Oct 15 14:07:24 2016 (r424021) @@ -3890,7 +3890,6 @@ lib/libitkvnl-%%ITK_VER%%.so lib/libitkvnl-%%ITK_VER%%.so.1 lib/libitkvnl_algo-%%ITK_VER%%.so lib/libitkvnl_algo-%%ITK_VER%%.so.1 -libdata/ldconfig/InsightToolkit share/doc/ITK-%%ITK_VER%%/LICENSE share/doc/ITK-%%ITK_VER%%/NOTICE share/doc/ITK-%%ITK_VER%%/README.txt From owner-svn-ports-head@freebsd.org Sat Oct 15 15:00:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0524CC13538; Sat, 15 Oct 2016 15:00:46 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D414A360; Sat, 15 Oct 2016 15:00:45 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FF0ipC085438; Sat, 15 Oct 2016 15:00:44 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FF0irN085433; Sat, 15 Oct 2016 15:00:44 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201610151500.u9FF0irN085433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 15 Oct 2016 15:00:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424022 - in head/databases/pgrouting: . 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.23 Precedence: list List-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, 15 Oct 2016 15:00:46 -0000 Author: madpilot Date: Sat Oct 15 15:00:44 2016 New Revision: 424022 URL: https://svnweb.freebsd.org/changeset/ports/424022 Log: - Update pgrouting to 2.3.0 PR: 213066 Submitted by: lbartoletti@tuxfamily.org (maintainer) Added: head/databases/pgrouting/files/patch-src_trsp_src_trsp__driver.cpp (contents, props changed) Deleted: head/databases/pgrouting/files/patch-CMakeLists.txt head/databases/pgrouting/files/patch-src_trsp_src_trsp__core.cpp head/databases/pgrouting/files/patch-src_tsp_src_tsplib.c head/databases/pgrouting/files/patch-src_vrp__basic_src_VRP__Solver.cpp Modified: head/databases/pgrouting/Makefile head/databases/pgrouting/distinfo head/databases/pgrouting/files/patch-src_trsp_src_GraphDefinition.cpp head/databases/pgrouting/pkg-plist Modified: head/databases/pgrouting/Makefile ============================================================================== --- head/databases/pgrouting/Makefile Sat Oct 15 14:07:24 2016 (r424021) +++ head/databases/pgrouting/Makefile Sat Oct 15 15:00:44 2016 (r424022) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pgrouting -PORTVERSION= 2.2.4 +PORTVERSION= 2.3.0 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= databases geography Modified: head/databases/pgrouting/distinfo ============================================================================== --- head/databases/pgrouting/distinfo Sat Oct 15 14:07:24 2016 (r424021) +++ head/databases/pgrouting/distinfo Sat Oct 15 15:00:44 2016 (r424022) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470845051 -SHA256 (pgRouting-pgrouting-pgrouting-2.2.4_GH0.tar.gz) = 34ccf2b1acd076ad7da92c0692a114d0b607b84771fdfd4e131246ef2c66bf84 -SIZE (pgRouting-pgrouting-pgrouting-2.2.4_GH0.tar.gz) = 4374276 +TIMESTAMP = 1474949998 +SHA256 (pgRouting-pgrouting-pgrouting-2.3.0_GH0.tar.gz) = cadeed30bfc57f6e77bc48a10301b26e5d71d8e86f366ed60ab5b0eaa0c45662 +SIZE (pgRouting-pgrouting-pgrouting-2.3.0_GH0.tar.gz) = 6546737 Modified: head/databases/pgrouting/files/patch-src_trsp_src_GraphDefinition.cpp ============================================================================== --- head/databases/pgrouting/files/patch-src_trsp_src_GraphDefinition.cpp Sat Oct 15 14:07:24 2016 (r424021) +++ head/databases/pgrouting/files/patch-src_trsp_src_GraphDefinition.cpp Sat Oct 15 15:00:44 2016 (r424022) @@ -1,7 +1,7 @@ ---- src/trsp/src/GraphDefinition.cpp.orig 2016-05-15 23:38:54 UTC +--- src/trsp/src/GraphDefinition.cpp.orig 2016-09-26 14:22:29 UTC +++ src/trsp/src/GraphDefinition.cpp -@@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin Street, Fi - #include +@@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fi + #undef max #endif - Added: head/databases/pgrouting/files/patch-src_trsp_src_trsp__driver.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/pgrouting/files/patch-src_trsp_src_trsp__driver.cpp Sat Oct 15 15:00:44 2016 (r424022) @@ -0,0 +1,10 @@ +--- src/trsp/src/trsp_driver.cpp.orig 2016-09-26 14:22:29 UTC ++++ src/trsp/src/trsp_driver.cpp +@@ -25,6 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fi + #include + #endif + ++#include + #include + #include + #include "GraphDefinition.h" Modified: head/databases/pgrouting/pkg-plist ============================================================================== --- head/databases/pgrouting/pkg-plist Sat Oct 15 14:07:24 2016 (r424021) +++ head/databases/pgrouting/pkg-plist Sat Oct 15 15:00:44 2016 (r424022) @@ -1,10 +1,11 @@ -lib/postgresql/libpgrouting-2.2.so -share/postgresql/extension/pgrouting--2.0.0--2.2.4.sql -share/postgresql/extension/pgrouting--2.0.1--2.2.4.sql -share/postgresql/extension/pgrouting--2.1.0--2.2.4.sql -share/postgresql/extension/pgrouting--2.2.0--2.2.4.sql -share/postgresql/extension/pgrouting--2.2.1--2.2.4.sql -share/postgresql/extension/pgrouting--2.2.2--2.2.4.sql -share/postgresql/extension/pgrouting--2.2.3--2.2.4.sql -share/postgresql/extension/pgrouting--2.2.4.sql +lib/postgresql/libpgrouting-2.3.so +share/postgresql/extension/pgrouting--2.0.0--2.3.0.sql +share/postgresql/extension/pgrouting--2.0.1--2.3.0.sql +share/postgresql/extension/pgrouting--2.1.0--2.3.0.sql +share/postgresql/extension/pgrouting--2.2.0--2.3.0.sql +share/postgresql/extension/pgrouting--2.2.1--2.3.0.sql +share/postgresql/extension/pgrouting--2.2.2--2.3.0.sql +share/postgresql/extension/pgrouting--2.2.3--2.3.0.sql +share/postgresql/extension/pgrouting--2.2.4--2.3.0.sql +share/postgresql/extension/pgrouting--2.3.0.sql share/postgresql/extension/pgrouting.control From owner-svn-ports-head@freebsd.org Sat Oct 15 15:47:01 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9070EC13E91; Sat, 15 Oct 2016 15:47:01 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54F7BAF1; Sat, 15 Oct 2016 15:47:01 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FFl0q1004423; Sat, 15 Oct 2016 15:47:00 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FFl0wW004421; Sat, 15 Oct 2016 15:47:00 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610151547.u9FFl0wW004421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 15 Oct 2016 15:47:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424023 - 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.23 Precedence: list List-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, 15 Oct 2016 15:47:01 -0000 Author: adamw Date: Sat Oct 15 15:47:00 2016 New Revision: 424023 URL: https://svnweb.freebsd.org/changeset/ports/424023 Log: Update to patchlevel 35. Also, change the terminal library from libtermlib to libncurses. This change is for DragonflyBSD, and should have no effect on FreeBSD. Submitted by marino. Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sat Oct 15 15:00:44 2016 (r424022) +++ head/editors/vim/Makefile Sat Oct 15 15:47:00 2016 (r424023) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 8.0.0022 +PORTVERSION= 8.0.0035 DISTVERSIONPREFIX= v CATEGORIES= editors @@ -35,7 +35,7 @@ LANGBIND_DESC= Optional language bindin ALL_TARGET= # empty MAKE_ARGS+= CC="${CC}" CONF_ARGS="--prefix=${PREFIX} ${CSCOPE_ARG}" STRIP="${STRIP_CMD}" MAKE_ARGS+= VIMRUNTIMEDIR=${PREFIX}/share/vim/${VIM_VER} VIMRCLOC=${ETCDIR} -MAKE_ARGS+= CONF_OPT_MULTIBYTE=--enable-multibyte CONF_TERM_LIB=--with-tlib=termlib +MAKE_ARGS+= CONF_OPT_MULTIBYTE=--enable-multibyte CONF_TERM_LIB=--with-tlib=ncurses REINPLACE_ARGS= -i '' USES= cpe iconv ncurses pkgconfig shebangfix MAKE_JOBS_UNSAFE= yes Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Sat Oct 15 15:00:44 2016 (r424022) +++ head/editors/vim/distinfo Sat Oct 15 15:47:00 2016 (r424023) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475944434 -SHA256 (vim-vim-v8.0.0022_GH0.tar.gz) = 9b414635f008865ed9464b540c09cfbf60d1a7150838bce91b6d6adfb7805a2b -SIZE (vim-vim-v8.0.0022_GH0.tar.gz) = 12929201 +TIMESTAMP = 1476303311 +SHA256 (vim-vim-v8.0.0035_GH0.tar.gz) = 5b88509107cba8ca336450ec8f5b78bc53b3f079c6788ec168c2d9f08591ced2 +SIZE (vim-vim-v8.0.0035_GH0.tar.gz) = 12919456 From owner-svn-ports-head@freebsd.org Sat Oct 15 15:49:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 403B5C13FF3; Sat, 15 Oct 2016 15:49:31 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10E48C8F; Sat, 15 Oct 2016 15:49:30 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FFnUi3004624; Sat, 15 Oct 2016 15:49:30 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FFnUnF004622; Sat, 15 Oct 2016 15:49:30 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201610151549.u9FFnUnF004622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Sat, 15 Oct 2016 15:49:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424024 - head/mail/neomutt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 15:49:31 -0000 Author: gahr Date: Sat Oct 15 15:49:29 2016 New Revision: 424024 URL: https://svnweb.freebsd.org/changeset/ports/424024 Log: mail/neomutt: update to 20161014 Release notes: https://github.com/neomutt/neomutt/releases/tag/neomutt-20161014 Approved by: bapt (maintainer) Modified: head/mail/neomutt/Makefile head/mail/neomutt/distinfo Modified: head/mail/neomutt/Makefile ============================================================================== --- head/mail/neomutt/Makefile Sat Oct 15 15:47:00 2016 (r424023) +++ head/mail/neomutt/Makefile Sat Oct 15 15:49:29 2016 (r424024) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= neomutt -PORTVERSION= 20161003 +PORTVERSION= 20161014 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 1 CATEGORIES= mail MAINTAINER= bapt@FreeBSD.org Modified: head/mail/neomutt/distinfo ============================================================================== --- head/mail/neomutt/distinfo Sat Oct 15 15:47:00 2016 (r424023) +++ head/mail/neomutt/distinfo Sat Oct 15 15:49:29 2016 (r424024) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475499134 -SHA256 (neomutt-neomutt-neomutt-20161003_GH0.tar.gz) = 0ca8b57f89fb0b90715d9a8d4bbcc136871faa1fff9f2d76e024cae8a3a2e543 -SIZE (neomutt-neomutt-neomutt-20161003_GH0.tar.gz) = 2656280 +TIMESTAMP = 1476469242 +SHA256 (neomutt-neomutt-neomutt-20161014_GH0.tar.gz) = 91535a8fd6f7231b90e03452f196d2c417c079ca58414a169e158cf51dfadd97 +SIZE (neomutt-neomutt-neomutt-20161014_GH0.tar.gz) = 2659116 From owner-svn-ports-head@freebsd.org Sat Oct 15 16:18:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 434B5C134AE; Sat, 15 Oct 2016 16:18:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0070898D; Sat, 15 Oct 2016 16:18:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 7A59BBDC8E; Sat, 15 Oct 2016 18:18:15 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 3E713BDC89; Sat, 15 Oct 2016 18:18:14 +0200 (CEST) Subject: Re: svn commit: r424003 - head/devel/checkheaders To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610150533.u9F5XG9t072556@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Sat, 15 Oct 2016 18:18:13 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <201610150533.u9F5XG9t072556@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="EMI7DNRDJrILBImtgvUKvoJ5B51WHnWa6" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 16:18:18 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --EMI7DNRDJrILBImtgvUKvoJ5B51WHnWa6 Content-Type: multipart/mixed; boundary="46jnpIw00Mujua09Euie2Aex6OaK7Vdba"; protected-headers="v1" From: Mathieu Arnold To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r424003 - head/devel/checkheaders References: <201610150533.u9F5XG9t072556@repo.freebsd.org> In-Reply-To: <201610150533.u9F5XG9t072556@repo.freebsd.org> --46jnpIw00Mujua09Euie2Aex6OaK7Vdba Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 15/10/2016 =C3=A0 07:33, Kurt Jaeger a =C3=A9crit : > PORTNAME=3D checkheaders > PORTVERSION=3D 1.0.1 > > +GH_PROJECT=3D checkheaders > +GH_TAGNAME=3D 1.0.1 > Both those GH_* lines are the default, you can remove them. --=20 Mathieu Arnold --46jnpIw00Mujua09Euie2Aex6OaK7Vdba-- --EMI7DNRDJrILBImtgvUKvoJ5B51WHnWa6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYAlbGXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IjiMP/AumgY9rMjRRq06YBYbAMlni UeNNhQAbmydAKqNM9ez/56wBsZNeM8H2q1cguNr0MkwV0IQ4PKsl+D7xb+KrnUQk r1dsUUo519J6jcqQvN11weRVBG/cYa3LKlcN4beUFc0pJG5TNrmq9uW0XWmSDptH T8TJt2bBfu5s/yMDBDek2UanraI5wh5J6NZLX7DPRM/T/DbHMdJug8WMkDl6MTrj DB/2ahKIOlN1qEhTIxHxNdCAMaBtw4PDfzdJ3PaTMaiRJ3txKrt/GvrVv3U62coN SqPqPJh1yOt3uA9er1bzMtBg03hu/4/7Jp8qNuvTr5ergLImR+VoeFsIn3/iVR+u 8tAtfYJAMrZRr0P7ijZI/y2ugYmLN0u1aOdWK2l3ys0lmYQmkpexXsU8v+NoHoJx YoqIk5FEgUZUFpqRT1j2Sd7Ckm/c5rgyiszQlvF5fm+BKezqk51Lq9lG1VcnLUsf Ap/jFex3+9BVniuiZrBLyh1IqICKoK1Xlk/U8to/7sRqoy58xb7DaTqTO4pP2gLJ v4YsFFc1Q98i4HRlbd2rmZJxOHujbF7MfV+TdUvN8EI1HN03oPXTqrTMS3v8EjlS AM+5v6ibRy+2PGCUOHoPy4yxZTfQIpqVfUL7emgc8gW6Nbn2Tac3ZAerdp8SZ+L1 xV9+Jblqj8uRx5FEOh7z =qyFt -----END PGP SIGNATURE----- --EMI7DNRDJrILBImtgvUKvoJ5B51WHnWa6-- From owner-svn-ports-head@freebsd.org Sat Oct 15 20:24:11 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B975C13BC1; Sat, 15 Oct 2016 20:24:11 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 733C4C78; Sat, 15 Oct 2016 20:24:11 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FKOAvJ008253; Sat, 15 Oct 2016 20:24:10 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FKOA8s008250; Sat, 15 Oct 2016 20:24:10 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610152024.u9FKOA8s008250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 15 Oct 2016 20:24:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424025 - head/ports-mgmt/synth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 20:24:11 -0000 Author: marino Date: Sat Oct 15 20:24:10 2016 New Revision: 424025 URL: https://svnweb.freebsd.org/changeset/ports/424025 Log: ports-mgmt/synth: Upgrade version 1.54 => 1.60 Major new feature: Web-based front-end A dynamic html report is now generated for each build. The report is placed at /Report/index.html. The report is updated 10 times per minute. The entire build history is retained and is searchable, but that history is reset at the start of the next run. In addition, several fields are clickable and trigger a quick-filter on the history log including the "Built", "Failed", "Ignored", "Skipped", "No." column and "ID" column (see tiptool for action hint) and the "Total" field clears the search pattern quickly. An earlier but representative version of the web report can be seen at: https://github.com/jrmarino/synth#web-interface The Synth web report pulls 2 orders of magnitude less data than the equivalent poudriere report because the json data is split into multiple files limited to 500 ports each (e.g. the poudriere data file might be 1.8 Mb on a big bulk run polled every 8 seconds where as Synth only pulls the latest segment file (50kb avg) every 6 seconds. Synth also stops polling when the run is complete. Minor enhancement: The log files were cleaned up The data/phase headers and footers were modified so that the build log appears a lot cleaner now (subjective of course). Modified: head/ports-mgmt/synth/Makefile head/ports-mgmt/synth/distinfo head/ports-mgmt/synth/pkg-plist Modified: head/ports-mgmt/synth/Makefile ============================================================================== --- head/ports-mgmt/synth/Makefile Sat Oct 15 15:49:29 2016 (r424024) +++ head/ports-mgmt/synth/Makefile Sat Oct 15 20:24:10 2016 (r424025) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.54 +PORTVERSION= 1.60 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= ports-mgmt MAINTAINER= marino@FreeBSD.org @@ -45,6 +44,7 @@ do-build: do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions \ + ${STAGEDIR}${PREFIX}/share/synth \ ${STAGEDIR}/var/log/synth \ ${STAGEDIR}/var/synth/live_packages ${INSTALL_PROGRAM} ${WRKSRC}/build/synth \ @@ -56,5 +56,6 @@ do-install: ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/shell-completers/_synth \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions + ${INSTALL_DATA} ${WRKSRC}/www/* ${STAGEDIR}${PREFIX}/share/synth .include Modified: head/ports-mgmt/synth/distinfo ============================================================================== --- head/ports-mgmt/synth/distinfo Sat Oct 15 15:49:29 2016 (r424024) +++ head/ports-mgmt/synth/distinfo Sat Oct 15 20:24:10 2016 (r424025) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475783717 -SHA256 (jrmarino-synth-v1.54_GH0.tar.gz) = 0a55cfe101333841532962c57c785e8c778764f564ba06c45012ae3e5f4aae76 -SIZE (jrmarino-synth-v1.54_GH0.tar.gz) = 104261 +TIMESTAMP = 1476562365 +SHA256 (jrmarino-synth-v1.60_GH0.tar.gz) = ea7bfd545a5651c8c102c820846e024c459e9a28124d764d2c65cdf3e76ab73e +SIZE (jrmarino-synth-v1.60_GH0.tar.gz) = 125239 Modified: head/ports-mgmt/synth/pkg-plist ============================================================================== --- head/ports-mgmt/synth/pkg-plist Sat Oct 15 15:49:29 2016 (r424024) +++ head/ports-mgmt/synth/pkg-plist Sat Oct 15 20:24:10 2016 (r424025) @@ -2,6 +2,11 @@ bin/synth etc/bash_completion.d/_synth.bash libexec/synthexec man/man1/synth.1.gz +%%DATADIR%%/favicon.png +%%DATADIR%%/progress.css +%%DATADIR%%/progress.html +%%DATADIR%%/progress.js +%%DATADIR%%/synth.png share/zsh/site-functions/_synth @dir /var/log/synth @dir /var/synth From owner-svn-ports-head@freebsd.org Sat Oct 15 20:40:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECEE8C131EF; Sat, 15 Oct 2016 20:40:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9B8262B; Sat, 15 Oct 2016 20:40:37 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FKeaD0012844; Sat, 15 Oct 2016 20:40:36 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FKeagZ012838; Sat, 15 Oct 2016 20:40:36 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610152040.u9FKeagZ012838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 15 Oct 2016 20:40:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424026 - in head/net: . p5-Net-Frame-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.23 Precedence: list List-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, 15 Oct 2016 20:40:38 -0000 Author: pi Date: Sat Oct 15 20:40:36 2016 New Revision: 424026 URL: https://svnweb.freebsd.org/changeset/ports/424026 Log: New port: net/p5-Net-Frame-Simple Frame crafting made easy This module is part of Net::Frame frame crafting framework. It is totally optional, but can make playing with the network far easier. Basically, it hides the complexity of frame forging, sending, and receiving, by providing helper methods, which will analyze internally how to assemble frames and find responses to probes. For example, it will take care of computing lengths and checksums, and matching a response frame to the requesting frame. WWW: http://search.cpan.org/dist/Net-Frame-Simple/ Added: head/net/p5-Net-Frame-Simple/ head/net/p5-Net-Frame-Simple/Makefile (contents, props changed) head/net/p5-Net-Frame-Simple/distinfo (contents, props changed) head/net/p5-Net-Frame-Simple/pkg-descr (contents, props changed) head/net/p5-Net-Frame-Simple/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Oct 15 20:24:10 2016 (r424025) +++ head/net/Makefile Sat Oct 15 20:40:36 2016 (r424026) @@ -610,6 +610,7 @@ SUBDIR += p5-Net-Frame-Dump SUBDIR += p5-Net-Frame-Layer-ICMPv6 SUBDIR += p5-Net-Frame-Layer-IPv6 + SUBDIR += p5-Net-Frame-Simple SUBDIR += p5-Net-GitHub SUBDIR += p5-Net-Gnats SUBDIR += p5-Net-Google Added: head/net/p5-Net-Frame-Simple/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Frame-Simple/Makefile Sat Oct 15 20:40:36 2016 (r424026) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= Net-Frame-Simple +PORTVERSION= 1.07 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Base framework for frame crafting + +LICENSE= ART10 + +BUILD_DEPENDS= p5-Net-Frame>=1.16:net/p5-Net-Frame \ + p5-Class-Gomor>=1.03:devel/p5-Class-Gomor +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= yes + +.include Added: head/net/p5-Net-Frame-Simple/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Frame-Simple/distinfo Sat Oct 15 20:40:36 2016 (r424026) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476561188 +SHA256 (Net-Frame-Simple-1.07.tar.gz) = 4ea46c0d9cb4a2dace4d3d022cb1c3e80dc9d645ae38c124ee485cfdc828814e +SIZE (Net-Frame-Simple-1.07.tar.gz) = 10944 Added: head/net/p5-Net-Frame-Simple/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Frame-Simple/pkg-descr Sat Oct 15 20:40:36 2016 (r424026) @@ -0,0 +1,13 @@ +Frame crafting made easy + +This module is part of Net::Frame frame crafting framework. It is +totally optional, but can make playing with the network far easier. + +Basically, it hides the complexity of frame forging, sending, and +receiving, by providing helper methods, which will analyze internally +how to assemble frames and find responses to probes. + +For example, it will take care of computing lengths and checksums, +and matching a response frame to the requesting frame. + +WWW: http://search.cpan.org/dist/Net-Frame-Simple/ Added: head/net/p5-Net-Frame-Simple/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Frame-Simple/pkg-plist Sat Oct 15 20:40:36 2016 (r424026) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Net/Frame/Simple.pm +%%PERL5_MAN3%%/Net::Frame::Simple.3.gz From owner-svn-ports-head@freebsd.org Sat Oct 15 20:50:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81EA1C1346F; Sat, 15 Oct 2016 20:50:26 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5122BA7F; Sat, 15 Oct 2016 20:50:26 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FKoPk1016149; Sat, 15 Oct 2016 20:50:25 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FKoP13016147; Sat, 15 Oct 2016 20:50:25 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201610152050.u9FKoP13016147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sat, 15 Oct 2016 20:50:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424027 - head/graphics/gscan2pdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 20:50:26 -0000 Author: danilo Date: Sat Oct 15 20:50:25 2016 New Revision: 424027 URL: https://svnweb.freebsd.org/changeset/ports/424027 Log: - Update to 1.5.4 Modified: head/graphics/gscan2pdf/Makefile head/graphics/gscan2pdf/distinfo Modified: head/graphics/gscan2pdf/Makefile ============================================================================== --- head/graphics/gscan2pdf/Makefile Sat Oct 15 20:40:36 2016 (r424026) +++ head/graphics/gscan2pdf/Makefile Sat Oct 15 20:50:25 2016 (r424027) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gscan2pdf -PORTVERSION= 1.5.3 +PORTVERSION= 1.5.4 CATEGORIES= graphics MASTER_SITES= SF Modified: head/graphics/gscan2pdf/distinfo ============================================================================== --- head/graphics/gscan2pdf/distinfo Sat Oct 15 20:40:36 2016 (r424026) +++ head/graphics/gscan2pdf/distinfo Sat Oct 15 20:50:25 2016 (r424027) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476367619 -SHA256 (gscan2pdf-1.5.3.tar.xz) = a7892aecf2d2c2c337dd55ee6dc050bc267c67983a553f368859621ebe4f44bb -SIZE (gscan2pdf-1.5.3.tar.xz) = 386432 +TIMESTAMP = 1476561283 +SHA256 (gscan2pdf-1.5.4.tar.xz) = e7b67b760f49f37d8ac0399872e642a1090b11321c1b09f049d8e92391ed0182 +SIZE (gscan2pdf-1.5.4.tar.xz) = 386644 From owner-svn-ports-head@freebsd.org Sat Oct 15 21:14:54 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0588C1393C; Sat, 15 Oct 2016 21:14:54 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF7DE641; Sat, 15 Oct 2016 21:14:54 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FLEr84027235; Sat, 15 Oct 2016 21:14:53 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FLErI9027232; Sat, 15 Oct 2016 21:14:53 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201610152114.u9FLErI9027232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 15 Oct 2016 21:14:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424028 - in head: . mail mail/elmo-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.23 Precedence: list List-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, 15 Oct 2016 21:14:55 -0000 Author: rene Date: Sat Oct 15 21:14:53 2016 New Revision: 424028 URL: https://svnweb.freebsd.org/changeset/ports/424028 Log: Remove expired port: 2016-10-15 mail/elmo-devel: Same version as mail/elmo, use it instead Deleted: head/mail/elmo-devel/ Modified: head/MOVED head/mail/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Oct 15 20:50:25 2016 (r424027) +++ head/MOVED Sat Oct 15 21:14:53 2016 (r424028) @@ -8678,3 +8678,4 @@ audio/squeezeboxserver-superdatetime|aud audio/squeezeboxserver-trackstat|audio/logitechmediaserver-trackstat|2016-10-05|Squeezebox Server renamed to Logitech Media Server net/py-uritemplate.py|net/py-uritemplate|2016-10-12|Upstream has consolidated on net/py-uritemplate misc/fortune_strfile||2016-10-14|Has expired: unmaintained and duplicated from base +mail/elmo-devel|mail/elmo|2016-10-15|Has expired: Same version as mail/elmo, use it instead Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Sat Oct 15 20:50:25 2016 (r424027) +++ head/mail/Makefile Sat Oct 15 21:14:53 2016 (r424028) @@ -108,7 +108,6 @@ SUBDIR += ecartis SUBDIR += elm SUBDIR += elmo - SUBDIR += elmo-devel SUBDIR += emailrelay SUBDIR += emil SUBDIR += enma From owner-svn-ports-head@freebsd.org Sat Oct 15 21:22:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BDF1C13A8D; Sat, 15 Oct 2016 21:22:07 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6557B99C; Sat, 15 Oct 2016 21:22:07 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FLM6ul028856; Sat, 15 Oct 2016 21:22:06 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FLM6a6028855; Sat, 15 Oct 2016 21:22:06 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610152122.u9FLM6a6028855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Sat, 15 Oct 2016 21:22:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424029 - head/devel/arduino-builder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 21:22:07 -0000 Author: bsam Date: Sat Oct 15 21:22:06 2016 New Revision: 424029 URL: https://svnweb.freebsd.org/changeset/ports/424029 Log: devel/arduino-builder: Add package hardware definitions. PR: 213496 Submitted by: Kyle Evans (maintiner)) Modified: head/devel/arduino-builder/Makefile Modified: head/devel/arduino-builder/Makefile ============================================================================== --- head/devel/arduino-builder/Makefile Sat Oct 15 21:14:53 2016 (r424028) +++ head/devel/arduino-builder/Makefile Sat Oct 15 21:22:06 2016 (r424029) @@ -2,6 +2,7 @@ PORTNAME= arduino-builder PORTVERSION= 1.3.21 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= bsdports@kyle-evans.net @@ -21,12 +22,15 @@ GH_TUPLE= go-errors:errors:a418503:goerr STRIP= # stripping can break go binaries +PLIST_FILES= arduino/hardware/platform.keys.rewrite.txt \ + arduino/hardware/platform.txt \ + bin/${PORTNAME} + do-build: @( cd ${WRKSRC} ; ${SETENV} GOPATH=${WRKSRC} go build arduino.cc/arduino-builder ) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - -PLIST_FILES= bin/${PORTNAME} + (cd ${WRKSRC}/src/arduino.cc/builder && ${COPYTREE_SHARE} "hardware" ${STAGEDIR}${PREFIX}/arduino ${FIND_EXPR}) .include From owner-svn-ports-head@freebsd.org Sat Oct 15 21:23:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63C0AC13ADB; Sat, 15 Oct 2016 21:23:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 359F6ACE; Sat, 15 Oct 2016 21:23:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FLNfRQ031222; Sat, 15 Oct 2016 21:23:41 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FLNfeA031219; Sat, 15 Oct 2016 21:23:41 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201610152123.u9FLNfeA031219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 15 Oct 2016 21:23:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424030 - head/ports-mgmt/pkg-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.23 Precedence: list List-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, 15 Oct 2016 21:23:42 -0000 Author: bapt Date: Sat Oct 15 21:23:41 2016 New Revision: 424030 URL: https://svnweb.freebsd.org/changeset/ports/424030 Log: Update to 1.9.99.0 - Fix pkg refetching te repositories all the time - Add support for METALOG Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Sat Oct 15 21:22:06 2016 (r424029) +++ head/ports-mgmt/pkg-devel/Makefile Sat Oct 15 21:23:41 2016 (r424030) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.8.99.11 +DISTVERSION= 1.9.99.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Sat Oct 15 21:22:06 2016 (r424029) +++ head/ports-mgmt/pkg-devel/distinfo Sat Oct 15 21:23:41 2016 (r424030) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471713928 -SHA256 (pkg-1.8.99.11.tar.xz) = 0269619bbb521be5c08855b7f61f3fe0a7eba98eaf9f110ff3231a7c600968aa -SIZE (pkg-1.8.99.11.tar.xz) = 1913456 +TIMESTAMP = 1476566464 +SHA256 (pkg-1.9.99.0.tar.xz) = 8c5654c469a85cfd3b0d597c45d5e73d530a71fc435d4f08dcf2c850bd8b684e +SIZE (pkg-1.9.99.0.tar.xz) = 1945092 From owner-svn-ports-head@freebsd.org Sat Oct 15 21:24:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC37CC13B0A; Sat, 15 Oct 2016 21:24:06 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A899ABB5; Sat, 15 Oct 2016 21:24:06 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FLO5G1031352; Sat, 15 Oct 2016 21:24:05 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FLO5U0031350; Sat, 15 Oct 2016 21:24:05 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201610152124.u9FLO5U0031350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 15 Oct 2016 21:24:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424031 - head/finance/kmymoney-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 21:24:06 -0000 Author: rakuco Date: Sat Oct 15 21:24:05 2016 New Revision: 424031 URL: https://svnweb.freebsd.org/changeset/ports/424031 Log: Fix plist after r424017. The headers are installed into include/kde4, not include, since r411156. Modified: head/finance/kmymoney-kde4/Makefile head/finance/kmymoney-kde4/pkg-plist Modified: head/finance/kmymoney-kde4/Makefile ============================================================================== --- head/finance/kmymoney-kde4/Makefile Sat Oct 15 21:23:41 2016 (r424030) +++ head/finance/kmymoney-kde4/Makefile Sat Oct 15 21:24:05 2016 (r424031) @@ -2,6 +2,7 @@ PORTNAME= kmymoney PORTVERSION= 4.8.0 +PORTREVISION= 1 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src Modified: head/finance/kmymoney-kde4/pkg-plist ============================================================================== --- head/finance/kmymoney-kde4/pkg-plist Sat Oct 15 21:23:41 2016 (r424030) +++ head/finance/kmymoney-kde4/pkg-plist Sat Oct 15 21:24:05 2016 (r424031) @@ -1,97 +1,97 @@ bin/kmymoney -include/kmymoney/databasestoreableobject.h -include/kmymoney/importinterface.h -include/kmymoney/imymoneyprocessingcalendar.h -include/kmymoney/imymoneyserialize.h -include/kmymoney/imymoneystorage.h -include/kmymoney/imymoneystorageformat.h -include/kmymoney/investtransactioneditor.h -include/kmymoney/kaccounttemplateselector.h -include/kmymoney/kbudgetvalues.h -include/kmymoney/kcurrencycalculator.h -include/kmymoney/kguiutils.h -include/kmymoney/kmm_mymoney_export.h -include/kmymoney/kmm_plugin_export.h -include/kmymoney/kmm_widgets_export.h -include/kmymoney/kmymoneyaccountcombo.h -include/kmymoney/kmymoneyaccountcompletion.h -include/kmymoney/kmymoneyaccountselector.h -include/kmymoney/kmymoneycategory.h -include/kmymoney/kmymoneycombo.h -include/kmymoney/kmymoneycompletion.h -include/kmymoney/kmymoneycurrencyselector.h -include/kmymoney/kmymoneydateinput.h -include/kmymoney/kmymoneyedit.h -include/kmymoney/kmymoneyglobalsettings.h -include/kmymoney/kmymoneylineedit.h -include/kmymoney/kmymoneymvccombo.h -include/kmymoney/kmymoneyplugin.h -include/kmymoney/kmymoneyreportconfigtabimpl.h -include/kmymoney/kmymoneyreportcontrolimpl.h -include/kmymoney/kmymoneyselector.h -include/kmymoney/kmymoneystorageplugin.h -include/kmymoney/kmymoneytitlelabel.h -include/kmymoney/kmymoneyutils.h -include/kmymoney/kmymoneyvalidationfeedback.h -include/kmymoney/kmymoneyview.h -include/kmymoney/kmymoneywizard.h -include/kmymoney/misc/charvalidator.h -include/kmymoney/misc/validators.h -include/kmymoney/mymoneyaccount.h -include/kmymoney/mymoneybudget.h -include/kmymoney/mymoneycategory.h -include/kmymoney/mymoneyexception.h -include/kmymoney/mymoneyfile.h -include/kmymoney/mymoneyfinancialcalculator.h -include/kmymoney/mymoneyforecast.h -include/kmymoney/mymoneyinstitution.h -include/kmymoney/mymoneyinvesttransaction.h -include/kmymoney/mymoneykeyvaluecontainer.h -include/kmymoney/mymoneymoney.h -include/kmymoney/mymoneyobject.h -include/kmymoney/mymoneyobjectcontainer.h -include/kmymoney/mymoneypayee.h -include/kmymoney/mymoneypayeeidentifiercontainer.h -include/kmymoney/mymoneyprice.h -include/kmymoney/mymoneyreport.h -include/kmymoney/mymoneyschedule.h -include/kmymoney/mymoneysecurity.h -include/kmymoney/mymoneysplit.h -include/kmymoney/mymoneystatement.h -include/kmymoney/mymoneytag.h -include/kmymoney/mymoneytemplate.h -include/kmymoney/mymoneytransaction.h -include/kmymoney/mymoneytransactionfilter.h -include/kmymoney/mymoneyunittestable.h -include/kmymoney/mymoneyutils.h -include/kmymoney/onlinejob.h -include/kmymoney/onlinejobfolder.h -include/kmymoney/onlinejobmessage.h -include/kmymoney/onlinejobmessagesview.h -include/kmymoney/onlinejobtyped.h -include/kmymoney/onlinepluginextended.h -include/kmymoney/onlinetasks/interfaces/credittransfer.h -include/kmymoney/onlinetasks/interfaces/ionlinejobedit.h -include/kmymoney/onlinetasks/interfaces/ionlinetasksettings.h -include/kmymoney/onlinetasks/interfaces/onlinetask.h -include/kmymoney/onlinetasks/interfaces/onlinetaskconverter.h -include/kmymoney/onlinetasks/interfaces/onlinetasksettingsfactory.h -include/kmymoney/onlinetasks/national/germanonlinetransfer.h -include/kmymoney/onlinetasks/sepa/sepaonlinetransfer.h -include/kmymoney/pluginloader.h -include/kmymoney/register.h -include/kmymoney/registeritem.h -include/kmymoney/scheduledtransaction.h -include/kmymoney/selectedtransaction.h -include/kmymoney/statementinterface.h -include/kmymoney/stdtransactiondownloaded.h -include/kmymoney/stdtransactionmatched.h -include/kmymoney/transaction.h -include/kmymoney/transactioneditor.h -include/kmymoney/transactioneditorcontainer.h -include/kmymoney/transactionform.h -include/kmymoney/transactionsortoptionimpl.h -include/kmymoney/viewinterface.h +include/kde4/kmymoney/databasestoreableobject.h +include/kde4/kmymoney/importinterface.h +include/kde4/kmymoney/imymoneyprocessingcalendar.h +include/kde4/kmymoney/imymoneyserialize.h +include/kde4/kmymoney/imymoneystorage.h +include/kde4/kmymoney/imymoneystorageformat.h +include/kde4/kmymoney/investtransactioneditor.h +include/kde4/kmymoney/kaccounttemplateselector.h +include/kde4/kmymoney/kbudgetvalues.h +include/kde4/kmymoney/kcurrencycalculator.h +include/kde4/kmymoney/kguiutils.h +include/kde4/kmymoney/kmm_mymoney_export.h +include/kde4/kmymoney/kmm_plugin_export.h +include/kde4/kmymoney/kmm_widgets_export.h +include/kde4/kmymoney/kmymoneyaccountcombo.h +include/kde4/kmymoney/kmymoneyaccountcompletion.h +include/kde4/kmymoney/kmymoneyaccountselector.h +include/kde4/kmymoney/kmymoneycategory.h +include/kde4/kmymoney/kmymoneycombo.h +include/kde4/kmymoney/kmymoneycompletion.h +include/kde4/kmymoney/kmymoneycurrencyselector.h +include/kde4/kmymoney/kmymoneydateinput.h +include/kde4/kmymoney/kmymoneyedit.h +include/kde4/kmymoney/kmymoneyglobalsettings.h +include/kde4/kmymoney/kmymoneylineedit.h +include/kde4/kmymoney/kmymoneymvccombo.h +include/kde4/kmymoney/kmymoneyplugin.h +include/kde4/kmymoney/kmymoneyreportconfigtabimpl.h +include/kde4/kmymoney/kmymoneyreportcontrolimpl.h +include/kde4/kmymoney/kmymoneyselector.h +include/kde4/kmymoney/kmymoneystorageplugin.h +include/kde4/kmymoney/kmymoneytitlelabel.h +include/kde4/kmymoney/kmymoneyutils.h +include/kde4/kmymoney/kmymoneyvalidationfeedback.h +include/kde4/kmymoney/kmymoneyview.h +include/kde4/kmymoney/kmymoneywizard.h +include/kde4/kmymoney/misc/charvalidator.h +include/kde4/kmymoney/misc/validators.h +include/kde4/kmymoney/mymoneyaccount.h +include/kde4/kmymoney/mymoneybudget.h +include/kde4/kmymoney/mymoneycategory.h +include/kde4/kmymoney/mymoneyexception.h +include/kde4/kmymoney/mymoneyfile.h +include/kde4/kmymoney/mymoneyfinancialcalculator.h +include/kde4/kmymoney/mymoneyforecast.h +include/kde4/kmymoney/mymoneyinstitution.h +include/kde4/kmymoney/mymoneyinvesttransaction.h +include/kde4/kmymoney/mymoneykeyvaluecontainer.h +include/kde4/kmymoney/mymoneymoney.h +include/kde4/kmymoney/mymoneyobject.h +include/kde4/kmymoney/mymoneyobjectcontainer.h +include/kde4/kmymoney/mymoneypayee.h +include/kde4/kmymoney/mymoneypayeeidentifiercontainer.h +include/kde4/kmymoney/mymoneyprice.h +include/kde4/kmymoney/mymoneyreport.h +include/kde4/kmymoney/mymoneyschedule.h +include/kde4/kmymoney/mymoneysecurity.h +include/kde4/kmymoney/mymoneysplit.h +include/kde4/kmymoney/mymoneystatement.h +include/kde4/kmymoney/mymoneytag.h +include/kde4/kmymoney/mymoneytemplate.h +include/kde4/kmymoney/mymoneytransaction.h +include/kde4/kmymoney/mymoneytransactionfilter.h +include/kde4/kmymoney/mymoneyunittestable.h +include/kde4/kmymoney/mymoneyutils.h +include/kde4/kmymoney/onlinejob.h +include/kde4/kmymoney/onlinejobfolder.h +include/kde4/kmymoney/onlinejobmessage.h +include/kde4/kmymoney/onlinejobmessagesview.h +include/kde4/kmymoney/onlinejobtyped.h +include/kde4/kmymoney/onlinepluginextended.h +include/kde4/kmymoney/onlinetasks/interfaces/credittransfer.h +include/kde4/kmymoney/onlinetasks/interfaces/ionlinejobedit.h +include/kde4/kmymoney/onlinetasks/interfaces/ionlinetasksettings.h +include/kde4/kmymoney/onlinetasks/interfaces/onlinetask.h +include/kde4/kmymoney/onlinetasks/interfaces/onlinetaskconverter.h +include/kde4/kmymoney/onlinetasks/interfaces/onlinetasksettingsfactory.h +include/kde4/kmymoney/onlinetasks/national/germanonlinetransfer.h +include/kde4/kmymoney/onlinetasks/sepa/sepaonlinetransfer.h +include/kde4/kmymoney/pluginloader.h +include/kde4/kmymoney/register.h +include/kde4/kmymoney/registeritem.h +include/kde4/kmymoney/scheduledtransaction.h +include/kde4/kmymoney/selectedtransaction.h +include/kde4/kmymoney/statementinterface.h +include/kde4/kmymoney/stdtransactiondownloaded.h +include/kde4/kmymoney/stdtransactionmatched.h +include/kde4/kmymoney/transaction.h +include/kde4/kmymoney/transactioneditor.h +include/kde4/kmymoney/transactioneditorcontainer.h +include/kde4/kmymoney/transactionform.h +include/kde4/kmymoney/transactionsortoptionimpl.h +include/kde4/kmymoney/viewinterface.h %%CALENDAR%%lib/kde4/kcm_kmm_icalendarexport.so lib/kde4/kcm_kmm_printcheck.so lib/kde4/kmm_csvexport.so From owner-svn-ports-head@freebsd.org Sat Oct 15 21:26:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C83BC13B52; Sat, 15 Oct 2016 21:26:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C80ACA4; Sat, 15 Oct 2016 21:26:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FLQIpi031535; Sat, 15 Oct 2016 21:26:18 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FLQI9f031533; Sat, 15 Oct 2016 21:26:18 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201610152126.u9FLQI9f031533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 15 Oct 2016 21:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424032 - head/ports-mgmt/pkg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 21:26:19 -0000 Author: bapt Date: Sat Oct 15 21:26:17 2016 New Revision: 424032 URL: https://svnweb.freebsd.org/changeset/ports/424032 Log: Update to 1.9.0 - Drop privileges in many commands - Drop privileges when fetching a file - Add resource limitation in sandboxes - Add support for METALOG - pkg delete new prints a warning for pattens that matches nothing? Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Sat Oct 15 21:24:05 2016 (r424031) +++ head/ports-mgmt/pkg/Makefile Sat Oct 15 21:26:17 2016 (r424032) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.8.7 +DISTVERSION= 1.9.0 _PKG_VERSION= ${DISTVERSION} -PORTREVISION= 3 CATEGORIES= ports-mgmt MASTER_SITES= \ http://files.etoilebsd.net/${PORTNAME}/ \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Sat Oct 15 21:24:05 2016 (r424031) +++ head/ports-mgmt/pkg/distinfo Sat Oct 15 21:26:17 2016 (r424032) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467731442 -SHA256 (pkg-1.8.7.tar.xz) = 7ce81f3af63e875bf4e05ab69a00bae788df79ae22beccbf1764dda76a7ccd4f -SIZE (pkg-1.8.7.tar.xz) = 1950148 +TIMESTAMP = 1476566559 +SHA256 (pkg-1.9.0.tar.xz) = 204921e3e46641fc45033ad7b02fcbac02821d542114d432f2993143757213df +SIZE (pkg-1.9.0.tar.xz) = 1915872 From owner-svn-ports-head@freebsd.org Sat Oct 15 21:30:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EF97C13D04; Sat, 15 Oct 2016 21:30:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0886E41; Sat, 15 Oct 2016 21:30:38 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FLUbQa031867; Sat, 15 Oct 2016 21:30:37 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FLUbWY031862; Sat, 15 Oct 2016 21:30:37 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610152130.u9FLUbWY031862@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 15 Oct 2016 21:30:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424033 - in head/net: . p5-Net-Libdnet6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 21:30:39 -0000 Author: pi Date: Sat Oct 15 21:30:37 2016 New Revision: 424033 URL: https://svnweb.freebsd.org/changeset/ports/424033 Log: New port: net/p5-Net-Libdnet6 Add IPv6 support to Net::Libdnet WWW: http://search.cpan.org/dist/Net-Libdnet6/ Added: head/net/p5-Net-Libdnet6/ head/net/p5-Net-Libdnet6/Makefile (contents, props changed) head/net/p5-Net-Libdnet6/distinfo (contents, props changed) head/net/p5-Net-Libdnet6/pkg-descr (contents, props changed) head/net/p5-Net-Libdnet6/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Oct 15 21:26:17 2016 (r424032) +++ head/net/Makefile Sat Oct 15 21:30:37 2016 (r424033) @@ -652,6 +652,7 @@ SUBDIR += p5-Net-LDAP-posixAccount SUBDIR += p5-Net-LDAP-posixGroup SUBDIR += p5-Net-Libdnet + SUBDIR += p5-Net-Libdnet6 SUBDIR += p5-Net-LimeLight-Purge SUBDIR += p5-Net-MAC SUBDIR += p5-Net-MAC-Vendor Added: head/net/p5-Net-Libdnet6/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Libdnet6/Makefile Sat Oct 15 21:30:37 2016 (r424033) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= Net-Libdnet6 +PORTVERSION= 0.27 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Add IPv6 support to Net::Libdnet + +LICENSE= ART10 + +BUILD_DEPENDS= p5-Net-Libdnet>=0.98:net/p5-Net-Libdnet \ + p5-Net-IPv6Addr>=0.2:net-mgmt/p5-Net-IPv6Addr +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= yes + +.include Added: head/net/p5-Net-Libdnet6/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Libdnet6/distinfo Sat Oct 15 21:30:37 2016 (r424033) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476564208 +SHA256 (Net-Libdnet6-0.27.tar.gz) = 3bb90fd451ae894e5ab4e0a14ed0ae07f123868b0e20cea0df5cb3bbf701b07a +SIZE (Net-Libdnet6-0.27.tar.gz) = 9190 Added: head/net/p5-Net-Libdnet6/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Libdnet6/pkg-descr Sat Oct 15 21:30:37 2016 (r424033) @@ -0,0 +1,3 @@ +Add IPv6 support to Net::Libdnet + +WWW: http://search.cpan.org/dist/Net-Libdnet6/ Added: head/net/p5-Net-Libdnet6/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Libdnet6/pkg-plist Sat Oct 15 21:30:37 2016 (r424033) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Net/Libdnet6.pm +%%PERL5_MAN3%%/Net::Libdnet6.3.gz From owner-svn-ports-head@freebsd.org Sat Oct 15 23:53:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1260CC1378C; Sat, 15 Oct 2016 23:53:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C415E8A2; Sat, 15 Oct 2016 23:53:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FNrjqm086792; Sat, 15 Oct 2016 23:53:45 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FNrjpR086787; Sat, 15 Oct 2016 23:53:45 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201610152353.u9FNrjpR086787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 15 Oct 2016 23:53:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424034 - in head/math: . ceres-solver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-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, 15 Oct 2016 23:53:47 -0000 Author: jbeich Date: Sat Oct 15 23:53:45 2016 New Revision: 424034 URL: https://svnweb.freebsd.org/changeset/ports/424034 Log: math/ceres-solver: add new port Based on: Gentoo (1.11.0 ebuild) Tested on: graphics/openmvg from @outpaddling's repo (build on 10.3 amd64) Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It is a feature rich, mature and performant library which has been used in production at Google since 2010. Ceres Solver can solve two kinds of problems. 1. Non-linear Least Squares problems with bounds constraints. 2. General unconstrained optimization problems. http://ceres-solver.org/ Added: head/math/ceres-solver/ head/math/ceres-solver/Makefile (contents, props changed) head/math/ceres-solver/distinfo (contents, props changed) head/math/ceres-solver/pkg-descr (contents, props changed) head/math/ceres-solver/pkg-plist (contents, props changed) Modified: head/math/Makefile (contents, props changed) Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Oct 15 21:30:37 2016 (r424033) +++ head/math/Makefile Sat Oct 15 23:53:45 2016 (r424034) @@ -107,6 +107,7 @@ SUBDIR += carve SUBDIR += cblas SUBDIR += ccmath + SUBDIR += ceres-solver SUBDIR += cgal SUBDIR += chaco SUBDIR += chryzodus Added: head/math/ceres-solver/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ceres-solver/Makefile Sat Oct 15 23:53:45 2016 (r424034) @@ -0,0 +1,109 @@ +# $FreeBSD$ + +PORTNAME= ceres-solver +DISTVERSION= 1.12.0rc1 +CATEGORIES= math + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Nonlinear least squares minimizer + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= eigen>=3.2.2:math/eigen3 +LIB_DEPENDS= libglog.so:devel/glog +RUN_DEPENDS:= ${BUILD_DEPENDS:Meigen*} + +USES= cmake:outsource compiler:${OPENMP}c++11-lib localbase shebangfix +USE_GITHUB= yes +USE_LDCONFIG= yes +SHEBANG_FILES= examples/slam/pose_graph_*/plot_results.py \ + scripts/make_docs.py +CMAKE_ARGS= -DCXX11=on -DBUILD_SHARED_LIBS=on +LDFLAGS+= -Wl,--as-needed # -lccolamd -lcholmod -lrt from suitesparse +PLIST_SUB= VERSION=${PORTVERSION:R} +EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME:S/-solver//} +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/-solver//} +PORTDOCS= * +PORTEXAMPLES= * + +OPTIONS_DEFINE= CUSTOM_BLAS EXAMPLES DOCS GFLAGS LAPACK OPENMP SCHUR TEST +OPTIONS_DEFAULT=CUSTOM_BLAS NETLIB OPENMP SCHUR ${OPTIONS_GROUP_SPARSE} +OPTIONS_RADIO= LAPACK +OPTIONS_RADIO_LAPACK= ATLAS GOTOBLAS NETLIB OPENBLAS +OPTIONS_GROUP= SPARSE +OPTIONS_GROUP_SPARSE= CXSPARSE EIGENSPARSE SUITESPARSE + +CUSTOM_BLAS_DESC= Handcoded BLAS routines instead of Eigen +CUSTOM_BLAS_CMAKE_BOOL= CUSTOM_BLAS + +DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx +DOCS_USES= python:build +DOCS_CMAKE_BOOL= BUILD_DOCUMENTATION + +EXAMPLES_CMAKE_BOOL= BUILD_EXAMPLES +EXAMPLES_IMPLIES= GFLAGS + +GFLAGS_DESC= Google Flags support +GFLAGS_LIB_DEPENDS= libgflags.so:devel/gflags +GFLAGS_CMAKE_BOOL= GFLAGS + +OPENMP_USES= compiler:openmp +OPENMP_CMAKE_BOOL= OPENMP +OPENMP_VARS= OPENMP=gcc- # XXX ports/210337 + +SCHUR_DESC= Fixed-size schur specializations +SCHUR_CMAKE_BOOL= SCHUR_SPECIALIZATIONS + +# XXX Unbundle googletest/googlemock +TEST_CMAKE_BOOL= BUILD_TESTING +TEST_TEST_TARGET= test ARGS="-V" +TEST_IMPLIES= GFLAGS +# XXX Move to USES=cmake +TEST_VARS= TEST_WRKSRC="${CONFIGURE_WRKSRC}" + +LAPACK_DESC= Linear Algebra PACKage +LAPACK_USES= fortran # LDFLAGS +LAPACK_CMAKE_ON= -DBLAS_LIBRARIES="${BLASLIB}" -DLAPACK_LIBRARIES="${LAPACKLIB}" +LAPACK_CMAKE_BOOL= LAPACK +ATLAS_USES= blaslapack:atlas +ATLAS_CMAKE_ARGS= -DBLA_VENDOR="ATLAS" +ATLAS_IMPLIES= LAPACK +GOTOBLAS_DESC= Goto blas implementation +GOTOBLAS_CMAKE_ARGS= -DBLA_VENDOR="Goto" +GOTOBLAS_IMPLIES= LAPACK +GOTOBLAS_USES= blaslapack:gotoblas +NETLIB_USES= blaslapack:netlib +NETLIB_CMAKE_ARGS= -DBLA_VENDOR="Generic" +NETLIB_IMPLIES= LAPACK +OPENBLAS_USES= blaslapack:openblas +OPENBLAS_CMAKE_ARGS= -DBLA_VENDOR="OpenBLAS" +OPENBLAS_IMPLIES= LAPACK + +SPARSE_DESC= Sparse linear algebra library +CXSPARSE_DESC= CXSparse support +CXSPARSE_LIB_DEPENDS= libcxsparse.so:math/suitesparse +CXSPARSE_CMAKE_ON= -DCXSPARSE_INCLUDE_DIR="${LOCALBASE}/include/suitesparse" +CXSPARSE_CMAKE_BOOL= CXSPARSE +EIGENSPARSE_DESC= Eigen support +EIGENSPARSE_CMAKE_BOOL= EIGENSPARSE +SUITESPARSE_DESC= SuiteSparse support +SUITESPARSE_LIB_DEPENDS=libspqr.so:math/suitesparse +SUITESPARSE_CMAKE_BOOL= SUITESPARSE +SUITESPARSE_IMPLIES= LAPACK + +post-patch-DOCS-on: + @${REINPLACE_CMD} -e 's,python,${PYTHON_CMD:T},' \ + ${WRKSRC}/docs/source/CMakeLists.txt + +pre-install-TEST-on: do-test + +post-install-EXAMPLES-on: +# Copy examples (stripped), their source and sample data but not tests programs + (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) + (cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${EXAMPLESDIR}) + (cd ${BUILD_WRKSRC} && ${COPYTREE_SHARE} bin ${STAGEDIR}${EXAMPLESDIR}) + @${RM} -r ${STAGEDIR}${EXAMPLESDIR}/bin/*_test + -@${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/bin/* # may fail for non-root + +.include Added: head/math/ceres-solver/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ceres-solver/distinfo Sat Oct 15 23:53:45 2016 (r424034) @@ -0,0 +1,3 @@ +TIMESTAMP = 1474949998 +SHA256 (ceres-solver-ceres-solver-1.12.0rc1_GH0.tar.gz) = 71c4af1d9dc434327b4af509d9a5cd4f509cc60c7f349bc0fac20ca51c02569b +SIZE (ceres-solver-ceres-solver-1.12.0rc1_GH0.tar.gz) = 3413229 Added: head/math/ceres-solver/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ceres-solver/pkg-descr Sat Oct 15 23:53:45 2016 (r424034) @@ -0,0 +1,9 @@ +Ceres Solver is an open source C++ library for modeling and solving +large, complicated optimization problems. It is a feature rich, mature +and performant library which has been used in production at Google +since 2010. Ceres Solver can solve two kinds of problems. + +1. Non-linear Least Squares problems with bounds constraints. +2. General unconstrained optimization problems. + +WWW: http://ceres-solver.org/ Added: head/math/ceres-solver/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/ceres-solver/pkg-plist Sat Oct 15 23:53:45 2016 (r424034) @@ -0,0 +1,52 @@ +include/ceres/autodiff_cost_function.h +include/ceres/autodiff_local_parameterization.h +include/ceres/c_api.h +include/ceres/ceres.h +include/ceres/conditioned_cost_function.h +include/ceres/cost_function.h +include/ceres/cost_function_to_functor.h +include/ceres/covariance.h +include/ceres/crs_matrix.h +include/ceres/cubic_interpolation.h +include/ceres/dynamic_autodiff_cost_function.h +include/ceres/dynamic_cost_function_to_functor.h +include/ceres/dynamic_numeric_diff_cost_function.h +include/ceres/fpclassify.h +include/ceres/gradient_checker.h +include/ceres/gradient_problem.h +include/ceres/gradient_problem_solver.h +include/ceres/internal/autodiff.h +include/ceres/internal/config.h +include/ceres/internal/disable_warnings.h +include/ceres/internal/eigen.h +include/ceres/internal/fixed_array.h +include/ceres/internal/macros.h +include/ceres/internal/manual_constructor.h +include/ceres/internal/numeric_diff.h +include/ceres/internal/port.h +include/ceres/internal/reenable_warnings.h +include/ceres/internal/scoped_ptr.h +include/ceres/internal/variadic_evaluate.h +include/ceres/iteration_callback.h +include/ceres/jet.h +include/ceres/local_parameterization.h +include/ceres/loss_function.h +include/ceres/normal_prior.h +include/ceres/numeric_diff_cost_function.h +include/ceres/numeric_diff_options.h +include/ceres/ordered_groups.h +include/ceres/problem.h +include/ceres/rotation.h +include/ceres/sized_cost_function.h +include/ceres/solver.h +include/ceres/types.h +include/ceres/version.h +lib/cmake/Ceres/CeresConfig.cmake +lib/cmake/Ceres/CeresConfigVersion.cmake +lib/cmake/Ceres/CeresTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/Ceres/CeresTargets.cmake +lib/cmake/Ceres/FindEigen.cmake +lib/cmake/Ceres/FindGlog.cmake +lib/libceres.so +lib/libceres.so.1 +lib/libceres.so.%%VERSION%%