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 MK